diff --git a/docs/User-Guide_Armbian-Software/HomeAutomation.md b/docs/User-Guide_Armbian-Software/HomeAutomation.md index e9902fe2..1cd8c4fd 100644 --- a/docs/User-Guide_Armbian-Software/HomeAutomation.md +++ b/docs/User-Guide_Armbian-Software/HomeAutomation.md @@ -137,5 +137,80 @@ armbian-config --cmd HAS003 +*** + +## Domoticz open source home automation + + +Domoticz is an open-source home automation platform that allows you to control and monitor smart devices in your home. It supports a wide range of devices, including lights, sensors, thermostats, and cameras. Through its web interface or mobile app, you can set up automation rules and schedules, providing greater convenience and energy efficiency. It’s customizable, flexible, and can be run on a variety of hardware platforms supported by Armbian. + +=== "Access to the web interface" + + The web interface is accessible via port **8080**: + + - URL: `https://:8080` + - Username/Password: admin / domoticz + +=== "Directories" + + - Config directory: `/armbian/domoticz` + +=== "Advanced setup" + + - Primary USB device passing through (`/dev/ttyUSB0`) to Docker container is enabled by default + - For more complex setup, please follow this comprehensive guide: + + + +This operation will install Domoticz. + +**Command:** +~~~ +armbian-config --cmd DOM001 +~~~ + +**Author:** @igorpecovnik + +**Status:** Preview + + + +*** + +## Domoticz remove + + +[![Domoticz remove](/images/DOM002.png)](#) + + +This operation will remove Domoticz. + +**Command:** +~~~ +armbian-config --cmd DOM002 +~~~ + +**Author:** @igorpecovnik + +**Status:** Preview + + + +*** + +## Domoticz purge with data folder +This operation will purge Domoticz. + +**Command:** +~~~ +armbian-config --cmd DOM003 +~~~ + +**Author:** @igorpecovnik + +**Status:** Preview + + + *** diff --git a/docs/images/DOM002.png b/docs/images/DOM002.png new file mode 100644 index 00000000..f5d5eca6 Binary files /dev/null and b/docs/images/DOM002.png differ