heater

Basic / Standard Reef Angel hardware
Post Reply
kga943
Posts: 17
Joined: Mon Sep 19, 2016 7:34 am

heater

Post by kga943 »

ok i am getting this thing working but having problems with the heater control I think the problem is I have t
3 temp probes what one does it use to control the heater ?
User avatar
cosmith71
Posts: 1437
Joined: Fri Mar 29, 2013 3:51 pm
Location: Oklahoma City

Re: heater

Post by cosmith71 »

By default, the first one. You should have a couple of lines in your setup code like this:

Code: Select all

 // Use T1 probe as temperature and overheat functions
  ReefAngel.TempProbe = T1_PROBE;
  ReefAngel.OverheatProbe = T1_PROBE;
--Colin
kga943
Posts: 17
Joined: Mon Sep 19, 2016 7:34 am

Re: heater

Post by kga943 »

well I'm not doing code yet I am just using the wizard so what temp probe does that use
User avatar
cosmith71
Posts: 1437
Joined: Fri Mar 29, 2013 3:51 pm
Location: Oklahoma City

Re: heater

Post by cosmith71 »

T1, the first one.
Post Reply