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.
The reverse works, if I'm in manual and call thermostat.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 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
manualand callthermostat.set_mode(Mode.Auto), the mode is set correctly.I'm on the newest eq3 firmware and using
eq3bt==0.2any idea whats going on?