Tasmota (Connect) is a SmartApp & Device Type for Samsung SmartThings, that allows you to add your Tasmota devices as SmartThings devices.
See SmartThings Community for feedback, questions and troubleshooting.
Firmware | Description |
---|---|
tasmota.bin | The Tasmota version with most drivers. RECOMMENDED RELEASE BINARY |
tasmota-sensors.bin | The Sensors version adds more useful sensors. |
tasmota-ir | The InfraRed Receiver and transmitter version allowing all available protocols provided by library IRremoteESP8266 but without most other features. RECOMMENDED firmware for IR Bridge |
Follow the instruction below, and update the SmartApp and Device Handlers codes regularly to receive the latest features.
My SmartApps
> click Settings
> Add new repository
> enter the following:
Update from Repo
> click tasmota-connect
> Select all files > Tick Publish
> then Execute Update
My Device Handlers
> click Settings
> Add new repository
> enter the following:
Update from Repo
> click tasmota-connect
> Select all files > Tick Publish
> then Execute Update
SmartApps
> +
> My SmartApps
> Tasmota (Connect)
Automation
> SmartApps
> Add a SmartApp
> My Apps
> Tasmota (Connect)
My SmartApps
> Update from Repo
> click tasmota-connect
> Select all files > Tick Publish
> then Execute Update
My Device Handlers
> Update from Repo
> click tasmota-connect
> Select all files > Tick Publish
> then Execute Update
For Tasmota (Connect) to function correctly, please make sure you install the SmartApp and all Device Handlers.
My SmartApps
> choose New SmartApp
> From Code
My Device Handlers
> choose Create New Device Handler
> From Code
SmartApps
, select Tasmota (Connect)
New Tasmota Device
, and select the Tasmota device you want to addIP address
, username
(optional), password
(optional) of the Tasmota deviceIt should work for most switches, lights (CCT, RGB, RGBW), dimmers, relays, plugs, power strips, sockets, wall outlets, fan controllers, RF motion/contact sensors, RF remote controllers, IR bridges and RF bridges listed in the Tasmota Device Templates Repository.
If your Tasmota device is not listed below, choose a Generic device that is similar to your Tasmota device.
A Virtual Device uses a RF or IR bridge to control or read your dumb RF / IR devices.
Virtual Device | Usage |
---|---|
Virtual Switch | Add a SmartThings generic switch that can be controlled by a RF / IR bridge (e.g. Sonoff RF Bridge). |
Virtual Shade | Add a SmartThings shade/blind that can be controlled by a RF / IR bridge (e.g. Sonoff RF Bridge). |
Virtual Button | Add RF/IR remote controller 1/2/4/6-button as SmartThings remote controller button. The Virtual 1-button has additional capabilities:
|
Virtual Contact Sensor | Add a RF contact sensor |
Virtual Motion Sensor | Add a RF motion sensor |
Virtual Air Conditioner | Add a IR virtual air conditioner (supported AC vendor/brands) (optional) Use a contact sensor to sense if the AC is ON or OFF. |
Choose a RF or IR Bridge
Enter the Tasmota command to send for "ON" and "OFF"
For RF, it has to be one of these formats
Backlog RfSync <value>; RfLow <value>; RfHigh <value>; RfCode <value>
Backlog RfRaw <value>; RfRaw 0
Note: RFRaw requires Portisch Firmware
Optionally, enable State tracking
to listen for RF codes (e.g. from RF remote) to simulate a Stateful device
If you enable State tracking
, enter the code that represents the "ON" and "OFF" state
In the example below, the code is 70C70F
Choose a RF Bridge
Enter the RFReceived Data that represents "OPEN", "CLOSE", "ACTIVE", "INACTIVE" or button state
In the example below, the code is 70C70F
Please see under RF Bridge & IR Remote - https://tasmota.github.io/docs/Commands/
Please use SmartThings Community for feedback and questions.
If you find Tasmota (Connect) SmartApp useful and would like to support our efforts, please consider making a donation via Paypal. Thanks for your support.
GPL-3.0