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>
25 lines
421 B
JSON
25 lines
421 B
JSON
{
|
|
"luci-app-domoticz": {
|
|
"description": "Grant access to Domoticz home automation configuration",
|
|
"read": {
|
|
"file": {
|
|
"/etc/config/domoticz": ["read"]
|
|
},
|
|
"ubus": {
|
|
"file": ["read", "stat"],
|
|
"luci.domoticz": ["*"]
|
|
},
|
|
"uci": ["domoticz"]
|
|
},
|
|
"write": {
|
|
"file": {
|
|
"/etc/config/domoticz": ["write"]
|
|
},
|
|
"ubus": {
|
|
"luci.domoticz": ["*"]
|
|
},
|
|
"uci": ["domoticz"]
|
|
}
|
|
}
|
|
}
|