# Enphase IQ Gateway (Modbus)

Quelle: https://docs.evcc.io/de/meters/enphase-iq-gateway-modbus

Erfordert Enphase-Unterstützung, um die Modbus-Funktionalität auf dem IQ Gateway zu aktivieren.

Unterstützte Funktionen: curtail

## Parameter

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

## Konfigurationsbeispiel für evcc.yaml

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