-
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
IRMQTTServer turns off AC when changing temperature #783
Comments
This sounds like a bug. Whirlpool has only recently been added & is experimental, and we may not have it's behaviour sorted out perfectly. Thus we need to compare it to what it really should be doing. |
I've captured the power on (temperature on the remote is 23 degrees) and an increase temperature message (temp from 23 -> 24 degrees). It seems to me that the code contains every parameter (mode, temp, fan speed, etc). So when I increase the temperature all the other parameters are also transmitted. Power
Increase temperature
If I need to capture other buttons please let me know. |
@silvanverschuur Can I please get you to try using the library and example code from the As for other captures, I'd really like to know if the settings are really "toggles" or not. |
@crankyoldgit I can confirm that the |
I'm using the IRMQTTServer to control my Whirlpool AC unit. I can send a
on
message to their_server/ac/cmnd/power
topic. The AC unit turns on, this works fine.When I change the temperature afterwards (
ir_server/ac/cmnd/temp
topic) the unit turns off.This also happens when changing the mode from fan -> cool for example. So all parameters are sent to the unit when sending a power on, changing values turn the unit off.
Whirlpool PACW12HP
Remote: DG11J2-31
I've tried IRrecvDumpv2 to see if the remote is detected correctly. All buttons are recognized, unit is detected as Model: 1 (DG11J13A).
Version/revision of the library used
Version 2.6.2
The text was updated successfully, but these errors were encountered: