I use each pair of button to manage lights in each room of the house.
I know that in addition of a normal use of button, we can use “scene” with, for example, a double click.
But I don’t understand / find how to do it.
I would like, for example, use a double click on the first button to light on each light in the bathroom. And a double click on the OFF button to light off all at the same time.
Do you have any idea?
Is there someone using this king of device ?
You’ll need to tweak the blueprint yaml a little to look for your specific device type instead of the Vesternet device.
One other option is to listen to the zwave_js_value_notification events in the events section of the HA developer tools.
Double-click a button and the event payload should be displayed. Then past the event into ChatGPT and ask it to make you an automation based on that event.