Skip to content
EN | DE

Tasmota Tasmota (1 Phase + SML Meter)

Usage areas

  • Grid meter
  • Solar production
  • Battery
  • Charger meter

Parameters

NameDescriptionValueLevel
hostIP address or hostname
Example: 192.0.2.2
optional
channelMeter channel (1-8)
Default: 1
optional
userUsername

admin is default

optional
passwordPassword

Service account password

optional
Configuration example for evcc.yaml

If you don't want to configure via the UI, you can alternatively use this YAML block.

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