I’m still leveraging the standard zwave that comes with HA and I’m attempting to leverage the HomeSeer switch multi tap function on a HS-WS200+ switch.
I setup an events node in Node Red to view all events from HA but I only see state_changed events come across when I perform multiple quick taps on the switch.
Everything I’ve read from others seems that I should be seeing a few scene_activated events but that never occurs.
I would recommend switching to ZwaveJS it has fixed several of these types of issues for me.
How are you capturing the event in Node Red with ZwaveJS?
With the event: zwave_js_value_notification, here is a node red example I have for GE Zwave switches.
[{"id":"85027b7f.147ac8","type":"server-events","z":"29d05d18.903d22","name":"zwave_js_value_notification","server":"a35f044a.2c1998","version":1,"event_type":"zwave_js_value_notification","exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"waitForRunning":true,"outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"eventData"},{"property":"topic","propertyType":"msg","value":"$outputData(\"eventData\").event_type","valueType":"jsonata"},{"property":"event_type","propertyType":"msg","value":"$outputData(\"eventData\").event_type","valueType":"jsonata"}],"x":160,"y":720,"wires":[["9e60dcce.ce86d","8eda6c4e.46332"]]},{"id":"a35f044a.2c1998","type":"server","name":"Home Assistant","version":1,"legacy":false,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true}]
1 Like
It works for my HomeSeer switches but not my GE. Do you know what model GE switches you have?