-
Notifications
You must be signed in to change notification settings - Fork 836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coolix proto possible structure #484
Comments
Those |
I check full range of temperatures values in different modes, and only this 4 bits completely determined the temperature value and this values are same in different modes with same temperatures e. g. |
As I said, it's odd. But hey, A/C protocols don't surprise me anymore. ;-) I hope you have good luck finding someone else with a coolix device. Tried looking up the Global Cache codes for it maybe? |
xxxx is just same temperature bits |
Most functions are mapped and appear to work. Unit test coverage for the methods involved. Not tested against a real device at all. Ref: #484
@Hamper & @Hollako, Care to try it out? (https://github.com/markszabo/IRremoteESP8266/tree/v2.5-coolix-improvements) |
* Initial checkin of experimental IRCoolixAC class. Most functions are mapped and appear to work. Unit test coverage for the methods involved. Not tested against a real device at all. Ref: #484
Marking this issue closed due to staleness. Experimental support for deep decoding of Coolix protocol per this issue has been added to 2.5 which will be released soon. |
v2.5.0 has been released. |
Hello, I tired the Coolix codes and i can confirm that is working perfectly, however i still only missing the syntax that i should use in Arduino sketch in order to send the Power Off command. But again all the rest codes are working normally. Regards, |
@Hollako Thanks for the confirmation. I'll update that it appears to work in the code comments.
or
Note: Neither example has been tested or even compiled. So don't expect it to work out of the box. ;-) |
I'm detect some signals from RG57K7(B)/BGEF remote control for Beko BINR 070/071 split-type air conditioner and try to parse possible binary structure (only set on/off timer signals detected as unknown, I'm don't try to parse this type of code). Can anyone check these signals with other devices with coolix proto?
The text was updated successfully, but these errors were encountered: