Config option for the amount of seconds between state messages #759
Replies: 2 comments 1 reply
-
Attribute data is sent every 5 minutes, all other state data, such as sensor state changes, etc., are updated only when a change is detected. The attribute update code is common across all devices, some of which have much more frequent changes, just because you have a device that doesn't change often doesn't mean other Ring devices don't. I certainly agree it could be improved to only update on changes, etc, but that adds a lot of complication to compare state, and it's been this way for more than 5 years and no one has ever brought up a single functional issue with it. What harm is this causing you and, other than "it's chatty" can you describe any functional or technical benefit of changing it because, to me, sending a few dozen bytes of data every 5 minutes to a service that can easily handle 10's of thousands of messages/second is no real issue. |
Beta Was this translation helpful? Give feedback.
-
One more question please: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hallo!
Currently state messages are emitted every 300 seconds (5 minutes).
However, this chattiness doesn't seem to be necessary, since the values hardly change.
Would it be possible to make the duration configurable (or to increase the duration to 15 minutes)?
Thanks from a happy user (using ring-mqtt to integrate a Ring Intercom to a local OpenHab instance)
Beta Was this translation helpful? Give feedback.
All reactions