tonesto7
Well-known member
- Thread starter
- #1
I found some interesting data in the ford site related to OTA updates.
If you browse to https://www.ford.com/support/vehicle-dashboard/?gnav=header-account and open up your browsers web inspector (right-click on the page select inspect)
You might need to refresh after the inspector is open.
Select the Network Tab and enter "ota" in the search box...
Select the name "/status?country=usa&vin=YOUR_VIN" and click on the preview tab.
It will be interesting to see how accurate this info is
Thanks to @Eric_C_Boston for his findings
https://www.macheforum.com/site/threads/ota-status-hidden-in-the-ford-website.12367/post-302199
Here's mine
If you browse to https://www.ford.com/support/vehicle-dashboard/?gnav=header-account and open up your browsers web inspector (right-click on the page select inspect)
You might need to refresh after the inspector is open.
Select the Network Tab and enter "ota" in the search box...
Select the name "/status?country=usa&vin=YOUR_VIN" and click on the preview tab.
It will be interesting to see how accurate this info is
Thanks to @Eric_C_Boston for his findings
https://www.macheforum.com/site/threads/ota-status-hidden-in-the-ford-website.12367/post-302199
Here's mine
JSON:
{
"displayOTAStatusReport": "UserAllowed",
"ccsStatus": {
"ccsConnectivity": "On",
"ccsVehicleData": "On"
},
"error": null,
"fuseResponse": {
"fuseResponseList": [
{
"vin": "VIN_NUMBER",
"oemCorrelationId": "FLARE-PRD-SOFTWARE-FNV2-458591-455130",
"deploymentId": "2b79ae88-fb3f-4b43-8b93-c01b72aa3963",
"deploymentCreationDate": "2021-12-06T21:29:31.391+0000",
"deploymentExpirationTime": "2021-12-13T21:29:31.391+0000",
"otaTriggerExpirationTime": "2021-12-16T20:03:05.793+0000",
"communicationPriority": "High",
"type": "NEW_FEATURE",
"triggerType": "SOFTWARE",
"inhibitRequired": false,
"additionalConsentLevel": 1,
"tmcEnvironment": "PRD",
"latestStatus": {
"aggregateStatus": "failure",
"detailedStatus": "OTAM_E1016",
"dateTimestamp": "2021-12-07T20:36:41.442+0000"
},
"packageUpdateDetails": {
"releaseNotesUrl": "https://mmota.autonomic.ai/1/bytestream/custom-release-note-1631898222423-189e6aa7-5d14-4800-92a3-0418d9d85e2f",
"updateDisplayTime": 0,
"wifiRequired": false,
"packagePriority": 1,
"failedOnResponse": "none",
"cdnreleaseNotesUrl": "http://vehicleupdates.files.ford.com/release-notes/custom-release-note-1631898222423-189e6aa7-5d14-4800-92a3-0418d9d85e2f"
},
"deploymentFinalConsumerAction": "Not Set"
}
],
"languageText": {
"Language": "English (US/NA)",
"LanguageCode": "ENU",
"LanguageCodeMobileApp": "en-US",
"Text": "FordPower-Up 1.7.1\n\nNavigation, other enhancements\n\nNavigation will automatically make helpful destination suggestions (but you can turn that off if you like), plus new cloud connectivity combines conversational voice command recognition with internet-based search, so you get the latest info with almost every request.\n\nApple CarPlay® compatibility will display on-screen turn-by-turn navigation in your instrument cluster.\n\nThe user-profile icons on your SiriusXM® with 360L radio are a bit bigger, and there were a couple of bug fixes.\n\nOngoing updates like these help ensure that you’re always driving the best possible version of your F-150. Keep in mind that update availability varies by model."
}
},
"tappsResponse": {
"vin": "VIN_NUMBER",
"status": 200,
"vehicleInhibitStatus": null,
"lifeCycleModeStatus": {
"lifeCycleMode": "NORMAL",
"oemCorrelationId": "52",
"vehicleDateTime": "2021-01-08T12:19:55Z",
"tappsDateTime": "2021-01-08T17:19:38.077Z"
},
"asuActivationSchedule": {
"scheduleType": "",
"dayOfWeekAndTime": null,
"activationScheduleDaysOfWeek": [],
"activationScheduleTimeOfDay": null,
"oemCorrelationId": "",
"vehicleDateTime": "",
"tappsDateTime": ""
},
"asuSettingsStatus": {
"asuSettingsState": "ON",
"notificationSettingsState": "ON",
"oemCorrelationId": "5784",
"vehicleDateTime": "2021-10-25T16:31:01Z",
"tappsDateTime": "2021-10-25T20:31:05.569Z"
},
"version": "2.0.0"
},
"updatePendingState": null,
"otaAlertStatus": "YOU ARE ALL SET"
}
Sponsored
Last edited: