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

Support for Electrolux YAL1F #134

Closed ikilledmypc closed 2 years ago

ikilledmypc commented 2 years ago

Based on #133 I managed to get the fan horizontal as well as vertical swing working. Based on the Gree YAC only a bit different. I also noticed some problems in the Gree YAC files with the order of the parameters and a typo in the checksum calculation that I fixed in this PR only for my files since I don't have access to that specific model to test.

I tested this locally using an ESP32 and my own heatpump

ToniA commented 2 years ago

Thank you!