Did someone say iPhone app?

Community contributed apps
wolfador
Posts: 241
Joined: Sun Sep 04, 2011 9:59 am
Location: Pittsburgh, PA

Re: Did someone say iPhone app?

Post by wolfador »

rimai wrote:How about this one?

wow, looks great, will add it in tonight.

Thanks
John
ReefAngel and ReefAngel-HD developer
If the RA iOS app has helped please consider a donation
Image
User avatar
Xender
Posts: 105
Joined: Sun Mar 20, 2011 12:38 am
Location: France

Re: Did someone say iPhone app?

Post by Xender »

So bad I can't test it until I've got the librairies fixes push for http errors :-(
Fresh Water Aquarium 180*60*80
Salt Water Aquarium 60*60*60
Click Here to see the Video of my Fresh Water Aquarium
Image
wolfador
Posts: 241
Joined: Sun Sep 04, 2011 9:59 am
Location: Pittsburgh, PA

Re: Did someone say iPhone app?

Post by wolfador »

Can you get to the /r99 page for your controller? that should be all you need. the /wifi page is not needed.
John
ReefAngel and ReefAngel-HD developer
If the RA iOS app has helped please consider a donation
Image
binder
Posts: 2865
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: Did someone say iPhone app?

Post by binder »

Xender wrote:So bad I can't test it until I've got the librairies fixes push for http errors :-(
Just released. Enjoy.

curt
User avatar
Xender
Posts: 105
Joined: Sun Mar 20, 2011 12:38 am
Location: France

Re: Did someone say iPhone app?

Post by Xender »

Cool !!! Thanks !!! :-)
Fresh Water Aquarium 180*60*80
Salt Water Aquarium 60*60*60
Click Here to see the Video of my Fresh Water Aquarium
Image
User avatar
Xender
Posts: 105
Joined: Sun Mar 20, 2011 12:38 am
Location: France

Re: Did someone say iPhone app?

Post by Xender »

Yes! It's working with .17
Fresh Water Aquarium 180*60*80
Salt Water Aquarium 60*60*60
Click Here to see the Video of my Fresh Water Aquarium
Image
wolfador
Posts: 241
Joined: Sun Sep 04, 2011 9:59 am
Location: Pittsburgh, PA

Re: Did someone say iPhone app?

Post by wolfador »

App has been submitted to Apple, should take less than a week to hear something back.
John
ReefAngel and ReefAngel-HD developer
If the RA iOS app has helped please consider a donation
Image
rimai
Posts: 12857
Joined: Fri Mar 18, 2011 6:47 pm

Re: Did someone say iPhone app?

Post by rimai »

Awesome!!
Roberto.
dmolton
Posts: 182
Joined: Tue Mar 22, 2011 11:08 am

Re: Did someone say iPhone app?

Post by dmolton »

Seriously nice work, Wolfador. I'm glad this is finally released to the public and you did a terrific job with picking up the slack and making a polished app. Will definitely give it a download once it's available.

Just wanted to throw out a couple more features that would be cool to have in case you got bored..

-Some type of graphing capability would be cool..
-Maybe provide a way to set a limited number of internal memory values (Dim%, on/off light times, wavemaker intervals etc..)
-ATO status.

Congrats on the release,

-Dave
User avatar
Xender
Posts: 105
Joined: Sun Mar 20, 2011 12:38 am
Location: France

Re: Did someone say iPhone app?

Post by Xender »

We need authentification also in the settings.
good job!
Fresh Water Aquarium 180*60*80
Salt Water Aquarium 60*60*60
Click Here to see the Video of my Fresh Water Aquarium
Image
Chris
Posts: 31
Joined: Sun May 08, 2011 5:11 am

Re: Did someone say iPhone app?

Post by Chris »

Prob a silly question but what's the app called so I can keep an eye open.
And did you get the push notifications going?
Good job guys. This will make the RA THE best on the Market. You can do so much more than other controllers

Nice work guys. What will you think of next.
Image
wolfador
Posts: 241
Joined: Sun Sep 04, 2011 9:59 am
Location: Pittsburgh, PA

Re: Did someone say iPhone app?

Post by wolfador »

dmolton wrote: -Some type of graphing capability would be cool..
-Maybe provide a way to set a limited number of internal memory values (Dim%, on/off light times, wavemaker intervals etc..)
-ATO status.
It was your work that made it easy.

I am not sure the graphing would do any good since the only data it would have would be when you refreshed it. It would be possible to integrate something from http://www.reefangel.com/status/plot.asp?id=wolfador

Will start work on adding the ATO status and the PWM%. The memory values should also be do-able.

Now how about a Client Suite version for Mac? :mrgreen:

Chris wrote:Prob a silly question but what's the app called so I can keep an eye open.
And did you get the push notifications going?
Good job guys. This will make the RA THE best on the Market. You can do so much more than other controllers

Nice work guys. What will you think of next.
The app is just called Reef Angel, I will let everyone know when it is published.

The push notifications are not in there as it will require additional coding in either the controller or on the RA site that handles the banners.
John
ReefAngel and ReefAngel-HD developer
If the RA iOS app has helped please consider a donation
Image
wolfador
Posts: 241
Joined: Sun Sep 04, 2011 9:59 am
Location: Pittsburgh, PA

Re: Did someone say iPhone app?

Post by wolfador »

Xender wrote:We need authentification also in the settings.
good job!
Done ;) Will need to wait until the app is approved and I can submit an update.
Image
John
ReefAngel and ReefAngel-HD developer
If the RA iOS app has helped please consider a donation
Image
User avatar
Xender
Posts: 105
Joined: Sun Mar 20, 2011 12:38 am
Location: France

