Page 32 of 33

Re: Android Reef Angel Status

Posted: Thu Aug 04, 2016 3:04 pm
by bkc6868
Is there a way to add part readings to it

Re: Android Reef Angel Status

Posted: Fri Aug 05, 2016 5:21 pm
by binder
bkc6868 wrote:Is there a way to add part readings to it
part readings? I'm not familiar with that.

Sent from my XT1585 using Tapatalk

Re: Android Reef Angel Status

Posted: Fri Aug 05, 2016 5:37 pm
by lnevo
PAR from Robert's PAR sensor I'd assume.

Re: Android Reef Angel Status

Posted: Mon Aug 08, 2016 12:04 pm
by binder
lnevo wrote:PAR from Robert's PAR sensor I'd assume.
that is what I thought as well but I wanted to be certain.

If it is referencing the PAR sensor, then that is not currently implemented in the app.



Sent from my iPad using Tapatalk

Re: Android Reef Angel Status

Posted: Tue Mar 14, 2017 5:26 pm
by slm222
Will this app be updated to work with the new cloud attachment?

Re: Android Reef Angel Status

Posted: Tue Mar 14, 2017 5:36 pm
by binder
slm222 wrote:Will this app be updated to work with the new cloud attachment?
Possibly. I do not currently know how the new cloud attachment works, so I cannot say for certain. (I have not kept up on the discussion of it.)

Sent from my XT1585 using Tapatalk

Re: Android Reef Angel Status

Posted: Sun Nov 26, 2017 6:52 pm
by binder
Well, after 2 years of "inactivity", I finally put out another release of my app. It doesn't have lots of the requests from people. It primarily is updated to use the newer support libraries, which should hopefully fix some of the random connection issues. I personally have noticed that it fixes my issues with being unable to read the date and time from the controller.

I also added in some of the initial support for the RA*. You now have the second AP and DP channels available. It still displays the main/primary relay box, which is unused with the star. This should be hidden in future releases. It also does not use the new MQTT protocol. It still gets the data the standard way.

I am going to be gradually working on updating more in my spare time. It's just a slow process now for me.

Enjoy.

Sent from my XT1585 using Tapatalk

Re: Android Reef Angel Status

Posted: Sun Nov 26, 2017 6:58 pm
by rimai
cool
thanks!!!

Re: Android Reef Angel Status

Posted: Thu Feb 15, 2018 8:22 pm
by lucho
Curt, thanks for this! One question. I am having trouble downloading the labels. Not sure what is happening. Anything I can do?


Sent from my iPhone using Tapatalk

Re: Android Reef Angel Status

Posted: Fri Feb 16, 2018 5:12 pm
by binder
lucho wrote:Curt, thanks for this! One question. I am having trouble downloading the labels. Not sure what is happening. Anything I can do?


Sent from my iPhone using Tapatalk
it pulls the labels from the portal. so if the labels are not in the portal, it cannot get them. there could be a problem with your communication with the portal. try it on a different network if possible (use cellular instead of wifi).

Sent from my XT1585 using Tapatalk

Re: Android Reef Angel Status

Posted: Tue Feb 20, 2018 3:14 pm
by lucho
Couldn’t make it work. Tried in 2 tablets, and tried using my phone’s internet connection. Interestingly when I change my portal ID to something fictitious I get the message that labels were downloaded. When I go back to my username it doesn’t say anything.


Sent from my iPhone using Tapatalk

Re: Android Reef Angel Status

Posted: Tue Feb 20, 2018 8:21 pm
by binder
lucho wrote:Couldn’t make it work. Tried in 2 tablets, and tried using my phone’s internet connection. Interestingly when I change my portal ID to something fictitious I get the message that labels were downloaded. When I go back to my username it doesn’t say anything.


Sent from my iPhone using Tapatalk
hmmmm... interesting.
let me look into this some and see if I can find anything out. I'll post back in a few days once I have a chance to test it out. thanks for your patience.

Sent from my XT1585 using Tapatalk

Re: Android Reef Angel Status

