Page 2 of 4

Re: Reef Angel Web Wizard

Posted: Wed Nov 30, 2016 6:28 pm
by smellsfishy
Just tried to install this on the mac and the installer failed. Not a very descriptive error either :?

Re: Reef Angel Web Wizard

Posted: Wed Nov 30, 2016 7:09 pm
by lnevo
What kind of Mac, what OS are you running?

I've got a hacked MacPro (2007) running El Capitan working OK. Not sure what kind of debug could be done... Roberto?

Re: Reef Angel Web Wizard

Posted: Fri Apr 14, 2017 12:26 am
by Naptalene
Installed on my old 2009 Mac Pro with El Capitan.
Seems to run fine and compiled my old sketch perfectly.

Only problem I had was that I kept clicking the app in "Applications"trying to make it open lol.
Didn't see it in the "Status" bar on the top left:P

Can I officially stop using/uninstall the Arduino based version on my Mac?

Re: Reef Angel Web Wizard

Posted: Fri Apr 14, 2017 9:00 am
by rimai
Sure, if everything seems to be working for you.
The Arduino IDE still has some features you don't have on the webwizard, such as Serial monitor, but if you don't use, you won't be missing much.

Re: Reef Angel Web Wizard

Posted: Fri Apr 21, 2017 3:40 am
by Naptalene
Hi, I just started messing around with the tide and weather options and see I can't #include them via the web plugin.
Does this mean I'll have to use the Arduino interface then?
Create my code there and then I can copy/Paste and use the webwizard to save it on your server?

Re: Reef Angel Web Wizard

Posted: Fri Apr 21, 2017 4:47 pm
by rimai
Does it compile on the webwizard?

Re: Reef Angel Web Wizard

Posted: Thu Apr 27, 2017 11:25 pm
by Naptalene
Sorry for my lat reply, no it doesn't but by just copying/pasting the code into the webwizard and saving I have cloud backup of my codes that I can always get to. I've lost them twice lol. There's a reason for trying to lose the arduino version. I'll start a new thread now.

Re: Reef Angel Web Wizard

Posted: Sat May 20, 2017 12:44 pm
by psyrob
umm, does this work on a mac? Can't load it on my 2015 macbook air

Re: Reef Angel Web Wizard

Posted: Tue Jun 27, 2017 6:47 pm
by rrodriguess
Hello

I just started using the webwizard ... and I have to say ... very good app! Much better than the arduino's IDE ... at least for us :)

Anyway. I use Windows 10 uploading the code through bluetooth using the Arduino's IDE just fine.

I installed the plugin. Is is recognize by the webwizard ("Plug in found and connected") but I am not able to send code through bluetooth.

