Mercedes Me Component

Hi @DerekO,

other approach to get the image is:

  1. get a linux terminal
  2. Make sure jq and curl is installed
  3. Restart your HA (you have then 9:30 minutes to execute 4.)
  4. run the command
jq -r .access_token ~/XXX-Path-to-you-HA-config-folder-XXX/.mercedesme-token-cache | { read message; curl -v -H "Authorization: $message" -H "ris-os-name: android" -H "X-TrackingId: 8f2b839c-606e-4f87-8ca6-f5dbd131544a" -H "X-SessionId: 8f2b839c-606e-4f87-8ca6-f5dbd131544a" -H "X-Locale: de" -H "ris-sdk-version: 2.30.0" --output image.zip -L https://bff-prod.risingstars.daimler.com/v1/vehicle/XXX-VIN-XXX/topviewimage ; }

Replace XXX-Path-to-you-HA-config-folder-XXX and XXX-VIN-XXX based on your values.

Output should be an image.zip with all the relevant pictures that the app is using for the topview in the app.

BR
Rene

2 Likes