We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The call to thermostat.set_mode(Mode.Manual) does not seem to have any effect for me. The temperature get's set to 10C, but the mode remains in auto.
thermostat.set_mode(Mode.Manual)
auto
The reverse works, if I'm in manual and call thermostat.set_mode(Mode.Auto), the mode is set correctly.
manual
thermostat.set_mode(Mode.Auto)
I'm on the newest eq3 firmware and using eq3bt==0.2
eq3bt==0.2
any idea whats going on?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The call to
thermostat.set_mode(Mode.Manual)
does not seem to have any effect for me. The temperature get's set to 10C, but the mode remains inauto
.The reverse works, if I'm in
manual
and callthermostat.set_mode(Mode.Auto)
, the mode is set correctly.I'm on the newest eq3 firmware and using
eq3bt==0.2
any idea whats going on?
The text was updated successfully, but these errors were encountered: