Easee Home
Supported features
- RFID: Integrated RFID card reader for vehicle identification.
- 1P/3P: Automatic phase switching. Useful for solar surplus charging.
- Built-in meter: Support for an integrated meter. Availability may vary between models.
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
user | Username Email address | optional | |
password | Password same as Easee app or the web portal (easee.cloud) | optional | |
charger | Charger serial number | optional | |
timeout | 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 |
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)