-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hi!
First, I'm using this library for some time and it works great. So thanks a lot..
I found it ~3 years ago just as I finished parsing the sniffed commands and was about to start implementing it myself - so you saved me that part :)
Just FYI, I'm using it on Arduino Nano combined with RPI3/OH2 and based on master from ~3 years ago.
One feature that I was missing in the library is I-Feel. At the time, when we still used the original remote, we always enabled i-feel which made the temperature sensing on the remote itself (which is located in the room) and not internally in the AC unit itself. This made the temperature in the room more stable without long ups and downs and variance in the temperature.
So recently I added the i-feel functionality to this library on top of the revision that I am using. The added support is very simple - it includes the option to set one additional bit in the configuration code that is sent to the AC, but also requires sending every two minutes a room temperature measurement notification (that is using nearly the same IR code structure - but with yet another bit set).
I will be happy to share my changes if you'd like to review and consider including them - it's already functional and tested for some time (and it's backward compatible).
Thanks again for this great library!
Guy