Page 22 of 33
Re: Android Reef Angel Status
Posted: Sat Jun 21, 2014 7:19 am
by Sacohen
I tried downloading it from the link and the QR code and after it downloaded and installed I clicked on open and it says "Unfortunately, Reef Angel Status has stopped".
I powered off my phone and then back on and it still says that.
I went back to the RC2 release from the link above and it opens up fine now.
Re: Android Reef Angel Status
Posted: Sat Jun 21, 2014 7:21 am
by binder
crap. lemme fix it.
Sent from my Moto X
Re: Android Reef Angel Status
Posted: Sat Jun 21, 2014 7:37 am
by binder
i just fixed it and re-uploaded it. it should open up and work fine.
stupid eclipse failed to build the project properly even though it said it did. that will teach me to not upload to my phone before pushing out a release.
Re: Android Reef Angel Status
Posted: Sat Jun 21, 2014 7:51 am
by Sacohen
Works great now. The auto update works perfectly.
Sent from my HTC One VX using Tapatalk
Re: Android Reef Angel Status
Posted: Sat Jun 21, 2014 8:21 am
by binder
Sacohen wrote:Works great now. The auto update works perfectly.
Sent from my HTC One VX using Tapatalk
Awesome. glad to hear
Sent from my Moto X
Re: Android Reef Angel Status
Posted: Sat Jun 21, 2014 8:47 am
by Sacohen
How can I see the list of revisions/updates that comes up when I first open it after the update?
Sometime I tend to blow by them and I'd like to see what else your did to it.
Re: Android Reef Angel Status
Posted: Sat Jun 21, 2014 8:54 am
by binder
Sacohen wrote:How can I see the list of revisions/updates that comes up when I first open it after the update?
Sometime I tend to blow by them and I'd like to see what else your did to it.
if you open up the settings, at the very bottom it says Info. select that and another screen opens up with info about the app and a way to display the changelog and other stuff.
Sent from my Moto X
Re: Android Reef Angel Status
Posted: Sat Jun 21, 2014 8:56 am
by Sacohen
Thanks
Sent from my HTC One VX using Tapatalk
Re: Android Reef Angel Status
Posted: Thu Jun 26, 2014 1:48 pm
by Armetas
Maybe anybody knows how to create notification for ATO low or other I/O? They have values
ON or OFF. When you create notification you only get to choose numbers
Re: Android Reef Angel Status
Posted: Thu Jun 26, 2014 2:02 pm
by Sacohen
0=Off
1=On
Re: Android Reef Angel Status
Posted: Thu Jul 10, 2014 9:32 am
by binder
Just pushed a beta version of the app to the play store. If you have signed up for it, you should be seeing it come through sometime in the next few hours hopefully.
The update contains the implementation of the basic webserver authentication that roberto implemented in the dev branch of the libraries. If you install it, it will work regardless if you have something set or not. I've got it running on a v1.1.0 controller with and without authentication enabled in the app and it works. I have not been able to test the authentication on a controller running the v1.1.1 libraries because my USB cable is not at home with me.
For those who are not signed up for the beta channel of the android app, here's the link and QR code to download it:
http://curtbinder.info/apps/AndroidStat ... .Beta1.apk

