![]() |
|
#1
|
|||||
|
|||||
![]() Cool!
My present chiller code is: Fallback OFF If Temp > 78.5 Then ON If Temp < 78.0 Then OFF (This works and has been tested) But, my chiller is set to not actually start cooling until 79. It takes a few minutes for it to start cooling, so I didn't want it to come on right at 79. I could change it to this: Fallback OFF If Temp > 78.5 Then ON Defer 005 If Temp < 78.0 Then OFF And then change the chiller pump to Fallback OFF If temp > 78.5 Then ON Defer 001 If temp < 78 Then OFF Defer 010 That should work, right? My only concern is leaving the chiller pump off for so long. Will the water in the lines get gross? That's why I was going to let it run throughout the day, but shut off at night according to the "Sleep" outlet if not required. |
#2
|
|||||
|
|||||
![]() You could get a different pump that's quiet...
__________________
Brad |
#3
|
||||
|
||||
![]() Quote:
|
#4
|
|||||
|
|||||
![]() I have one (another Eheim Compact 2000). . . I just don't want to redo all of the plumbing in the return section of the sump twice in a few weeks.
The new display is off being drilled, so I'll be starting to install the plumbing for that this weekend. The new pump for the chiller will be running the chiller and the two fluid reactors. It is nice and quiet, and it will run 24/7. ![]() Quote:
Quote:
![]() |
#5
|
||||
|
||||
![]() Quote:
[chiller] If temp > 78.5 then ON Defer 005 If temp < 78.5 then OFF Defer 001 [chiller_pump] If temp > 78.5 then ON Defer 001 If temp < 78.5 then OFF Defer 010 Hope I actually helped you instead of confusing you lol. Good luck. |