# Tasmota Tasmota (1 Phase + SML Meter)

Source: https://docs.evcc.io/en/meters/tasmota-tasmota-1-phase-plus-sml-meter

## Parameters

| Name | Description | Default / example | |
| --- | --- | --- | --- |
| host | IP address or hostname | 192.0.2.2 |  |
| channel | Meter channel (1-8) | 1 |  |
| user | Username admin is default |  |  |
| password | Password Service account password |  |  |

## Configuration example for evcc.yaml

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

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

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

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