Fans with second temp probe
Posted: Wed Aug 20, 2014 7:48 am
Hi All,
I have two tanks and having one temp probe for 1st tank and second temp probe for 2nd tank. For 1st tank for chilling I use: ReefAngel.StandardFan( Box1_Port3,245,250 ); - it works great
I want to make same effect as I'm getting with first one. I've tried such code:
if (ReefAngel.Params.Temp[T2_PROBE] >= 245)
ReefAngel.Relay.On(Box2_Port4);
else
ReefAngel.Relay.Off(Box2_Port4);
Seems that it works, but when temp reaches almost 24,5 Celsius it begins to on/off my port, it happens due to temperature (which is not stable). Temperature varies from 24,4 Celsius to 24,5 Celsius.
Maybe there is another possible solution for this one?
I have two tanks and having one temp probe for 1st tank and second temp probe for 2nd tank. For 1st tank for chilling I use: ReefAngel.StandardFan( Box1_Port3,245,250 ); - it works great
I want to make same effect as I'm getting with first one. I've tried such code:
if (ReefAngel.Params.Temp[T2_PROBE] >= 245)
ReefAngel.Relay.On(Box2_Port4);
else
ReefAngel.Relay.Off(Box2_Port4);
Seems that it works, but when temp reaches almost 24,5 Celsius it begins to on/off my port, it happens due to temperature (which is not stable). Temperature varies from 24,4 Celsius to 24,5 Celsius.
Maybe there is another possible solution for this one?