I am trying to set up an automation that among other things will turn off my heat pump using a Broadlink RM4 Pro. In Developer Tools/Services I taught the Broadlink the correct turn_off command and using Remote:Send command I can successfully turn the heat pump off.
In Node Red I have used a call service node triggered by an inject node. The settings for the call service node are as follows....
Domain = remote
Service = send_command
Entity id = remote.rm_pro_remote
Data = power_off
When I run this I get an error message in debug that says "Call-service error. required key not provided @ data['command']"
Can anyone tell me where I am going wrong with this? Thanks.