Search found 80 matches
- Wed Jan 23, 2019 4:54 am
- Forum: Standard
- Topic: Bus lock issue
- Replies: 5
- Views: 8446
Re: Bus lock issue
Ok some updates: I've disconnected bluetooth attachement and connected Wifi module directly to ReefAngel - everything is stable now. I see that cables that connects from RA to Bluetooth and RA to Wifi are different - could this be a reason? Or any suggestions why this is happening?
- Sat Jan 19, 2019 1:23 am
- Forum: Standard
- Topic: Bus lock issue
- Replies: 5
- Views: 8446
Re: Bus lock issue
When I connect directly to relay box without hub I do not get Bus Lock, but still PH expansion is going up and down. When I turn off wifi extension from RA - numbers becomes stable
- Fri Jan 18, 2019 2:47 pm
- Forum: Standard
- Topic: Bus lock issue
- Replies: 5
- Views: 8446
Re: Bus lock issue
Here is also video how ph expansion behaves: https://drive.google.com/open?id=10gT8v ... B0ovzHudoq
- Fri Jan 18, 2019 1:34 pm
- Forum: Standard
- Topic: Bus lock issue
- Replies: 5
- Views: 8446
Bus lock issue
Hello, Recently I constantly get Bus Lock error on my Reef angel - in that time salinity, ph expansion, water level goes to 0. After it comes back some of the ports in second relay expansion start turn on for less than a second. I've tried to switch off the wifi module - bus lock issue stopped to ap...
- Thu Feb 01, 2018 12:47 pm
- Forum: How do I code ...
- Topic: Get count when relay is on or off
- Replies: 15
- Views: 16797
Re: Get count when relay is on or off
Why don't you just use alert emails for that? You can type anything on email alerts. But email alerts are outside the controller. Im writing code in the arduino ir order to track some things to catch when there is a problem and even now my all custom variables are fully occupied, im even saving lik...
- Thu Feb 01, 2018 5:58 am
- Forum: How do I code ...
- Topic: Get count when relay is on or off
- Replies: 15
- Views: 16797
Re: Get count when relay is on or off
custom variables are visible in my android app. Sent from my XT1585 using Tapatalk Only 7 are available and all of them are number which cannot exceed ~300 I would like to have more variables shown on android app or have them as text (as I'm trying to display some information for reporting failures...
- Thu Feb 01, 2018 5:57 am
- Forum: How do I code ...
- Topic: Get count when relay is on or off
- Replies: 15
- Views: 16797
Re: Get count when relay is on or off
Thank you. It works perfectlyrimai wrote:Sorry. Try this:Code: Select all
static boolean control=false; if (ReefAngel.Relay.Status(Port1)==true && control==false) { control=true; ReefAngel.CustomVar[0]++; } if (ReefAngel.Relay.Status(Port1)==false && control==true) { control=false; }
- Wed Jan 31, 2018 5:43 am
- Forum: How do I code ...
- Topic: Get count when relay is on or off
- Replies: 15
- Views: 16797
Re: Get count when relay is on or off
custom variables are visible in my android app. Sent from my XT1585 using Tapatalk Only 7 are available and all of them are number which cannot exceed ~300 I would like to have more variables shown on android app or have them as text (as I'm trying to display some information for reporting failures...
- Wed Jan 31, 2018 5:24 am
- Forum: How do I code ...
- Topic: Get count when relay is on or off
- Replies: 15
- Views: 16797
Re: Get count when relay is on or off
You need a variable to control that. static boolean control=false; if (ReefAngel.Relay.IsOn(Port1) && control==false) { control=true; ReefAngel.CustomVar[0]++; } if (ReefAngel.Relay.IsOff(Port1) && control==true) { control=false; } I'm getting compile error :( error: 'class RelayCla...
- Wed Jan 31, 2018 12:10 am
- Forum: How do I code ...
- Topic: Get count when relay is on or off
- Replies: 15
- Views: 16797
Re: Get count when relay is on or off
Thanks!
By the way is there any possibility to have more custom variables that could be seen in the app? Or at least have some of them as text (not as number)?
By the way is there any possibility to have more custom variables that could be seen in the app? Or at least have some of them as text (not as number)?
- Tue Jan 30, 2018 2:51 pm
- Forum: How do I code ...
- Topic: Get count when relay is on or off
- Replies: 15
- Views: 16797
Re: Get count when relay is on or off
But how to write such code in order to have such count? If I put code in the loop section when temp is less 25 then add 1 to the count - the count grows each milisecondrimai wrote:You can count for a day and store the data in a custom variable.
It would show up as custom variable.
- Tue Jan 30, 2018 2:08 pm
- Forum: How do I code ...
- Topic: Get count when relay is on or off
- Replies: 15
- Views: 16797
Get count when relay is on or off
Hello, I'm wondering if there are some ways to count how many times relay is turned on or off in the arduino? For example: when we use temp probes in order to switch on/off heater: if temp less than 25 turn on heater and if more than 26 turn off heater. And if during the day temp drops 3 times and h...
- Mon Jan 29, 2018 1:58 pm
- Forum: Addons
- Topic: Bluetooth Attachment
- Replies: 199
- Views: 320082
Re: Bluetooth Attachment
Hello, I would like to purchase such bluetooth attachement in order to upload code without cablesrimai wrote:I sent you a pm.
- Mon Aug 28, 2017 1:24 pm
- Forum: Standard
- Topic: Unstable ReefAngel
- Replies: 14
- Views: 12123
Re: Unstable ReefAngel
Done that few times. Tried experimenting why this is happening. And seems that the wire from RA to Wifi is causing this. If I'm finding some position - everything is working fine. @rimai how can I get replacement wire?
- Mon Jul 17, 2017 11:51 am
- Forum: Standard
- Topic: Unstable ReefAngel
- Replies: 14
- Views: 12123
Re: Unstable ReefAngel
It started after recent update of the code in RA (earlier it was the same but not so often, values changed to zero once 5 minutes or so). In code there were changes just for ph exp values (even with the old code same happens).
Router has not been changed. Also cannot find any water damage.
Router has not been changed. Also cannot find any water damage.
- Sun Jul 16, 2017 12:40 pm
- Forum: Standard
- Topic: Unstable ReefAngel
- Replies: 14
- Views: 12123
Re: Unstable ReefAngel
This one was done not so long ago when portal ip was changed. Since then it changed or not? Or should I do the same update?
- Sun Jul 16, 2017 12:30 pm
- Forum: Standard
- Topic: Unstable ReefAngel
- Replies: 14
- Views: 12123
Re: Unstable ReefAngel
How to do that? Can you please helprimai wrote:Can you try updating firmware?
- Sun Jul 16, 2017 11:32 am
- Forum: Standard
- Topic: Unstable ReefAngel
- Replies: 14
- Views: 12123
Re: Unstable ReefAngel
Or maybe not. As it worked perfectly previously. It could be anythingJerry66 wrote:So it's defective then!
Sent from my SM-G935T using Tapatalk
- Sun Jul 16, 2017 12:14 am
- Forum: Standard
- Topic: Unstable ReefAngel
- Replies: 14
- Views: 12123
Re: Unstable ReefAngel
Maybe you're wifi module is defective. Contact customer service to get a replacement. But before that I just realized when you plug the black connector to RA controller make sure you line it up to the right of the RA connection pins!? Sent from my SM-G935T using Tapatalk You cannot plug wifi module...
- Sat Jul 15, 2017 10:26 am
- Forum: Standard
- Topic: Unstable ReefAngel
- Replies: 14
- Views: 12123
Re: Unstable ReefAngel
It happens only when Wifi module gets connected. If you disconnect - RA controller is stable. Also worth to mention after some time it stabilizes and jumps between values are not so big. Fx ORP goes from 400 to 385 to 405 in few seconds, although without Wifi it is stable at 398. Same is with Salini...
- Fri Jul 14, 2017 7:54 am
- Forum: Standard
- Topic: Unstable ReefAngel
- Replies: 14
- Views: 12123
Unstable ReefAngel
Hello,
Once Wifi connected reefangel goes crazy - parameters starts to jump and is not stable.
Here is the video: https://www.youtube.com/watch?v=1HZJPt2uJck
Can someone help to identify what is the problem.
Thank you
Once Wifi connected reefangel goes crazy - parameters starts to jump and is not stable.
Here is the video: https://www.youtube.com/watch?v=1HZJPt2uJck
Can someone help to identify what is the problem.
Thank you
- Wed May 03, 2017 2:12 pm
- Forum: Standard
- Topic: Random Time Changes on RA+
- Replies: 2
- Views: 3059
Re: Random Time Changes on RA+
Same issue here. Not so often but still it happens. Any other suggestions how to find route cause?
- Mon Apr 24, 2017 10:19 pm
- Forum: How do I code ...
- Topic: Ph Exp issue
- Replies: 4
- Views: 5135
Re: Ph Exp issue
Thank you, I will try that
- Sun Apr 23, 2017 9:53 pm
- Forum: How do I code ...
- Topic: Ph Exp issue
- Replies: 4
- Views: 5135
Re: Ph Exp issue
Where should I put this code and what does it mean following:
if ((millis() - lastmillis)>1000)
Afterwards I should use just avgphexp instead of ReefAngel.Params.PHExp, yes?
if ( avgphexp >= 660 && avgphexp < 800) ReefAngel.Relay.On(Box1_Port4);
if ((millis() - lastmillis)>1000)
Afterwards I should use just avgphexp instead of ReefAngel.Params.PHExp, yes?
if ( avgphexp >= 660 && avgphexp < 800) ReefAngel.Relay.On(Box1_Port4);
- Sun Apr 23, 2017 12:14 pm
- Forum: How do I code ...
- Topic: Ph Exp issue
- Replies: 4
- Views: 5135
Ph Exp issue
Hello, I have an issue with Ph expansion slot and co2 solenoid valve. CO2 solenoid valve keeps turning on/off a lot of times a day without reason. Actually there is a reason (there are two of them): 1st: as calcium reactor has feed pump ph changes during the seconds/minutes and this lead to that whe...
- Sun Apr 23, 2017 10:13 am
- Forum: How do I code ...
- Topic: Last time port on/off
- Replies: 1
- Views: 3426
Last time port on/off
Hello,
Is there any command/function which could retrieve last time specific port was on or off?
Is there any command/function which could retrieve last time specific port was on or off?
- Thu Jun 25, 2015 10:39 am
- Forum: Addons
- Topic: Water level expansion not holding
- Replies: 4
- Views: 3736
Re: Water level expansion not holding
After couple of days it stabilized and now working perfectlysabo wrote:Sounds like a slow air leak. Silicone the joints on the PVC.
- Tue May 05, 2015 9:30 am
- Forum: Addons
- Topic: Salinity expansion issue
- Replies: 7
- Views: 4544
Re: Salinity expansion issue
Hey, I wrote to you in PM. Any help would be greatrimai wrote:If you want to send it back to be looked at, send me a PM
- Mon May 04, 2015 9:33 am
- Forum: Addons
- Topic: Water level expansion not holding
- Replies: 4
- Views: 3736
Re: Water level expansion not holding
Ok, I'm bit confused. No same happened where there are no water movement, it went down to 0.Sacohen wrote:Make sure no air is getting in to the tube.
In moving water there maybe some air or air bubbles getting in.
- Sun May 03, 2015 4:35 am
- Forum: Addons
- Topic: Salinity expansion issue
- Replies: 7
- Views: 4544
Re: Salinity expansion issue
Tried - no reaction.Sacohen wrote:Put the probe in a container of tank water. Isolate the probe from any possible electrical interference.