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

Add support for GreeYAC and I-Feel #116

Closed cmroche closed 3 years ago

cmroche commented 3 years ago

A few changes coming in around Gree heatpumps.

  1. Classes for GreeYAN, GreeYAA didn't actually implement their send() functions properly, that is fixed.
  2. Added GreeYAC class and send with support for Horizontal Swing, I-Feel, and current temperature
  3. Added example for testing GreeYAC class

I've tested this on a breadboard for the moment, with and IR receiver and it does appear to work. It'll need more testing which I'll carry out in the coming weeks, but I think this is good to merge right now.

CLOSES: #86

ToniA commented 3 years ago

Thank you :)