Search found 103 matches

by brennyn21
Mon Oct 28, 2024 2:12 pm
Forum: How do I code ...
Topic: Buzzer for High and Low alarm
Replies: 5
Views: 186

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: 186

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: 186

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: 910

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: 173

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: 431

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: 233

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: 542

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: 200

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: 3645

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: 3645

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: 3645

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: 3645

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: 3645

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: 3645

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: 3645

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: 3645

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: 12
Views: 1213

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: 8940

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: 3645

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: 157

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: 292257

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: 804

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: 292257

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...
by brennyn21
Sun Jun 30, 2024 1:17 am
Forum: Apps
Topic: Universal App
Replies: 250
Views: 292257

Re: Universal App

Do you have port 2000 forwarded in your router? You can check if it's working using the link below. Make sure you use your Public IP address and port 2000.

https://portchecker.co/
by brennyn21
Sat Jun 29, 2024 11:20 am
Forum: Apps
Topic: Universal App
Replies: 250
Views: 292257

Re: Universal App

It sounds like the cb process sketch did not work, can you please open up your Reef Angel Features Files found in the libraries and post the code found in the ReefAngel_Features.h
by brennyn21
Fri Jun 28, 2024 10:44 am
Forum: Apps
Topic: Universal App
Replies: 250
Views: 292257

Re: Universal App

Did you run CB Reef Angel Process Sketch under the tools menu before you compiled your code?
by brennyn21
Thu Jun 27, 2024 11:11 am
Forum: Apps
Topic: Universal App
Replies: 250
Views: 292257

Re: Universal App

Can you post a screenshot of the error? Are you using Curts Binders tool to generate the features file and Labels on the Arduino application? Your controller is not sending data to the server most likely because you aren't using the newest libraries. The server hasn't seen any data from your control...
by brennyn21
Thu Jun 27, 2024 9:53 am
Forum: Apps
Topic: Universal App
Replies: 250
Views: 292257

Re: Universal App

Hello, yes that is correct you should use your forum username, and password and uncheck the cloud login, as that is only for cloud modules, and the Reef Angel Star. If you are using the original Arduino to install, you need to install the newest libraries which have the correct URL for the portal ca...
by brennyn21
Thu Jun 20, 2024 3:30 pm
Forum: Uapp
Topic: Can no longer connect to uapp
Replies: 1
Views: 188

Re: Can no longer connect to uapp

If you have the RA Plus and the older wifi attachment you'll need to reupload your code as well as update your wifi attachement. For the wifi attachment download the zip folder below with the file and instructions. https://forum.reefangel.com/firmware/updatewifi.zip You will also need reupload your ...