rytilahti / python-eq3bt

Python library and command-line tool for eQ-3 Smart Bluetooth thermostats
MIT License
114 stars 36 forks source link

Changing mode not having any effect #72

Open skjerns opened 10 months ago

skjerns commented 10 months ago

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?