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
Installing Domoticz server on Android.
Moderator: leecollings
-
- Posts: 14
- Joined: Saturday 03 October 2015 22:32
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.5964
- Location: Hungary
- Contact:
Re: Installing Domoticz server on Android.
Hi Ben,
Have you managed to solve the installation?
Br,
Peter
Have you managed to solve the installation?
Br,
Peter
Re: Installing Domoticz server on Android.
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
Who is online
Users browsing this forum: No registered users and 0 guests