# Tasmota three phase

Source: https://docs.evcc.io/en/meters/tasmota-three-phase

Meter channels 1,2,3 must be used.

## Parameters

| Name | Description | Default / example | |
| --- | --- | --- | --- |
| host | IP address or hostname | 192.0.2.2 |  |
| user | Username admin is default |  |  |
| password | Password Service account password |  |  |

## Configuration example for evcc.yaml

```yaml
meters:
    - name: my_grid
      type: template
      template: tasmota-3p
      usage: grid
      host: 192.0.2.2 # IP address or hostname
      user: # Username, admin is default (optional)
      password: # Password, Service account password (optional)
```

```yaml
meters:
    - name: my_pv
      type: template
      template: tasmota-3p
      usage: pv
      host: 192.0.2.2 # IP address or hostname
      user: # Username, admin is default (optional)
      password: # Password, Service account password (optional)
```

```yaml
meters:
    - name: my_battery
      type: template
      template: tasmota-3p
      usage: battery
      host: 192.0.2.2 # IP address or hostname
      user: # Username, admin is default (optional)
      password: # Password, Service account password (optional)
```

```yaml
meters:
    - name: my_charger
      type: template
      template: tasmota-3p
      usage: charge
      host: 192.0.2.2 # IP address or hostname
      user: # Username, admin is default (optional)
      password: # Password, Service account password (optional)
```
