Temperature between?

is there a option to trigger something if the temperature is between two setpoints on when temp is +10 and turns off at +5 then on again when +5 again and off if higher then +10?

Not that I know of.
But it’s pretty easy with these two triggers:

When
-temperature becomes greater than 5
Then
-on

When
-temperature becomes greater than 10
Then
-off

When the temperature has been over +10, it first has to drop below +5, before flow 1 gets triggered;
And then, when the temperature passes +10 again, flow 2 gets triggered.

You can use Variables, with trigger points.
temp_over_5 - Yes/No
temp_over_10 - Yes/No

No/No temp is bellow 5
Yes/No temp is between 5 and 10
Yes/Yes temp is above 10

1 Like