You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I come across issue, that some devicess are kind of flooding network.
Have a home-center based on esp32, so this seems down sometimes, if 20-30messages popping up in a second,
debounc might help for some cases....
I am thinking that would it be possible somehow to add an attribute just to publish if certain attribute (key) would change ?
something like key_changed: ["temperature"] ( in analogy to filtered_attributes: ["working_day","sensor"] )
so the publish would happen only if temperature attrubute would change, otherwise no publish.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I come across issue, that some devicess are kind of flooding network.
Have a home-center based on esp32, so this seems down sometimes, if 20-30messages popping up in a second,
debounc might help for some cases....
I am thinking that would it be possible somehow to add an attribute just to publish if certain attribute (key) would change ?
something like key_changed: ["temperature"] ( in analogy to filtered_attributes: ["working_day","sensor"] )
so the publish would happen only if temperature attrubute would change, otherwise no publish.
Beta Was this translation helpful? Give feedback.
All reactions