Stegen Smart Evse v3 / v3.5
Uses the REST API of the Smart Evse firmware (FW >= 3.6.0).
evcc puts the device into the configured mode and controls the charge current via override_current.
Supported features
- mA regulation: Finer charging current regulation (mA instead of A) for better solar surplus use.
- RFID: Integrated RFID card reader for vehicle identification.
- 1P/3P: Automatic phase switching. Useful for solar surplus charging.
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
host | IP address or hostname | optional | |
cache | Cache Time interval for data refresh | advanced | |
chargeMode | Charge mode | advanced |
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: smart-evse host: 192.0.2.2 # IP address or hostname cache: 1s # Cache, Time interval for data refresh (optional) chargeMode: normal # Charge mode, [normal, smart] (optional)