homebridge-tasmota-discovery
v1.3.6
Published
Homebridge Tasmota plugin with automatic device discovery via MQTT broker
Maintainers
Readme
homebridge-tasmota-discovery
Automatic Tasmota discovery plugin for Homebridge over MQTT. No need for Home Assistant discovery
Highlights
- Auto-discovers devices from
tasmota/discovery/+/config - Removes accessories when the retained discovery topic is deleted
- Uses
tele/{topic}/LWTfor online/offline state - Devices start offline until an explicit
LWT = Onlineis received - Optional manual per-device overrides for name, type, and exclusion
Example config
{
"platform": "TasmotaDiscovery",
"name": "TasmotaDiscovery",
"mqttHost": "192.168.1.10",
"mqttPort": 1883,
"devices": [
{
"mac": "807D3A3443FD",
"name": "Dining Outlet",
"type": "outlet"
}
]
}Notes
- Manufacturer is always
Tasmota - Model is taken from the Tasmota
mdfield - Serial Number is the current IP address from the Tasmota
ipfield - New devices are added to HomeKit even when no override exists
- If no retained
tele/{topic}/LWTexists, the accessory stays offline / No Response until anOnlineLWT arrives
