Search found 109 matches

by brennyn21
Tue Nov 26, 2024 9:55 pm
Forum: How do I code ...
Topic: CODE CHECK
Replies: 9
Views: 344

Re: CODE CHECK

Yes that is the code for using both float switches
by brennyn21
Tue Nov 26, 2024 11:59 am
Forum: Uapp
Topic: Uapp Version 3
Replies: 16
Views: 1514

Re: Uapp Version 3

Do you have the wifi attachment or cloud wifi attachment?

You will need to update your WIFI attachment. I sent you over instructions in a private message.
by brennyn21
Mon Nov 25, 2024 11:54 pm
Forum: Uapp
Topic: Uapp Version 3
Replies: 16
Views: 1514

Re: Uapp Version 3

Yes it is, but you won't be able to login until data is received from your controller.
by brennyn21
Mon Nov 25, 2024 8:43 pm
Forum: How do I code ...
Topic: CODE CHECK
Replies: 9
Views: 344

Re: CODE CHECK

Make sure you are using the online webwizard. forum.reefangel.com/webwizard I tried compiling the code and it compiled fine. As for adding the ATO you can use this line below. Place it in the void loop() Please change the port to your liking and the 65 is timeout in seconds. so change it to your lik...
by brennyn21
Mon Nov 25, 2024 7:12 pm
Forum: How do I code ...
Topic: CODE CHECK
Replies: 9
Views: 344

Re: CODE CHECK

Yes that is correct!
by brennyn21
Mon Nov 25, 2024 6:44 pm
Forum: How do I code ...
Topic: CODE CHECK
Replies: 9
Views: 344

Re: CODE CHECK

Hi Casper, looking at your code I fixed the Menu Options as it was changed how they were declared in the libraries a while back. Right now the code does indeed have Storm Function, Light Control, Heater Control and Timed scheduled ports I will list them out below. I don't see anything for the ATO fu...
by brennyn21
Mon Oct 28, 2024 2:12 pm
Forum: How do I code ...
Topic: Buzzer for High and Low alarm
Replies: 5
Views: 660

Re: Buzzer for High and Low alarm

On a side note you can setup alerts in the Uapp to also notify you if a parameter goes out of your desired range
by brennyn21
Mon Oct 28, 2024 2:10 pm
Forum: How do I code ...
Topic: Buzzer for High and Low alarm
Replies: 5
Views: 660

Re: Buzzer for High and Low alarm

Yes 12v buzzer is fine
by brennyn21
Sun Oct 27, 2024 12:05 pm
Forum: How do I code ...
Topic: Buzzer for High and Low alarm
Replies: 5
Views: 660

Re: Buzzer for High and Low alarm

This code below is only for the Reef Angel Star as it has a built in buzzer. if ( buzzer ) ReefAngel.BuzzerOn(2); else ReefAngel.BuzzerOff(); The RAPlus does not have a built in internal buzzer so you would need an external one and run it off one of the PWM Channels. The code you would use is this b...
by brennyn21
Thu Sep 19, 2024 11:57 am
Forum: Standard
Topic: Alerts
Replies: 2
Views: 1614

Re: Alerts

You should just have to login to the Uapp and go to the email alerts page and turn off the disconnect alert toggle. Let me know if you have any issues.
by brennyn21
Mon Sep 09, 2024 8:12 pm
Forum: Uapp
Topic: Device Logs - Bus Locks?
Replies: 2
Views: 305

Re: Device Logs - Bus Locks?

So there isn't a way to detect which device is causing the bus locks in software, but you can disconnect one expansion at a time to verify which one is causing the issue. I've had bus locks due to rust formed on the USB port / cable, as well as when I have the USB cables placed next to my dimming wi...
by brennyn21
Wed Sep 04, 2024 9:22 am
Forum: Standard
Topic: Reef Angel Star out of stock - expected ETA?
Replies: 2
Views: 497

Re: Reef Angel Star out of stock - expected ETA?

I should have kits available in the next couple weeks!
by brennyn21
Tue Aug 27, 2024 11:28 pm
Forum: Standard
Topic: Configuring RA Star For Analog Dimming
Replies: 1
Views: 277

Re: Configuring RA Star For Analog Dimming

Yes that is correct, just add the jumpers to change the output type or voltage!
by brennyn21
Mon Aug 05, 2024 12:16 pm
Forum: Standard
Topic: Display not turning off
Replies: 1
Views: 595

Re: Display not turning off

