Page 1 of 1
Installing Domoticz server on Android
Posted: Thursday 02 July 2020 12:29
by mishamdavan
I have recently installed mosquitto and homeassistant onto my galaxy tab2, which works well using Termux.
My question is, can I do the same with Domoticz and if so, how?
Cheers,
Re: Installing Domoticz server on Android
Posted: Thursday 02 July 2020 13:20
by AnthonyColson
I wanna try this on my Android also.
Re: Installing Domoticz server on Android
Posted: Thursday 15 September 2022 2:07
by MartHale
I also want to try this, the price of raspberry pi's have gone thru the roof, and I was looking for alternative devices to be my server.
Now I am wondering if perhaps another micro computer may be a better way to go for running Domoticz.
Perhaps a Chrorme book or an tablet ?
I am curious what devices are proven to work.... besides PC, Raspberry Pi.
Re: Installing Domoticz server on Android
Posted: Thursday 09 February 2023 10:24
by pvoj
I know it is an old question.
You can run domoticz on Android quite easily.
First install Termux. Termux is not suitable to run Docker. First you need to install QEMU and on top of that you can install a Linux distribution. Alpine is quite small to do this. And with this you will be in the finish line. You can install Docker and run a domoticz container.
Re: Installing Domoticz server on Android
Posted: Tuesday 15 October 2024 17:40
by derrij
in Termux:
Code: Select all
pkg install proot-distro -y
proot-distro install debian
proot-distro login debian
apt update
mkdir ~/domoticz
cd ~/domoticz
wget https://releases.domoticz.com/releases/release/domoticz_linux_aarch64.tgz
tar -xf domoticz_linux_aarch64.tgz
apt install sqlite3 -y
apt install curl unzip wget sudo cron libudev-dev libcurl4-gnutls-dev libpython3-dev -y
wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb11u5_arm64.deb
dpkg -i libssl1.1_1.1.1n-0+deb11u5_arm64.deb
wget http://ftp.de.debian.org/debian/pool/main/libu/libusb/libusb-0.1-4_0.1.12-32_arm64.deb
dpkg -i libusb-0.1-4_0.1.12-32_arm64.deb
./domoticz