arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
22.16k stars 4.8k forks source link

IRRemote stopped working after update to 5.8.0 #993

Closed WanHonghui204 closed 7 years ago

WanHonghui204 commented 7 years ago

It used to work before, now I get:

 11:07:11 CMD: IRsend {"protocol":"NEC" ,"bits":32 ,"data":1286815935}
 11:07:11 MQT: stat/sonoff-livingroom-light/RESULT = {"IRSend":"NoPROTOCOL, BITS or DATA"}

No matter what command I send.

I have IRremoteESP8266 1.2.0 installed, the code doesn't compile with higher versions.

Did something change?

arendst commented 7 years ago

Yes, something did change.

As a workaround please use uppercase words for PROTOCOL, BITS and DATA and report back if that solves the issue.

WanHonghui204 commented 7 years ago

Yes, that fixed it, thanks a lot and thank you very much for your work and the updates, SetOption13 is awesome!

Can you also consider adding support for 5 relays (main relay + 4 GPIO)? :)

arendst commented 7 years ago

Implemented in master release v5.9.0