Search found 11286 matches

by rimai
Tue Mar 16, 2021 5:21 am
Forum: Ask anything here
Topic: Returning
Replies: 3
Views: 5067

Re: Returning

Sorry. There is no way to do that.
by rimai
Fri Mar 12, 2021 8:53 am
Forum: Standard
Topic: AQLink with Jebao DCP works but some buslock issues
Replies: 12
Views: 7257

Re: AQLink with Jebao DCP works but some buslock issues

For the 6 channels, which dimming module version do you have?
Can you open and see which board rev it is written on the board?
by rimai
Thu Mar 11, 2021 8:23 pm
Forum: Standard
Topic: Second dimming expansion not responding
Replies: 17
Views: 9083

Re: Second dimming expansion not responding

Ahhh... That makes sense
I think that is the reason.
by rimai
Thu Mar 11, 2021 11:08 am
Forum: Standard
Topic: Second dimming expansion not responding
Replies: 17
Views: 9083

Re: Second dimming expansion not responding

That's odd.
I can only see the pH and RF expansions in the log.
by rimai
Thu Mar 11, 2021 8:22 am
Forum: Standard
Topic: Second dimming expansion not responding
Replies: 17
Views: 9083

Re: Second dimming expansion not responding

Is this for RA* or RA+?
by rimai
Wed Mar 10, 2021 9:39 pm
Forum: Standard
Topic: Second dimming expansion not responding
Replies: 17
Views: 9083

Re: Second dimming expansion not responding

I don't see neither dimming expansions in the log.
They are:

Code: Select all

#define I2CPWM_PCA9685		0x40
#define I2CPWM_16CH_PCA9685		0x41
by rimai
Wed Mar 10, 2021 9:26 am
Forum: Standard
Topic: Second dimming expansion not responding
Replies: 17
Views: 9083

Re: Second dimming expansion not responding

Sorry, the webwizard doesn't have serial monitor.
You have to use putty, teraterm or the Arduino IDE.
by rimai
Tue Mar 09, 2021 9:00 am
Forum: Standard
Topic: Second dimming expansion not responding
Replies: 17
Views: 9083

Re: Second dimming expansion not responding

Try this one: /** * I2CScanner.pde -- I2C bus scanner for Arduino * * 2009, Tod E. Kurt, http://todbot.com/blog/ * */ #include "Wire.h" extern "C" { #include "utility/twi.h" // from Wire library, so we can do bus scanning } // Scan the I2C bus between addresses from_add...
by rimai
Mon Mar 08, 2021 8:56 am
Forum: Standard
Topic: Second dimming expansion not responding
Replies: 17
Views: 9083

Re: Second dimming expansion not responding

Can you load the I2CScanner and see which addresses you have on your log?
by rimai
Fri Feb 26, 2021 4:42 pm
Forum: Addons
Topic: Rope Leak Detector Uapp
Replies: 5
Views: 4285

Re: Rope Leak Detector Uapp

I updated the Uapp and it should show now.
by rimai
Wed Feb 24, 2021 8:23 am
Forum: Addons
Topic: Rope Leak Detector Uapp
Replies: 5
Views: 4285

Re: Rope Leak Detector Uapp

I think you need to add this to your code:

Code: Select all

ReefAngel.AddLeakDetectorExpansion();
by rimai
Tue Feb 23, 2021 10:35 am
Forum: Standard
Topic: Anyone have a RF module?
Replies: 4
Views: 3168

Re: Anyone have a RF module?

I have the board and case somewhere, but I don't have the RF radio from ecotech. You would have to buy one from them or any reseller. Would that work for you?
by rimai
Mon Feb 22, 2021 8:30 am
Forum: Standard
Topic: Plus to Star
Replies: 14
Views: 7486

Re: Plus to Star

Yes, you can just hard wire an ethernet cable.
It would be a simple upgrade. You just upload your code to the RA*. There are a few things to change, but it may be just a few lines.
Or you can also generate a whole new code with the webwizard: https://forum.reefangel.com/webwizard/
by rimai
Wed Feb 17, 2021 10:24 am
Forum: Standard
Topic: PH Probe Calibration trouble
Replies: 2
Views: 2234

