Video coming soon…
📡 Setup Domoticz — Lightweight Home Automation
Deploy Domoticz on Ubuntu with Docker — a lightweight home automation system supporting Z-Wave, MQTT, and RFXCOM devices, efficient enough for a Raspberry Pi, on port 8284.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/iot/domoticz/domoticz-ubuntu.sh
chmod +x domoticz-ubuntu.sh
./domoticz-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/iot/domoticz/domoticz-ubuntu.sh
2 Make it Executable
chmod +x domoticz-ubuntu.sh
3 Run the Installer
./domoticz-ubuntu.sh
4 Open the Web UI and Add Hardware
http://your-server-ip:8284
Ports Used
| Port | Purpose |
|---|---|
| 8284 | Domoticz web interface (mapped from container port 8080) |