Unexpected over_switch behavior: either doesn't trigger or trigger only to 300s #825
-
Hello, I'm having a weird issue that came up only recently while testing a few variations on my VTherm. My current issues are as follow:
The current setup is straightforward: one radiator that displays a switch entity is linked to an external temperature sensor through a VTherm. Here are the details of the configuration (while idle):
I've also included a screenshot from my last run (when heating was enabled it was because I triggered the switch manually): I've already tried to remove it and create a new VTherm from scratch to no avail. I think I'm missing something but I feel like I've tried everything. Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, For information, in Your issue is that you have configured the minimal activation delay to 5 min (300 sec) but your cycle is also 5 min. Set the minimal activation delay to 10 sec (to avoid turning 'on' the switch for less than 10 sec which is useless). More information here: https://github.com/jmcollin78/versatile_thermostat/blob/main/documentation/fr/feature-advanced.md#d%C3%A9lai-minimal-dactivation |
Beta Was this translation helpful? Give feedback.
Hello,
For information, in
over_switch
,hvac_action
is 'on' if and only if the switch is 'on'. But that is not your concern.Your issue is that you have configured the minimal activation delay to 5 min (300 sec) but your cycle is also 5 min.
So it will heat only if the power_percent calculated by the TPI is 100%.
Set the minimal activation delay to 10 sec (to avoid turning 'on' the switch for less than 10 sec which is useless).
More information here: https://github.com/jmcollin78/versatile_thermostat/blob/main/documentation/fr/feature-advanced.md#d%C3%A9lai-minimal-dactivation