##Device & model
Arduino Uno with W5100 ethernet shield
##Dashboard
Web, Android
##Bug
My problems with Android started this week
Initially Cayenne crashed completely, after clearing cache only one device crashes (I have used Android feedback to report this). Did my problem started with adding a slider? not sure at that moment.
I went through all widgets in the web environment to re-save them; did not solve the problem.
##Solution
Deleted the slider in the web environment and was able to access the device again in Android
Tried to add the slider in Android again: virtual-voltage-float-range-0-200 (no step available)
1st attempt failed due to “could not connect to server”.
2nd attempt with success (did not use custom range)
Because range was only 0 to 1 change it into 0 to 200 with success.
Tried some actions slider/lights with success and closed Android APP.
Added step 5 in slider in the web environment, Android still working and order not changed closed APP.
##However
Seems my crashing problem is solved but how did I configure my slider? The values are converted. I just want to use the RAW data from my slider. So 85 stays 85 and is not converted to another value. can i achieve this? With which settings? Help question?
##Small additional problem: re-shuffling widgets
Re-shuffled widget order in Android because it did not match the web version.
Went back to web changed a widget but not the order, back in Android still desired order.
In web changed order a bit closed page and opened Android widget order was reshuffled again.
Seems that you first need to order widgets in web and then you can re-order in Android.