Hi all,

I doubt that in the last 4.52 fw release, something does not work properly in the "MIN TIME" statement.

This is my "CHILLER" outlet advanced code. The same i use within last 2 years and it works fine with the old fw release (4.40, 4.35…)

Fallback ON
If Temp > 26.3 Then ON
If Time 17:00 to 19:00 Then ON
If Time 19:30 to 24:00 Then OFF
If Temp > 26.7 Then ON
If Temp < 26.0 Then OFF
Min Time 045:00 Then ON
Min Time 010:00 Then OFF
If FeedD 000 Then OFF
If Power Apex Off 005 Then OFF
If Output Heater = ON Then OFF


now, when the temperature is over 26.7 in the "19.30-24.00" time and go down, the outlet is shut OFF properly but after a couple of second is switched to ON, not waiting for the set time in the "min time then off" statement.

Any idea?

Thanks!