# SolarMax SP Series Inverter

Quelle: https://docs.evcc.io/de/meters/solarmax-sp-series-inverter

## Parameter

| Name | Beschreibung | Standard / Beispiel | |
| --- | --- | --- | --- |
| modbus | Modbus Typ (tcpip) |  |  |

## Konfigurationsbeispiel für evcc.yaml

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