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
Something I stumbled over by accident.
I've used automations to adjust freezer temps based on various condition or button presses for some time, however recently noticed this wasn't working. I can only presume something since the last update to v3.7.3.
I was getting the following error when running the service calls manually
Provided temperature -16.0 is not valid. Accepted range is 1 to 99
The climate sensor attributes were as follows in the developer tools (States tab)
I've noticed in the climate.py file there is a setting for 'min-temp: 1' on line 31. For my purposes I changed this to min_temp: -20 which has fixed my issue, however I wonder if this is something can can be rolled into the next update without breaking stuff for others?
The text was updated successfully, but these errors were encountered:
Hi Alex.
Something I stumbled over by accident.
I've used automations to adjust freezer temps based on various condition or button presses for some time, however recently noticed this wasn't working. I can only presume something since the last update to v3.7.3.
I was getting the following error when running the service calls manually
Provided temperature -16.0 is not valid. Accepted range is 1 to 99
The climate sensor attributes were as follows in the developer tools (States tab)
The model in question is TH16R2
I've noticed in the climate.py file there is a setting for 'min-temp: 1' on line 31. For my purposes I changed this to min_temp: -20 which has fixed my issue, however I wonder if this is something can can be rolled into the next update without breaking stuff for others?
The text was updated successfully, but these errors were encountered: