Skip to content
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

Change min_temp for TH to -40 #1466

Closed
caitotheonlypotato opened this issue Aug 18, 2024 · 1 comment
Closed

Change min_temp for TH to -40 #1466

caitotheonlypotato opened this issue Aug 18, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@caitotheonlypotato
Copy link

caitotheonlypotato commented Aug 18, 2024

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)

hvac_modes:
  - "off"
  - heat
  - cool
  - dry
min_temp: 1
max_temp: 99
target_temp_step: 1
current_temperature: -16.2
target_temp_high: -14.5
target_temp_low: -16.5
friendly_name: Chest Freezer
supported_features: 386

The model in question is TH16R2

image

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?

image

@AlexxIT AlexxIT added the enhancement New feature or request label Sep 1, 2024
@AlexxIT AlexxIT self-assigned this Sep 1, 2024
@AlexxIT AlexxIT changed the title min_temp not low enough Change min_temp for TH to -40 Sep 7, 2024
AlexxIT added a commit that referenced this issue Sep 7, 2024
@AlexxIT AlexxIT added this to the v3.8.0 milestone Sep 7, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented Sep 8, 2024

@AlexxIT AlexxIT closed this as completed Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants