Reef_Matrix29
Water Lover
Oh, and the Aquanotes app for iOS isn't that much better, it just simply has a cleaner looking UI, but functions are very basic as well. FYI
I have my Apex set up where it's accessible through my home wireless IP address, but when trying to use the Android app I just get "Error: HTTP connection failed." I'm using dyndns.com as my host and having issues with that as well, so don't know if they are connected or not.
Why am I getting "Error: XML Parser failed." ??
The widget is updating and everything, but I can not controll anything.
Joe
Ok...let me level with you. I do NOT have an Apex....but I do have an ACIII. This widget will display my temp, pH and ORP values....Thank you so much! It is GREAT to have this live on my phone!
any chance we could get an outlet status widget for the ACIII?
I'm having the exact same problem.
I sent all of the source code to a CompSci student who was going to work the bugs and add features as part of a class project. Haven't heard from him in a couple of days though.
Current Bug List:
In my opinion the first two bugs are very significant especially the second.
- Certain characters in outlet names cause problems: Encode the URI segments used for database access so that if the user has an outlet name with a slash, dash, asterisk, etc it does not cause errors. The problems come from two areas; 1) any character that could mess us the URI string. Format is something like content://segment/segment/segment and there could be chars that impact URI matching or 2) any characters that mess up the final SQL string that does the insert/updates.
- Profiles Status on Outlets Not supported: Code currently only expects AON, AOFF, ON or OFF for outlet status. Now that people are using LEDs more and ramp profiles there are more instances of PF1 that cause problems.
- Force-Close if Refresh during Update: Disable 'update' during a current update. This causes a force-close.
- Update Widget Data: When user manually updates data via the full app, it does not push the new data to the widget.
- Rotating the screen causes a refresh. Annoying but not a critical failure.
And a couple of important enhancements:
- Do a daily update that pulls history data at the full 5-minute resolution rather than rely on the x interval polling. Also during this daily job do some database cleanup/purging according to the preferences setting.
Then the wish list items:
- User settable background image
- Manual parameters such as alk/ca/etc
- Notes
- Export xml data via email
- Inhabitants database with pics.
I can't recall any changes that would have impacted the screen-shots.Did you make any changes to it?