shprota / hvac_ir

Air conditioner control code generator
MIT License
21 stars 2 forks source link

Support for Gree YAW1F #2

Open FabrizioRomanoGenovese opened 4 years ago

FabrizioRomanoGenovese commented 4 years ago

Hello,

Thanks so much for this project. I have a gree aircon which uses remote YAW1F. I cloned the repo and tried to use the gree protocol as specified in the file, but unfortunately it is not compatible with the protocol specified by remote YAW1F.

I found this other project which seems to have a specification for my remote, in the files:

https://github.com/crankyoldgit/IRremoteESP8266/blob/master/src/ir_Gree.h https://github.com/crankyoldgit/IRremoteESP8266/blob/master/src/ir_Gree.cpp

I am trying to reverse engineer their specification, but the fact that it's written in C++ definitely does not help. Are there any easier solutions to add YAW1F remote functionality to the project? I would very much do it myself but I cannot find any website documenting how these protocols work. If there is any source pointing me to how YAW1F assembles the state then I can try myself and maybe even open a pull request afterwards!

Thanks, Fab

Jibun-no-Kage commented 2 years ago

I have the YT1FF remote. They might be similar?

FabrizioRomanoGenovese commented 2 years ago

I don't know. In any case I ended up using a tasmota-ir firmware in the end, and that worked for me!