Hi, Hoping someone can help. I’m trying to upgrade my HA instance to use the new Zwave integration. I have the new Zwave JS working, but can’t figure out how to add associations. With the older Zwave, I could associate a light switch with the Zwave USB stick and fire automations when the switch is double tapped,e.g.
Ok, so it looks like ZWave JS is grabbing the double tap - when I set the Zwave JS log to verbose, I get the following on two double taps, one on and the other off:
2021-05-04T22:17:27.012Z DRIVER « [Node 051] [REQ] [ApplicationCommand]
└─[BasicCCSet]
target value: 255
2021-05-04T22:17:27.014Z CNTRLR [Node 051] treating BasicCC::Set as a value event
2021-05-04T22:17:29.368Z DRIVER « [Node 051] [REQ] [ApplicationCommand]
└─[BasicCCSet]
target value: 0
2021-05-04T22:17:29.370Z CNTRLR [Node 051] treating BasicCC::Set as a value event
I have double tap working on14294 with zwavejs. This is my automation. Note the trigger. If you want double tap down, change value to 0. node_id should be the zwave node id of the dimmer.
I got it working with the help of melonhead’s code. Thanks! Freshcoast, I saw a post earlier today about a blueprint that would solve my problem but it’s the first time I’ve come across blueprints - I need to read up on them.