It seems to be turning on intermittently. I'm using the ATO pump I ordered from RA. I have tried the code below on ports 1, 5 and 8 and they all do the same thing so I assume I have done something wrong. The pump has never ran uninterrupted for the 300 seconds. Even when the water level reads 62, the ATO will start and stop for 5-10 seconds.
I have also tried a water level of 81-83 and it does the same thing. I haven't noticed it turning on as long as the level stays above 63. What am I missing?
Code: Select all
void loop()
{
ReefAngel.StandardHeater( Port3,772,778 );
// ReefAngel.WaterLevelATO(Port8,300,61,63);
ReefAngel.WaterLevelATO(Port1,300,61,63);
ReefAngel.DosingPumpRepeat( Port6,30,120,1 );
ReefAngel.DosingPumpRepeat( Port7,0,60,2 );
////// Place your custom code below here