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>
23 lines
515 B
Plaintext
23 lines
515 B
Plaintext
config domoticz 'main'
|
|
option enabled '0'
|
|
option image 'domoticz/domoticz:latest'
|
|
option data_path '/srv/domoticz'
|
|
option devices_path '/srv/devices'
|
|
option port '8080'
|
|
option timezone 'UTC'
|
|
|
|
config domoticz 'mqtt'
|
|
option enabled '0'
|
|
option broker '127.0.0.1'
|
|
option broker_port '1883'
|
|
option topic_prefix 'domoticz'
|
|
option z2m_topic 'zigbee2mqtt'
|
|
|
|
config domoticz 'network'
|
|
option domain 'domoticz.secubox.local'
|
|
option haproxy '0'
|
|
option firewall_wan '0'
|
|
|
|
config domoticz 'mesh'
|
|
option enabled '0'
|