Android Reef Angel Status
Re: Android Reef Angel Status
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.
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.
Last edited by Sacohen on Sat Jun 21, 2014 7:22 am, edited 1 time in total.
Re: Android Reef Angel Status
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.
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
Works great now. The auto update works perfectly.
Sent from my HTC One VX using Tapatalk
Sent from my HTC One VX using Tapatalk
Re: Android Reef Angel Status
Awesome. glad to hearSacohen wrote:Works great now. The auto update works perfectly.
Sent from my HTC One VX using Tapatalk
Sent from my Moto X
Re: Android Reef Angel Status
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.
Sometime I tend to blow by them and I'd like to see what else your did to it.
Re: Android Reef Angel Status
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.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.
Sent from my Moto X
Re: Android Reef Angel Status
Thanks
Sent from my HTC One VX using Tapatalk
Sent from my HTC One VX using Tapatalk
Re: Android Reef Angel Status
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
ON or OFF. When you create notification you only get to choose numbers
Re: Android Reef Angel Status
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 Let me know how it works for those who test it.
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 Let me know how it works for those who test it.
Re: Android Reef Angel Status
Curt what does the web server authentication do, or what would it be used for?
Re: Android Reef Angel Status
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.Sacohen wrote:Curt what does the web server authentication do, or what would it be used for?
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
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
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:
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.
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");
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
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%
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
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.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.
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.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
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
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
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.
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
I second this for the next update if it's not to much of a P. I. T. A...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
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.
My other hobby has 450rwhp and eats tires instead of mysis!
Re: Android Reef Angel Status
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.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.
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
thanks for the feedback! i am glad it helps out.dapg8gt wrote:I second this for the next update if it's not to much of a P. I. T. A...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
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.
Sent from my iPad mini
Re: Android Reef Angel Status
Ask and you shall receive.... 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.dapg8gt wrote:I second this for the next update if it's not to much of a P. I. T. A...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
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
Awesome!
I need to sign up...
--Colin
I need to sign up...
--Colin
Re: Android Reef Angel Status
just read the instructions in the OP and it tells you what to do.cosmith71 wrote:Awesome!
I need to sign up...
--Colin
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
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.
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
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
Sent from my Moto X
Re: Android Reef Angel Status
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,
It something with Google.
I have to check my spam settings or something,
Re: Android Reef Angel Status
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.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,
Sent from my iPad mini