# Hoymiles HMS Series with integrated Wifi (via DTU Gateway)

Source: https://docs.evcc.io/en/meters/hoymiles-hms-series-with-integrated-wifi-via-dtu-gateway

Requires a Hoymiles Inverter of the HMS Series with integrated Wifi,
and an ESP-32 with firmware from https://github.com/ohAnd/dtuGateway

## Parameters

| Name | Description | Default / example | |
| --- | --- | --- | --- |
| host | IP address or hostname | 192.0.2.2 |  |

## Configuration example for evcc.yaml

```yaml
meters:
    - name: my_pv
      type: template
      template: hoymiles-dtugateway
      usage: pv
      host: 192.0.2.2 # IP address or hostname
```
