Tasmota three phase
Meter channels 1,2,3 must be used.
Usage areas
- Grid meter
- Solar production
- Battery
- Charger meter
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
host | IP address or hostname | optional | |
user | Username admin is default | optional | |
password | Password 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-3p usage: grid host: 192.0.2.2 # IP address or hostname user: # Username, admin is default (optional) password: # Password, Service account password (optional)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)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)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)