-
Notifications
You must be signed in to change notification settings - Fork 20
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
auto_mode reset to 1 #57
Comments
Hi. If you manually change the temperature, the attribute "auto_override" will change from '0' to '1' but certainly, auto_mode will remain with a value of '1'. Best Regards. |
Hi PaskoMoto, Instead, with Beok app, when I setting "auto_override" has nothing to do. |
Ah, ok.
Best regards. |
Hi, every time I try to set
loop_mode
to a value (0, 1 or 2) it resets the value ofauto_mode
to1
.I tried with the "Beok" app and it works fine, but if I change
loop_mode
via Home Assistant, auto_mode resets to1
.From my tests I understand that "
auto_mode = (loop_mode + 1)
" but I can't go beyond that.So if i set
loop_mode
via Beok app to:auto_mode
change to1
auto_mode
change to2
auto_mode
change to3
Instead via Home Assistant Services [hysen_set_advanced] the
auto_mode
always remaing to1
.In the Climate.py file on line 1199 I can find
((loop_mode + 1) << 4) + auto_mode
and it seems to follow my thoughts...Also, I didn't find the service to forcibly change the value of auto_mode.
sfw_version: 2.3.1
Thanks in advance
The text was updated successfully, but these errors were encountered: