16 lines
861 B
Markdown
16 lines
861 B
Markdown
# MQTT Bridge WIP
|
|
|
|
## Completed
|
|
- Scaffolded `luci-app-mqtt-bridge` with SecuBox-themed views (overview/devices/settings).
|
|
- Added RPC backend (`luci.mqtt-bridge`) and UCI defaults for broker/bridge stats.
|
|
- Added Zigbee/SMSC USB2134B preset detection (USB VID/PID scan, tty hinting, LuCI cards + docs).
|
|
- Added `/usr/sbin/mqtt-bridge-monitor` + init.d service to keep adapter sections (port/bus/health) in sync.
|
|
- Promoted the monitor into `/usr/sbin/mqtt-bridge` daemon with stats tracking, automation rules, topic templates, and LuCI-side preset import/rescan/reset actions.
|
|
|
|
## In Progress
|
|
- Flesh out real USB discovery and MQTT client integration.
|
|
- Hook pairing trigger to actual daemon and persist payload history.
|
|
|
|
## Notes
|
|
- Module is disabled by default via `secubox` config; enabling happens through SecuBox Modules page once backend daemon exists.
|