# Shelly 1PM

Source: https://docs.evcc.io/en/meters/shelly-1pm

## Parameters

| Name | Description | Default / example | |
| --- | --- | --- | --- |
| host | IP address or hostname | 192.0.2.2 |  |
| user | Username e.g. email address, user id, etc. |  |  |
| password | Password Service account password |  |  |
| channel | Channel |  |  |

## Configuration example for evcc.yaml

```yaml
meters:
    - name: my_grid
      type: template
      template: shelly-1pm
      usage: grid
      host: 192.0.2.2 # IP address or hostname
      user: # Username, e.g. email address, user id, etc. (optional)
      password: # Password, Service account password (optional)
      channel: # Channel, optional
```

```yaml
meters:
    - name: my_pv
      type: template
      template: shelly-1pm
      usage: pv
      host: 192.0.2.2 # IP address or hostname
      user: # Username, e.g. email address, user id, etc. (optional)
      password: # Password, Service account password (optional)
      channel: # Channel, optional
```

```yaml
meters:
    - name: my_charger
      type: template
      template: shelly-1pm
      usage: charge
      host: 192.0.2.2 # IP address or hostname
      user: # Username, e.g. email address, user id, etc. (optional)
      password: # Password, Service account password (optional)
      channel: # Channel, optional
```
