-
Notifications
You must be signed in to change notification settings - Fork 839
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
mode when AC is Off #918
Comments
Yes, this is on purpose. It's need to work with Home Assistant. It works best when there is an operation mode for "off".
It shouldn't be a problem, hasn't been a problem so far, and no one has reported a problem with it yet. HA, when instructing an mqtt climate (per it's protocol) will set the power to on & the mode to whatever the user has requested. Hence it hasn't been a problem.
The
Yep, that's normal and most typical of the majority of A/C protocols. There is no "off" mode as such on the device, nor does the library try to send it, and if it could, the device wouldn't accept it. |
* `MQTT_CLIMATE_HA_MODE` setting controls if we use HA mode. Default: Yes, we do! Fixes #918
There. I've added some documentation, and made it an easy setting for you to disable if you need/want to. |
I thought there might be an explanation. I’ve mapped the mode to an item and it wasn’t always showing the mode after turning the AC on. I’ll work around it, thanks for your help. Sent with GitHawk |
Wow, all this in less time than it took me to drive into town. Thanks very much! Sent with GitHawk |
I've just tested this and |
I think I've fixed it. Untested. Please download and try it out. |
That fixed it, thanks. Regarding the multi stuff do you want me to do any form of testing apart from using it day to day and reporting problems? |
Excellent. Re: Multi. It's up to you. I think it's working (I wouldn't have merged it if I knew it had problems). So "use and see" seems appropriate to me. |
* `MQTT_CLIMATE_HA_MODE` setting controls if we use HA mode. Default: Yes, we do! Fixes #918
FYI, the changes mentioned above are included in the newly released version of the library (v2.6.6). |
The common ac framework shows the mode as "off" when the AC is turned Off, is this by design?
Looking at my remotes,
FUJITSU_AC has a shorter packet when its turned off, I've not fully decoded it so I don't know if that packet includes the mode and what its set to.
Mitsubishi Electric has mode set at its last value when its turned off
DAIKIN2 has mode set at its last value when its turned off
Off is sent to the mode topics of
ir_server/ac/stat/mode
andir_server/ac/stat/json
and its reverted by the framework when the ac is turned on again. Off is stored as the value in the mode retained topic, so perhaps this will be a problem across reboots?The text was updated successfully, but these errors were encountered: