You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Hey there @mvn23, mind taking a look at this issue as it has been labeled with an integration (opentherm_gw) you are listed as a code owner for? Thanks!
Code owner commands
Code owners of opentherm_gw can trigger bot actions by commenting:
@home-assistant close Closes the issue.
@home-assistant rename Awesome new title Renames the issue.
@home-assistant reopen Reopen the issue.
@home-assistant unassign opentherm_gw Removes the current integration label and assignees on the issue, add the integration domain after the command.
@home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
@home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.
The min_temp has been 1 since at least 2019. What makes you think it changed in the past year? Maybe Home Assistant just became more vocal about the unsupported value?
I am also curious why this could be useful. I see that both TT and TC commands support the value, but I also know that the thermostat can always override the value we set manually anyway. With the TT command changes in the thermostat program will override our setting as well. We can change the command we send in the integration options (Temporary Setpoint Override Mode). In which situation would a value of 0 be useful if we already have the functionality described here?
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: