mdhiggins / ESP8266-HTTP-IR-Blaster

ESP8266 Compatible IR Blaster that accepts HTTP commands for use with services like Amazon Echo
MIT License
980 stars 218 forks source link

Sending ecoclim format is not supported #311

Closed hllhll closed 3 years ago

hllhll commented 3 years ago

Sending ecoclim protocol/format (mostly for controlling HVACs/ACs/Climate devices) is supported by the IR library, but does not work on the firmware.

hllhll commented 3 years ago

Can be resolved by merging PR https://github.com/mdhiggins/ESP8266-HTTP-IR-Blaster/pull/312

mdhiggins commented 3 years ago

Any downsides or memory issues increasing the buffer 10 fold?

hllhll commented 3 years ago

Aren't all global variables statically defined? If that's too much I guess It would have produced an error. anyway, I'm experimenting with my setup and haven't encountered anything. This valve is based off IRReciveV3 example, that worked while this didn't.