esphome / esphome-core

🚨 No longer used 🚨 - The C++ framework behind ESPHome
https://esphome.io/
GNU General Public License v3.0
546 stars 114 forks source link

[Feature request] IR support with IRremoteESP8266 #107

Closed scop closed 6 years ago

scop commented 6 years ago

Would be cool to have IR device functionality using https://github.com/markszabo/IRremoteESP8266, including support for more elaborate devices such as the HVAC's it supports.

OttoWinter commented 6 years ago

esphomelib has its own IR sending/receiving engine using the Remote Transmitter/Receivers here: https://esphomelib.com/esphomeyaml/index.html#misc-components

It doesn't support all of IRremote's protocols yet, but using the raw values directly is quite easy anyway with esphomeyaml

OttoWinter commented 6 years ago

esphomelib has many IR codes now, more code groups will be added in the future (see Add IR codes issue)