How to use SCENE on a HEatIt Z-Push 8 buttons?

Hi,

Since 4 years, I use many HEatIT Z-Push 8 buttons.
https://documents.heatit.com/4512581/heatit-z-push-button-8-white

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 ?

there is a small chance, this blueprint would work wit them, they look exactly the same. You can’t destroy anything by giving it a try. :wink:

It seems to not managing “double clic”

And it doesn’t detect the HEat It 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.