Send zwave_js.set_config_parameter with Node Red?

Hi all!

Does anyone know how I can send the following with Node-Red.
(works with HA and automations Fibaro wall plug)

service: zwave_js.set_config_parameter
target:
   entity_id: switch.test
data:
   entity_id: switch.test
   parameter: 41
   value: 6

I just started Node-Red so I’m not an expert!

I finally made it work! :grinning:

[{"id":"8b2cf411.3fb8a8","type":"api-call-service","z":"b0b9b886.e162d8","name":"LED Ring","server":"cb41d665.840ce8","version":1,"debugenabled":true,"service_domain":"zwave_js","service":"set_config_parameter","entityId":"","data":"{\"entity_id\":\"switch.metered_wall_plug_switch_current_heat\",\"parameter\":41,\"value\":6}","dataType":"json","mergecontext":"","output_location":"payload","output_location_type":"msg","mustacheAltTags":false,"x":300,"y":1220,"wires":[["a7f73521.efab08"]]},{"id":"c7a62d66.eae3d","type":"inject","z":"b0b9b886.e162d8","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":110,"y":1220,"wires":[["8b2cf411.3fb8a8"]]},{"id":"a7f73521.efab08","type":"debug","z":"b0b9b886.e162d8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":570,"y":1220,"wires":[]},{"id":"cb41d665.840ce8","type":"server","name":"Home Assistant","addon":true}]
2 Likes

Thanks for sharing. Helped me isolate my own issue.