Page 2 of 2

Re: Reef Angel Wizard

Posted: Thu Jun 28, 2012 10:22 pm
by Toolboy
Cool. Pm sent

Re: Reef Angel Wizard

Posted: Fri Jun 29, 2012 12:47 am
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

Re: Reef Angel Wizard

Posted: Fri Jun 29, 2012 8:05 am
by rimai
Great idea!!!

Re: Reef Angel Wizard

Posted: Fri Jun 29, 2012 8:08 am
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.

Re: Reef Angel Wizard

Posted: Fri Jun 29, 2012 8:44 am
by rimai
Use the currect release

Re: Reef Angel Wizard

Posted: Mon Jul 16, 2012 8:16 am
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

Re: Reef Angel Wizard

Posted: Mon Jul 16, 2012 10:24 am
by rimai
Yes, bug.
Thanks for reporting.
I've added to the issues list:
https://github.com/reefangel/Wizard/issues/5

Re: Reef Angel Wizard

Posted: Thu Jul 19, 2012 3:08 am
by slipperysam
Feature Request

it would be cool for cloud and thunder storm options for dimming and AI Sol.

Re: Reef Angel Wizard

Posted: Sun Oct 07, 2012 10:24 pm
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.

Re: Reef Angel Wizard

Posted: Mon Oct 08, 2012 8:32 am
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?

Re: Reef Angel Wizard

Posted: Mon Oct 08, 2012 2:50 pm
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.

Re: Reef Angel Wizard

Posted: Mon Oct 08, 2012 3:45 pm
by rimai
Try this:

Code: Select all

ReefAngel.Relay.Set(Port1,now()%43200<21600);

Re: Reef Angel Wizard

Posted: Sat Jun 15, 2013 5:45 pm
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

Re: Reef Angel Wizard

Posted: Sat Jun 15, 2013 5:57 pm
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

Re: Reef Angel Wizard

Posted: Wed Jul 10, 2013 6:55 pm
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

Re: Reef Angel Wizard

Posted: Thu Jul 11, 2013 1:01 am
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..

Re: Reef Angel Wizard

Posted: Thu Jul 11, 2013 8:49 am
by rimai
Yeah, stick with the downloadable version from the reefangel.com website.
It's a modified version of the standard Arduino release.

Re: Reef Angel Wizard

Posted: Sat Jul 13, 2013 8:53 am
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?