Page 1 of 1

why aren't the last 2 lines carried out??

Posted: Sunday 12 March 2017 11:55
by stuiow
Image

My problem is the last 2 devices which are set to turn off at set times isn't being carried out.

Any ideas what i've done wrong or a better way to implement it?

(its barbarically some blocky to shut my log burner off from my central heating system so the oil boiler can take over in the morning)
Cheers

Re: why aren't the last 2 lines carried out??

Posted: Sunday 12 March 2017 12:33
by niki_lauda
Use the following
if Controller mode = Auto and time > 5:15 an time < 04:00
set xxxxxx
set xxxxxx
set xxxxxx
else if Controller mode = Auto and time = 04:00
set non pumped out valve = off
else if Controller mode = Auto and time = 05:15
etc etc

Re: why aren't the last 2 lines carried out??

Posted: Sunday 12 March 2017 12:42
by stuiow
ah nice, i'll give that a pop! cheers