Possible regulation threshold issue #375
-
Hi All, Before creating an issue I want to post it here to check if the cause is related to versatile_thermostat. the climate entities have the correct settings/attributes min_temp: 15 Does any of you know what the problem can be ? `Logger: homeassistant.core Error executing service: <ServiceCall climate.set_temperature (c:01HP4SJ3PG5VS7ZXG7B6EGDC0C): entity_id=['climate.woonkamer_ac'], temperature=25.2, target_temp_high=30.0, target_temp_low=15.0> ` Thanks, Edwin |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Hello @Edwintenhaaf , If the underlying climate doesn't support .1 degree step you can set the self_regulation_threshold to 1. The step is used to increment or decrement the target temperature but is not used to round the value sends to the underlying. |
Beta Was this translation helpful? Give feedback.
-
Unsure if this is related, but since upgrading HA to 2024.2.0 my climate device lovelace UI will increase/decrease by 0.1°C instead of 0.5°C as it should be. As I found out, there are two places one can configure the step size: In configuration there is "regulation threshold" and in "central configuration" there is "temperature step". Interestingly the "temperature step" was set to 0.1°C and I have no explanation why, because until recently a manual change of the target temperature always went in 0.5°C steps. So maybe it's also caused by a new version of VTherm and not the HA release? @jmcollin78 As a hint, for people who do not speak french it's difficult if you show a french screenshot and then the internal variable name (self_regulation_threshold), as that isn't displayed anywhere in the frontend, it's only known to you. |
Beta Was this translation helpful? Give feedback.
-
Humm, I will have a look. It is possible that the new feature (#348) have an impact on the |
Beta Was this translation helpful? Give feedback.
-
It has been fixed in this release: https://github.com/jmcollin78/versatile_thermostat/releases/tag/5.4.2 |
Beta Was this translation helpful? Give feedback.
It has been fixed in this release: https://github.com/jmcollin78/versatile_thermostat/releases/tag/5.4.2