Skip to content
EN | DE

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

NameDescriptionValueLevel
hostIP address or hostname
Example: 192.0.2.2
optional
cacheCache

Time interval for data refresh

Default: 1s
Example: 5m
advanced
chargeModeCharge mode
Default: normal
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)