Hello,
I have an Air-Conditioner that I connected to it wemos D1 card with IR transmitter. I configured the UI of the home assistant with input_number and input_select to control the temperature and modes and switch on and off. I writed a script that using mqtt.publish service and I send commands from the IR transmitter to the Air-Conditioner with IRsend. Now I bought IR reciever and another wemos d1. I want that when I am using the original remote of the Air-Conditioner it will update the UI of the home assistant with the correct mode of the switch (on or off), temperature and mode (cool or heat).
I am using tamosta-ir. I configured the wemos d1 to recieve commands from the remote with IRrecv. I saw in the console that it recieved the correct commands.
How can I send the current status from the card to the home assisatnt?
Thanks