I have a Hue Smart Button which I’ve bound to a Innr SP-242 plug, so that I can turn it on and off even if Home Assistant goes down. This works great when controlling the plug from the button, but we also control the plug from the Home Assistant dashboard. When doing this, the button gets out of sync and we then have to press the button twice. E.g.:
Button: Off
Plug: Off
|
Toggle in HA
|
v
Button: Off
Plug: On
|
Press button
|
v
Button: On
Plug: On (no change)
|
Press Button
|
v
Button: Off
Plug: Off (in sync again)
I’ve tried binding the plug back to the button to try to force-update the button whenever the plug turns on/off, but this doesn’t solve the problem. Is there anything I can do to solve this on the Zigbee level, or would it require some sort of automation to keep things in sync on the Home Assistant level?