- 096Beta1.png (453 Bytes) Viewed 8038 times
Let me know how it works for those who test it.
Re: Android Reef Angel Status
Posted: Thu Jul 10, 2014 9:48 am
by Sacohen
Curt what does the web server authentication do, or what would it be used for?
Re: Android Reef Angel Status
Posted: Thu Jul 10, 2014 9:56 am
by binder
Sacohen wrote:Curt what does the web server authentication do, or what would it be used for?
it is to help secure your controller on the internet. so, if you don't want just "anybody" to connect to your controller using the built-in URL or one of the smartphone apps, you can enable this to require a username/password to connect to your controller.
i do not know how this works with the portal or not and if you could communicate with your controller via the portal (ie, toggle ports, enter feed mode, etc). this is not the same as sending your data to the portal.
Re: Android Reef Angel Status
Posted: Thu Jul 10, 2014 10:04 am
by Sacohen
OK. I had posted my code one time and left my UID and Portal key in it and was thinking that someone may have gotten it and been able to get into my controller.
Re: Android Reef Angel Status
Posted: Thu Jul 10, 2014 11:27 am
by binder
A clarification is needed for the webserver authentication section.
On the settings menu, you will see the two entries: Wifi Username and Wifi Password.
Those are for the the Webserver Authentication and not your own wifi network information. I realize now that I chose the names poorly.
That information requested should correlate with this line you added to your setup:
Code: Select all
ReefAngel.Network.WifiAuthentication("username:password");
This was taken from the issue on github and the max length of the text string (username and password combined) is 50 chars.
So, your username goes in Wifi Username and your password goes in Wifi Password.
Hopefully that will clear up things, sorry for any confusion. I will be working on an updated label/name in the preferences.
Re: Android Reef Angel Status
Posted: Thu Jul 10, 2014 11:31 am
by Sacohen
Thanks Curt.
Re: Android Reef Angel Status
Posted: Sun Jul 13, 2014 4:11 pm
by Sacohen
Curt;
Are the multi water level sensors in the Android App completely?
The reason I ask is that I connected mine and it does show up in the app, but I set the name of Water Lever 1 in the portal to ATO Reservoir and I told the app to download the labels from the portal and it's not changing the name of Water Level 1 in the App.
Also the notification seems to not be working correctly.
I had a notification set for water Level 1 < 2 and I was getting notifications that read Water Lever 1:0 < 2 when the app and portal are reading 99%
Re: Android Reef Angel Status
Posted: Sun Jul 13, 2014 7:09 pm
by binder
Sacohen wrote:Curt;
Are the multi water level sensors in the Android App completely?
The reason I ask is that I connected mine and it does show up in the app, but I set the name of Water Lever 1 in the portal to ATO Reservoir and I told the app to download the labels from the portal and it's not changing the name of Water Level 1 in the App.
They are supposed to be working properly. I do not have a multi water level unit to test properly. I will have to look into things further but it all appeared to be processing appropriately when I tested things out.
Also the notification seems to not be working correctly.
I had a notification set for water Level 1 < 2 and I was getting notifications that read Water Lever 1:0 < 2 when the app and portal are reading 99%
Again, it's "supposed" to be working properly but I did not test a lot. It was mostly code syntax that I was checking and everything looked good as far as syntax goes. Keep me posted on what you are noticing and finding out and I'll try to look into it further this week.
Re: Android Reef Angel Status
Posted: Sun Jul 13, 2014 7:13 pm
by cosmith71
Hey Curt,
Kind of a silly thing, but would you consider moving the Flags page to the left of the Commands page? I find I use the Commands page and the Controller page the most and the Flags page, while useful, is in an awkward spot.
Thanks,
--Colin
Re: Android Reef Angel Status
Posted: Sun Jul 13, 2014 7:18 pm
by Sacohen
I got the App to update the WL1 label.
I had to go to the settings, change the device from controller to portal then go to labels and tell it to pull the labels from the portal.
Once that was done the label for WL1 was correct, but I shouldn't need to do that should I?
It should pull them whether it the device it set to controller or portal.
I'll keep an eye on the notifications.
Re: Android Reef Angel Status
Posted: Sun Jul 13, 2014 7:41 pm
by dapg8gt
cosmith71 wrote:Hey Curt,
Kind of a silly thing, but would you consider moving the Flags page to the left of the Commands page? I find I use the Commands page and the Controller page the most and the Flags page, while useful, is in an awkward spot.
Thanks,
--Colin
I second this for the next update if it's not to much of a P. I. T. A...
The app is coming along great and I literally love this thing so again thanks for all the work and time you spent to make this app as great as it is.
Re: Android Reef Angel Status
Posted: Mon Jul 14, 2014 1:42 pm
by binder
Sacohen wrote:I got the App to update the WL1 label.
I had to go to the settings, change the device from controller to portal then go to labels and tell it to pull the labels from the portal.
Once that was done the label for WL1 was correct, but I shouldn't need to do that should I?
It should pull them whether it the device it set to controller or portal.
I'll keep an eye on the notifications.
you should just have to input your portal username and then select the option to download labels from portal. you do not need to change your device to the portal to enable this functionality.
yeah, i have noticed it is an extra swipe to get to the commands page. shouldnt be too hard to flip the order around based on how i have things setup. i will see what i can do about making that flip and get another beta put out. hopefully soon.
Sent from my iPad mini
Re: Android Reef Angel Status
Posted: Mon Jul 14, 2014 1:43 pm
by binder
dapg8gt wrote:cosmith71 wrote:Hey Curt,
Kind of a silly thing, but would you consider moving the Flags page to the left of the Commands page? I find I use the Commands page and the Controller page the most and the Flags page, while useful, is in an awkward spot.
Thanks,
--Colin
I second this for the next update if it's not to much of a P. I. T. A...
The app is coming along great and I literally love this thing so again thanks for all the work and time you spent to make this app as great as it is.
thanks for the feedback! i am glad it helps out.
Sent from my iPad mini
Re: Android Reef Angel Status
Posted: Thu Jul 17, 2014 7:10 pm
by binder
dapg8gt wrote:cosmith71 wrote:Hey Curt,
Kind of a silly thing, but would you consider moving the Flags page to the left of the Commands page? I find I use the Commands page and the Controller page the most and the Flags page, while useful, is in an awkward spot.
Thanks,
--Colin
I second this for the next update if it's not to much of a P. I. T. A...
The app is coming along great and I literally love this thing so again thanks for all the work and time you spent to make this app as great as it is.
Ask and you shall receive....

