fordpass-ha icon indicating copy to clipboard operation
fordpass-ha copied to clipboard

Ford Power-Up Status

Open TheHangMan97 opened this issue 1 year ago • 1 comments

Hi, is there a chance to get Ford Power-Up Status or Firmware-Update Status with new API? Thanks a lot!

TheHangMan97 avatar Dec 11 '23 21:12 TheHangMan97

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"
      },

itchannel avatar Dec 30 '23 00:12 itchannel