Exact same problem. My OnePlus One running Lollipop shows icons just fine, but the dimming light interface under setting is gone completely. I can still use the interface…just can see where it is presently dimmed.
My Tablet on the other hand doesn’t show any icons, been this way for a couple of weeks and figured it would fix itself. Nothing yet and would love some Lollypop interface fixes!
Hello @Tyler, I have some issues with Android 1.7.2.
As previously discussed, I created a Neurio Service Manager for instantiating some Neurio Device and Neurio Appliance objects into ST.
See my device type code at github:
The service manager is under
The Service Manager works only on iOS for the moment (as there is an ongoing support ticket with the login page not loading properly on Android), but that’s not the issue I want to expose here.
The objects that I instantiated with the Neurio Service Manager can be properly loaded into the Things shortcut on the iOS dashboard, but not on Android.
It looks like an object created under iOS cannot be loaded in the Android UI? I would have thought that an object
is UI & OS independent, but it doesn’t look like it in my use case.
@tgauchat,@Tyler , my issue with Neurio objects (see my post above) is still not fixed… The ticket #101078 is still open since May 9th… No solution in sight after more than 3 months…
tgauchat
(ActionTiles.com co-founder Terry @ActionTiles; GitHub: @cosmicpuppy)
216
Yup… And I just decided to dig up my Aeon Home Energy Monitor (HEM) and Barry’s Device Handler still crashes Android (but works on iOS) due to the color mapping statements in the Tiles.
At least it was easy to narrow it down to those statements and comment out the colors!
As @625alex said: The frustration hits developers hardest, as we can’t deliver trustworthy code to our customers if we don’t thoroughly test on all 3 app client OS’s – SmartThings as a platform is supposed to isolate those differences.
Perhaps fonts can look a little different (even if unbearably ugly scaling); but a crash is unacceptable.
I have been having problem due to color tile since 1.7 but only on one of my Android Device (OnePlus One with CM12). Other devices with lollipop worked (seemed to). On OnePlus I was kept out of things page.
Unfortunately I had missed this thread earlier, I realised that problem was coming from HEM code only after I installed V2 APK as it separated rooms and things and I still had the problem in things and also in one of the rooms. Creating a test room for individual devices, helped me zero on HEM code and then on to background color.
Just reverted my HEM v2+ code to the built-in ST HEM code… Now I can use my android device! But I’m missing the nice features from the v2+ like tracking voltage changes, etc. Does anybody see how the source code from this device handler can be fixed? I don’t completely understand the generalized problem…