6. Vehicle - MrJayC/evcc GitHub Wiki

Overview

This is a list of the currently known supported EV manufacturers. This helps EVCC getting the current state of charge of the connected vehicle. Below are the EVCC configuration settings.

Device specific setup

Audi

EVCC configuration

Example configuration:

vehicle:
- name: audi
  type: audi
  title: Q55 TFSIe
  capacity: 10 # kWh
  user: # user
  password: # password
  vin: WAUZZZ...

BMW

EVCC configuration

Example configuration:

vehicle:
- name: bmw
  type: bmw
  title: i3
  capacity: 65 # kWh
  user: # user
  password: # password
  vin: WBMW...
  cache: 5m

Porsche

EVCC configuration

Example configuration:

vehicle:
- name: porsche
  type: porsche
  title: Taycan
  capacity: 83 # kWh
  user: # your email address used on the My Porsche Connect website
  password: # your password used on the My Porsche Connect website
  vin: WP... # the VIN of you car (can be obtained from My Porsche Connect website)
  cache: 5m

Tesla

Tesla offers authentication with or without Multi-Factor Authentication.

EVCC configuration with MFA

You need to create access and refresh tokens to the Tesla API once. One way to generate them is starting EVCC with the parameter "tesla-token". EVCC will request new tokens automatically.

Example configuration:

vehicle:
- name: tesla
  type: tesla
  title: Model 3 # title of your car
  capacity: 79 # kWh
  tokens:
    access: # generated by running "evcc tesla-token" once
    refresh: # generated by running "evcc tesla-token" once
  vin: # the VIN of your car (can be obtained from Tesla website)
  cache: 5m

EVCC configuration without MFA

Example configuration:

vehicle:
- name: tesla
  type: tesla
  title: Model 3 # title of your car
  capacity: 79 # kWh
  user: # your email address used on Tesla website
  password: # your password used on Tesla website
  vin: # the VIN of your car (can be obtained from Tesla website)
  cache: 5m

Renault

EVCC configuration

Example configuration:

vehicle:
-  name: renault
   type: renault
   title: Zoe # title of your car
   capacity: 22 # kWh , replace with your vehicles capacity
   user: [email protected] #replance with your myrenault-ID
   password: testpassword #replace with your myrenault password
   region: de_DE # gigya region for authentication
   vin: VF1AGV******* #replace with your vehicle VIN
   cache: 5m