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

More granular temperature setting for heating action #770

Closed
3 tasks done
MattieGit opened this issue Dec 8, 2023 · 2 comments
Closed
3 tasks done

More granular temperature setting for heating action #770

MattieGit opened this issue Dec 8, 2023 · 2 comments

Comments

@MattieGit
Copy link

Checklist

  • I checked for similar existing requests (both open and closed) before posting.
  • My request is generic, other users may benefit from it too.
  • I will participate in further discussion about this feature and can test it (if requested) once it's done.

Proposal

As far as I know it is only possible to set the temperature for heating and cooling actions as a whole number. It would be nice to set a specific temperature with a precision of one decimal.

Additional info

Example of current setting: Screenshot 2023-12-08 at 17 15 01

Proposed change: be able to change 20 to 19.5 in this example

@nielsfaber
Copy link
Owner

Scheduler uses the target_temp_step attribute of your climate entity to determine the step size.
Can you check the value of this property (via Developer Tools -> States) and compare?

@MattieGit
Copy link
Author

Thanks a lot! The target_temp_step attribute was set to 1. I have set it to 0.5 manually and now I'm able to set the temperature to half degrees Celcius in the scheduler interface. I have used a permanent override in my configuration.yaml using the "customization" option.

climate.device_name:
  target_temp_step: 0.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants