Is there any support for retrying? #5390
ownaginatious
started this conversation in
Devices
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I have a Zen Thermostat which works fine 95% of the time with my CC26X2R1 Zigbee adapter. I have automation to set the temperature lower at night and higher during the day.
However, that sometimes fails resulting in this error:
It usually works when manually retrying. None of my other zigbee devices (all wall-powered) have this issue.
My theory is this sometimes fails because the thermostat isn't always listening and instead wakes up to listen periodically to conserve power (battery powered as my heating system has no C-wire).
Now I could have HomeAssistant handle retries, but it's a bit clunky.
So my question is, is there any support in zigbee2mqtt to transparently replay a message X number of times before giving up?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions