LZW30-SN Home Assistant Scenes

Hello!

I have a LZW30-SN and I’m trying to get scenes to work in Home Assistant but I can’t seem to get them working. I’m trying a simple automation so that when I click off twice, it turns another light off. I am using the Z-Wave JS integration in Home Assistant. I believe my problem is with the Trigger.

Trigger Type: Event
Event Type: zwave_js_event
Event Data:
entity_id: switch.red_series_on_off_switch
node_id: 10
scene_data: 7860
scene_id: 1

I’m sure I’m overlooking something simple, but can anyone help out?

Thanks!

I am using NodeRed, so I am not 100% sure on this, but I believe it needs to be something like this:

“property_key” values:
‘001’ = down button
‘002’ = up button
‘003’ = config button

“value” values:
KeyPressed
KeyPressed2x
KeyPressed3x
KeyPressed4x
KeyPressed5x

2 Likes

Thanks!! That worked perfectly!