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

18 lines
653 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# TODO MQTT Bridge
1. **Daemon Integration**
- Implement `/usr/sbin/mqtt-bridge` watcher handling USB serial adapters.
- Emit stats to `uci set mqtt-bridge.stats.*` for UI refresh.
2. **Security**
- Support TLS options (CA, client certs) in Settings.
- Add access control for pairing window.
3. **Automations**
- Add topic templates per device type (Zigbee, Modbus).
- Provide rules to forward payloads into SecuBox Alerts.
4. **Profiles**
- Promote detected presets into editable device entries (auto-populate `/etc/config/mqtt-bridge`).
- Support multiple adapters simultaneously and expose health metrics per profile.