Demo charger
For demonstration purposes. Charger with a fixed set of values.
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
status | Charge status | optional | |
power [W] | Power | optional | |
enabled | Enabled | optional | |
maxcurrent [A] | Maximum amperage The maximum amperage per connected phase that can be used | advanced | |
phases1p3p | Phase switching | 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