-
Notifications
You must be signed in to change notification settings - Fork 26
Fix programme wall thermostat #46
New issue
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
base: master
Are you sure you want to change the base?
Conversation
Getting weekly program also for wall thermostat. The C message is slightly different for wall thermostat, the programme starts with byte 22, but it's lenght must be fixed to 182 since is followed by 3 unknown bytes
need to manage weekly program also for wall thermostats to fix error in home assistant integration
Can we bump this up as it just fixes a bug. Any maintainer able to merge this MR? |
i think this package has no mantainers left :) |
MAX! Cloud service was discontinued, but the devices locally will run forever - no need to switch hardware for now. @unaiur also abandoned this project now? |
If @uebelack doesn't respond, you can always fork the library and publish it to PyPi yourself |
yep |
i still think the easiest way is creating a custom component based on the available one. I had to modify both the integration files and this class files to fix bugs (i found some) and add some useful - to me - functions (e.g. a fake HVAC for the whole home to set all thermostats to the same target with just one command) |
Now you have a local git repository. To publish to github, we need to create a new repository on github and then add this newly created github repository as remote repository to our local repository.
Now your local project sourcecode should be available in your newly created github repository. Further information about how to work with git as a version control system i recommend a free online course like Khan's Academy or https://www.codecademy.com/learn/learn-git |
oh well i just uploaded files don't worry :) |
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 thermostats.
The fix gets the weekly program also from wall thermostat.