Jumpstarter driver for controlling Tasmota-compatible devices via MQTT
Project description
Tasmota driver
jumpstarter-driver-tasmota provides functionality for interacting with tasmota compatible devices.
Installation
:substitutions:
$ pip3 install --extra-index-url {{index_url}} jumpstarter-driver-tasmota
Configuration
Example configuration:
export:
power:
type: jumpstarter_driver_tasmota.driver.TasmotaPower
Config parameters
| Parameter | Description | Default |
|---|---|---|
host |
MQTT broker hostname or IP address | Required |
port |
MQTT broker port | 1883 |
tls |
MQTT broker TLS enabled | True |
client_id |
Client identifier for MQTT connection | |
transport |
Transport protocol, one of "tcp", "websockets", "unix" | "tcp" |
timeout |
Timeout in seconds for operations | |
username |
Username for MQTT authentication | |
password |
Password for MQTT authentication | |
cmnd_topic |
MQTT topic for sending commands to the Tasmota device | Required |
stat_topic |
MQTT topic for receiving status updates from the Tasmota device | Required |
API Reference
The tasmota power driver provides a PowerClient with the following API:
.. autoclass:: jumpstarter_driver_power.client.PowerClient()
:no-index:
:members: on, off
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jumpstarter_driver_tasmota-0.7.4.tar.gz.
File metadata
- Download URL: jumpstarter_driver_tasmota-0.7.4.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a2d79b4fb0af7aa0aa0fc2da052b0e471b6ee7ed11f002c24ac17fb0568a7f9
|
|
| MD5 |
afca79058d81d10ae6d291dc8b49f162
|
|
| BLAKE2b-256 |
e7cbeb6523ea60b908e07933cc0df5fd73892f510c63446227035d55dc26946a
|
File details
Details for the file jumpstarter_driver_tasmota-0.7.4-py3-none-any.whl.
File metadata
- Download URL: jumpstarter_driver_tasmota-0.7.4-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e985845a149739ee9d21bb21b1e02bc988af5c90f9e1000d824c1b190e105919
|
|
| MD5 |
a0a0003ba93727cb4adc561005b2dc87
|
|
| BLAKE2b-256 |
e54d407e7bcd8c546bfffb5132d3b879442300c6e6350432326a0b81e9bb136a
|