Page 1 of 1

Installation Dashticz on Pi 4 failed

Posted: Saturday 14 November 2020 11:53
by wimbre
Hi, I started working with domoticz for the first time this week. This went without any problems.

Now I am trying to install dashticz but the installation suddenly stops:

pi @ homebridge: / var / lib / homebridge $. <(wget -qO - https://raw.githubusercontent.com/Dasht ... install.sh)
This is the installation script for Dashticz

Using default settings

Dashticz repository: https://github.com/Dashticz/dashticz
Branch: master
Port: 8082

The script will create a folder for Dashticz in the following location:
/ var / lib / homebridge

Enter the folder name [dashticz]: dashticz_V3

Dashticz will be installed in
dashticz_V3


Dashticz has a master branch (= stable) and a beta branch (= most up-to-date)
Which branch to install? [master]: beta
Checking for git: [OK!]

Now cloning the Dashticz repository https://github.com/Dashticz/dashticz

Cloning into 'dashticz_V3' ...
remote: Enumerating objects: 65, done.
remote: Counting objects: 100% (65/65), done.
remote: Compressing objects: 100% (50/50), done.
remote: Total 12644 (delta 27), reused 27 (delta 14), pack-reused 12579
Receiving objects: 100% (12644/12644), 63.47 MiB | 15.38 MiB / s, done.
Resolving deltas: 100% (8540/8540), done.

Checking for make: [OK!]
Configuring Dashticz.

What is the IP: port address of your Domoticz server? (example: 192.168.178.18:8080):

So far so good but then the errors appears (goes very quickly) but I saw " Cannot connect to the Docker deamon at unix///var .... " and " Is the Docker deamon running" and the installation stops.

How can I resolve this problem?

Re: Installation Dashticz on Pi 4 failed

Posted: Saturday 14 November 2020 13:45
by Lokonli
Without the full log it's difficult to check, but it seems that Docker installation failed.

what is the output of:

Code: Select all

which docker
and:

Code: Select all

sudo docker ps
Further, I would recommend to start the install script from a normal user folder, like /home/pi

Re: Installation Dashticz on Pi 4 failed

Posted: Monday 16 November 2020 18:50
by wimbre
Hi,

Apologies for my late response but my raspberry pi crashed and I had to reinstall everything. Now the installation went smoothly.

Thanks

Re: Installation Dashticz on Pi 4 failed

Posted: Monday 16 November 2020 19:43
by Lokonli
Good to hear it's solved. Thanks for the update.