Re: Did someone say iPhone app?

Post by Xender »

Cool !!!
So I need to put this line in my pde? :

Code: Select all

WifiAuthentication("xender:test");
When can we have this feature in Client Suite? Because if I do that, my Client Suite won't work anymore right?
Good job !
Fresh Water Aquarium 180*60*80
Salt Water Aquarium 60*60*60
Click Here to see the Video of my Fresh Water Aquarium
Image
wolfador
Posts: 241
Joined: Sun Sep 04, 2011 9:59 am
Location: Pittsburgh, PA

Re: Did someone say iPhone app?

Post by wolfador »

Xender wrote:Cool !!!
So I need to put this line in my pde? :

Code: Select all

WifiAuthentication("xender:test");
Yes
Xender wrote: When can we have this feature in Client Suite? Because if I do that, my Client Suite won't work anymore right?
Good job !
I tried it with mine and the Client no longer connects. Dave will probably just need to add it into the next update.
John
ReefAngel and ReefAngel-HD developer
If the RA iOS app has helped please consider a donation
Image
dmolton
Posts: 182
Joined: Tue Mar 22, 2011 11:08 am

Re: Did someone say iPhone app?

Post by dmolton »

Xender wrote:Cool !!!
So I need to put this line in my pde? :

Code: Select all

WifiAuthentication("xender:test");
When can we have this feature in Client Suite? Because if I do that, my Client Suite won't work anymore right?
Good job !
The wifi authentication is being worked on in the Client right now. The next release will be coming out very shortly.
Rey
Posts: 35
Joined: Wed Sep 07, 2011 7:56 pm

Re: Did someone say iPhone app?

Post by Rey »

Where can i get this App?
Image
reefer
Posts: 2
Joined: Sun Aug 21, 2011 8:41 pm

Re: Did someone say iPhone app?

Post by reefer »

Hope I can see slider for LED dim. control. Looking forward to getting app.
wolfador
Posts: 241
Joined: Sun Sep 04, 2011 9:59 am
Location: Pittsburgh, PA

Re: Did someone say iPhone app?

Post by wolfador »

Rey wrote:Where can i get this App?
Currently waiting for Apple's approval. As long as they don't find anything wrong should be available early next week.




reefer wrote:Hope I can see slider for LED dim. control. Looking forward to getting app.
Not in this first version but I am working on adding that now. Trying to use it as justification with the wife to buy an Ai Nano :mrgreen:
John
ReefAngel and ReefAngel-HD developer
If the RA iOS app has helped please consider a donation
Image
wolfador
Posts: 241
Joined: Sun Sep 04, 2011 9:59 am
Location: Pittsburgh, PA

Re: Did someone say iPhone app?

Post by wolfador »

wolfador wrote:
reefer wrote:Hope I can see slider for LED dim. control. Looking forward to getting app.
Not in this first version but I am working on adding that now. Trying to use it as justification with the wife to buy an Ai Nano :mrgreen:

Well whatever I said to her worked. Ai Nano on the way :mrgreen:

