-
Notifications
You must be signed in to change notification settings - Fork 13
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
update glow information #71
Conversation
agodet
commented
Dec 8, 2024
- switch lock are working now for glow and onyx
- target_temperature_high improve (error between high and low parameter)
- heatzy_to_ha_state set to correct mapping
- new feature : display 7°C to target temperature when preset mode is away
I don't understand how it was working before ? did someone with glow or onyx devices has something which works correctly ? |
for more information, see https://pre-commit.ci
@agodet : I validated the pull request but several things raise questions that do not correspond to the documentation: https://docs.google.com/document/d/17QL1iu4F4TMr6ihN-Hz6DFNRzhkZpDyIQ_NXdUzVzME/edit?tab=t.0 You put the following values on heatzy_to_ha_state: In the preset mode, you do not select the PRESET_COMFORT_1 and PRESET_COMFORT_2 modes while the documentation indicates that they exist. You replaced the Automatic mode which is the mode with programmer by the Boost mode while the documentation specifies that this mode exists Are you sure of all your modifications? |
i'm glad to know there is a documentation... |
I built version 6.4.1-beta2 which I think is the right configuration. Tell me what you think? Send a PR if it is not good. For info, I fixed the switch.py file because it did not work with other heatzy 's device versions |