forked from evcc-io/evcc
-
Notifications
You must be signed in to change notification settings - Fork 0
6. Vehicle
pacemaker edited this page Feb 11, 2021
·
18 revisions
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.
Example configuration:
vehicle:
- name: audi
type: audi
title: Q55 TFSIe
capacity: 10 # kWh
user: # user
password: # password
vin: WAUZZZ...Example configuration:
vehicle:
- name: bmw
type: bmw
title: i3
capacity: 65 # kWh
user: # user
password: # password
vin: WBMW...
cache: 5mExample 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: 5mTesla offers authentication with or without Multi-Factor Authentication.
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: 5mExample 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: 5mExample configuration:
vehicle:
- name: renault
type: renault
title: Zoe # title of your car
capacity: 22 # kWh , replace with your vehicles capacity
user: jon.doe@example.com #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