What memory settings would you guys like to be able to set in the app?
John
ReefAngel and ReefAngel-HD developer
If the RA iOS app has helped please consider a donation
Image
wolfador
Posts: 241
Joined: Sun Sep 04, 2011 9:59 am
Location: Pittsburgh, PA

Re: Did someone say iPhone app?

Post by wolfador »

Here is what I have added for memory settings:

Image
John
ReefAngel and ReefAngel-HD developer
If the RA iOS app has helped please consider a donation
Image
rimai
Posts: 12857
Joined: Fri Mar 18, 2011 6:47 pm

Re: Did someone say iPhone app?

Post by rimai »

Nice!!!
I'm sure there will be more request for more memory allocations.
The RF memory settings in particular.
I just requested a pull from Curt to merge my RF libraries.
It uses allocated spaces in the memory to make it really simple to change modes, speed and duration of the vortech pumps on the fly from anywhere, if you have wifi :)
Right now, I'm using my web browser to change the settings :(
I'm sure Dave will need to add that in too!!
Awesome work, man!!
Roberto.
binder
Posts: 2865
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: Did someone say iPhone app?

Post by binder »

A suggestion would be to make the temp work better with Celsius. Also you make want to improve the temp setting so you have the decimal in it. Just a suggestion.... Otherwise looking good. :-)

curt
wolfador
Posts: 241
Joined: Sun Sep 04, 2011 9:59 am
Location: Pittsburgh, PA

Re: Did someone say iPhone app?

Post by wolfador »

binder wrote:A suggestion would be to make the temp work better with Celsius. Also you make want to improve the temp setting so you have the decimal in it. Just a suggestion.... Otherwise looking good. :-)

curt

Done :mrgreen:
Image
John
ReefAngel and ReefAngel-HD developer
If the RA iOS app has helped please consider a donation
Image
binder
Posts: 2865
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: Did someone say iPhone app?

Post by binder »

You know, you could clean up that interface some. Maybe add in the units and all. ;-)

Yeah, I'm being nit picky....don't want you to think you can "rest & relax" now. haha

curt
wolfador
Posts: 241
Joined: Sun Sep 04, 2011 9:59 am
Location: Pittsburgh, PA

Re: Did someone say iPhone app?

Post by wolfador »

binder wrote:You know, you could clean up that interface some. Maybe add in the units and all. ;-)

Yeah, I'm being nit picky....don't want you to think you can "rest & relax" now. haha

curt

As you can see I am by no means a graphic designer :lol:

Image

Its okay, I bought a MacBook air yesterday so I can work on this at all times :mrgreen:
John
ReefAngel and ReefAngel-HD developer
If the RA iOS app has helped please consider a donation
Image
User avatar
Xender
Posts: 105
Joined: Sun Mar 20, 2011 12:38 am
Location: France

Re: Did someone say iPhone app?

Post by Xender »

Hi
Do you need traduction of the app in French ? :-) I can do it if you want.
Fresh Water Aquarium 180*60*80
Salt Water Aquarium 60*60*60
Click Here to see the Video of my Fresh Water Aquarium
Image
binder
Posts: 2865
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: Did someone say iPhone app?

Post by binder »

wolfador wrote:Its okay, I bought a MacBook air yesterday so I can work on this at all times :mrgreen:
First the AI nano and now a macbook air...what next??
I've got a mac mini that I bought just for testing out my apps to make sure they run cross platform. I don't use the mac mini very often though. But at least I have all platforms to test. :geek:

curt
wolfador
Posts: 241
Joined: Sun Sep 04, 2011 9:59 am
Location: Pittsburgh, PA

Re: Did someone say iPhone app?

Post by wolfador »

binder wrote: First the AI nano and now a macbook air...what next??

curt

:lol: I guess whatever I need to get the Ai to work with RA :lol:
John
ReefAngel and ReefAngel-HD developer
If the RA iOS app has helped please consider a donation
Image
wolfador
Posts: 241
Joined: Sun Sep 04, 2011 9:59 am
Location: Pittsburgh, PA

Re: Did someone say iPhone app?

Post by wolfador »

Apple said the app crashed when they tried to enter the ip address. The logs they sent me don't tell me much and I am unable to reproduce the error on any of my devices nor the simulator.

the new SDK was just released so I am going to recompile with that, test and resubmit. Sorry guys.
John
ReefAngel and ReefAngel-HD developer
If the RA iOS app has helped please consider a donation
Image
Post Reply