Skip to content

VW ID.3 (Volkswagen EU Data Act) doesn't show SOC #30510

Description

@gruaGit

Description

VW ID.3 (Volkswagen EU Data Act) isn't recognized automaticaly, nor any SOC is shown.

Steps to Reproduce

  1. Connect ID.3 to Wallbox
  2. Wait some minutes till automatic recognising scan is over and guest vehicle is static
  3. Manualy switch to VW ID.3

Configuration (YAML)

network:
  schema: https
  host: evcc.local

Configuration (UI)

{
  "charger": [
    {"id":1,"name":"db:1","type":"template","config":{"host":"192.168.1.100","template":"go-e-v3"},"deviceProduct":"go-e Charger Gemini"}
  ],
  "circuits": "- name: main                # eindeutiger Name, wird als Referenz für andere Circuits verwendet
  title: Hauptstromkreis    # Anzeige in der UI
  maxcurrent: 32            # 32 A Nachzählerhauptsicherung
  meter: db:4               # Netzzähler
#  parent: # no parent, this is the root circuit
#- name: garage # unique name, used as reference, e.g. to associate loadpoints
#  title: Garage # used in the UI
#  maxcurrent: 24 # allow individual phase use up to 24A
#  maxPower: 11000 # limit total power to 11kW
#  meter: garage # dedicated meter for the garage
#  parent: main # parent to the main circuit
#- name: carport # unique name, used as reference, e.g. to associate loadpoints
#  title: Carport # used in the UI
#  maxCurrent: 32 # 32A circuit breaker
#  maxPower: # no limit, only check current
#  meter: # no meter, using data from loadpoints
#  parent: main # parent to the main circuit",
  "experimental": false,
  "influx": {"url":"","database":"","token":"","org":"","user":"","password":"","insecure":false},
  "interval": 10,
  "loadpoints": [
    {"id":2,"name":"db:2","batteryBoostLimit":100,"charger":"db:1","circuit":"main","defaultMode":"pv","limitEnergy":0,"limitSoc":100,"maxCurrent":16,"minCurrent":6,"phasesConfigured":0,"planEnergy":0,"planPrecondition":0,"planStrategy":{"continuous":false,"precondition":0},"planTime":"0001-01-01T00:00:00Z","priority":0,"smartCostLimit":null,"smartFeedInPriorityLimit":null,"soc":{"poll":{"mode":"charging","interval":3600000000000},"estimate":true},"thresholds":{"enable":{"delay":60000000000,"threshold":0},"disable":{"delay":180000000000,"threshold":0}},"title":"go-e Garage"}
  ],
  "meter": [
    {"id":5,"name":"db:5","type":"template","config":{"host":"192.168.1.50","maxacpower":"","port":"502","template":"victron-energy","usage":"pv"},"deviceProduct":"Victron Energy","deviceTitle":"Victron PV"},
    {"id":4,"name":"db:4","type":"template","config":{"host":"192.168.1.50","maxacpower":"0","meterid":30,"port":"502","template":"victron-energy","usage":"grid"},"deviceProduct":"Victron Energy"},
    {"id":6,"name":"db:6","type":"template","config":{"capacity":14.34,"host":"192.168.1.50","maxacpower":"0","maxchargepower":"","maxdischargepower":"","maxsoc":100,"minsoc":10,"port":"502","template":"victron-energy","usage":"battery"},"deviceProduct":"Victron Energy","deviceTitle":"Victron Batterie"}
  ],
  "mqtt": {"broker":"192.168.1.30:1883","user":"","password":"","clientID":"","insecure":true,"caCert":"","clientCert":"","clientKey":"","topic":"evcc"},
  "residualPower": 100,
  "shm": {"vendorId":"","deviceId":"","deviceSerial":""},
  "site": {"title":"Gründls evcc","grid":"db:4","pv":["db:5"],"battery":["db:6"],"aux":null,"ext":null},
  "tariff": [
    {"id":7,"name":"db:7","type":"template","config":{"idsite":"310721","interval":"1h","template":"victron","token":"***"},"deviceProduct":"Victron VRM Solar Forecast","deviceTitle":"Victron"},
    {"id":8,"name":"db:8","type":"custom","config":{"yaml":"## static price

#price: # current price
#  source: const
#  value: 0.294 # EUR/kWh


## dynamic price (uncomment to use)

#price: # current price
#  source: http
#  uri: https://example.com/api/price
#  jq: .price

## forecast (for dynamic tariffs with hourly prices)

forecast:
    source: mqtt
    topic: Victron/BuyPrice

#forecast: # hourly price forecast
#  source: http
#  uri: https://example.com/api/forecast
#  jq: |
#    map({
#      \"start\": .start,
#      \"end\": .end,
#      \"value\": .price
#    }) | tostring
"}}
  ],
  "tariffRefs": {"grid":"db:8","feedIn":"","co2":"","planner":"","solar":["db:7"]},
  "vehicle": [
    {"id":9,"name":"db:9","type":"template","config":{"brand":"Volkswagen","cache":"15m","capacity":54.8,"icon":"car","maxCurrent":16,"minCurrent":6,"mode":"pv","password":"***","phases":"2","priority":0,"template":"drivesomethinggreater","title":"VW ID.3","user":"***","vin":"***"},"deviceProduct":"Volkswagen EU Data Act"}
  ]
}

Logs

[site  ] DEBUG 2026/06/04 21:41:40 pv 1 power: 0W
[site  ] DEBUG 2026/06/04 21:41:40 site power: 1004W
[lp-1  ] DEBUG 2026/06/04 21:41:40 charge voltages: [237 237 237]V
[lp-1  ] DEBUG 2026/06/04 21:41:40 charge total import: 1545.786kWh
[lp-1  ] DEBUG 2026/06/04 21:41:40 charger status: B
[lp-1  ] DEBUG 2026/06/04 21:41:40 !! plan: plan time zero
[lp-1  ] DEBUG 2026/06/04 21:41:40 pv charge current: 0A = 0A + -4.37A (1004W @ 1p)
[site  ] DEBUG 2026/06/04 21:41:40 solar forecast: produced 77.160kWh, forecasted 56.462kWh, scale 1.367
[site  ] DEBUG 2026/06/04 21:41:50 ----
[lp-1  ] DEBUG 2026/06/04 21:41:50 charge power: 0W
[lp-1  ] DEBUG 2026/06/04 21:41:50 charge currents: [0 0 0]A
[main  ] DEBUG 2026/06/04 21:41:50 power: 26W
[main  ] DEBUG 2026/06/04 21:41:50 current: 2.1A
[site  ] DEBUG 2026/06/04 21:41:50 grid power: 26W
[site  ] DEBUG 2026/06/04 21:41:50 battery 1 power: 864W
[site  ] DEBUG 2026/06/04 21:41:50 battery 1 soc: 93%
[site  ] DEBUG 2026/06/04 21:41:50 grid currents: [-0.9 2.1 -1.2]A
[site  ] DEBUG 2026/06/04 21:41:50 pv 1 power: 0W
[site  ] DEBUG 2026/06/04 21:41:50 site power: 990W
[lp-1  ] DEBUG 2026/06/04 21:41:50 charge voltages: [237 237 237]V
[lp-1  ] DEBUG 2026/06/04 21:41:50 charge total import: 1545.786kWh
[lp-1  ] DEBUG 2026/06/04 21:41:50 charger status: B
[lp-1  ] DEBUG 2026/06/04 21:41:50 !! plan: plan time zero
[lp-1  ] DEBUG 2026/06/04 21:41:50 pv charge current: 0A = 0A + -4.3A (990W @ 1p)
[site  ] DEBUG 2026/06/04 21:41:50 solar forecast: produced 77.160kWh, forecasted 56.462kWh, scale 1.367

Version

v0.308.0

System

linux/arm64, CEST +02:00

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions