Forgive me I’m very much a noob. Is there a way to work with multitap events from HS-WD100+, HS-WD200+, HS-WS200+ dimmers and switches in node red? I have home assistant setup with the new zwavejs module. I would like to execute flows in node red initiated by double, triple, quadrouple tap events on these zwave switches.
I’ve been using the zwave_js_value_notification
events. They look like:
{
"event_type": "zwave_js_value_notification",
"event": {
"domain": "zwave_js",
"node_id": 69,
"home_id": 3533148989,
"endpoint": 0,
"device_id": "a5341af2d0c15e752a72b99512c0536d",
"command_class": 91,
"command_class_name": "Central Scene",
"label": "Scene 002",
"property": "scene",
"property_name": "scene",
"property_key": "002",
"property_key_name": "002",
"value": "KeyPressed2x",
"value_raw": 3
},
"origin": "LOCAL",
"time_fired": "2021-06-19T17:45:20.890066+00:00",
"context": {
"id": "cd248ac48fd34aae3b9f9e00975ccbf5",
"parent_id": null,
"user_id": null
}
}
Only pain is that you don’t get the entity_id
so I ended up using the zwave node_id