Search found 118 matches
- Fri Jan 10, 2025 4:52 pm
- Forum: Addons
- Topic: Old Wifi attachment
- Replies: 13
- Views: 831
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: 297
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: 297
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: 831
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: 831
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: 831
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: 831
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: 831
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: 831
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: 990
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: 1887
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: 1887
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: 990
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: 990
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: 990
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: 779
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: 779
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: 779
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: 373
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: 583
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: 345
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: 666
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: 375
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: 6439
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: 6439
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?
- Sat Jul 13, 2024 12:20 pm
- Forum: You and your tank
- Topic: Migration to RA*
- Replies: 20
- Views: 6439
Re: Migration to RA*
If they fit those should work, but I will send some to you Monday as well
- Fri Jul 12, 2024 2:19 pm
- Forum: You and your tank
- Topic: Migration to RA*
- Replies: 20
- Views: 6439
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...
- Fri Jul 12, 2024 10:14 am
- Forum: You and your tank
- Topic: Migration to RA*
- Replies: 20
- Views: 6439
Re: Migration to RA*
Yes I'll attach some photos
- Thu Jul 11, 2024 9:08 pm
- Forum: You and your tank
- Topic: Migration to RA*
- Replies: 20
- Views: 6439
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?