# SMA Wechselrichter (Modbus)

Quelle: https://docs.evcc.io/de/meters/sma-wechselrichter-modbus

## Parameter

| Name | Beschreibung | Standard / Beispiel | |
| --- | --- | --- | --- |
| modbus | Modbus Typ Der ModbusTCP Server muss aktiviert sein. (tcpip) |  |  |

## Konfigurationsbeispiel für evcc.yaml

```yaml
meters:
    - name: my_pv
      type: template
      template: sma-inverter-modbus
      usage: pv
      
      # Modbus TCP
      modbus: tcpip
      id: 3
      host:  # Hostname
      port: 502 # Port
```
