esphome / esphome-core

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

IR receive/transmit issue #119

Closed definitio closed 5 years ago

definitio commented 6 years ago

Hello, I have problems with esphomeyaml on ESP8266:

  1. ESP8266 reboots immediately after turning on remote switch. Part of config:
    
    remote_receiver:
    pin: 14
    dump: all

remote_transmitter: pin: 4 carrier_duty_percent: 50%

switch:

  1. With receiver enabled it only works for a few seconds before reboot and shows a lot of raw codes even without pressing buttons on ir remote.

It works with examples from IRremoteESP8266 so the issue isn't hardware related.

definitio commented 6 years ago

Fixed reboots for transmitter by disabling web interface. Receiver still causes restarts. IR switch doesn't work, devices don't recognize commands.

OttoWinter commented 5 years ago

Should be fixed in 1.8.0