Search found 82 matches

by Armetas
Wed Jan 23, 2019 4:54 am
Forum: Standard
Topic: Bus lock issue
Replies: 5
Views: 8263

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?
by Armetas
Sat Jan 19, 2019 1:23 am
Forum: Standard
Topic: Bus lock issue
Replies: 5
Views: 8263

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
by Armetas
Fri Jan 18, 2019 2:47 pm
Forum: Standard
Topic: Bus lock issue
Replies: 5
Views: 8263

Re: Bus lock issue

Here is also video how ph expansion behaves: https://drive.google.com/open?id=10gT8v ... B0ovzHudoq
by Armetas
Fri Jan 18, 2019 1:34 pm
Forum: Standard
Topic: Bus lock issue
Replies: 5
Views: 8263

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...
by Armetas
Thu Feb 01, 2018 12:47 pm
Forum: How do I code ...
Topic: Get count when relay is on or off
Replies: 15
Views: 15955

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...
by Armetas
Thu Feb 01, 2018 5:58 am
Forum: How do I code ...
Topic: Get count when relay is on or off
Replies: 15
Views: 15955

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...
by Armetas
Thu Feb 01, 2018 5:57 am
Forum: How do I code ...
Topic: Get count when relay is on or off
Replies: 15
Views: 15955

Re: Get count when relay is on or off

rimai 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;
}
Thank you. It works perfectly ;)
by Armetas
Wed Jan 31, 2018 5:43 am
Forum: How do I code ...
Topic: Get count when relay is on or off
Replies: 15
Views: 15955

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...
by Armetas
Wed Jan 31, 2018 5:24 am
Forum: How do I code ...
Topic: Get count when relay is on or off
Replies: 15
Views: 15955

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...
by Armetas
Wed Jan 31, 2018 12:10 am
Forum: How do I code ...
Topic: Get count when relay is on or off
Replies: 15
Views: 15955

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 Armetas
Tue Jan 30, 2018 2:51 pm
Forum: How do I code ...
Topic: Get count when relay is on or off
Replies: 15
Views: 15955

Re: Get count when relay is on or off

rimai wrote:You can count for a day and store the data in a custom variable.
It would show up as custom variable.
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 milisecond
by Armetas
Tue Jan 30, 2018 2:08 pm
Forum: How do I code ...
Topic: Get count when relay is on or off
Replies: 15
Views: 15955

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...
by Armetas
Mon Jan 29, 2018 1:58 pm
Forum: Addons
Topic: Bluetooth Attachment
Replies: 199
Views: 295095

Re: Bluetooth Attachment

rimai wrote:I sent you a pm.
Hello, I would like to purchase such bluetooth attachement in order to upload code without cables
by Armetas
Mon Aug 28, 2017 1:24 pm
Forum: Standard
Topic: Unstable ReefAngel
Replies: 14
Views: 11628

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?
by Armetas
Mon Jul 17, 2017 11:51 am
Forum: Standard
Topic: Unstable ReefAngel
Replies: 14
Views: 11628

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.
by Armetas
Sun Jul 16, 2017 12:40 pm
Forum: Standard
Topic: Unstable ReefAngel
Replies: 14
Views: 11628

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?
by Armetas
Sun Jul 16, 2017 12:30 pm
Forum: Standard
Topic: Unstable ReefAngel
Replies: 14
Views: 11628

Re: Unstable ReefAngel

rimai wrote:Can you try updating firmware?
How to do that? Can you please help
by Armetas
Sun Jul 16, 2017 11:32 am
Forum: Standard
Topic: Unstable ReefAngel
Replies: 14
Views: 11628

Re: Unstable ReefAngel

Jerry66 wrote:So it's defective then!

Sent from my SM-G935T using Tapatalk
Or maybe not. As it worked perfectly previously. It could be anything
by Armetas
Sun Jul 16, 2017 12:14 am
Forum: Standard
Topic: Unstable ReefAngel
Replies: 14
Views: 11628

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...
by Armetas
Sat Jul 15, 2017 10:26 am
Forum: Standard
Topic: Unstable ReefAngel
Replies: 14
Views: 11628

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...
by Armetas
Fri Jul 14, 2017 7:54 am
Forum: Standard
Topic: Unstable ReefAngel
Replies: 14
Views: 11628

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
by Armetas
Wed May 03, 2017 2:12 pm
Forum: Standard
Topic: Random Time Changes on RA+
Replies: 2
Views: 2934

Re: Random Time Changes on RA+

Same issue here. Not so often but still it happens. Any other suggestions how to find route cause?
by Armetas
Mon Apr 24, 2017 10:19 pm
Forum: How do I code ...
Topic: Ph Exp issue
Replies: 4
Views: 4919

Re: Ph Exp issue

Thank you, I will try that :)
by Armetas
Sun Apr 23, 2017 9:53 pm
Forum: How do I code ...
Topic: Ph Exp issue
Replies: 4
Views: 4919

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);
by Armetas
Sun Apr 23, 2017 12:14 pm
Forum: How do I code ...
Topic: Ph Exp issue
Replies: 4
Views: 4919

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...
by Armetas
Sun Apr 23, 2017 10:13 am
Forum: How do I code ...
Topic: Last time port on/off
Replies: 1
Views: 3311

Last time port on/off

Hello,

Is there any command/function which could retrieve last time specific port was on or off?
by Armetas
Tue Jan 10, 2017 10:31 am
Forum: Portal
Topic: Portal issues?
Replies: 81
Views: 57331

Re: Portal issues?

For me issue was solved after I've run the macro that was mentioned in this post. Seems that it was only needed to change server address
by Armetas
Sat Jan 07, 2017 4:06 am
Forum: Portal
Topic: Portal issues?
Replies: 81
Views: 57331

Re: Portal issues?

Hello, sorry, but seems that I have same kind of problem, as portal data is not updating anymore. Even live data is old. Connection is good, even last update data changes, but values remains the same, all the web charts also are empty. From reef angel perspective - nothing has changed half a year. I...
by Armetas
Thu Jun 25, 2015 10:39 am
Forum: Addons
Topic: Water level expansion not holding
Replies: 4
Views: 3594

Re: Water level expansion not holding

sabo wrote:Sounds like a slow air leak. Silicone the joints on the PVC.
After couple of days it stabilized and now working perfectly
by Armetas
Tue May 05, 2015 9:30 am
Forum: Addons
Topic: Salinity expansion issue
Replies: 7
Views: 4323

Re: Salinity expansion issue

rimai wrote:If you want to send it back to be looked at, send me a PM
Hey, I wrote to you in PM. Any help would be great