Enphase IQ Gateway (Modbus)
Requires Enphase support to enable modbus functionality on IQ Gateway.
Supported features
- Curtailable: Inverter production can be reduced (e.g. § 9 EEG). See External Limit.
Usage areas
- Solar production
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
id | Modbus ID | int | required |
host | IP address or hostname | required | |
port | Port | int | required |
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_pv type: template template: enphase-modbus usage: pv
# Modbus TCP modbus: tcpip id: 1 host: # Hostname port: 502 # Port maxacpower: 0 # Maximum AC power of the hybrid inverter (W), optional