secubox-openwrt/package/secubox/luci-app-domoticz/root/usr/share/luci/menu.d/luci-app-domoticz.json
CyberMind-FR 89896568b1 feat(domoticz): Add LuCI dashboard with MQTT auto-bridge and Zigbee2MQTT integration
New luci-app-domoticz package with RPCD handler (12 methods), LuCI overview
(status, IoT integration, MQTT, HAProxy, mesh, logs), and full service lifecycle.
Enhanced domoticzctl with configure-mqtt (auto Mosquitto+Z2M bridge), configure-haproxy,
backup/restore, mesh-register, and uninstall commands. UCI extended with mqtt/network/mesh
sections. Catalog updated with LuCI package and IoT tags. MirrorNetworking strategic
document noted in planning files.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 21:32:17 +01:00

15 lines
225 B
JSON

{
"admin/services/domoticz": {
"title": "Domoticz",
"order": 65,
"action": {
"type": "view",
"path": "domoticz/overview"
},
"depends": {
"acl": ["luci-app-domoticz"],
"uci": {"domoticz": true}
}
}
}