Hoymiles HMT/HMS-Series with DTU PRO S / MODBUS TCP
Requires a Hoymiles Inverter of the HMT/HMS Series with DTU PRO S datalogger with Modbus TCP enabled (connected with LAN)
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] | Total maximum power of the inverters Total maximum power of the inverters in watt (e.g. 3000) | 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: hoymiles-dtu-mb usage: pv
# Modbus TCP modbus: tcpip id: 1 host: # Hostname port: 502 # Port maxacpower: 0 # Total maximum power of the inverters (W), Total maximum power of the inverters in watt (e.g. 3000) (optional)