# Hoymiles HMT/HMS-Series with DTU PRO S / MODBUS TCP

Source: https://docs.evcc.io/en/meters/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)

## Parameters

| Name | Description | Default / example | |
| --- | --- | --- | --- |
| modbus | Modbus Type (tcpip) |  |  |
| maxacpower | Total maximum power of the inverters Total maximum power of the inverters in watt (e.g. 3000) | 0 W | advanced |

## Configuration example for evcc.yaml

```yaml
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)
```
