Tessie
Charger connected via the Tessie API. Allows control of charging state and configuration of maximum current.
Supported features
- Built-in meter: Support for an integrated meter. Availability may vary between models.
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
vin | Vehicle Identification Number If you own multiple vehicles from the same manufacturer | optional | |
token | Tessie API Token | optional | |
location | Location Define a location where the Tessie charger will work (always = always, no geofence) or a custom location (exact name) as defined in Tessie (Case sensitive) | optional |
Configuration example for evcc.yaml
If you don't want to configure via the UI, you can alternatively use this YAML block.
chargers: - name: my_charger type: template template: tessie vin: W... # Vehicle Identification Number, If you own multiple vehicles from the same manufacturer token: # Tessie API Token location: tessiehome # Location, Define a location where the Tessie charger will work (always = always, no geofence) or a custom location (exact name) as defined in Tessie (Case sensitive)