Tasmota single phase
Supported features
- Built-in meter: Support for an integrated meter. Availability may vary between models.
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
host | IP address or hostname | optional | |
channel | Relay channel (1-8) | optional | |
user | Username admin is default | optional | |
password | Password Service account password | optional | |
standbypower [W] | Standby power Power values above this value will be considered as charging power and hence status "charging". Negative values deactivate status detection. | optional | |
integrateddevice | Integrated device Integrated device. No charging sessions | advanced | |
heating | Heating device Shows °C instead of % | advanced | |
icon | Icon Will be displayed in the user interface | advanced |
Configuration example for evcc.yaml
If you don't want to configure via the UI, you can alternatively use this YAML block.
chargers: - name: my_smartswitch type: template template: tasmota host: 192.0.2.2 # IP address or hostname channel: 1 # Relay channel (1-8) user: # Username, admin is default (optional) password: # Password, Service account password (optional) standbypower: 15 # Standby power (W), Power values above this value will be considered as charging power and hence status "charging". Negative values deactivate status detection. (optional) integrateddevice: # Integrated device, Integrated device. No charging sessions (optional) heating: # Heating device, Shows °C instead of % (optional) icon: # Icon, Will be displayed in the user interface [car, bike, bus, moped, motorcycle, rocket, scooter, taxi, tractor, rickshaw, shuttle, van, airpurifier, battery, bulb, climate, coffeemaker, compute, cooking, cooler, desktop, device, dishwasher, dryer, floorlamp, generic, heater, heatexchange, heatpump, kettle, laundry, laundry2, machine, meter, microwave, pump, smartconsumer, tool, waterheater] (optional)