Posted: Tue Feb 20, 2018 9:28 pm
by rimai
Looking at your labels, I don't see anything out of the ordinary, but just as a test, can you change all the N/A for something like NA or na or something else?
I don't know if those slashes are causing any problems with the XML parsing inside the app.

Re: Android Reef Angel Status

Posted: Thu Feb 22, 2018 7:47 pm
by lucho
Will try that Roberto, although it works well with the U App in my iPhone, it downloads well there


Sent from my iPhone using Tapatalk

Re: Android Reef Angel Status

Posted: Sat Feb 24, 2018 8:05 am
by binder
I haven't had a chance to look at it yet but there could be a problem with the forward slashes and XML parsing.

Sent from my XT1585 using Tapatalk

Re: Android Reef Angel Status

Posted: Sat Feb 24, 2018 4:29 pm
by lucho
Unfortunately that didn’t work. Changed the four N/A for TBD but still nothing in the app


Sent from my iPhone using Tapatalk

Re: Android Reef Angel Status

Posted: Sat Feb 24, 2018 5:55 pm
by rimai
Ok, so try removing the dots and parenthesis. I don't know if those affect it either.
Make it so it is alphanumeric only. No weird characters.
I don't know if this is the problem, but it is worth a try and easy to do.

Re: Android Reef Angel Status

Posted: Sat Feb 24, 2018 7:20 pm
by binder
rimai wrote:Ok, so try removing the dots and parenthesis. I don't know if those affect it either.
Make it so it is alphanumeric only. No weird characters.
I don't know if this is the problem, but it is worth a try and easy to do.
I think I figured out the problem. I have a hard coded max number of temp sensors at 3. Since there can be labels up to 6 temp sensors, that causes the problem. The downloading and processing fails when it encounters the temp sensor above 3.

So, what I have to do now is fix the code to allow for those labels to be processed and ignore them until I get the additional 3 temp sensors incorporated into the app.

Re: Android Reef Angel Status

Posted: Sun Mar 04, 2018 1:20 pm
by binder
I just pushed a release of my app. Here's a highlight of the updates
  • Changed the way the Back button operates - You must press the Back button 2 times to exit the app. It no longer navigates backwards through the screens. This was a source of problems by the changing of the screens.
  • Improved XML processing of labels and values - This fixes the label downloading from the portal.
  • Added initial graphing/chart support (Date range does not work currently) - Displays a graph of the parameters. It will display all the values of the given parameter no matter what the date range is selected.
  • Added ability to export the raw history sqlite3 database (exports to logging folder) - This is needed to help me filter out and parse the dates properly for the graphing support. Most users will not use this at all. However, some may find it cool to be able to get the SQLite3 database for viewing and such. This will not import into Excel, as it will not be a CSV file. This is the raw database file.
  • Ability to override the limit for storing pH 7 and 10 calibration values. You need to attempt to write the value that is above the 1024 limit. Once you get the message about it not being allowed, you need to press the Write button again within 10 seconds and the value will be able to be saved provided it is less than the maximum value of 32767.
I'm slowly working on adding features and functionality. I'm continuing to work on getting the graphing/chart support working for a given date range and improving the values displayed on the chart. It's a slow process for me, but bear with me on it.
I'm ultimately wanting to get multiple RA support added in and revamp the UI. Patience, patience. :)

Let me know if you encounter any problems with the release.

Re: Android Reef Angel Status

Posted: Sun Mar 04, 2018 2:40 pm
by lucho
Thanks Curt! That solved the problem with the labels. Awesome stuff!


Sent from my iPhone using Tapatalk

Re: Android Reef Angel Status

Posted: Sun Mar 04, 2018 3:26 pm
by binder
lucho wrote:Thanks Curt! That solved the problem with the labels. Awesome stuff!


Sent from my iPhone using Tapatalk
awesome!

Sent from my XT1585 using Tapatalk

Re: Android Reef Angel Status

Posted: Mon Mar 05, 2018 6:48 pm
by tkeracer619
binder wrote:I just pushed a release of my app.
Awesome, great job! We appreciate the hard work!!

Re: Android Reef Angel Status

Posted: Wed Oct 31, 2018 8:09 pm
by tkeracer619
Now that I have the ethernet board hooked up the app is much more responsive. I'm hopeful the ethernet board doesn't time out like my wifi module did.

