# Shelly 3EM-63T/W Gen3

Source: https://docs.evcc.io/en/meters/shelly-3em-63t-w-gen3

## Known limitations

- Built-in meter lacks summative energy measurement; power is integrated instead.
 (https://github.com/evcc-io/evcc/issues/29727)

## 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 |  |  |

## Configuration example for evcc.yaml

```yaml
meters:
    - name: my_grid
      type: template
      template: shelly-pro-3em
      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)
```

```yaml
meters:
    - name: my_pv
      type: template
      template: shelly-pro-3em
      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)
```

```yaml
meters:
    - name: my_charger
      type: template
      template: shelly-pro-3em
      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)
```
