fordpass-ha
fordpass-ha copied to clipboard
Ford Power-Up Status
Hi, is there a chance to get Ford Power-Up Status or Firmware-Update Status with new API? Thanks a lot!
So the new API doesn't expose the old Firmware Update attributes. There is a state called "configurationUpdate" shown below but I've not had enough data to be able to see if it's relevant or not.
My plan is to add 3 new sensors that includes this json for people to play around with or parse in automations/templates in HA.
"configurationUpdate":{
"timestamp":"",
"commandId":"",
"value":{
"fromState":"oem_cloud_to_device_delivery_in_progress",
"toState":"success",
"trigger":{
"unknown":"request_queued_on_device"
}
},
"message":"Successfully sent to device"
},