Demo meter
For demonstration purposes. Meter with a fixed set of values.
Usage areas
- Grid meter
- Solar production
- Charger meter
- Smart consumer
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
power [W] | Power | optional | |
minsoc [%] | Minimum charge Lower limit when discharging the battery in normal operation | optional | |
energy [kWh] | Meter reading | advanced | |
currentL1 [A] | L1 current | advanced | |
currentL2 [A] | L2 current | advanced | |
currentL3 [A] | L3 current | advanced | |
maxacpower [W] | Maximum AC power of the hybrid inverter | 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), optionalmeters: - 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), optionalmeters: - 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), optionalmeters: - 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