Re: PH Probe Calibration trouble

Check for water damage.
by rimai
Tue Feb 16, 2021 5:10 pm
Forum: Standard
Topic: T2 and T3 Temp Probes
Replies: 5
Views: 3852

Re: T2 and T3 Temp Probes

PM me your address and I'll send you a new set and we go from there.
by rimai
Sun Feb 14, 2021 11:05 pm
Forum: How do I code ...
Topic: ATO code for two tanks
Replies: 3
Views: 3327

Re: ATO code for two tanks

This code has no timeout. You won't be able to do it two ATOs with timeout without custom coding.
by rimai
Fri Feb 12, 2021 5:16 pm
Forum: Standard
Topic: T2 and T3 Temp Probes
Replies: 5
Views: 3852

Re: T2 and T3 Temp Probes

There seems to be a hardware failure somewhere.
Can you inspect the board for water damage?
by rimai
Fri Feb 12, 2021 5:14 pm
Forum: How do I code ...
Topic: ATO code for two tanks
Replies: 3
Views: 3327

Re: ATO code for two tanks

Try this:

Code: Select all

ReefAngel.Relay.Set( Port1,ReefAngel.HighATO.IsActive() );
ReefAngel.Relay.Set( Port2,ReefAngel.LowATO.IsActive() );
by rimai
Fri Feb 12, 2021 3:11 pm
Forum: Addons
Topic: Salinity temp compensation?
Replies: 85
Views: 55148

Re: Salinity temp compensation?

That is it.
by rimai
Sun Jan 31, 2021 10:13 am
Forum: Standard
Topic: T2 and T3 Temp Probes
Replies: 5
Views: 3852

Re: T2 and T3 Temp Probes

It could be one of the temp probes.
Can you run it with just one at a time and see which one is misbehaving?
by rimai
Sat Jan 30, 2021 11:39 am
Forum: Standard
Topic: RA* USB Power
Replies: 5
Views: 3545

Re: RA* USB Power

We use 5v. There is a cable on the webstore for that. It is called USB power cable.
It uses one of the temperature ports to power the head unit.
by rimai
Sat Jan 30, 2021 10:29 am
Forum: Standard
Topic: RA* USB Power
Replies: 5
Views: 3545

Re: RA* USB Power

Do you still have the usb power cable from the RA+?
by rimai
Mon Jan 04, 2021 12:01 pm
Forum: Addons
Topic: lost wifi connection
Replies: 8
Views: 4985

Re: lost wifi connection

Yes, cloud capable, but using WiFi. You mentioned going ethernet.
by rimai
Mon Jan 04, 2021 11:19 am
Forum: Addons
Topic: lost wifi connection
Replies: 8
Views: 4985

Re: lost wifi connection

One way to avoid all this is the RA*.
It has ethernet and cloud capability, so you don't need to mess with port forwarding.
by rimai
Mon Jan 04, 2021 11:18 am
Forum: Addons
Topic: lost wifi connection
Replies: 8
Views: 4985

Re: lost wifi connection

That is probably your port forwarding setup.
by rimai
Mon Jan 04, 2021 11:02 am
Forum: Addons
Topic: lost wifi connection
Replies: 8
Views: 4985

Re: lost wifi connection

I see last data a few minutes ago.
It should be updating... Can you refresh?
by rimai
Fri Jan 01, 2021 12:35 pm
Forum: Standard
Topic: Is my relay analog or PWM?
Replies: 2
Views: 2772

Re: Is my relay analog or PWM?

PWM
by rimai
Mon Dec 28, 2020 12:56 pm
Forum: Apps
Topic: RA+ wifi connection - port forwarding
Replies: 14
Views: 7500

Re: RA+ wifi connection - port forwarding

Portal data is available anywhere. The controller sends data to portal every 5 min
by rimai
Mon Dec 28, 2020 11:27 am
Forum: Apps
Topic: RA+ wifi connection - port forwarding
Replies: 14
Views: 7500

Re: RA+ wifi connection - port forwarding

Delete the line.
DDNS is not working anymore.