We have really spotty cell service around here so today when I went into lowes or got home and didn't have wifi connected the app displayed notifications saying it couldn't connect to the controller.

I was curious how the app decides to post that message and had an idea... maybe it's stupid?

Prior to posting the notification could you ping 8.8.8.8 and hold off posting the notification for x amount of time if 8.8.8.8 doesn't respond? That way the app knows it can't connect to the controller because the phones data service isn't working.

Re: Android Reef Angel Status

Posted: Thu Nov 22, 2018 10:09 am
by binder
tkeracer619 wrote:
I was curious how the app decides to post that message and had an idea... maybe it's stupid?

Prior to posting the notification could you ping 8.8.8.8 and hold off posting the notification for x amount of time if 8.8.8.8 doesn't respond? That way the app knows it can't connect to the controller because the phones data service isn't working.
not a stupid idea.
it's supposed to check if the network state is disconnected before it attempts to communicate. of course, you may still have a connection but not be able to get on the internet. I'll have to look into this as well. I cannot promise anything anytime soon unfortunately as I have no free time currently to do anything development wise (regular work, my 2 boys, and working on my addition consumes all of my spare time plus extra)

Sent from my XT1585 using Tapatalk

Re: Android Reef Angel Status

Posted: Mon Dec 02, 2019 10:17 am
by binder
So I know there's not been much activity on my app in a while...mostly because I've been busy with my little children at home and not having the time.

However, since I have updated my controller to a Star AND I've just added Dosing Pumps to my tank setup, more functionality has been desired by me. It's been a little bit of a processes because some of the libraries I have been using were NOT current to the Google security guidelines (it took some time to get those figured out). I've got my app now compiled against a new SDK (per Google). It's been a pain simply because so much has changed over the last year or so...hard to keep up.

I'm currently working on custom defined User Memory locations. So you can save your own locations instead of having to always type them in. Plus it will also save you from having to scroll through that HUGE list of the default / built-in locations (if you choose to add some of those locations to your custom locations).

Anyways, I'm gonna finish this functionality up in the next week and release an update.
Then I'm going to improve some of the History/charting functionality. Lastly, I'm going to see about getting "Dark" mode to work (this could be a pretty big undertaking....so it might not get into the app).

And finally, depending on my time frame, a partial re-write of my app may be necessary with an improved UI and better support for the Star (or Cloud Wifi). This would be a rather large task to accomplish, so who knows. It's just a thought.

So look for an update to my app in the coming week or 2.

Re: Android Reef Angel Status

Posted: Mon Dec 09, 2019 6:01 pm
by binder
The update was pushed a couple days ago. One thing that I have noticed is that the auto update is not working the way it should. Apparently in Android O, they changed background services and I didn't realize it. So I have to do the background updating differently. I will be working on this. Sorry for the inconvenience.

Sent from my Pixel 2 using Tapatalk

Re: Android Reef Angel Status

Posted: Sun Jan 26, 2020 3:42 pm
by binder
The latest release should have fixed the auto updating (and updating in general) along with notifications.
Apparently, there is something going on with Android versions 7, 8, & 9 with updates. I've seen a huge increase in app crashes. If anyone has been affected by the crashes and wants to drop down to the previous version, look at the original post and get the link to the previous versions. You will need to uninstall the current version and then install the old version.

Re: Android Reef Angel Status

Posted: Sun Jan 26, 2020 4:24 pm
by cosmith71
Thanks for continuing to work on this, Curt. It's much appreciated!

--Colin

Re: Android Reef Angel Status

Posted: Sun Jan 26, 2020 5:38 pm
by binder
cosmith71 wrote:Thanks for continuing to work on this, Curt. It's much appreciated!

--Colin
welcome. glad to hear that it's still being used.

on a side note, it runs just fine on Android 10 on my Pixel 2. :-)

Sent from my Pixel 2 using Tapatalk

Re: Android Reef Angel Status

Posted: Mon Feb 10, 2020 9:44 am
by akkord64
I also use this everyday. Your efforts are very appreciated!