SMA Sunny Boy Storage 1.5/2.0/2.5 (Modbus)
Supported features
- Battery control: External control of home battery charging and discharging via evcc.
Usage areas
- Battery
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
id | Modbus ID | int | required |
host | IP address or hostname | required | |
port | Port | int | required |
maxchargepower [W] | Maximum charge power For forced charging of the battery. | optional | |
capacity [kWh] | Battery capacity | optional | |
minsoc [%] | Minimum charge Lower limit when discharging the battery in normal operation | optional | |
maxsoc [%] | Maximum charge Upper limit when charging the battery from the grid | optional | |
maxdischargepower [W] | Maximum discharge power Maximum discharge power of the storage. | advanced | |
watchdog | Watchdog | 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: sma-sbs-15-25-modbus usage: battery
# Modbus TCP modbus: tcpip id: 3 host: # Hostname port: 502 # Port maxchargepower: 4200 # Maximum charge power (W), For forced charging of the battery. 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) maxdischargepower: # Maximum discharge power (W), Maximum discharge power of the storage. (optional) watchdog: 60s # Watchdog, optional