Commonly used for polling (every 30 seconds controller goes to get data from other devices, instead of them sending the data to the controller) and COV.
Some devices do not support COV, so they would use Read-Property to get the latest value.
Why it fails
The check fails because there’s too much Read-Property Traffic.
How to fix it
If it’s because of polling, you can reduce the rate at which you poll.
Comments
0 comments
Please sign in to leave a comment.