Page 1 of 1

Installing Domoticz server on Android.

Posted: Saturday 27 April 2019 12:47
by P6Mole
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,

Ben

Re: Installing Domoticz server on Android.

Posted: Thursday 29 October 2020 2:42
by pvoj
Hi Ben,
Have you managed to solve the installation?
Br,
Peter

Re: Installing Domoticz server on Android.

Posted: Tuesday 15 October 2024 17:37
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