So I have two Entities for my Aeotec Dimmer: 1) Binary on/off switch 2) Dimmer Bar, which starts at 0 (off) and goes to 100 (on). For whatever reason, the Z-wave class commands do not send updates to device status (on/off) when somebody toggles the switch manually. What does update though, is the Dimmer Bar numbers.
What I’m trying to do is create a rule so that if the Dimmer is 0, change state of the binary switch to off and vice versa. The reason i need this feature is to properly control the buttons using ‘toggle’ from a Dashboard perspective, however toggle does not properly work unless the current state is correct to start i.e. somebody manually flicked it to on, but HA shows it as off - toggling this will simply leave the light on (until you toggle it again).
Hoping there are potentially other ways i can solve this.