The port combo-box does not give me the COM4 choice (that's the port I use locally).

Do I have to do anything else besides what I have done?

I have read all posts above, but haven't found anything similar...

Best regards
Rafa

Re: Reef Angel Web Wizard

Posted: Sat Jul 01, 2017 10:29 pm
by rimai
I just tested and indeed it doesn't show any BT com ports.
There must be something in the enumeration of the ports that block them from being used.
I'll have to troubleshoot further.

Re: Reef Angel Web Wizard

Posted: Mon Jul 03, 2017 6:29 pm
by rrodriguess
Tks Roberto

I thought I read somewhere and was doing something wrong ...

I'll wait for the update!

greetings
Rafa

Re: Reef Angel Web Wizard

Posted: Tue Aug 01, 2017 1:06 am
by binder
Any webwizard support for us Linux users? I try to download it and all I get is the plugininstaller.exe.

Re: Reef Angel Web Wizard

Posted: Tue Aug 01, 2017 3:25 am
by rimai
:(
It will take some time to figure out how to compile on linux box.

Re: Reef Angel Web Wizard

Posted: Tue Aug 01, 2017 11:29 am
by binder
rimai wrote::(
It will take some time to figure out how to compile on linux box.
That's fine. I have a mac laptop that will work and allow me to upload so it's not a big deal. Just thought I'd ask.

Re: Reef Angel Web Wizard

Posted: Tue Aug 01, 2017 11:51 am
by lnevo

Re: Reef Angel Web Wizard

Posted: Tue Aug 01, 2017 11:53 am
by lnevo
Curt, also once you get the firmware loaded from the IDE you can use the Remote Upload from Linux. No more plugin required :)

You'll need to update the cloud.reefangel.com IP address in RA_CustomSettings.h I'm not sure Roberto committed that change yet. Once thats the case it will look for new firmwares online which the web wizard will upload.

Re: Reef Angel Web Wizard

Posted: Tue Aug 01, 2017 1:47 pm
by binder
lnevo wrote:Curt, also once you get the firmware loaded from the IDE you can use the Remote Upload from Linux. No more plugin required :)

You'll need to update the cloud.reefangel.com IP address in RA_CustomSettings.h I'm not sure Roberto committed that change yet. Once thats the case it will look for new firmwares online which the web wizard will upload.
Very interesting. I was thinking about how to upload without having to use the webwizard and the plugin. I maintain my INO files on my private/home git server. So being able to compile and upload without having to rely on the webwizard is something that I like. I'm one that likes to not rely on external services to control my stuff or do my thing....just my personal preference.

I will have to look into this more so I understand it. I just haven't dove into the source code and functionality yet. I just got my star yesterday and opened it up and looked at all the parts and then tested out the interface and connections. Fun stuff :)

Re: Reef Angel Web Wizard

Posted: Tue Aug 01, 2017 2:43 pm
by lnevo
You can program it as usual if thats the case.

Re: Reef Angel Web Wizard

Posted: Tue Aug 01, 2017 4:05 pm
by binder
lnevo wrote:You can program it as usual if thats the case.
good to know.

Sent from my XT1585 using Tapatalk

Re: Reef Angel Web Wizard

Posted: Tue Aug 01, 2017 7:13 pm
by rrodriguess
Hi Roberto

Any news about fixing the problem of not showing any BT com port?

Rafa

Re: Reef Angel Web Wizard

Posted: Tue Aug 01, 2017 9:51 pm
by rimai
Sorry, still in the queue.
I need to work on adding linux too.

Re: Reef Angel Web Wizard

Posted: Tue Aug 01, 2017 10:06 pm
by binder
rimai wrote:Sorry, still in the queue.
I need to work on adding linux too.
you can put the linux support at the bottom of your list. the Bluetooth should take priority over linux support IMO

Sent from my XT1585 using Tapatalk

Re: Reef Angel Web Wizard

Posted: Wed Aug 02, 2017 11:13 pm
by rimai
Yeah, not sure it is possible at all to get bluetooth com ports in the list.
The underlying code uses hardware ports that have a VID and PID and a bluetooth serial port is virtual and doesn't have PID/VID.

Re: Reef Angel Web Wizard

Posted: Thu Aug 03, 2017 12:58 pm
by rrodriguess
Roberto

Tks for trying :D

Re: Reef Angel Web Wizard

Posted: Fri Oct 27, 2017 12:49 pm
by MDandD
Has anyone figured out why the .pkg file will not install on a mac?

download/file.php?id=1588

Re: Reef Angel Web Wizard

Posted: Mon Oct 30, 2017 7:05 pm
by rimai
Not sure why it is not working for you.
I just tested and it worked for me.
I tested on OSX 10.11 El Captain.
pkg.png
pkg.png (28.73 KiB) Viewed 19288 times

Re: Reef Angel Web Wizard

Posted: Tue Oct 31, 2017 4:52 am
by binder
MDandD wrote:Has anyone figured out why the .pkg file will not install on a mac?

download/file.php?id=1588
what version of macOS do you have?

Sent from my XT1585 using Tapatalk

Re: Reef Angel Web Wizard

Posted: Thu Nov 02, 2017 8:56 pm
by rimai
I added the ability to enter labels for most of the parameters.
Let me know if anyone has any problems.

Re: Reef Angel Web Wizard

Posted: Sat Jan 06, 2018 12:17 am
by tkeracer619
Just found a bug...

Reset my controllers (plus) code back to a basic one created with the wizard. I was getting a couple errors and figured it was best to reset it since nothing but the wifi module is connected.

Using the InitialInternalMemory file in installer 1.1.3 and the wizard when you go to set the clock if you select AM for the time it changes the clock to PM. If you set it to PM it changes the clock to AM.

No biggy but likely an easy fix...

Re: Reef Angel Web Wizard

Posted: Thu Mar 08, 2018 10:15 pm
by mav3rick478
Am I doing something wrong or did I not install something, when using the Web Wizard I don't have the tty.usbserial for a port option only the cu.usbserial? Code compiles fine and I can save it. As a quick fix i just copy and pasted the code into Arduino and uploaded from there. I'm on a MBP running OSX 10.11.6 using Chrome.

New user and I just got a used RA+.