apex controller question (full version apex controller about 6 months old)...
goal ... to get ac unit to come on for an hour each time tank hits the high temp set point.
i am using a window ac unit as chiller which is blowing right on the tank. it also takes out extra heat and humidity in room from the lights from tank. ac unit more effecient if it runs for an hour at a time .
i have the ac window unit plugged into an outlet on the apex controller with temp on thermastat on ac unit set to 60 degrees . so it runs all the time unless apex turns it off.
question:
how to get the ac unit to cycle on for like an hour when it needs to come on (then goes off ). then temp rises some and it comes on again like for an hour at a time.
below is my code , but the "min time" does not work.
so it comes on for 5 min , then goes off because temp is back to 79.0
is there a better way to do this ..
some how ,,, come on at 79 degree , but go off at 77 degree
my code ::::
Fallback OFF
Set OFF
If Temp > 79.0 Then ON
Min Time 060:00 Then OFF
ok, thanks
goal ... to get ac unit to come on for an hour each time tank hits the high temp set point.
i am using a window ac unit as chiller which is blowing right on the tank. it also takes out extra heat and humidity in room from the lights from tank. ac unit more effecient if it runs for an hour at a time .
i have the ac window unit plugged into an outlet on the apex controller with temp on thermastat on ac unit set to 60 degrees . so it runs all the time unless apex turns it off.
question:
how to get the ac unit to cycle on for like an hour when it needs to come on (then goes off ). then temp rises some and it comes on again like for an hour at a time.
below is my code , but the "min time" does not work.
so it comes on for 5 min , then goes off because temp is back to 79.0
is there a better way to do this ..
some how ,,, come on at 79 degree , but go off at 77 degree
my code ::::
Fallback OFF
Set OFF
If Temp > 79.0 Then ON
Min Time 060:00 Then OFF
ok, thanks