Skip to content
EN | DE

Demo battery

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

Usage areas

  • Battery

Parameters

NameDescriptionValueLevel
power [W]Poweroptional
soc [%]Chargeoptional
controllableControllable

Supports active battery control

advanced
capacity [kWh]Battery capacity
Example: 50
advanced
minsoc [%]Minimum charge

Lower limit when discharging the battery in normal operation

Example: 25
advanced
maxsoc [%]Maximum charge

Upper limit when charging the battery from the grid

Example: 95
advanced
maxchargepower [W]Maximum charge power

For forced charging of the battery.

advanced
maxdischargepower [W]Maximum discharge power

Maximum discharge power of the storage.

advanced
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_battery
type: template
template: demo-battery
usage: battery
power: # Power (W), optional
soc: # Charge (%), optional
controllable: # Controllable, Supports active battery control (optional)
capacity: 50 # Battery capacity (kWh), optional
minsoc: 25 # Minimum charge (%), Lower limit when discharging the battery in normal operation (optional)
maxsoc: 95 # Maximum charge (%), Upper limit when charging the battery from the grid (optional)
maxchargepower: # Maximum charge power (W), For forced charging of the battery. (optional)
maxdischargepower: # Maximum discharge power (W), Maximum discharge power of the storage. (optional)
energy: # Meter reading (kWh), optional
currentL1: # L1 current (A), optional
currentL2: # L2 current (A), optional
currentL3: # L3 current (A), optional