Hey all:
I wanted to share the setup I am currently running, which has worked out well - so far. I wanted to get any opinions on possible issues with this setup. OR Apex programming tips!
I switched from a multiple ink bird setup. Two heaters (output split) per inkbird). I had the temp set to 77. The 400 gallon system (300 DT / 100 sump) would swing from below 77 to above 78.
SpTmp = the temp in the sump
DTtemp = the temp in the overflow on the back of the display tank (before going to the basement sump).
This setup allows me to ramp up and down the use of multiple heaters. If the house is real cold, multiple heaters will be needed, but if the house is just dropping a little, the first (smaller of the 3) heaters can be enough by itself to heat the tank. It will be the only heater needed, If not, and the temp falls more, then more heaters turn on.
I have now gone to a 3 heater setup. 1 smaller, and 2 larger heaters. The heaters are each on an outlet in a 4 port power block from apex. And each has its own different programming.
Here is the programming:
Heater1:
Fallback OFF
If SpTmp < 77.9 Then ON
If SpTmp > 78.0 Then OFF
Defer 001:00 Then ON
Heater2:
Fallback OFF
If SpTmp < 77.7 Then ON
If SpTmp > 78.1 Then OFF
Defer 015:00 Then ON
Heater3:
Fallback OFF
If SpTmp < 77.5 Then ON
If SpTmp > 78.3 Then OFF
Defer 025:00 Then ON
I stil have 1 inkbird in the setup, with a lower temp, just incase all 3 fail or the apex fails, the inkbird with other backup heaters will kick on. So farm since setup, the extra inkbird has not been needed.
Thanks!
I wanted to share the setup I am currently running, which has worked out well - so far. I wanted to get any opinions on possible issues with this setup. OR Apex programming tips!
I switched from a multiple ink bird setup. Two heaters (output split) per inkbird). I had the temp set to 77. The 400 gallon system (300 DT / 100 sump) would swing from below 77 to above 78.
SpTmp = the temp in the sump
DTtemp = the temp in the overflow on the back of the display tank (before going to the basement sump).
This setup allows me to ramp up and down the use of multiple heaters. If the house is real cold, multiple heaters will be needed, but if the house is just dropping a little, the first (smaller of the 3) heaters can be enough by itself to heat the tank. It will be the only heater needed, If not, and the temp falls more, then more heaters turn on.
I have now gone to a 3 heater setup. 1 smaller, and 2 larger heaters. The heaters are each on an outlet in a 4 port power block from apex. And each has its own different programming.
Here is the programming:
Heater1:
Fallback OFF
If SpTmp < 77.9 Then ON
If SpTmp > 78.0 Then OFF
Defer 001:00 Then ON
Heater2:
Fallback OFF
If SpTmp < 77.7 Then ON
If SpTmp > 78.1 Then OFF
Defer 015:00 Then ON
Heater3:
Fallback OFF
If SpTmp < 77.5 Then ON
If SpTmp > 78.3 Then OFF
Defer 025:00 Then ON
I stil have 1 inkbird in the setup, with a lower temp, just incase all 3 fail or the apex fails, the inkbird with other backup heaters will kick on. So farm since setup, the extra inkbird has not been needed.
Thanks!