Search found 60 matches

by phrusher
Wed Aug 19, 2015 11:08 pm
Forum: Addons
Topic: RA Net with Relay doesn't seem to be working correctly.
Replies: 52
Views: 36662

Re: RA Net with Relay doesn't seem to be working correctly.

rimai wrote:Yeah, we may need to replace.
I'm going to make a small batch.
Any progress on the new batch?
by phrusher
Tue Jun 09, 2015 12:38 pm
Forum: Addons
Topic: Water Level and Relay issues
Replies: 5
Views: 5466

Re: Water Level and Relay issues

Today it's been doing it frequently and I also noticed that my water level expansion was showing my water level to be 250% and fluctuating wildly. I have also encountered this behavior a few times, a restart usually fixes the problem but it still feels a bit uneasy in case some other time it will f...
by phrusher
Fri Mar 27, 2015 12:44 am
Forum: Apps
Topic: Android Reef Angel Status
Replies: 974
Views: 625997

Re: Android Reef Angel Status

i dont think you can have multiple versions targeting different platforms. the legacy users just will not be able to upgrade to anything newer than the version they are at. I had a look around and found this: http://developer.android.com/google/play/filters.html You can use any combination of the a...
by phrusher
Thu Mar 26, 2015 12:37 pm
Forum: Apps
Topic: Android Reef Angel Status
Replies: 974
Views: 625997

Re: Android Reef Angel Status

Isn't it possible to have multiple versions deployed simultaneously in the play store, targeting different platforms? I think I read something about that some time ago. If so then it would be possible to keep the current version that targets pre 4.0 for legacy and users with +4.0 would get the new v...
by phrusher
Tue Mar 24, 2015 1:21 pm
Forum: Addons
Topic: Instant Water Level ATO timeout
Replies: 11
Views: 7753

Re: Instant Water Level ATO timeout

I added some serial print to trace the different variables. The topping seem to work occasionally but most of the time not. WL: 73 WLATO.Timer: 262144 millis(): 282117 diff: 19973 IsTopping: 1 msTimeout: 20000 WL: 73 WLATO.Timer: 262144 millis(): 282140 diff: 19996 IsTopping: 1 msTimeout: 20000 WL: ...
by phrusher
Tue Mar 24, 2015 12:52 pm
Forum: Addons
Topic: Instant Water Level ATO timeout
Replies: 11
Views: 7753

Re: Instant Water Level ATO timeout

You can try using an if statements to make sure and at least get your ATO working. It will be sans timeout... if (ReefAngel.WaterLevel.GetLevel() < X) ReefAngel.Relay.On(ATO_Port); if (Reefangel.WaterLevel.GetLevel() > Y) ReefAngel.Relay.Off(ATO_Port); Change X and Y and the ATO Port. I could do li...
by phrusher
Tue Mar 24, 2015 5:59 am
Forum: Addons
Topic: Instant Water Level ATO timeout
Replies: 11
Views: 7753

Re: Instant Water Level ATO timeout

Yeah my next step is un-/re-installing to see if it might help. The WL ATO used to work but I can't remember if it stopped after an update or if there was some change I did.

The sensor looks ok based on the level reported.
by phrusher
Sat Mar 21, 2015 12:28 pm
Forum: Addons
Topic: Instant Water Level ATO timeout
Replies: 11
Views: 7753

Re: Instant Water Level ATO timeout

Same thought as I had :) However WL ATO doesn't use the Timer class, just a long variable named Timer which makes it a bit confusing.
by phrusher
Sat Mar 21, 2015 10:58 am
Forum: Addons
Topic: Instant Water Level ATO timeout
Replies: 11
Views: 7753

Re: Instant Water Level ATO timeout

I removed these four lines but still the same behavior. What were your thoughts regarding the dosing pumps? // Dosing ReefAngel.DosingPump( Box1_Port5, 1, 7, 00, 4 ); // 0.75 ml/sec Mg ReefAngel.DosingPump( Box1_Port5, 1, 22, 00, 4 ); // 0.75 ml/sec Mg ReefAngel.DosingPump( Box1_Port6, 2, 7, 01, 5 )...
by phrusher
Sat Mar 21, 2015 9:04 am
Forum: Addons
Topic: Instant Water Level ATO timeout
Replies: 11
Views: 7753

Re: Instant Water Level ATO timeout

No I have not found the problem yet. Please have a look at the code below, it's my entire ino file. #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_Nokia...
by phrusher
Tue Mar 17, 2015 3:34 pm
Forum: Addons
Topic: Instant Water Level ATO timeout
Replies: 11
Views: 7753

Instant Water Level ATO timeout

Whenever WaterLevelATO is triggered (single channel) it goes straight into timeout within a fraction of a second and so it stops filling. If I clear the ATO flag it gets set yet again immediately. ReefAngel.WaterLevelATO( Port1, 20, 75, 80 ); I haven't read about anyone else having this issue so I'm...
by phrusher
Thu Mar 12, 2015 1:54 pm
Forum: Addons
Topic: RA Net with Relay doesn't seem to be working correctly.
Replies: 52
Views: 36662

Re: RA Net with Relay doesn't seem to be working correctly.

Exactly the same error without the module mounted, but the RSSI LED did not light up.
by phrusher
Thu Mar 12, 2015 1:26 pm
Forum: Addons
Topic: RA Net with Relay doesn't seem to be working correctly.
Replies: 52
Views: 36662

Re: RA Net with Relay doesn't seem to be working correctly.

The blue led on RSSI lights up when connecting the cable but in Arduino studio I get error uploading (w/ optiboot). See below for full output. avrdude: Version 6.0, compiled on Apr 6 2012 at 19:29:19 Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/ Copyright (c) 2007-2009 Joerg Wunsch Sys...
by phrusher
Mon Mar 09, 2015 8:14 am
Forum: Addons
Topic: RA Net with Relay doesn't seem to be working correctly.
Replies: 52
Views: 36662

