Reef Angel Web Wizard

Community contributed apps
smellsfishy
Posts: 14
Joined: Mon Mar 11, 2013 3:47 pm

Re: Reef Angel Web Wizard

Post by smellsfishy »

Just tried to install this on the mac and the installer failed. Not a very descriptive error either :?
Attachments
error screenshot
error screenshot
Screen Shot 2016-11-30 at 5.24.49 PM.png (132.13 KiB) Viewed 17105 times
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Reef Angel Web Wizard

Post 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?
Naptalene
Posts: 98
Joined: Tue Nov 05, 2013 12:50 am

Re: Reef Angel Web Wizard

Post 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?
Believe it or not.... I can ask even stupider questions than this one.
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Reef Angel Web Wizard

Post 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.
Roberto.
Naptalene
Posts: 98
Joined: Tue Nov 05, 2013 12:50 am

Re: Reef Angel Web Wizard

Post 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?
Believe it or not.... I can ask even stupider questions than this one.
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Reef Angel Web Wizard

Post by rimai »

Does it compile on the webwizard?
Roberto.
Naptalene
Posts: 98
Joined: Tue Nov 05, 2013 12:50 am

Re: Reef Angel Web Wizard

Post 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.
Believe it or not.... I can ask even stupider questions than this one.
psyrob
Posts: 247
Joined: Thu Sep 01, 2011 8:44 pm

Re: Reef Angel Web Wizard

Post by psyrob »

umm, does this work on a mac? Can't load it on my 2015 macbook air
Image
rrodriguess
Posts: 133
Joined: Sun Mar 09, 2014 11:01 am
Location: Santos - Brazil

Re: Reef Angel Web Wizard

Post 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
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Reef Angel Web Wizard

Post 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.
Roberto.
rrodriguess
Posts: 133
Joined: Sun Mar 09, 2014 11:01 am
Location: Santos - Brazil

Re: Reef Angel Web Wizard

Post by rrodriguess »

Tks Roberto

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

I'll wait for the update!

greetings
Rafa
Image
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: Reef Angel Web Wizard

Post by binder »

Any webwizard support for us Linux users? I try to download it and all I get is the plugininstaller.exe.
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Reef Angel Web Wizard

Post by rimai »

:(
It will take some time to figure out how to compile on linux box.
Roberto.
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: Reef Angel Web Wizard

Post 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.
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Reef Angel Web Wizard

Post 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.
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: Reef Angel Web Wizard

Post 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 :)
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Reef Angel Web Wizard

Post by lnevo »

You can program it as usual if thats the case.
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: Reef Angel Web Wizard

Post by binder »

lnevo wrote:You can program it as usual if thats the case.
good to know.

Sent from my XT1585 using Tapatalk
rrodriguess
Posts: 133
Joined: Sun Mar 09, 2014 11:01 am
Location: Santos - Brazil

Re: Reef Angel Web Wizard

Post by rrodriguess »

Hi Roberto

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

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

Re: Reef Angel Web Wizard

Post by rimai »

Sorry, still in the queue.
I need to work on adding linux too.
Roberto.
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: Reef Angel Web Wizard

Post 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
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Reef Angel Web Wizard

Post 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.
Roberto.
rrodriguess
Posts: 133
Joined: Sun Mar 09, 2014 11:01 am
Location: Santos - Brazil

Re: Reef Angel Web Wizard

Post by rrodriguess »

Roberto

Tks for trying :D
Image
MDandD
Posts: 23
Joined: Sat Apr 01, 2017 9:03 pm

Re: Reef Angel Web Wizard

Post by MDandD »

Has anyone figured out why the .pkg file will not install on a mac?

download/file.php?id=1588
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Reef Angel Web Wizard

Post 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 19264 times
Roberto.
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: Reef Angel Web Wizard

Post 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
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Reef Angel Web Wizard

Post by rimai »

I added the ability to enter labels for most of the parameters.
Let me know if anyone has any problems.
Roberto.
tkeracer619
Posts: 160
Joined: Thu Nov 24, 2011 9:50 pm
Location: Golden, CO

Re: Reef Angel Web Wizard

Post 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...
Image
mav3rick478
Posts: 39
Joined: Fri Feb 02, 2018 9:00 pm
Location: CA

Re: Reef Angel Web Wizard

Post 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+.
Post Reply