Tasmota
This integration (tasmota
) listens for the MQTT topic sent from the controller
attribute, and gets the action from the attribute defined in component
.
Parameters
Parameter | Description | Default |
---|---|---|
name * |
Integration name. | tasmota |
component * |
The component we are listening to (e.g. Button1 ). |
- |
key |
The key to retrieve the data from. | Action |
* Required fields
For this integration to work, SetOption73 (for Buttons) and SetOption114 (for Switches) need to be set in Tasmota.
Tasmota payload:
How to extract the controller
attribute
Tasmota integration relies on MQTT plugin, so the controller
is the MQTT topic to listen to (e.g. stat/tasmota_device/RESULT
).