esphome / feature-requests

ESPHome Feature Request Tracker
https://esphome.io/
416 stars 26 forks source link

IR Support for old Haier air conditioner #2565

Closed TRuHa83 closed 8 months ago

TRuHa83 commented 8 months ago

Describe the problem you have/What new integration you would like I have an old air conditioning machine which I would like to control with a Wemos mini D1 with IR shield.

Please describe your use case for this integration and alternatives you've tried: I have followed the Remote Transmitter and Remote Receiver guides. Currently I obtain the remote control codes and can verify that they are identified correctly.

[22:05:51][I][remote.haier:080]: Received Haier: A6.EC.03.00.1C.40.00.20.00.00.00.00.05 (13) [22:05:53][I][remote.haier:080]: Received Haier: A6.EC.03.00.5C.40.00.20.00.00.00.00.05 (13)

I have tried all the supported models and obviously it does not work with any of them. I wonder how easy it will be to integrate the device since I can provide the remote codes to control the machine.

Additional context Brand: Haier Model: NN12TR-IU

TRuHa83 commented 8 months ago

Haier Remote Code

I have managed to get the codes from the buttons. I would like to integrate the remote into esphome but my lack of knowledge in C+ makes it impossible for me. This data is enough for me to have sufficient control according to my needs. If anyone is willing to port the integration, they have all my help.