Reef Angel Wizard

Community contributed apps
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Reef Angel Wizard

Post by rimai »

Which value did you update with android?
Roberto.
Mike S
Posts: 82
Joined: Tue Dec 27, 2011 7:26 pm

Re: Reef Angel Wizard

Post by Mike S »

The MH on and off hour and minute
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Reef Angel Wizard

Post by rimai »

The function does not use those.
It actually offsets the StandardLights by x amount of minutes that you need to set on memory location ActinicOffset or 884.
Roberto.
Mike S
Posts: 82
Joined: Tue Dec 27, 2011 7:26 pm

Re: Reef Angel Wizard

Post by Mike S »

That would explain it thanks! Is the memory function not available in the Android apps yet or am I just missing it?
Mike S
Posts: 82
Joined: Tue Dec 27, 2011 7:26 pm

Re: Reef Angel Wizard

Post by Mike S »

rimai wrote:The function does not use those.
It actually offsets the StandardLights by x amount of minutes that you need to set on memory location ActinicOffset or 884.

Is there a default offset for this? My actinics relays don't appear to be cycling on. I'm not seeing any ActinicOffset code in my memory or pde files nor in Ragen or the android app. I'm confused why those relays aren't just cycling on with my standards lights. Thanks Mike
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Reef Angel Wizard

Post by rimai »

No default value.
It's a brand new memory location that has not been included into the RAGen yet.
Use this:

Code: Select all

    InternalMemory.ActinicOffset_write(30);
Or custom memory on Android.
Roberto.
Mike S
Posts: 82
Joined: Tue Dec 27, 2011 7:26 pm

Re: Reef Angel Wizard

Post by Mike S »

Ah so that what that custom location is for on the Android apps. :D That worked like a charm thanks.
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: Reef Angel Wizard

Post by binder »

I will be adding in the new memory locations to the app in the near future.
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Reef Angel Wizard

Post by rimai »

I need beta testers :)
I have the 2.0 beta version to be tested.
Please download the files needed here:
http://www.reefangel.com/files/wizardbeta2.0.zip
Extract the zip file and you will see 2 folders and 1 file.
Move the folder tools to Documents\Arduino and click "Yes" to any overwrite prompt
Move the folder update to Documents\Arduino
Move the file pde.jar to Program Files\Reef Angel Controller\lib and click "Yes" to any overwrite prompt
Let me know if you have problems getting it updated.
Roberto.
sebimme
Posts: 26
Joined: Sat Jan 07, 2012 12:56 am

Reef Angel Wizard

Post by sebimme »

I will test it!
User avatar
DrewPalmer04
Posts: 818
Joined: Tue May 29, 2012 2:12 pm
Location: Christopher, IL

Re: Reef Angel Wizard

Post by DrewPalmer04 »

All updates went as they should.

No problems with RAGen or uploading my existing code.

Anything else to test?
Out for now...but not over.

VISIT: Ethernet Module/Wifi Alternative
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Reef Angel Wizard

Post by rimai »

No, not RAGen.
I've updated the Reef Angel Wizard.
Tools->Reef Angel Wizard
Roberto.
rossbryant1956
Posts: 471
Joined: Sat Jan 14, 2012 2:08 pm
Location: Montgomery Village, MD

Re: Reef Angel Wizard

Post by rossbryant1956 »

are there any release notes yet? What's in the new version?
Roscoe's Reefs - Starting Over Again:

Building new 29g Nano after landlord went berserk over my 4 75 gallon tanks, Multiple RA's, Water mixing stations, etc. Your help welcomed in remembering all I've forgotten.
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Reef Angel Wizard

Post by rimai »

