Skip to content

Unexpected over_switch behavior: either doesn't trigger or trigger only to 300s #825

Closed Answered by jmcollin78
PokePango asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@PokePango
Comment options

Answer selected by jmcollin78
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants