Control lights with a Philips Hue Tap Switch. Use the four buttons to control your light(s) with an on, off or toggle, scene activation or custom actions. Supports short release, long release and double press actions. Each beheaviour can configured seperatly.
The dial can be used to dim the most recently used lights or call a custom rotation action for that button.
I created a blueprint to combine lights control and custom actions. You could also define one scene per button to be activated. I use this blueprint in my living room to control lights and send remote commands (mute, power toggle, source*, volume) to my old surround system.
I originally created this for zha but moved to z2m. Zha Version is still available but be aware that I cant make changes for zha myself anymore because I can’t test them. But you can still use it if you whish. But there are better (supported) ones.
Thanks for testing and sorry that it’s not working. I can reproduce this. Toggle seems not to be working at all and without the double press helper nothing happens too. I will try to fix it this weekend.
But it feels slow.
After pushing a button for about half a second nothing happens and then the light turns on.
The other blueprint I use is from AnderssonPeter. After pushing a button the light turns on immediately.
In your blueprint I like the option to perform an action on button push. On of my three buttons is used to start a script. Thats not possible on the other blueprint.
This is caused by the Double Press check. I will add a feature soon to adjust the time out or disable it completly. Unfortunately it’s required because there is no native double press event in z2m for the dial tap switch.
I’m not the author of this BP, but I implemented identical functionality in my instance a year ago. You can’t have an immediate response and double click detection without also having a delay.
Even major smart home manufacturers with full time devs haven’t been able to figure this out - you need a delay to wait for that second click (even if it’s not used).
You need to decide which is of more value to you - instant response with no double click, or slightly delayed response with double click support.
And to clarify: Everything is working fine and as expected. It´s just the warning in the logs…
And I didn´t check the logs with the second to last version. So do not know, if the warnings do occur with this version.