secubox-openwrt/package/secubox/secubox-app-domoticz/README.md
CyberMind-FR 62f2f6a7a8 docs(secubox): Add KISS README for all 46 remaining packages
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 07:34:06 +01:00

696 B

SecuBox Domoticz

Home automation platform running in Docker on SecuBox-powered OpenWrt systems.

Installation

opkg install secubox-app-domoticz

Configuration

UCI config file: /etc/config/domoticz

config domoticz 'main'
    option enabled '0'
    option port '8080'

Usage

# Start / stop the service
/etc/init.d/domoticz start
/etc/init.d/domoticz stop

# Controller CLI
domoticzctl status
domoticzctl install
domoticzctl remove

Files

  • /etc/config/domoticz -- UCI configuration
  • /etc/init.d/domoticz -- init script
  • /usr/sbin/domoticzctl -- controller CLI

Dependencies

  • dockerd
  • docker
  • containerd

License

Apache-2.0