# Deye Micro inverter (Solarman)

Source: https://docs.evcc.io/en/meters/deye-micro-inverter-solarman

## Parameters

| Name | Description | Default / example | |
| --- | --- | --- | --- |
| host | IP address or hostname | 192.0.2.2 |  |
| serial | Serial WiFi logger serial number. It is shown under device information on the logger status page. |  |  |
| port | Port | 8899 | advanced |
| id | ID | 1 | advanced |

## Configuration example for evcc.yaml

```yaml
meters:
    - name: my_pv
      type: template
      template: deye-mi-solarman
      usage: pv
      host: 192.0.2.2 # IP address or hostname
      serial: # Serial, WiFi logger serial number. It is shown under device information on the logger status page.
      port: 8899 # Port, optional
      id: 1 # ID, optional
```
