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,
Installing Domoticz server on Android
Moderator: leecollings
-
- Posts: 1
- Joined: Thursday 02 July 2020 12:25
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
-
- Posts: 1
- Joined: Thursday 02 July 2020 12:54
- Target OS: Windows
- Domoticz version:
- Contact:
Re: Installing Domoticz server on Android
I wanna try this on my Android also.
Re: Installing Domoticz server on Android
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.
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.
-
- 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
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.
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
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