esphome / feature-requests

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

New IR Climate #2323

Open arthurdent75 opened 1 year ago

arthurdent75 commented 1 year ago

Describe the problem you have/What new integration you would like I decode my climate IR and I would like this to be included in ESPHome

Please describe your use case for this integration and alternatives you've tried: I have a working code made with Arduino IDE I really don't know the brand, because my AC Unit doesn't have any label. I also try to google the binary code, but I find same code in some models of TLC ad Mitsubishi. Searching the picture of the remote, it came out "Shining", but also some models of Samsung

Additional context I attach my working Arduino code, I think it can make your job easier.

112 bit (14 byte) 

  0-4   Preamble
  5     Power on/off
  6     Mode
  7     Temperature
  8     Fan + Swing
  9-12  Timer
  13    Checksum

ac.txt

Rudd-O commented 1 year ago

Can you attach a photo of the rear of your IR remote? I wrote this for mine, and I suspect it may be the same: https://github.com/Rudd-O/novamatic_climate