Sponsored

Android widget

bassaway

Active member
Joined
Jan 26, 2021
Threads
1
Messages
41
Reaction score
31
Location
Louisiana
Vehicles
2021 F150 Lariat FX4 3.5L
I've noticed something unusual...

My widget has been failing to update automatically for some time now. I can go into settings and log into FordPass which immediately triggers a widget update, but subsequent updates never come until I perform another manual login. Is this behavior a result of the API changes or is something else going on with my set up?
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
I've noticed something unusual...

My widget has been failing to update automatically for some time now. I can go into settings and log into FordPass which immediately triggers a widget update, but subsequent updates never come until I perform another manual login. Is this behavior a result of the API changes or is something else going on with my set up?
Do you have battery optimization turned off?
 

bassaway

Active member
Joined
Jan 26, 2021
Threads
1
Messages
41
Reaction score
31
Location
Louisiana
Vehicles
2021 F150 Lariat FX4 3.5L
Do you have battery optimization turned off?
I believe I did have battery optimization on so have since turned it off. I'm still monitoring but so far I think the widget is self-updating. Will keep an eye on it for the next few days.
 

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
I had my 12v battery go bad and noticed the widget showed the LVB Status in red. After the battery was replaced, the status was still red until I reset the SOC in forscan. So does the widget get the actual SOC of the battery, or is it just a flag that says the battery is good or bad? The reason I ask is because it might be handy to be able to choose to see the SOC percentage instead of/in addition to the voltage of the LVB if that was possible. Just a thought.
 
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 had my 12v battery go bad and noticed the widget showed the LVB Status in red. After the battery was replaced, the status was still red until I reset the SOC in forscan. So does the widget get the actual SOC of the battery, or is it just a flag that says the battery is good or bad? The reason I ask is because it might be handy to be able to choose to see the SOC percentage instead of/in addition to the voltage of the LVB if that was possible. Just a thought.
The battery info is pretty sparse; for example:
Code:
    "battery": {
      "batteryHealth": {
        "value": "STATUS_GOOD",
        "timestamp": "12-20-2022 11:22:44"
      },
      "batteryStatusActual": {
        "value": 15,
        "status": "CURRENT",
        "timestamp": "12-29-2022 22:06:07"
      }
    },
The SOC (color and notification) are based on the batteryHealth value, and the display on the batteryStatusActual value. If the SOC is anything other than "STATUS_GOOD" it shows red.
 

Sponsored

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
The battery info is pretty sparse; for example:
Code:
    "battery": {
      "batteryHealth": {
        "value": "STATUS_GOOD",
        "timestamp": "12-20-2022 11:22:44"
      },
      "batteryStatusActual": {
        "value": 15,
        "status": "CURRENT",
        "timestamp": "12-29-2022 22:06:07"
      }
    },
The SOC (color and notification) are based on the batteryHealth value, and the display on the batteryStatusActual value. If the SOC is anything other than "STATUS_GOOD" it shows red.
Ah, no problem, thanks for the info.
 
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 2023.01.22 to GitHub and Play Store. No major changes, just slight tweaks to the appearance of the widgets and some bug fixes.
 

Kanuck

Well-known member
First Name
Don
Joined
Aug 9, 2021
Threads
33
Messages
2,727
Reaction score
2,875
Location
Winnipeg, Manitoba
Vehicles
2021 XLT Scab 3.5 EB 6.5 Carbonized Grey Metallic
Occupation
Retired Electrician
Uploaded version 2023.01.22 to GitHub and Play Store. No major changes, just slight tweaks to the appearance of the widgets and some bug fixes.
No word on Ford opening up yet?
Thank you for your work Sir.
 
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 2023.01.25 to GitHub and Play Store. No major changes unless you own a European Ford Focus, or would like to have more control over the units displayed in the widgets.
 
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 2023.01.27 to GitHub and Play Store. A bug fix for one important null pointer exception.
 

Sponsored


Kanuck

Well-known member
First Name
Don
Joined
Aug 9, 2021
Threads
33
Messages
2,727
Reaction score
2,875
Location
Winnipeg, Manitoba
Vehicles
2021 XLT Scab 3.5 EB 6.5 Carbonized Grey Metallic
Occupation
Retired Electrician
Thanks for your work...
 
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 2023.04.05 to GitHub and Play Store. The main addition is for Lightning owners: charging information is displayed similar to the change in FordPass 4.25.0. Note that this info doesn't update instantaneously; new info will only show when the car pushes an update to the servers.

I've only tested with with Level 2 charging but believe it will work with DCFC. If you find otherwise, let me know.
 

Kanuck

Well-known member
First Name
Don
Joined
Aug 9, 2021
Threads
33
Messages
2,727
Reaction score
2,875
Location
Winnipeg, Manitoba
Vehicles
2021 XLT Scab 3.5 EB 6.5 Carbonized Grey Metallic
Occupation
Retired Electrician
Is Ford still shutting down people using this app?
 
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
Is Ford still shutting down people using this app?
I've had my account locked twice, but I was also using Recurrent so there's no way to know if that or the app caused the problem. I will say that I've not seen anyone who has downloaded it through the Google Playstore complain their account was later blocked. I'm recommending setting up a separate e-mail account through FordPass for the app to use.
Sponsored

 
 







Top