evcc-io / evcc

Sonne tanken ☀️🚘
https://evcc.io
MIT License
3.31k stars 606 forks source link

Cant read SOC on VW #16096

Closed lordvalium closed 4 days ago

lordvalium commented 4 days ago

Describe the bug

SOC of Passat GTE is not shown in evcc

Steps to reproduce

  1. added config, evcc is working fine with hyundai
  2. tried both templates for vw. With "id" and "vw"
  3. see error ...

Configuration details

- type: template
  template: vw
  name: ev4
  title: GTE
  user: xxx # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.)
  password: xxx # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen
  vin: xxxxx # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional)
  capacity: 13 # Akkukapazität in kWh (optional)
  timeout: 60s # optional

and also tried with template "id"

Log details

ERROR 2024/09/14 09:15:27 vehicle soc: unknown engine type: electric, got [, ]

What type of operating system are you running?

Docker container

Version

0.130.9

andig commented 4 days ago

Unfortunately your report is missing a detailed log file. Without log, we don‘t have the information for diagnosing the issue described. See https://docs.evcc.io/docs/faq#wie-kann-ich-ein-logfile-zur-fehleranalyse-erstellen.

lordvalium commented 4 days ago

Hi, i have changed the password and also checked the AGB.

It connects to VW but i still dont get the SOC

[lp-1 ] DEBUG 2024/09/14 14:25:17 vehicle odometer: 54212km [lp-1 ] DEBUG 2024/09/14 14:25:17 charger status: C [lp-1 ] ERROR 2024/09/14 14:25:17 vehicle soc: unknown engine type: electric, got [, ]

StefanSchoof commented 4 days ago

I think you should run a

evcc -l trace vehicle 

to produce a log file with enough information.