Hello!
Trying to get my wallmote quad usable in Red-node and facing an issue:
Followed thoses recommandations Forum link but the switch block doesn’t looks to deal with the input as nothings makes it react: i’m sur i miss a small thing and i’m becoming insane
here’s what it looks like:
the debug block correctly receive informations as expected
{"entity_id":"zwave.aeon_labs_zw130_wallmote_quad","node_id":5,"scene_id":2,"scene_data":0}
and if i copy path it looks correct as what i’m trying to deal with: payload.event.node_id
here’s the block code:
[{"id":"88671688.d10e28","type":"server-events","z":"332a7a59.32aba6","name":"Zwave Scenes","server":"1a8176b8.732339","event_type":"zwave.scene_activated","exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"x":420,"y":740,"wires":[["c4ddf675.d00eb","9b5985ec.1ea6d"]]},{"id":"c4ddf675.d00eb","type":"switch","z":"332a7a59.32aba6","name":"Node_ID","property":"payload.event.node_id","propertyType":"msg","rules":[{"t":"eq","v":"5","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":660,"y":740,"wires":[[]]},{"id":"9b5985ec.1ea6d","type":"debug","z":"332a7a59.32aba6","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","x":690,"y":840,"wires":[]},{"id":"1a8176b8.732339","type":"server","z":"","name":"Home Assistant","addon":true}]
what am i doing wrong? xD