-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
set_temperature action does not work #55
Comments
I just wonder, why in set_temperature You're setting value of input number? This component internally gets current temperature from input_number (current_temperature_template) and when You change this number, it calls set_temperature to apply changes to device. And You're trying to set that input_number again, so it goes into loop. In set_temperature You have to call script or any other device action that sets new temperature target. ps: I'm not sure, but I think Your error is related to this (minus sign): |
It seems that you are using the
|
Does the "off" state in the code turn off your heater? No need for additional code to map a switch to off? |
where do I find this script ? script.blower_heater_mode |
You write it yourself. I assume that this script reads the climate.home_blower_heater state and does something to actually change modes. |
The problem
This is my config:
Whenever I change the target temperature in the frontend, I get the following error:
Does anybody know, why? Thanks in advance :)
What version of Template Climate has the issue?
0.6.1
What version of Home Assistant are you running?
2023.12.3
What type of installation are you running?
Home Assistant OS
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: