Installing Domoticz server on Android

On various Hardware and OS systems: pi / windows / routers / nas, etc

Moderator: leecollings

Post Reply
mishamdavan
Posts: 1
Joined: Thursday 02 July 2020 12:25
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Installing Domoticz server on Android

Post 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,
AnthonyColson
Posts: 1
Joined: Thursday 02 July 2020 12:54
Target OS: Windows
Domoticz version:
Contact:

Re: Installing Domoticz server on Android

Post by AnthonyColson »

I wanna try this on my Android also.
MartHale
Posts: 21
Joined: Monday 22 May 2017 15:50
Target OS: Windows
Domoticz version:
Contact:

Re: Installing Domoticz server on Android

Post 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.
pvoj
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

Post 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.
derrij
Posts: 14
Joined: Friday 30 December 2016 12:14
Target OS: Linux
Domoticz version:
Contact:

Re: Installing Domoticz server on Android

Post 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
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests