-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
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
Bring back the boiler status #22021
Bring back the boiler status #22021
Conversation
Off-topic, why we still have a boiler hide in climate component? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Important bug fix, should be merged.
Many heating systems do have a boiler. |
We have |
As the name indicates, I think it is for water heater, not the house heating system. A house heating does not have minimal temperature, maximum temperature setting, usually. Instead, it should have target temperature, current temperature, etc. So at least for the moment, climate is more suitable for such a heating system. |
This is no water heater and a fundamental part of a heating system, so in my opinion it is perfectly valid to keep this as a property. See the Netatmo API documentation, they expose for a reason. |
OK, I see. |
A reason for needing boiler status (I think!)... Having access to a property that tells me whether or not the netatmo thermostat is calling for heat (e.g. blue light on at base unit) is exactly what I need! Please bring it back! |
It is back since this PR is merged. For more discussion see below. If you want to suggest an enhancement please open a feature request in the Feature Requests section of our community forum. Merged PRs should not be used for enhancement discussion or bug reports. If you've found a bug it's ok to make a review with inline comments and link to an issue that reports the bug. Thanks! |
Description:
In the past the state returned whether the the device was heating or idle. Now the state returns the operation mode which can be auto, manual, etc. and is a different thing.
The
boiler_status
attribute returned the operation mode which has changed to the actual mode not the state of the boiler.This PR brings back the actual boiler status.
Related issue (if applicable): fixes #
Pull request in home-assistant.io with documentation (if applicable): home-assistant/home-assistant.io#<home-assistant.io PR number goes here>
Example entry for
configuration.yaml
(if applicable):Checklist:
tox
. Your PR cannot be merged unless tests passIf user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
REQUIREMENTS
variable (example).requirements_all.txt
by runningscript/gen_requirements_all.py
..coveragerc
.If the code does not interact with devices: