All, I am new here and just loaded Node-red and thought all was working well. I had automation working with the GUI in HA with Honeywell UltraPro Z-Wave Plus Smart Light Switch but when creating automation (two) with Node-red using the same hardware, I am getting the following error:
“Call-service API error. Error Message: Unable to find service zwave/turn_on”
I am sure it is something simple but I have not been able to figure out the fix. Any help would be appreciated.
Thanks
There is no such service call zwave.turn_on
. Perhaps you mean light
, switch
, or homeassistant
?
Hey, thanks. I am just copying and pasting the error. Here is a screenshot of the set up.
The entity id is wrong. Needs to be light or switch.
Thanks. Very much appreciated. This is now what I am getting.
’ msg :
object
domain: “homeassistant”
service: “turn_on”
data: object
entity_id: “switch.honeywell_39348_zw4008_in_wall_smart_switch_switch”’
I am also getting this.
{“domain”:“homeassistant”,“service”:“turn_off”,“data”:{“entity_id”:“switch.honeywell_39348_zw4008_in_wall_smart_switch_switch”}}
OK, so I fixed the entity. Thanks. Now in Node-red it looks like it’s triggering but no lights are coming on. I can not figure out what I am doing wrong. Thanks
{“domain”:“homeassistant”,“service”:“turn_on”,“data”:{“entity_id”:“switch.honeywell_39348_zw4008_in_wall_smart_switch_switch”}}