[APP][Pro] VW Group Vehicles - Access your vehicle data via the EU Data Act portal for VW, Audi, Škoda, SEAT, Cupra and Bentley

Hi Andi,

thanks for your nice work.
I see the data polled from the data portal in the JSON in debug, but it is not transfered to the capabilities in my case.

70417691-97c6-463e-bcd6-9023cae4f979

Cheers
Tobias

Could you please share your JSON data (under app settings)?

Sure :blush:

{
“vin”: “TMBJH9NY1xxxxxxxx”,
“user_id”: “dc964aac-6e08-xxxx”,
“Data”: [
{
“key”: “0a18a053-b4b0-3db1-be44-a6c5dba629b1”,
“dataFieldName”: “currentSoc”,
“value”: “59”,
“timestampUtc”: “2026-07-31T06:41:17.181Z”
},
{
“key”: “62a0652d-2dae-32af-9404-4879cf6f669a”,
“dataFieldName”: “persLocation”,
“value”: “[51.042301,8.67465]”,
“timestampUtc”: “2026-07-31T06:41:17.196Z”
},
{
“key”: “8a5df67d-839f-3117-be3b-6f09d345ebfa”,
“dataFieldName”: “shortTermAverageConsumption”,
“value”: “14.4 kWh/100km”,
“timestampUtc”: “2026-07-31T06:41:27.084Z”
},
{
“key”: “bfd914a7-e030-3dc1-99f4-93d3b945da07”,
“dataFieldName”: “speed”,
“value”: “0”,
“timestampUtc”: “2026-07-31T06:41:27.228Z”
},
{
“key”: “5150d35f-9f5d-3f61-b8d5-8bdca8178448”,
“dataFieldName”: “tripId”,
“value”: “fdca8c5e-9828-4f26-8cc4-db9b504acb8e”,
“timestampUtc”: “2026-07-31T06:37:22.774Z”
},
{
“key”: “56bc8dc1-e326-3da8-b0d0-8c5519001c17”,
“dataFieldName”: “heading”,
“value”: “159”,
“timestampUtc”: “2026-07-31T06:41:27.228Z”
},
{
“key”: “85807008-0add-3e9c-86a7-949a07334e8c”,
“dataFieldName”: “ignition”,
“value”: “keyContact”,
“timestampUtc”: “2026-07-31T06:41:27.084Z”
}
]
}

Skoda Enyaq from 2025, all data selected on EU data portal.

Cheers

Tobias

has anyone else encountered the issue of the same datafield occuring multiple times in the same JSON file? I have 2 SOC-values in the file and the first one (86%) is an old value that keeps on popping up and the Homey app reports that one instead of the current value (76%). I also contacted the drivesomethinggreater.com about it, but am still waiting for a reaction.

  "key": "7bddd5e7-43a4-3878-bd63-9502782f77a5",
  "dataFieldName": "battery_state_report.soc",
  "value": "86"

 "key": "506cb83e-f99f-3af3-bbeb-0429b69a78d9",
  "dataFieldName": "battery_state_report.soc",
  "value": "76"