Put the heating systeme out of season

I want to turn off my heating system when the outside temperature exceeds 15 ° C for a minimum of 7 days. I have used counters but find it unreliable … do you have another way please?
Winter flow:

Summer flow:

Make 1 logic number variable.

First flow, When it is 16.00 AND temperature that day is greater than 14.9 degrees, THEN number variable +1, ELSE number variable is 0

Second flow, WHEN a variable changes(your number variable), AND variable is greater than 6, THEN stop heating, ELSE start heating

1 Like

So logical that I am ashamed to have asked! thank you very much that will help me a lot

1 Like