Improved Fritz!Box thermostat support#14789
Merged
syssi merged 2 commits intohome-assistant:devfrom Jun 5, 2018
thomaskr:dev
Merged
Improved Fritz!Box thermostat support#14789syssi merged 2 commits intohome-assistant:devfrom thomaskr:dev
syssi merged 2 commits intohome-assistant:devfrom
thomaskr:dev
Conversation
* on and off state * unittests
Contributor
Member
|
Why do you choose 30°C as target temperature for "on"? |
Contributor
Author
|
@syssi Due to how |
* Removed target temperature from on and off mode
Contributor
Author
|
@syssi I noticed that setting the |
syssi
approved these changes
Jun 5, 2018
Merged
girlpunk
pushed a commit
to girlpunk/home-assistant
that referenced
this pull request
Sep 4, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
on and off state
unittests
Description:
The recent version of the Fritz!Box thermostat connector lacks support for on and off mode and reports target temperatures of 126.5 and 127.0 °C with mode manual instead.
This is a result of two special temperature values (253, 254) used by Fritz!Box API.
pyfritzboxin between converts them to 126.5 and 127.I fixed the target temperature display, using 0°C (off) and 30°C (on) instead, added on and off mode and several unit tests.
No configuration changes are required. The changes should be backward compatible but old bad temperature and mode values will remain in history.
Checklist:
tox.Even without any change
toxfails local machine with Ubuntu 18.04 in an unrelated test. Tox runs in Travis CI.If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
REQUIREMENTSvariable (example).requirements_all.txtby runningscript/gen_requirements_all.py..coveragerc.If the code does not interact with devices: