Reef Angel Wizard

Community contributed apps
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.
tentacles
Posts: 21
Joined: Sun Oct 07, 2012 10:21 pm

Re: Reef Angel Wizard

Post by tentacles »

Well, the actual on/off hours don't matter to me as long as it gets the right timing... I could always keep my current timer for that anyways.
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Reef Angel Wizard

Post by rimai »

Try this:

Code: Select all

ReefAngel.Relay.Set(Port1,now()%43200<21600);
Roberto.
psantillana
Posts: 6
Joined: Wed Jun 12, 2013 10:41 pm

Re: Reef Angel Wizard

Post by psantillana »

hi roberto. i already downloaded version Arduino ver1.05 for MacOS but there is no WIZARD under tools. please send me a link where i can find the version with the WiZARD. thank you
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Reef Angel Wizard

Post by lnevo »

You need to use the version that is packaged for the Mac from ReefAngel. If you want to use the Wizard with a different IDE version, you can try and install it manually. It's only distributed on the git repo

https://github.com/reefangel/Wizard
psantillana
Posts: 6
Joined: Wed Jun 12, 2013 10:41 pm

Re: Reef Angel Wizard

Post by psantillana »

lnevo wrote:You need to use the version that is packaged for the Mac from ReefAngel. If you want to use the Wizard with a different IDE version, you can try and install it manually. It's only distributed on the git repo

https://github.com/reefangel/Wizard
hi lnevo.

i downloaded the zip file from github. should do i import it in the library of my Arduino 1.0.5? sorry, totally clueless how to add the wizard.

thank you

Paul
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Reef Angel Wizard

Post by lnevo »

I think you should stick with the packaged version. I really am not sure. Was just answering the question where to download from..
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Reef Angel Wizard

Post by rimai »

Yeah, stick with the downloadable version from the reefangel.com website.
It's a modified version of the standard Arduino release.
Roberto.
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Reef Angel Wizard

Post by rimai »

Just as curiosity, did you see anything on v1.0.5 that would be worth spending the time trying to update our modified IDE?
Roberto.
Post Reply