Skip to content
EN | DE

Demo meter

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

Usage areas

  • Grid meter
  • Solar production
  • Charger meter
  • Smart consumer

Parameters

NameDescriptionValueLevel
power [W]Poweroptional
minsoc [%]Minimum charge

Lower limit when discharging the battery in normal operation

Example: 25
optional
energy [kWh]Meter readingadvanced
currentL1 [A]L1 currentadvanced
currentL2 [A]L2 currentadvanced
currentL3 [A]L3 currentadvanced
maxacpower [W]Maximum AC power of the hybrid inverter
Default: 0
Example: 5000
advanced
Configuration example for evcc.yaml

If you don't want to configure via the UI, you can alternatively use this YAML block.

meters:
- name: my_grid
type: template
template: demo-meter
usage: grid
power: # Power (W), optional
energy: # Meter reading (kWh), optional
currentL1: # L1 current (A), optional
currentL2: # L2 current (A), optional
currentL3: # L3 current (A), optional
meters:
- name: my_pv
type: template
template: demo-meter
usage: pv
power: # Power (W), optional
energy: # Meter reading (kWh), optional
currentL1: # L1 current (A), optional
currentL2: # L2 current (A), optional
currentL3: # L3 current (A), optional
maxacpower: 0 # Maximum AC power of the hybrid inverter (W), optional
meters:
- name: my_aux
type: template
template: demo-meter
usage: aux
power: # Power (W), optional
energy: # Meter reading (kWh), optional
currentL1: # L1 current (A), optional
currentL2: # L2 current (A), optional
currentL3: # L3 current (A), optional
meters:
- name: my_charger
type: template
template: demo-meter
usage: charge
power: # Power (W), optional
energy: # Meter reading (kWh), optional
currentL1: # L1 current (A), optional
currentL2: # L2 current (A), optional
currentL3: # L3 current (A), optional