ToniA / arduino-heatpumpir

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

Gree ac #19

Closed funivan closed 8 years ago

funivan commented 8 years ago

Is there any way to control Gree AC. I tried Hyundai (Remote Control P/N Y512F2) on arduino Uno. But it doesn't work.

ToniA commented 8 years ago

There is no Gree support at the moment, but there was some discussion on this subject in the MySensors forum recently: https://forum.mysensors.org/topic/4253/ac-ir-code-decrypting

'dpressle' chose to make his own library, so once he publishes it, it will be a standalone version for Gree only.

ToniA commented 8 years ago

The Gree module has been published here: https://github.com/dpressle/MySensors/tree/Development/AcControl

It's a totally separate implementation, but it also integrates with MySensors.

funivan commented 8 years ago

Thanks for help. I will try next week. Is it possible to add free support to the arduino-heatpumpir library?

ToniA commented 8 years ago

Yes, I will certainly appreciate pull requests :)

funivan commented 8 years ago

@adrianmihalko hello. I find some code how to switch on my Gree AC. At this time I try to implement control of the temperature, fan mode, etc...

And also I have similar behaviour. Sometimes I get null packages (I don`t know how to call them) when I just grab signals.

P.S. My current platform is Arduino UNO + IRLib