python-maxcube-api
python-maxcube-api copied to clipboard
A python api to control the Max! Cube thermostats.
Hey 👋🏻, I am currently looking into licensing at Home Assistant, and I found that we could not detect the license of this library properly. According to pyproject.toml documentation about...
``` python3 prog.py --host=192.168.178.15 dump Error processing response message M: Traceback (most recent call last): File "/home/cd/.local/lib/python3.11/site-packages/maxcube/cube.py", line 126, in __parse_responses self.parse_m_message(msg.arg) File "/home/cd/.local/lib/python3.11/site-packages/maxcube/cube.py", line 167, in parse_m_message data =...
The original API gets the weekly program only from the radiator thermostat. This creates problem with the HOME ASSISTANT integration since it's not possible to set automatic mode on wall...
Recently one of my thermostats stopped responding, even button presses didn't do anything. Had to remove batteries. I noticed not working thermostat only because the room temperature was too low....
Hello when I use the Max! Integration in Homeassistant with my Max! Use WallThermostat and switch e.g. from "off" to "auto", then I get the following error: The object 'MaxWallThermostat'...
Hi, Thanks for the great job! Is it possible to extend functionality to display the battery level of climate device in HA? Unfortunately it's not possible to track when to...
Hi, thank you very much for this amazing project. I would ask you, if it is possible to add restart cube functionality. Thank you very much. Ales
A couple of weeks ago I made [pull request for Home Asissant](https://github.com/home-assistant/home-assistant/pull/20209) in order to add async support to the MaxCube module. However, it couldn't be accepted as the package...