agentgreen wrote:Any thoughts on adding profiles to the app? So I could setup a Home profile with my internal IP settings, and an Away profile, with my external dynamic DNS host?
I honestly haven't thought about that type of feature at all. It's not a bad request at all. I know some router software is not smart enough to handle a request to the external IP address from the internal network and forward it to the proper internal IP.
I will start to think about how this can be incorporated. I would think that 2 profiles should be enough for people right now. It may take me a little while to get something like this implemented though.
agentgreen wrote:Any thoughts on adding profiles to the app? So I could setup a Home profile with my internal IP settings, and an Away profile, with my external dynamic DNS host?
I honestly haven't thought about that type of feature at all. It's not a bad request at all. I know some router software is not smart enough to handle a request to the external IP address from the internal network and forward it to the proper internal IP.
I will start to think about how this can be incorporated. I would think that 2 profiles should be enough for people right now. It may take me a little while to get something like this implemented though.
Yea mine is not smart about that at all. I'm probably going to setup an internal DNS server so I can have my internal hosts resolve properly. Until then, this feature would rock
I decided to try to get the requested Swipe capabilities incorporated into the app. It looks like I was successful. I recorded this video to show it off.
[youtube]http://www.youtube.com/watch?v=T-lQS-elefc[/youtube]
agentgreen wrote:Yea mine is not smart about that at all. I'm probably going to setup an internal DNS server so I can have my internal hosts resolve properly. Until then, this feature would rock
I actually implemented Profiles today. I have Home and Away profile capabilities. I still have a few things left to test on it, but it appears to be working properly. The "Refresh" button changes text based on what profile you are in...Refresh - Home or Refresh - Away. If you don't have an Away profile setup, the Refresh button just shows "Refresh". You can change the profile via the Settings menu OR you can Long press on the Refresh button and it brings up a Profile Selection window that you can change the profile easily. I will see if I can get a video created and posted of this later tonight.
Be on the lookout for the next release coming soon (hopefully tomorrow). That will have Swipe and Profiles added.
agentgreen wrote:Yea mine is not smart about that at all. I'm probably going to setup an internal DNS server so I can have my internal hosts resolve properly. Until then, this feature would rock
I actually implemented Profiles today. I have Home and Away profile capabilities. I still have a few things left to test on it, but it appears to be working properly. The "Refresh" button changes text based on what profile you are in...Refresh - Home or Refresh - Away. If you don't have an Away profile setup, the Refresh button just shows "Refresh". You can change the profile via the Settings menu OR you can Long press on the Refresh button and it brings up a Profile Selection window that you can change the profile easily. I will see if I can get a video created and posted of this later tonight.
Be on the lookout for the next release coming soon (hopefully tomorrow). That will have Swipe and Profiles added.
Added support for new memory locations (upcoming version 1.0 of the libraries)
Fixed Parsing error (hopefully for good now)
Added PH visibility toggling
Also uploaded the APK to my github account for those who do not have access to the Google Play Store.
On a side note, make sure you check out this: https://github.com/curtbinder/AndroidSt ... state=open
It lists the features that I'm working on for the app and I've also added proposed versions for the features to be released. Suggestions / Issues can be created on the github page for those who have github accounts or suggestions posted on here work as well.
binder wrote:
I already pull down all the labels (expansion included) when the user requests the labels.
Some of my label names come down but not all. What might be causing that? Also I am downloading fromt he portal, not my controller if that matters. I do not have my lables defined in my code.
thx
Roscoe's Reefs - Starting Over Again:
Building new 29g Nano after landlord went berserk over my 4 75 gallon tanks, Multiple RA's, Water mixing stations, etc. Your help welcomed in remembering all I've forgotten.
binder wrote:
I already pull down all the labels (expansion included) when the user requests the labels.
Some of my label names come down but not all. What might be causing that? Also I am downloading fromt he portal, not my controller if that matters. I do not have my lables defined in my code.
thx
Yeah, I think I know the problem now. More labels have been added that I was unaware of. Those label names conflict with some of the existing parsing that I do on the tags. So that's failing with the parsing thus the downloading is not working properly. I will have to look into this and fix it.
javisaman wrote:The labels don't seem to download at all when I select the download from reefangel portal option.
Correct. There is a bug in all versions of the app with the downloading of labels. The problem was encountered when Roberto added additional labels and sections for the controller from the portal. I have found the problem and have a fix for it. I have not released the version yet as I have a one or two more features to add to the next release. I also have to do some more testing to ensure I have everything working as desired.
If you want to stay up on the additions, features and issues of the app, check out this page: https://github.com/curtbinder/AndroidStatus/issues
Just uninstalled and downloaded and re-installed droid app. Home or away profiles all I get is "Error 23: XML SAX Parser" strange thing is that I was getting the Reef angel Webserver message when i went to http://myipaddress:2000/wifi earlier today. Now I get this in my browser.
HTTP/1.1 200 OK
Server: ReefAngel
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 82
If you are getting that error when viewing through the web page, then it's not going to work right with the Android app. That's just telling us that the controller is not sending the XML data to the app and thus the XML parser is failing. I think the issue is with the libraries installed or with your wifi adapter.