-
Notifications
You must be signed in to change notification settings - Fork 833
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
Airwell - toggling power on every state change #2035
Comments
Playing around with this a bit more, I noticed that after receiving a power on, subsequent commands are perceived as power off. Perhaps the encoding/decoding is slightly off for this remote? Power on:
Temp up:
|
A toggle means that the AC should switch state (this is for those that implements a horrible protocol on their ACs) Not exactly following where the issue is perceived. In the server you are using. (Code which I don't really have time to try and understand) is the power toggle set or not? You will have to make sure it doesn't set the power toggle on each command. |
The main line is this: ac.setPowerToggle(true); Calling it (or setting temp or mode.) toggels the power mode, it doesn't set the AC to on. Interestingly, setting
But how? |
Then you need to collect data from your original remote to see if they have introduce a power state (and not just the toggle) That is collecting the code for both power on and off as well as some more data, then comparing each bit to what is known to figure out exactly what is needed. |
This happen to me also with a Whirlpool AC it does not follow what normally does a AC Power on command in other ACs will make the power goes on does not matter state, with this ACs a power on command will toggle the AC |
@jbrandek how are you using the library? |
Version/revision of the library used
2.8.6
Describe the bug
Airwell commands all toggle power - even when it's already on.
To Reproduce
See sample code, triggered like
When sending this multiple times, power will toggle on and off
Example code used
Include all relevant code snippets or links to the actual code files. Tip: How to quote your code so it is still readable in the report.
Expected behavior
Mode to be set as sent
Output of raw data from IRrecvDumpV2.ino or V3 (if applicable)
Include some serial text of the raw dumps of what the device saw.
Power On:
What brand/model IR demodulator are you using?
Athom IR
I have followed the steps in the Troubleshooting Guide & read the FAQ
Yes
Has this library/code previously worked as expected for you?
no
The text was updated successfully, but these errors were encountered: