Thanks I already have but thought the buzzer would be an extra safe guard.
Search found 65 matches
- Tue Oct 29, 2024 4:50 am
- Forum: How do I code ...
- Topic: Buzzer for High and Low alarm
- Replies: 5
- Views: 490
- Mon Oct 28, 2024 7:20 am
- Forum: How do I code ...
- Topic: Buzzer for High and Low alarm
- Replies: 5
- Views: 490
Re: Buzzer for High and Low alarm
Thanks Brennyn, I didnt realise that the Plus didnt have a buzzer
Would any 12v buzzer work?
Would any 12v buzzer work?
- Sun Oct 27, 2024 1:51 am
- Forum: How do I code ...
- Topic: Buzzer for High and Low alarm
- Replies: 5
- Views: 490
Buzzer for High and Low alarm
Mornign, My 2 heaters failed 3 days ago and i didnt notice until yesterday. Luckily the tempos only dropped to 22 so maybe dodged a bullet there. Anyhow I was trying to setup an audiable alarm but cant get it to compile. I have tried adding the following to my code but get an error boolean buzzer=fa...
- Sun Jun 30, 2024 11:48 pm
- Forum: Apps
- Topic: Universal App
- Replies: 250
- Views: 294049
Re: Universal App
Yes I did run the tera term ttl script and have run it again this morning. I think my firewall at home had an issue on the 24th and rebooted and loaded an older version of its config, which i think was missing the RA Portals IP address (191.101.233.157) in the port forwarding rule and some other rul...
- Sun Jun 30, 2024 6:58 am
- Forum: Apps
- Topic: Universal App
- Replies: 250
- Views: 294049
Re: Universal App
Port forwarding was part of the issue, port forwarding is on but for some reason i was only allowing the traffic from 104.36.18.155 but the traffic is currently sourced from 191.101.233.157. I added the address to the allowed list and now the uapp is mostly working. How long does it normally take fo...
- Sun Jun 30, 2024 1:12 am
- Forum: Apps
- Topic: Universal App
- Replies: 250
- Views: 294049
Re: Universal App
Yesterday I spent time reconfiguring my web module using the terma term script and instructions in the migrationinstructions.pdf, I did check the ini meantioned and the only differance between the pdf and the ini on my pc was the "origins = " parameter but i tried but versions of the optio...
- Fri Jun 28, 2024 10:58 pm
- Forum: Apps
- Topic: Universal App
- Replies: 250
- Views: 294049
Re: Universal App
I did.
- Fri Jun 28, 2024 8:08 am
- Forum: Apps
- Topic: Universal App
- Replies: 250
- Views: 294049
Re: Universal App
Hi, I thought i would try again so I tried following Curts guide (https://forum.reefangel.com/viewtopic.php?f=8&t=6978) but also added the new version of the libriaries. My app version is 1.8.19, i think i tried version 2 before but had other issues. Now when i try complie it ig get a bunch of e...
- Thu Jun 27, 2024 10:45 am
- Forum: Apps
- Topic: Universal App
- Replies: 250
- Views: 294049
Re: Universal App
Hi Brennyn, Im using version 1.8.15 of the Aurduino IDE which doesnt seem to like those librares, as the compile errors at the bit about the LED. I Anyhow i tried adding my username and password but it kept complaining the my username was not found. I had used all lower case but if i changed it from...
- Thu Jun 27, 2024 8:19 am
- Forum: Apps
- Topic: Universal App
- Replies: 250
- Views: 294049
Re: Universal App
Hi all, A few questions if I may as Im struggling with the UAPP. Just as a note I am still using the older RA+ with the original wifi module. I had updated the code using the webwizard a while ago as well as the wifi module. But susequent chages have been done using the old Aurdino app as i have a b...
- Fri Feb 09, 2024 5:21 am
- Forum: Apps
- Topic: UAPP Graph data
- Replies: 2
- Views: 346
Re: UAPP Graph data
i updated the code on the controller using the webwizard and I was sure I had updated the config on the wifi module (checked by using the get everything cmd) but it seems that it didnt take. I have tried again the module using terraterm but it did something weird and all the characters went messed u...
- Thu Feb 08, 2024 7:07 am
- Forum: Apps
- Topic: UAPP Graph data
- Replies: 2
- Views: 346
UAPP Graph data
Hi,
I have moved my RA+ (with the original wifi module) to use the UAPP portal and everything seems to work fine except that i get an error stating "no data to display" when trying to access any of the graphs.
Any ideas would be appreciated.
thanks
Andy
I have moved my RA+ (with the original wifi module) to use the UAPP portal and everything seems to work fine except that i get an error stating "no data to display" when trying to access any of the graphs.
Any ideas would be appreciated.
thanks
Andy
- Thu Feb 08, 2024 6:53 am
- Forum: Uapp
- Topic: RA Plus and wifi module
- Replies: 4
- Views: 439
Re: RA Plus and wifi module
thanks!
- Wed Feb 07, 2024 12:14 pm
- Forum: Uapp
- Topic: RA Plus and wifi module
- Replies: 4
- Views: 439
Re: RA Plus and wifi module
thanks for replying Brennyn I had update my code using the webwizard but i think my issue was that i was suing https and not http. I am also using my RA+ controllers internal IP as I would prefere not to open it up to the internet :) One, extra question, is the "old" Ardunio coding compata...
- Wed Feb 07, 2024 8:07 am
- Forum: Uapp
- Topic: RA Plus and wifi module
- Replies: 4
- Views: 439
RA Plus and wifi module
Hello, I am still using an old RA plus with the wifi module and am trying to setup the UApp but am having issues. I have run the ttl macro on the wifi module but am confused with the section relating to the UAPP setup. In the user guide it says that to use the RA+ with UAPP you need to use the RA+ '...
- Sun May 14, 2023 9:37 am
- Forum: How do I code ...
- Topic: Using both High and Low ATO to turn off port
- Replies: 1
- Views: 8952
Using both High and Low ATO to turn off port
Hi I am trying to turn off port 4 on my relay if either of the ATO floats IsActive I tired the following code but the second ato in the list takes precedence. If i put High in first them low works as expected and if low is first the high works. I am guessing that I need to add something else but i c...
- Sun May 14, 2023 5:41 am
- Forum: How do I code ...
- Topic: Using ATO to turn off skimmer
- Replies: 2
- Views: 743
Re: Using ATO to turn off skimmer
bit of a doh moment, i had "ReefAngel.Relay.On( Port4 )" in my code which i guess overode the ato port.
- Sun May 14, 2023 4:26 am
- Forum: How do I code ...
- Topic: Using ATO to turn off skimmer
- Replies: 2
- Views: 743
Re: Using ATO to turn off skimmer
I also tried the following
if(ReefAngel.HighATO.IsActive())
{
ReefAngel.Relay.Off(Port4);
}
else
{
ReefAngel.Relay.On(Port4);
}
I can see in the portal that the ATO goes active/inactive if i move the float so it seems the RA knows the staus is changing but nothing happens.
if(ReefAngel.HighATO.IsActive())
{
ReefAngel.Relay.Off(Port4);
}
else
{
ReefAngel.Relay.On(Port4);
}
I can see in the portal that the ATO goes active/inactive if i move the float so it seems the RA knows the staus is changing but nothing happens.
- Sat May 13, 2023 7:32 am
- Forum: How do I code ...
- Topic: Using ATO to turn off skimmer
- Replies: 2
- Views: 743
Using ATO to turn off skimmer
Hi all, I am trying to setup my ato float switch to turn off my skimmer (on port 4) if the skimmate collection bucket fills up. I dont think I care if it uses the high or low ato port to get this to work I have the older RA + controller. I have tried addding the following but it seems to do nothing....
- Sun Apr 23, 2023 10:37 pm
- Forum: Standard
- Topic: Jebao/Speedwave Cable Attachment
- Replies: 2
- Views: 2542
Jebao/Speedwave Cable Attachment
Hi All,
Is anyone able to confirm which pumps work with this atachment. I used to use a wp25 but it stopped working and want to replace it with something that works with this cable.
thanks
Is anyone able to confirm which pumps work with this atachment. I used to use a wp25 but it stopped working and want to replace it with something that works with this cable.
thanks
- Thu Jul 28, 2022 12:22 am
- Forum: Addons
- Topic: cloud wifi attachment and bluetooth attachement
- Replies: 2
- Views: 2351
Re: cloud wifi attachment and bluetooth attachement
Thanks Roberto!
- Mon Jul 25, 2022 11:03 pm
- Forum: Addons
- Topic: cloud wifi attachment and bluetooth attachement
- Replies: 2
- Views: 2351
cloud wifi attachment and bluetooth attachement
Hi
I have an older RA+ with the old wifi module and bluetooth modules and was thinking of getting the cloud wifi attachment.
The question is can I keep using the bluetooth module with the cloud wifi attachment?
Thanks
Andy
I have an older RA+ with the old wifi module and bluetooth modules and was thinking of getting the cloud wifi attachment.
The question is can I keep using the bluetooth module with the cloud wifi attachment?
Thanks
Andy
- Tue Nov 02, 2021 9:44 am
- Forum: How do I code ...
- Topic: Setting a port to multiple on/off times
- Replies: 2
- Views: 3035
Re: Setting a port to multiple on/off times
thanks Roberto, that seems to have done the trick!
- Sun Oct 31, 2021 7:43 am
- Forum: How do I code ...
- Topic: Setting a port to multiple on/off times
- Replies: 2
- Views: 3035
Setting a port to multiple on/off times
Hi all I am trying to set port4 on my RA+ to turn on at 8am and off at 15, then on at 4pm and off at 1am I tried the following but it doesnt work if (hour(now())<12) ReefAngel.StandardLights( Port4,8,0,15,0 ); else ReefAngel.StandardLights( Port4,16,0,1,0 ); any ideas/pointers would be greatly appre...
- Fri Aug 06, 2021 6:15 am
- Forum: How do I code ...
- Topic: Water change mode and Vortech
- Replies: 2
- Views: 2612
Re: Water change mode and Vortech
Hi Roberto, I tried what you suggested and it still does it, it definatley sounds like the MP's are trying to run both the waterchange (Constant) and the tech mode thats set based on the time the water change mode is activated. /////// CHANGE Vortech MODE @ TIMES // if ( ReefAngel.RF.Mode != Feeding...
- Sat Jul 31, 2021 9:52 am
- Forum: How do I code ...
- Topic: Water change mode and Vortech
- Replies: 2
- Views: 2612
Water change mode and Vortech
Hi I am trying to set my mp40s to a constant speed when activating water change mode, it kind of works but it seems like the pumps are trying to run at constant and another mode, ie they run at constant for a moment the a lower speed then ramp up for a second or two the change to some other speed. A...
- Mon Jun 14, 2021 5:14 am
- Forum: How do I code ...
- Topic: Adding a new menu
- Replies: 3
- Views: 3337
Re: Adding a new menu
thanks, ill check that thread out.
- Sun Jun 13, 2021 12:50 am
- Forum: How do I code ...
- Topic: Adding a new menu
- Replies: 3
- Views: 3337
Adding a new menu
Hi All, Can anyone give me some pointers on how to achieve the following, for reference I have the older RA+ with the RF module to control the older MP ES pumps; I would like to either add a new submenu or rename and use the Water change menu to perform the following: Set MP40s to Constant speed Tur...
- Sun May 23, 2021 11:13 pm
- Forum: Apps
- Topic: Arduino on Windows 10
- Replies: 5
- Views: 2640
Re: Arduino on Windows 10
thanks Curt,
- Sun May 23, 2021 9:01 am
- Forum: Apps
- Topic: Arduino on Windows 10
- Replies: 5
- Views: 2640
Re: Arduino on Windows 10
I did follow your guide but not 100% sure where I went wrong.
I think it started to go wrong at the step "Goto Tools -> CB Reef Angel Process Sketch to run the features and labels generation."
I now think this needs to be run before running Sketch > upload ?
I think it started to go wrong at the step "Goto Tools -> CB Reef Angel Process Sketch to run the features and labels generation."
I now think this needs to be run before running Sketch > upload ?