Skip to content
EN | DE

Easee Home

Supported features

Parameters

NameDescriptionValueLevel
userUsername

Email address

optional
passwordPassword

same as Easee app or the web portal (easee.cloud)

optional
chargerCharger serial number
Example: EH______
optional
timeoutTimeout

Timeout specifically for Easee API interactions. Can reduce warnings and errors in case of lagging Easee API.

Default: 20s
Example: 10s
optional
authorizeAuthentication enabled

Controls wether evcc shall perform authentication against charger. Benefit is a contolled start of charging. Not compatible with RFID identification of vehicles.

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: easee
user: # Username, Email address
password: # Password, same as Easee app or the web portal ([easee.cloud](https://easee.cloud))
charger: EH______ # Charger serial number
timeout: 20s # Timeout, Timeout specifically for Easee API interactions. Can reduce warnings and errors in case of lagging Easee API. (optional)
authorize: # Authentication enabled, Controls wether evcc shall perform authentication against charger. Benefit is a contolled start of charging. Not compatible with RFID identification of vehicles. (optional)