Skip to content
EN | DE

Demo charger

For demonstration purposes. Charger with a fixed set of values.

Parameters

NameDescriptionValueLevel
statusCharge status
Default: A
optional
power [W]Power
Default: 0
optional
enabledEnabled
Default: false
optional
maxcurrent [A]Maximum amperage

The maximum amperage per connected phase that can be used

Example: 16
advanced
phases1p3pPhase switching
Default: false
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: demo-charger
status: A # Charge status, [A, B, C]
power: 0 # Power (W), optional
enabled: false # Enabled, optional
maxcurrent: 16 # Maximum amperage (A), The maximum amperage per connected phase that can be used (optional)
phases1p3p: false # Phase switching, optional