Re: RA Net with Relay doesn't seem to be working correctly.

rimai wrote:I'm assuming that you can't reprogram the RANet module either, right?
Btw, are you referring to the sender or receiver? I only found instructions for reprogramming the receiver: http://forum.reefangel.com/viewtopic.php?p=45104#p45104
by phrusher
Sat Mar 07, 2015 6:57 am
Forum: Addons
Topic: RA Net with Relay doesn't seem to be working correctly.
Replies: 52
Views: 36662

Re: RA Net with Relay doesn't seem to be working correctly.

rimai wrote:I'm assuming that you can't reprogram the RANet module either, right?
Do you mean reflash the firmware? I don't know but I can give it a try. I think I saw some step by step here somewhere, I'll see if I can find it again.
by phrusher
Fri Mar 06, 2015 2:11 pm
Forum: Addons
Topic: RA Net with Relay doesn't seem to be working correctly.
Replies: 52
Views: 36662

Re: RA Net with Relay doesn't seem to be working correctly.

Does it ever sync? It synced at some time when I just received the RANet and relay but I haven't used it in a while. Now when I tried it the logo has been flickering but never fading smoothly white/blue. I just disconnected the RA and removed the RANet for a while before putting it back in. Now the...
by phrusher
Fri Mar 06, 2015 3:11 am
Forum: Addons
Topic: RA Net with Relay doesn't seem to be working correctly.
Replies: 52
Views: 36662

Re: RA Net with Relay doesn't seem to be working correctly.

davaraj wrote: LED on relay unit when Head unit is on but not in sync.

http://m.youtube.com/watch?v=067azYoRu74
That is pretty much exactly what the logo looks like for me too :/
by phrusher
Sat Jan 31, 2015 4:35 am
Forum: Ask anything here
Topic: Riptide
Replies: 14
Views: 10600

Re: Riptide

Any news regarding this? I heard some rumors about an advanced controller coming from Maxspect enabling 3rd party control but haven't seen anything official yet.
by phrusher
Mon Oct 27, 2014 2:22 pm
Forum: Development Libraries
Topic: Issues I've seen in the current Dev Library.
Replies: 163
Views: 113024

Re: Issues I've seen in the current Dev Library.

2. Are you sure it was an ATO or overheat and not some other flag? If it was overheat and the temperature is still above the limit, it would cause it to do just like you mentioned. Same thing for a bus lock or leak detection. I'm not sure what flag it was. I suspected ATO because of the random leve...
by phrusher
Sat Oct 25, 2014 12:45 am
Forum: Development Libraries
Topic: Issues I've seen in the current Dev Library.
Replies: 163
Views: 113024

Re: Issues I've seen in the current Dev Library.

I switched to dev for a while to try out RANet but I encountered a few issues that made me switch back. Perhaps it's a coincidence and something happened to my hardware when installing RANet or maybe it's something I should have done when switching release but I though I should report here anyway. 1...
by phrusher
Tue Aug 05, 2014 1:20 pm
Forum: For New Members
Topic: Downloading Historical Data
Replies: 24
Views: 19462

Re: Downloading Historical Data

Good thing you found it. Great work!
by phrusher
Tue Aug 05, 2014 12:47 pm
Forum: For New Members
Topic: Downloading Historical Data
Replies: 24
Views: 19462

Re: Downloading Historical Data

Hell yeah! What did you do? All json request are now roughly 400ms :)
by phrusher
Tue Aug 05, 2014 10:35 am
Forum: For New Members
Topic: Downloading Historical Data
Replies: 24
Views: 19462

Re: Downloading Historical Data

I'm not very familiar with optimizations of mysql but have you tried adding an index?

Code: Select all

ALTER TABLE 'tags' ADD INDEX 'name' ('name')
To remove index:

Code: Select all

ALTER TABLE 'tags' DROP INDEX 'name'
by phrusher
Tue Aug 05, 2014 10:08 am
Forum: For New Members
Topic: Downloading Historical Data
Replies: 24
Views: 19462

Re: Downloading Historical Data

What db are you using?
by phrusher
Tue Aug 05, 2014 9:27 am
Forum: For New Members
Topic: Downloading Historical Data
Replies: 24
Views: 19462

Re: Downloading Historical Data

Is the source available somewhere?
by phrusher
Tue Aug 05, 2014 5:30 am
Forum: For New Members
Topic: Downloading Historical Data
Replies: 24
Views: 19462

Re: Downloading Historical Data

What is the main bottleneck in jsonp.aspx? Around 20s for a request feels like a long time.
by phrusher
Thu Feb 20, 2014 5:55 am
Forum: Apps
Topic: Android Reef Angel Status
Replies: 974
Views: 625997

Re: Android Reef Angel Status

Ok, so you are planning to up the lowest version? 4.1+?
by phrusher
Thu Feb 20, 2014 3:26 am
Forum: Apps
Topic: Android Reef Angel Status
Replies: 974
Views: 625997

Re: Android Reef Angel Status

Any thoughts on switching to Android Studio instead of eclipse? :)
by phrusher
Thu Jan 02, 2014 10:16 am
Forum: Addons
Topic: Multiple water level module status
Replies: 7
Views: 4863

Re: Multiple water level module status

I have one single module and I just placed an order for an additional single module before seeing this thread :/

Sent from my Nexus 5 using Tapatalk
by phrusher
Thu Jan 02, 2014 7:07 am
Forum: Addons
Topic: Multiple water level module status
Replies: 7
Views: 4863

Re: Multiple water level module status

Any updates? Is it possible to run two single modules together?