It sounds like it still thinks the joy stick is being pressed or moved. Here is the relevant code in the ReefAngel_1.5_LCD.h void ReefAngelClass::CheckScreenSaver() { // process screensaver timeout if ( Timer[LCD_TIMER].IsTriggered() ) { // Screensaver timeout expired LCD.BacklightOff(); } if ( Joys...
by brennyn21
Wed Jul 17, 2024 10:39 am
Forum: Uapp
Topic: Uapp labels
Replies: 2
Views: 283

Re: Uapp labels

I noticed this bug the other day as well, when you switch between controllers on the Uapp it doesn't sync the labels correctly. I'll push an update to the Uapp once i get it resolved!
by brennyn21
Sat Jul 13, 2024 1:28 pm
Forum: You and your tank
Topic: Migration to RA*
Replies: 20
Views: 4999

Re: Migration to RA*

Does it still reboot when no other devices are connected?
by brennyn21
Sat Jul 13, 2024 1:10 pm
Forum: You and your tank
Topic: Migration to RA*
Replies: 20
Views: 4999

Re: Migration to RA*

It would still be box 1 so you don't need to change anything. Can you go into the Uapp, open the menu on the top left and click on logs? Then under Alert logs check and see if you have any bus locks?
by brennyn21
Sat Jul 13, 2024 12:20 pm
Forum: You and your tank
Topic: Migration to RA*
Replies: 20
Views: 4999

Re: Migration to RA*

If they fit those should work, but I will send some to you Monday as well
by brennyn21
Fri Jul 12, 2024 2:19 pm
Forum: You and your tank
Topic: Migration to RA*
Replies: 20
Views: 4999

Re: Migration to RA*

You will need some jumpers, you may have some on your old relay box depending on what version you have, if not I can send you some. You place the jumpers on the pins so as you can see on the photo i have 3 jumpers on ANALOG for Daylight, Actinic and Daylight2 so those ports are all Analog. If you ha...
by brennyn21
Fri Jul 12, 2024 10:14 am
Forum: You and your tank
Topic: Migration to RA*
Replies: 20
Views: 4999

Re: Migration to RA*

Yes I'll attach some photos
by brennyn21
Thu Jul 11, 2024 9:08 pm
Forum: You and your tank
Topic: Migration to RA*
Replies: 20
Views: 4999

Re: Migration to RA*

If you open up the Reef Angel Star you'll see 4 pairs of jumpers your lights may need to be changed to analog instead of PWM. Do you know what your old relay box was setup for?
by brennyn21
Thu Jul 11, 2024 1:25 pm
Forum: You and your tank
Topic: Migration to RA*
Replies: 20
Views: 4999

Re: Migration to RA*

What channels are you using on the Star? Also when you adjust them with the slider in the uapp do they change at all?
by brennyn21
Thu Jul 11, 2024 10:51 am
Forum: You and your tank
Topic: Migration to RA*
Replies: 20
Views: 4999

Re: Migration to RA*

To change the label you need to add //RA_LABEL LABEL_TEMP1=Display

The dimming ports and USB port on the old relay box are not useable with the Star
by brennyn21
Tue Jul 09, 2024 3:49 pm
Forum: Uapp
Topic: Uapp Version 3
Replies: 16
Views: 1514

Re: Uapp Version 3

I will add the horizontal view to the relay boxes in the next release of the Uapp, as for the internal memory I don't believe the 2 extra diming channels were ever added to the Uapp for the Star, I will add this to the TO DO list. Thanks for letting me know!
by brennyn21
Tue Jul 09, 2024 3:32 pm
Forum: How do I code ...
Topic: Using both High and Low ATO to turn off port
Replies: 1
Views: 8985

Re: Using both High and Low ATO to turn off port

Sorry for the late reply, if i am understanding you want to have port4 on after either ato has been active for 60s. You can try the code below adjust the activation delay to your liking //Place in globals unsigned long highATOActiveTime = 0; unsigned long lowATOActiveTime = 0; const unsigned long ac...
by brennyn21
Tue Jul 09, 2024 2:59 pm
Forum: You and your tank
Topic: Migration to RA*
Replies: 20
Views: 4999

Re: Migration to RA*

At the bottom of your code you'll see the port labels. You can change them and reupload your code to display on the Star. As for the dimming ports on the star there is a an rj45 on the bottom of the controller which you can splice a standard ethernet cable or I have a break out board that will be li...
by brennyn21
Fri Jul 05, 2024 12:23 am
Forum: Uapp
Topic: AddExtraTempProbes
Replies: 2
Views: 241

Re: AddExtraTempProbes

Make sure you place ReefAngel.AddExtraTempProbes(); in your void setup. I will have to verify the screen libraries for the plus, but I don't believe the extra temp probes were ever added to the libraries to display on the Plus Screen. If it's not showing in the Uapp it sounds like there is an issue ...
by brennyn21
Mon Jul 01, 2024 12:14 am
Forum: Apps
Topic: Universal App
Replies: 250
Views: 296625

Re: Universal App

Glad it's working! The server listens on port 3000 for data sent from the Reef Angel Controller for the graphs, and email alerts. The web server running on the Reef Angel listens to requests on port 2000. The RA Star and Cloud WIFI Module uses MQTT and the server captures the MQTT messages for the g...
by brennyn21
Sun Jun 30, 2024 2:15 pm
Forum: Standard
Topic: RA+ dimming port questions
Replies: 1
Views: 852

Re: RA+ dimming port questions

KF2510 2 pin is the connector for the dimming ports for the RAplus Relay Box. I am not completely aware of the circuit differences, between the 2, but my best assumption would be the analog relay box uses a low-pass filter to filter the PWM signal to analog so the PWM Relay box would be missing thos...
by brennyn21
Sun Jun 30, 2024 9:50 am
Forum: Apps
Topic: Universal App
Replies: 250
Views: 296625

Re: Universal App

Your controller hasn't sent data to the server since June 24th so what has changed since then? If you used the webwizard to upload your code then it is most likely an issue with the wifi attachment. Did you use the firmware below to update the wifi attachment? forum.reefangel.com/firmware/updatewifi...