Search found 122 matches
- Thu Jan 30, 2025 6:23 pm
- Forum: How do I code ...
- Topic: EDIT COLOR FILE?
- Replies: 4
- Views: 1601
Re: EDIT COLOR FILE?
You need to place the drawCustomOutletBox on the outside of the void loop. Full corrected code is below. #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS1307RTC.h> #include <InternalEEPROM.h> #include <RA_...
- Wed Jan 29, 2025 9:59 pm
- Forum: How do I code ...
- Topic: EDIT COLOR FILE?
- Replies: 4
- Views: 1601
Re: EDIT COLOR FILE?
So you would need to install Arduino onto your PC install the libraries and then modify the libraries. Other option is to use a custom function, which I'll show below. So in the Global Variables first place this below to define the colors used for the outlets. #define OutletOnBGColor COLOR_GREEN // ...
- Sat Jan 25, 2025 6:58 pm
- Forum: How do I code ...
- Topic: CODE WITH TEMP PROBE PROBLEMS
- Replies: 3
- Views: 582
Re: CODE WITH TEMP PROBE PROBLEMS
You can also replace the 255 with a Defined color like this below
So it goes (Text_Color, Background_Color, X_Position, Y_Poxition, text, font)
Code: Select all
ReefAngel.LCD.DrawLargeText(COLOR_BLACK, COLOR_WHITE, 89, 72, text, Num8x16);
- Sat Jan 25, 2025 6:51 pm
- Forum: How do I code ...
- Topic: CODE WITH TEMP PROBE PROBLEMS
- Replies: 3
- Views: 582
Re: CODE WITH TEMP PROBE PROBLEMS
So it sounds like you have a bad temp probe. The temp ports are not oriented based on their position in the controller. Each temp probe has an id burnt into the chip which is how its orientation is set. So the lowest ID probe is always T1 then next lowest ID T2 then next lowest is T3 regardless of t...
- Fri Jan 10, 2025 4:52 pm
- Forum: Addons
- Topic: Old Wifi attachment
- Replies: 13
- Views: 36752
Re: Old Wifi attachment
Very odd, I will send you a PM maybe its a hardware failure of the wifi attachment.
- Fri Jan 10, 2025 1:51 am
- Forum: How do I code ...
- Topic: COMPILE ERRORS
- Replies: 3
- Views: 787
Re: COMPILE ERRORS
Hi Casper I found a bug where the features file wasn't getting counted correctly and the Menus weren't being counted. I tested the code below it compiles and is working now. #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Tim...
- Tue Jan 07, 2025 10:02 pm
- Forum: How do I code ...
- Topic: COMPILE ERRORS
- Replies: 3
- Views: 787
Re: COMPILE ERRORS
Will you post your code or errors? Depending on how old the code is I know some changes were made to the libraries over the years that might be contributing to the compiling errors.
- Mon Jan 06, 2025 11:16 am
- Forum: Addons
- Topic: Old Wifi attachment
- Replies: 13
- Views: 36752
Re: Old Wifi attachment
- In Tera Term, go to 'Setup' -> 'Serial port'.
- Choose 57600 baud.
- Then, go back to 'Control' -> 'Macro' and reopen the .ttl file.
- Choose 57600 baud.
- Then, go back to 'Control' -> 'Macro' and reopen the .ttl file.
- Mon Jan 06, 2025 2:37 am
- Forum: Addons
- Topic: Old Wifi attachment
- Replies: 13
- Views: 36752
Re: Old Wifi attachment
You are using a usb-ttl cable correct? Once you click okay if should show output in the Tera Team Terminal. Can you send picture of your wifi attachment? I'll take a picture of the process later today. Once you click okay it should run through the process and then the start Wifly Module configuratio...
- Sun Jan 05, 2025 6:44 pm
- Forum: Addons
- Topic: Old Wifi attachment
- Replies: 13
- Views: 36752
Re: Old Wifi attachment
What does the output show in the terminal? Also if you have a space in your Wifi SSID make sure you put a $ in place of the space. For example, if your SSID is called "My Wifi" then it would be "My$Wifi"
- Sun Jan 05, 2025 1:06 pm
- Forum: Addons
- Topic: Old Wifi attachment
- Replies: 13
- Views: 36752
Re: Old Wifi attachment
Is it a slow blink blue or fast blink or just solid?
- Tue Dec 31, 2024 5:38 pm
- Forum: Addons
- Topic: Old Wifi attachment
- Replies: 13
- Views: 36752
Re: Old Wifi attachment
Just once should do it if I recall correctly.
- Mon Dec 30, 2024 3:30 pm
- Forum: Addons
- Topic: Old Wifi attachment
- Replies: 13
- Views: 36752
Re: Old Wifi attachment
Hi Fredrik, you will need to upload the new firmware to your wifi attachment using Tera team as well as reinstall your code using the online webwizard Link for the wifi attachement is below unzip the folder download tera team. Change the Wifi SSID and Password in the ttl file and use Tera team to fl...
- Tue Nov 26, 2024 9:55 pm
- Forum: How do I code ...
- Topic: CODE CHECK
- Replies: 9
- Views: 1820
Re: CODE CHECK
Yes that is the code for using both float switches
- Tue Nov 26, 2024 11:59 am
- Forum: Uapp
- Topic: Uapp Version 3
- Replies: 16
- Views: 43582
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.
You will need to update your WIFI attachment. I sent you over instructions in a private message.
- Mon Nov 25, 2024 11:54 pm
- Forum: Uapp
- Topic: Uapp Version 3
- Replies: 16
- Views: 43582
Re: Uapp Version 3
Yes it is, but you won't be able to login until data is received from your controller.
- Mon Nov 25, 2024 8:43 pm
- Forum: How do I code ...
- Topic: CODE CHECK
- Replies: 9
- Views: 1820
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...
- Mon Nov 25, 2024 7:12 pm
- Forum: How do I code ...
- Topic: CODE CHECK
- Replies: 9
- Views: 1820
Re: CODE CHECK
Yes that is correct!
- Mon Nov 25, 2024 6:44 pm
- Forum: How do I code ...
- Topic: CODE CHECK
- Replies: 9
- Views: 1820
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...
- Mon Oct 28, 2024 2:12 pm
- Forum: How do I code ...
- Topic: Buzzer for High and Low alarm
- Replies: 5
- Views: 1267
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
- Mon Oct 28, 2024 2:10 pm
- Forum: How do I code ...
- Topic: Buzzer for High and Low alarm
- Replies: 5
- Views: 1267
Re: Buzzer for High and Low alarm
Yes 12v buzzer is fine
- Sun Oct 27, 2024 12:05 pm
- Forum: How do I code ...
- Topic: Buzzer for High and Low alarm
- Replies: 5
- Views: 1267
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...
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.
- Mon Sep 09, 2024 8:12 pm
- Forum: Uapp
- Topic: Device Logs - Bus Locks?
- Replies: 2
- Views: 612
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...
- Wed Sep 04, 2024 9:22 am
- Forum: Standard
- Topic: Reef Angel Star out of stock - expected ETA?
- Replies: 2
- Views: 901
Re: Reef Angel Star out of stock - expected ETA?
I should have kits available in the next couple weeks!
- Tue Aug 27, 2024 11:28 pm
- Forum: Standard
- Topic: Configuring RA Star For Analog Dimming
- Replies: 1
- Views: 562
Re: Configuring RA Star For Analog Dimming
Yes that is correct, just add the jumpers to change the output type or voltage!
- Mon Aug 05, 2024 12:16 pm
- Forum: Standard
- Topic: Display not turning off
- Replies: 1
- Views: 909
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...
- Wed Jul 17, 2024 10:39 am
- Forum: Uapp
- Topic: Uapp labels
- Replies: 2
- Views: 651
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!
- Sat Jul 13, 2024 1:28 pm
- Forum: You and your tank
- Topic: Migration to RA*
- Replies: 20
- Views: 60722
Re: Migration to RA*
Does it still reboot when no other devices are connected?
- Sat Jul 13, 2024 1:10 pm
- Forum: You and your tank
- Topic: Migration to RA*
- Replies: 20
- Views: 60722
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?