-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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
Cannot return the thermostat to programming due to 0 no longer being an accepted temperature value #131376
Comments
Hey there @mvn23, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) opentherm_gw documentation |
The I am also curious why this could be useful. I see that both |
The check was added in #118649 |
Thanks for the reference @PierreAronnax Since it is apparently a behavioral change in Home Assistant I am inclined to either lower the |
@mvn23 you are correct that there are other ways to set up the automations to get to the same result. But since it was working before I figured I would report it. It would be nice to have a way to cancel the override without reverting to the transparent commands. Especially one that you can use via automations (I think a button would not be usable, only via UI right?). |
We have the |
The problem
Somewhere in the past year the behavior of Climate: Set target temperature changed for the opentherm integration (or for all integrations, I cannot evaluate that). The result is that I cannot set the temperature to 0 anymore, setting the temperature to 0 should reset the thermostat back to programming. But that is no longer possible since this change.
I have tried a customization to change the min_temp however still I cannot set the temp to 0. I think it will need to be changed in the code it self..
It seems there were changes here in the past year so it would make sense that those caused the issue?
https://github.com/home-assistant/core/blob/dev/homeassistant/components/opentherm_gw/climate.py
`class OpenThermClimate(OpenThermStatusEntity, ClimateEntity):
"""Representation of a climate device."""
What version of Home Assistant Core has the issue?
2024.11.2
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Container
Integration causing the issue
opentherm_gw
Link to integration documentation on our website
https://www.home-assistant.io/integrations/opentherm_gw/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: