IR remote control A/C Domoticz - Wemos
Moderators: grovkillen, Stuntteam, TD-er
-
- Normal user
- Posts: 19
- Joined: 01 Oct 2019, 23:38
- Location: Poland
- Contact:
IR remote control A/C Domoticz - Wemos
Hello
I made a remote control based on Wemos + Ir Led (PCB0100) + Ir Receiver.
I uploaded a soft Tasmot into it and read the TV remote control code from the console:
{ "IrReceived": {"Protocol": "NEC", "Bit": 32, "Date", "0x0202B24D"}}
after issuing the command:
IRsend {"Protocol": "NEC", "Bits": "32", "Data": "0x0202B24D"}
everything works TV reacts to the command.
Except that in the whole project I wanted the remote control from Air Conditioning and this is where the problems begin.
Command read in Tasmota:
{"IrReceived": {"Protocol": "UNKNOWN", "Bits": "50", "Data": "0x00000AA1F5779"}}
Unable to send command:
IRsend {"Protocol": "UNKNOWN", "Bits": "50", "Data": "0x00000AA1F5779"}
Going further, a colleague from the Polish forum instructed me to connect it all with Domoticz, the easiest way was to upload ESPEasy Mega, and link it all, and still nothing ESPEasy also does not support Protocol ":" UNKNOWN "...
I issue the command from Domoticz:
http://192.168.1.170/control?cmd=IRSEND ... A1F5779,50
Please help
I made a remote control based on Wemos + Ir Led (PCB0100) + Ir Receiver.
I uploaded a soft Tasmot into it and read the TV remote control code from the console:
{ "IrReceived": {"Protocol": "NEC", "Bit": 32, "Date", "0x0202B24D"}}
after issuing the command:
IRsend {"Protocol": "NEC", "Bits": "32", "Data": "0x0202B24D"}
everything works TV reacts to the command.
Except that in the whole project I wanted the remote control from Air Conditioning and this is where the problems begin.
Command read in Tasmota:
{"IrReceived": {"Protocol": "UNKNOWN", "Bits": "50", "Data": "0x00000AA1F5779"}}
Unable to send command:
IRsend {"Protocol": "UNKNOWN", "Bits": "50", "Data": "0x00000AA1F5779"}
Going further, a colleague from the Polish forum instructed me to connect it all with Domoticz, the easiest way was to upload ESPEasy Mega, and link it all, and still nothing ESPEasy also does not support Protocol ":" UNKNOWN "...
I issue the command from Domoticz:
http://192.168.1.170/control?cmd=IRSEND ... A1F5779,50
Please help
Last edited by wojtek_gtx on 02 Oct 2019, 11:59, edited 1 time in total.
Re: IR remote control A/C Domoticz - Wemos
A/C codes are much longer and more complex than the TV ones. You just get a part of the dump, not the whole signal.
Take a look at ESPEasy plugins P035 and P088, both have support for certain A/C models:
Take a look at ESPEasy plugins P035 and P088, both have support for certain A/C models:
- https://espeasy.readthedocs.io/en/lates ... #p035-page (read the source ino file comments)
- https://espeasy.readthedocs.io/en/lates ... #p088-page
-
- Normal user
- Posts: 19
- Joined: 01 Oct 2019, 23:38
- Location: Poland
- Contact:
Re: IR remote control A/C Domoticz - Wemos
I have Hisense air-conditioning and in the P035 coding it is not in the description, but it is in P088 but it is there as a heat pump, how to run such a plugin to test it ?? Thank you for your interest 

Re: IR remote control A/C Domoticz - Wemos
- Upload the IR_extended image into your device
- Define the HeatpumpIR device (it needs a GPIO)
- Connect the LED (in series with some small resistor) between GPIO and GND. For visual testing you can use a visible light LED, for A/C control you need an IR LED
- Go to the Tools page on your ESP Easy device (via browser), type something like 'heatpumpir,hisense_aud,1,1,0,22,0,0' into the 'Command' field and 'Submit'
- The LED should blink briefly and the 'Command output' should tell you that the command was sent
-
- Normal user
- Posts: 19
- Joined: 01 Oct 2019, 23:38
- Location: Poland
- Contact:
Re: IR remote control A/C Domoticz - Wemos
You helped me a lot, thank you very much.
My air condition transmits in WHIRLPOOL_AC code.
As I set in heat pump mode and chose the Hisens protocol, nothing happened.
I switched to the IR transmitter, connected the IR receiver and sent the command from the remote control in the log showed first the RAW2 code but one time WHIRLPOOL_AC jumped out.
Soft with IR_Extended mode was the key to success.
best regards
My air condition transmits in WHIRLPOOL_AC code.
As I set in heat pump mode and chose the Hisens protocol, nothing happened.
I switched to the IR transmitter, connected the IR receiver and sent the command from the remote control in the log showed first the RAW2 code but one time WHIRLPOOL_AC jumped out.
Soft with IR_Extended mode was the key to success.
best regards
-
- Normal user
- Posts: 19
- Joined: 01 Oct 2019, 23:38
- Location: Poland
- Contact:
Re: IR remote control A/C Domoticz - Wemos
Commands depending on the possibilities:
orIRSEND, WHIRLPOOL_AC, 830604620000922D0000000000D900010000080009,168
IRSENDAC, { 'protocol': 'WHIRLPOOL_AC', 'model': 2, 'power', 'he', 'mode' 'cool', 'Temp': 22, 'swingv' 'off', 'swingh' : 'off', 'light', 'on'}
-
- Normal user
- Posts: 19
- Joined: 01 Oct 2019, 23:38
- Location: Poland
- Contact:
Re: IR remote control A/C Domoticz - Wemos
Welcome back.
I'm trying to read the codes from my air conditioning again, but they don't show up in any way.
Only RAW codes are read... I do everything according to the previous descriptions, but I can't do it.
IRSEND,RAW2,^57^38*2B^16BCDABDBCBDB^17BDB^16B^17BCBCBDBD*3BCB^17*3BCBD*6BCC^17B^17B^16*5BCBDBDBCBCCCBC*4BDBCB^5PB^16*4BCBDBDE^1
I uploaded soft to the node MCU ESP_Easy_mega-20190928_minimal_IRext_ESP8266_1M.bin
I'm trying to read the codes from my air conditioning again, but they don't show up in any way.
Only RAW codes are read... I do everything according to the previous descriptions, but I can't do it.
IRSEND,RAW2,^57^38*2B^16BCDABDBCBDB^17BDB^16B^17BCBCBDBD*3BCB^17*3BCBD*6BCC^17B^17B^16*5BCBDBDBCBCCCBC*4BDBCB^5PB^16*4BCBDBDE^1
I uploaded soft to the node MCU ESP_Easy_mega-20190928_minimal_IRext_ESP8266_1M.bin
-
- Normal user
- Posts: 19
- Joined: 01 Oct 2019, 23:38
- Location: Poland
- Contact:
Re: IR remote control A/C Domoticz - Wemos
I uploaded various software but none of them worked, the only one is the one from the post above, it reads but in a language I don't understand.
Who is online
Users browsing this forum: No registered users and 9 guests