- Joined
- Apr 25, 2018
- Messages
- 1,821
- Reaction score
- 1,100
I found a nice dual heater program online which alternated the heaters and kicked them both on if the temp falls too low. Unfortunately that wasnt working too well with my new tank in my basement. I have about 65 gal total water volume and two of the brs 100 watt heaters. What would happen is when the temp fell and both came on it would short cycle the additional heater and only raise the temp a tenth of a degree. I needed a solution to raise my temp atleast a half a degree. So i started thinking and this is what i came up with. Does anybody see anything wrong with my logic? Also, keep in mind that even on a hot day it appears that when one heater is on, it cant raise my tank over 79, so having fallback on for one is ok...
Heater1
Fallback ON
If Temp < 78.1 Then ON
If Time 00:00 to 11:59 Then OFF
If Temp > 78.9 Then OFF
If Output TempHighPower = ON Then On
Heater2
Fallback OFF
If Temp < 78.1 Then ON
If Time 12:00 to 23:59 Then OFF
If Temp > 78.9 Then OFF
If Output TempHighPower = ON Then On
If Temp < 70.0 Then OFF
TempHighPower
If Temp < 77.8 Then On
If Temp > 78.5 Then Off
Heater1
Fallback ON
If Temp < 78.1 Then ON
If Time 00:00 to 11:59 Then OFF
If Temp > 78.9 Then OFF
If Output TempHighPower = ON Then On
Heater2
Fallback OFF
If Temp < 78.1 Then ON
If Time 12:00 to 23:59 Then OFF
If Temp > 78.9 Then OFF
If Output TempHighPower = ON Then On
If Temp < 70.0 Then OFF
TempHighPower
If Temp < 77.8 Then On
If Temp > 78.5 Then Off


