I'm trying to use Button Controllers to have a GE Z-Wave 14291 switch (load is not used) to control a Hampton Bay ceiling fan controller 99432 light component. I'm wanting to have the switch turn the ceiling fan light turn on when I push the up button, and turn the ceiling fan light off when I push the down button. I also want to have a table lamp turn on when I double-tap the up button, and turn the table lamp off when I double-tap the down button. I tried different device drivers which are supposed to support double-tap and I got the same results. I'm currently using "GE Z-Wave Plus Switch" driver by Jason Bottjen "Botched1".
My results:
Push Up: Ceiling Fan Light doesn't turn on
Push Down: Ceiling Fan Light doesn't turn off
Double-Tap Up: Table Lamp turns on
Double-Tap Down: Table Lamp turns off
If I use Rule Machine 3.0 to achieve what I'm wanting, everything works as expected but there's a random delay. Sometimes it takes less than a second to fire, sometimes it could be as much as 3 seconds. Anything more than a second is too long.
This morning I tried using an app called "Switch Bindings" and I bound the light component to the switch and Button Controllers now works as expected. So far the trigger timing seems consistent with what seems like less than a second to fire, time will tell.
I don't understand why I need to use something like "Switch Bindings" to do a such a simple task?