secubox-openwrt/.codex/apps/mqtt-bridge/WIP.md

15 lines
696 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.
## 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.