I have several rooms that have a main ceiling light/fan that are controlled with Honeywell Zwave dimmer and fan switches, all configured with ZwaveJS2mqtt (using socket not mqtt). These switches also support scene control through double tapping. I also have several lamps in that room with Zigbee bulbs linked through Deconz. The lamps are all on a switched outlet, which means my wife constantly shuts them off completely so they become unresponsive. I want to move them to a non-switched outlet and would like to configure an automation to toggle the lamps on/off through a double tap of the zwave switch. However, I can’t seem to find where and if that is possible. I have some zigbee buttons that I create automations through the deconz events, but wasn’t sure if it was possible through zwave-js. I did set the logging to “silly” and here’s what a top button double click produces:
2021-10-13T16:15:18.197Z DRIVER « [Node 014] [REQ] [ApplicationCommand]
└─[BasicCCSet]
target value: 255
2021-10-13T16:15:18.198Z CNTRLR [Node 014] treating BasicCC::Set as a value event
And here’s what a bottom double tap produces:
2021-10-13T16:16:24.718Z DRIVER « [Node 014] [REQ] [ApplicationCommand]
└─[BasicCCSet]
target value: 0
2021-10-13T16:16:24.720Z CNTRLR [Node 014] treating BasicCC::Set as a value event