uebelack / python-maxcube-api

A python api to control the Max! Cube thermostats.
https://github.com/uebelack/python-maxcube-api
MIT License
21 stars 26 forks source link

Solves an issue when setting temperatures below 8 degrees in Auto mode #17

Closed mvzut closed 3 years ago

mvzut commented 5 years ago

These were hex-encoded as e.g. "e" instead of "0e" (which is what the Cube expects). With this tiny modification, this is solved