Sponsored

Android widget

OP
OP
kennelh

kennelh

Well-known member
First Name
Louise and Ken
Joined
Feb 21, 2022
Threads
1
Messages
177
Reaction score
280
Location
Northern California
Vehicles
2021 Mustang Mach-E, Premium RWD
Occupation
Retired
Hah, didn't notice until seeing this larger screen shot. LV Battery probably has more than 1.2 volts? :D
New feature; the voltage value is now a double instead of an integer, so we can display percentage. But until you refresh, the magic doesn't work right.

Edit: or maybe I messed something up...
Sponsored

 

camattin

Active member
First Name
Chris
Joined
Feb 20, 2021
Threads
0
Messages
39
Reaction score
33
Location
High Point, NC
Vehicles
2021 F-150 Platinum Powerboost 4x4
New feature; the voltage value is now a double instead of an integer, so we can display percentage. But until you refresh, the magic doesn't work right.

Edit: or maybe I messed something up...
Received both of the updates today and it kept crashing on me. Cleared app cache and it still crashed. Went ahead and wiped everything.

Now after logging back in with my FP credentials, when I enter my VIN and nickname, it says unable to retrieve vehicle status.

The last bit from the log is ... Odd? Looks like a valid date string.

Code:
01/25 20:28:29 D OkHttp3: <-- END HTTP (108467-byte body)
01/25 20:28:29 I 934TXS: status successful.
01/25 20:28:29 E 934TXS:     exception in NetworkCalls.getStatus:
    java.text.ParseException: Unparseable date: "2024-01-26T00:45:51.268Z"
at android.icu.text.DateFormat.parse(DateFormat.java:695)
at com.example.khughes.machewidget.NetworkCalls$Companion.getStatus(NetworkCalls.kt:882)
at com.example.khughes.machewidget.NetworkCalls$Companion.getStatus$lambda$3(NetworkCalls.kt:824)
at com.example.khughes.machewidget.NetworkCalls$Companion.$r8$lambda$XiJ676o5is1keVimuwJPt72kP-s(Unknown Source:0)
at com.example.khughes.machewidget.NetworkCalls$Companion$$ExternalSyntheticLambda0.run(Unknown Source:10)
at java.lang.Thread.run(Thread.java:1012)
Edited to add it did retrieve the status - about 108k (which seems crazy huge!) and I can send you the full log in a DM if you need it.
 
OP
OP
kennelh

kennelh

Well-known member
First Name
Louise and Ken
Joined
Feb 21, 2022
Threads
1
Messages
177
Reaction score
280
Location
Northern California
Vehicles
2021 Mustang Mach-E, Premium RWD
Occupation
Retired
Received both of the updates today and it kept crashing on me. Cleared app cache and it still crashed. Went ahead and wiped everything.

Now after logging back in with my FP credentials, when I enter my VIN and nickname, it says unable to retrieve vehicle status.

The last bit from the log is ... Odd? Looks like a valid date string.

Code:
01/25 20:28:29 D OkHttp3: <-- END HTTP (108467-byte body)
01/25 20:28:29 I 934TXS: status successful.
01/25 20:28:29 E 934TXS:     exception in NetworkCalls.getStatus:
    java.text.ParseException: Unparseable date: "2024-01-26T00:45:51.268Z"
at android.icu.text.DateFormat.parse(DateFormat.java:695)
at com.example.khughes.machewidget.NetworkCalls$Companion.getStatus(NetworkCalls.kt:882)
at com.example.khughes.machewidget.NetworkCalls$Companion.getStatus$lambda$3(NetworkCalls.kt:824)
at com.example.khughes.machewidget.NetworkCalls$Companion.$r8$lambda$XiJ676o5is1keVimuwJPt72kP-s(Unknown Source:0)
at com.example.khughes.machewidget.NetworkCalls$Companion$$ExternalSyntheticLambda0.run(Unknown Source:10)
at java.lang.Thread.run(Thread.java:1012)
Edited to add it did retrieve the status - about 108k (which seems crazy huge!) and I can send you the full log in a DM if you need it.
Yes, thanks. I'm battling date parsing issues. ?
 

Static

Well-known member
First Name
Dan
Joined
Dec 20, 2021
Threads
3
Messages
190
Reaction score
134
Location
Kentucky
Vehicles
F150 - 2021 XL 4x4 Supercab
Mine is unable to retrieve vehicle status when entering vin and nickname after login.
 

Sponsored

OP
OP
kennelh

kennelh

Well-known member
First Name
Louise and Ken
Joined
Feb 21, 2022
Threads
1
Messages
177
Reaction score
280
Location
Northern California
Vehicles
2021 Mustang Mach-E, Premium RWD
Occupation
Retired
Version 2024.01.26:18:08 (geez) is on GitHub. Note you might have to sideload this and/or wipe your data to make things happy.
 
OP
OP
kennelh

kennelh

Well-known member
First Name
Louise and Ken
Joined
Feb 21, 2022
Threads
1
Messages
177
Reaction score
280
Location
Northern California
Vehicles
2021 Mustang Mach-E, Premium RWD
Occupation
Retired
Edited to add it did retrieve the status - about 108k (which seems crazy huge!) and I can send you the full log in a DM if you need it.
Yeah, the new JSON data is crazy large.
 
OP
OP
kennelh

kennelh

Well-known member
First Name
Louise and Ken
Joined
Feb 21, 2022
Threads
1
Messages
177
Reaction score
280
Location
Northern California
Vehicles
2021 Mustang Mach-E, Premium RWD
Occupation
Retired
Uploaded version 2024.01.27-13:30 to GitHub and Play Store. Along with some bug fixes, this also allows you to select how to display LVB info. Go to "Settings" and look under "12V Battery Info Displayed".
 
OP
OP
kennelh

kennelh

Well-known member
First Name
Louise and Ken
Joined
Feb 21, 2022
Threads
1
Messages
177
Reaction score
280
Location
Northern California
Vehicles
2021 Mustang Mach-E, Premium RWD
Occupation
Retired
I am also still getting this error even after latest update
Please grab a logfile after you try entering the vehicle info, and upload as a new issue on GitHub. Be sure to remove the last 5digits of your VIN.
 

Sponsored


bassaway

Active member
Joined
Jan 26, 2021
Threads
1
Messages
41
Reaction score
31
Location
Louisiana
Vehicles
2021 F150 Lariat FX4 3.5L
Please grab a logfile after you try entering the vehicle info, and upload as a new issue on GitHub. Be sure to remove the last 5digits of your VIN.
New issue created on Github with attached logfile
 
OP
OP
kennelh

kennelh

Well-known member
First Name
Louise and Ken
Joined
Feb 21, 2022
Threads
1
Messages
177
Reaction score
280
Location
Northern California
Vehicles
2021 Mustang Mach-E, Premium RWD
Occupation
Retired
Uploaded version 2024.01.28-09 to GitHub and Play Store. intended to fix bugs seen here.
 

Static

Well-known member
First Name
Dan
Joined
Dec 20, 2021
Threads
3
Messages
190
Reaction score
134
Location
Kentucky
Vehicles
F150 - 2021 XL 4x4 Supercab
Very nice, this resolved the error getting vehicle information for me. Thanks for all the hard work.
Got the updated play store version and all is working again! Love the added SOC info, that comes in real handy.
Sponsored

 
 







Top