Jebao Tuning

Do you have a question on how to do something.
Ask in here.
Post Reply
clw143
Posts: 118
Joined: Fri Jun 21, 2013 8:20 pm
Location: Louisiana

Jebao Tuning

Post by clw143 »

I searched around and saw people talking about doing it but I can't find it.

How would I code to do millis tuning through the portal?
User avatar
Sacohen
Posts: 1833
Joined: Sun Apr 21, 2013 6:25 am
Location: Davie, FL

Re: Jebao Tuning

Post by Sacohen »

I've seen this post for days now and I don't have the exact answer, because I never got the hang of the new DCPump command, but I think this will get it going.

Make sure that the

Code: Select all

#include <DCPump.h>
is in your features.

Then add this code to tell the pump to use the portal for it's setting.

Code: Select all

ReefAngel.DCPump.UseMemory = true;
ReefAngel.DCPump.DaylightChannel = Sync;
or Actinic if it is plugged into the Actinic port.

If it is on the Expansion Ports then I think the code is

Code: Select all

ReefAngel.DCPump.ExpansionChannel[0] = true;
Then I think you can just go to the portal and adjust the settings under the Internal Memory > DC Pump (Jebao/Tunze)
Post Reply