ToniA / arduino-heatpumpir

An Arduino library to control split-unit heatpumps over Infrared
GNU General Public License v2.0
395 stars 140 forks source link

Reverse engineering to get the latest bits correct for the model MODEL_AQV12_MSAN #121

Closed ericvb closed 3 years ago

ericvb commented 3 years ago

The previous done code modifications were not 100% correct. Regularly the IR control via the Arduino no longer worked and we had to revert to the standard remote control. The Covid lockdown gave me enough free time to do some debugging with a laptop and the https://github.com/ToniA/Raw-IR-decoder-for-Arduino. This gave some more insight into the behavior of the unit and led to these code changes.

Everything worked perfectly this winter without me having to intervene via the remote anymore.

ToniA commented 3 years ago

Thank you :)