- 096Beta2.png (451 Bytes) Viewed 8282 times
If you are signed up as a beta tester, you can get these beta updates from the play store. Otherwise you will have to install it by using the QR code above.
Re: Android Reef Angel Status
Posted: Thu Jul 17, 2014 7:32 pm
by cosmith71
Awesome!
I need to sign up...
--Colin
Re: Android Reef Angel Status
Posted: Thu Jul 17, 2014 7:46 pm
by binder
cosmith71 wrote:Awesome!
I need to sign up...
--Colin
just read the instructions in the OP and it tells you what to do.
I still post to the forum and give out the qr code download but it's easier through the play store.
Sent from my Moto X
Re: Android Reef Angel Status
Posted: Thu Jul 17, 2014 11:17 pm
by Sacohen
Strange. I'm not getting the Beta test updates.
When I go to the page it says I'm logged in as my gmail account, but when I check my G-mail on my phone or even on my laptop, it doesn't show any update links.
I got the update fro the QR code.
I like the placement of the flags screen.
Re: Android Reef Angel Status
Posted: Fri Jul 18, 2014 4:03 am
by binder
it takes a few hours for it to propagate through the servers. I had the notification this morning when I got up.
Sent from my Moto X
Re: Android Reef Angel Status
Posted: Fri Jul 18, 2014 5:28 am
by Sacohen
No. Is signed up about a week ago and haven't gotten anything.
It something with Google.
I have to check my spam settings or something,
Re: Android Reef Angel Status
Posted: Fri Jul 18, 2014 5:55 am
by binder
Sacohen wrote:No. Is signed up about a week ago and haven't gotten anything.
It something with Google.
I have to check my spam settings or something,
oh, ok. i know that i get the notifications for app updates with the beta channel just the same as regular updates. i dont think i got any emails about being signed up. i just know i joined the community and then went to the link and chose to receive beta updates and that was it.
Sent from my iPad mini