# Shelly 3EM-63T/W Gen3

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

## Bekannte Einschränkungen

- Integrierter Zähler ohne Phasensaldierung; stattdessen Leistungsintegration.
 (https://github.com/evcc-io/evcc/issues/29727)

## Parameter

| Name | Beschreibung | Standard / Beispiel | |
| --- | --- | --- | --- |
| host | IP-Adresse oder Hostname | 192.0.2.2 |  |
| user | Benutzerkonto bspw. E-Mail Adresse, User Id, etc. |  |  |
| password | Passwort Zugangspasswort des Dienstes |  |  |

## Konfigurationsbeispiel für evcc.yaml

```yaml
meters:
    - name: my_grid
      type: template
      template: shelly-pro-3em
      usage: grid
      host: 192.0.2.2 # IP-Adresse oder Hostname
      user: # Benutzerkonto, bspw. E-Mail Adresse, User Id, etc. (optional)
      password: # Passwort, Zugangspasswort des Dienstes (optional)
```

```yaml
meters:
    - name: my_pv
      type: template
      template: shelly-pro-3em
      usage: pv
      host: 192.0.2.2 # IP-Adresse oder Hostname
      user: # Benutzerkonto, bspw. E-Mail Adresse, User Id, etc. (optional)
      password: # Passwort, Zugangspasswort des Dienstes (optional)
```

```yaml
meters:
    - name: my_charger
      type: template
      template: shelly-pro-3em
      usage: charge
      host: 192.0.2.2 # IP-Adresse oder Hostname
      user: # Benutzerkonto, bspw. E-Mail Adresse, User Id, etc. (optional)
      password: # Passwort, Zugangspasswort des Dienstes (optional)
```