It has not been released yet, thus no notes :(
I was just asking for beta testers before it gets released.
But it was a total overhaul of the original one and that's why it will be bumped it to 2.0
If you do get to test, watch for new user interface, new logic for code generation, internal memory code generation, settings are stored so when you open again, you get it just the way you left off.
Roberto.
User avatar
DrewPalmer04
Posts: 818
Joined: Tue May 29, 2012 2:12 pm
Location: Christopher, IL

Re: Reef Angel Wizard

Post by DrewPalmer04 »

Doh! Ok I'll mess with it!
Out for now...but not over.

VISIT: Ethernet Module/Wifi Alternative
User avatar
DrewPalmer04
Posts: 818
Joined: Tue May 29, 2012 2:12 pm
Location: Christopher, IL

Re: Reef Angel Wizard

Post by DrewPalmer04 »

Works beautifully! Now granted I don't have the most advanced RA set up. But I love the layout. It generates the correct code and compiles. The added relay features are great!
Out for now...but not over.

VISIT: Ethernet Module/Wifi Alternative
jpalmer
Posts: 31
Joined: Tue May 01, 2012 11:49 pm

Re: Reef Angel Wizard

Post by jpalmer »

As an OSX user, you'll need to do the following to test the new wizard:


open the zipfile
Copy the "tools" and "updates"folders to ~/Documents/Arduino (I personally renamed the old folders, just in case)
Copy the pde.jar file to /Applications/Arduino.app/Contents/Resources/Java/

You'll need to change the paths if you installed the software to a custom location.
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Reef Angel Wizard

Post by rimai »

Dave just informed me that the Wizard generates a code that requires the newest libraries that are to be released shortly. So, if you upload the code, you may get the "No Internal Memory" message.
This is expected as you don't have the newest set of libraries. So, for now, please don't upload any code.
Roberto.
Toolboy
Posts: 31
Joined: Wed Apr 25, 2012 9:26 am

Re: Reef Angel Wizard

Post by Toolboy »

I used the wizard, but didnt put values into the internal memory but had it put it into the code and it all works fine since 14 June 2012

The only issue I'm having since I did this. Is the wifi unit loose connection often. Some times in 6 hours or sometimes 2 days. Most times I just have to unplug the unit to get it to work again. Otherwise I have to reprogram it. I've already upgraded to 2.35 and still having issues. Do you think new libraries could help with this issue?
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Reef Angel Wizard

Post by rimai »

Interested on knowing more... you got pm
Roberto.
Toolboy
Posts: 31
Joined: Wed Apr 25, 2012 9:26 am

Re: Reef Angel Wizard

Post by Toolboy »

Cool. Pm sent
slipperysam
Posts: 16
Joined: Thu Sep 29, 2011 6:25 am
Location: England

Re: Reef Angel Wizard

Post by slipperysam »

I have another suggestion for the Reef Angel Wizard.

It would be cool to have a navigation window to the left, so you can just click on the area you want.
some people have large setups. It would take a bit of time flicking through. especially if you are troubleshooting.

sam
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Reef Angel Wizard

Post by rimai »

Great idea!!!
Roberto.
rufessor
Posts: 293
Joined: Tue Oct 25, 2011 7:39 am

Re: Reef Angel Wizard

Post by rufessor »

Roberto-
WOrking on setting up comm for the Weather package and was going to use wizard to generate base .INO file for my main. Do you recommend I try out the beta or stick to current release version, just don't want to bake in uncertainty with respect to debugging my comm.
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Reef Angel Wizard

Post by rimai »

Use the currect release
Roberto.
slipperysam
Posts: 16
Joined: Thu Sep 29, 2011 6:25 am
Location: England

Re: Reef Angel Wizard

Post by slipperysam »

Hi,

Not sure if i have found a bug if i select Aqua Illumination Cable, go through the process.
when i get to Aqua Illumination Port select. i click Low ATO Port or High, click next the nothing stays on that screen.
v 2.0.1

sam
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Reef Angel Wizard

Post by rimai »

Yes, bug.
Thanks for reporting.
I've added to the issues list:
https://github.com/reefangel/Wizard/issues/5
Roberto.
slipperysam
Posts: 16
Joined: Thu Sep 29, 2011 6:25 am
Location: England

Re: Reef Angel Wizard

Post by slipperysam »

Feature Request

it would be cool for cloud and thunder storm options for dimming and AI Sol.
tentacles
Posts: 21
Joined: Sun Oct 07, 2012 10:21 pm

Re: Reef Angel Wizard

Post by tentacles »

Not sure if this is the place for it, but I'd like to be able to set a timer function for my algae scrubber that runs twice a day. I normally run this equipment for 6 hours on and 6 hours off. I just got my RA and for now I am attempting to program a wavemaker port to run for 21600 seconds every 720 minutes.
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Reef Angel Wizard

Post by rimai »

I've never tried using it that way.
Can we do a custom code?
Is it 0-6, 6-12, 12-18, 18-0 hours?
Roberto.
Post Reply