Hi all,
I’ve got a Broadlink RM Mini 3 and I can succcesfully send a message from Node Red to the unit and control the TV.
The way this works: I’ve learned the code from the remote and gave this a name ie. “power”. When selected Node Red gives a send command to HA:
As you can see, the command “power” is hardcoded.
But I also have airconditioning. There are a lot of more options so I thought it would be nice to make in the UI what you want and let Node Red make the correct command and send that again to HA (for the correct Broadlink code):
For above example it would be: “Cool_23C_no_swing” as the command.
But I can’t get this msg.value as the command. I’ve tried several things:
Can someone point me in the right direction?