Demo battery
For demonstration purposes. Battery with a fixed set of values.
Usage areas
- Battery
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
power [W] | Power | optional | |
soc [%] | Charge | optional | |
controllable | Controllable Supports active battery control | advanced | |
capacity [kWh] | Battery capacity | advanced | |
minsoc [%] | Minimum charge Lower limit when discharging the battery in normal operation | advanced | |
maxsoc [%] | Maximum charge Upper limit when charging the battery from the grid | 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 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_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