Page 1 of 1

Install Dashticz Synology

Posted: Tuesday 12 February 2019 23:36
by Braadkippie
I use an Domoticz on my Synology NAS. Now I try to discover Dashticz. First I download the file "dashticz V2". I changes the Config file.

Now my question is what are the following steps? In which folder have I place the file? Did you changed something on the Synology? I can't find anything about this. The only tutorials I can find they descripe about the raspberry Pi.

Re: Install Dashticz Synology

Posted: Wednesday 13 February 2019 0:21
by Lokonli
Braadkippie wrote: Tuesday 12 February 2019 23:36 I use an Domoticz on my Synology NAS. Now I try to discover Dashticz. First I download the file "dashticz V2". I changes the Config file.

Now my question is what are the following steps? In which folder have I place the file? Did you changed something on the Synology? I can't find anything about this. The only tutorials I can find they descripe about the raspberry Pi.
There are more people using Synology. Feel free to add installation instructions for Synology on the wiki: :)

https://www.domoticz.com/wiki/Dashticz_ ... stallation

First advice: Use the beta branch, not the master branch. The master branch is pretty old, and only works for the basic functionality.

Steps
* Install/activate WebStation via Package Station
* Install/activate PHP via Package Station
* Via Main Menu -> Web station select your preferred HTTP backend server
(assumption: nginx)
* At the same page verify that an PHP version is activated.
* In "Web station" -> "PHP settings" verify that the curl extension is selected.
* Download the latest Dashticz beta branch and copy the complete branch to the www-root-folder.
Assumption: the name of your dashticz folder is dashticz_v2
For nginx on Synology the www root folder is /usr/share/nginx/html
Now you should have a folder /usr/share/nginx/html/dashticz_v2

* Edit custom/CONFIG.js with the basic settings according the installation instructions on the Wiki

Probably you have to set the correct file permissions:
chmod -R a+rX /usr/share/nginx/html/dashticz_v2
and if you want to be able to save your settings from the Dashtics menu:
chmod a+w /usr/share/nginx/html/dashticz_v2/custom/CONFIG.js

Now Dashticz should run on http://[IP of Synology-nas]/dashticz_v2

Re: Install Dashticz Synology

Posted: Thursday 14 February 2019 20:47
by Braadkippie
Thanks a lot Lokonli. So I understand now what the webstation mean. But I have now a problem. The steps you told, I've done. But now I get an fould 404. Do you know what is wrong? (see printscreens)

Ps. I download the file Dashticz from this URL: https://github.com/Dashticz/dashticz_v2 ... c30862827c

Re: Install Dashticz Synology

Posted: Thursday 14 February 2019 20:48
by Braadkippie
And another printscreen

Re: Install Dashticz Synology SOLVED

Posted: Saturday 02 March 2019 10:14
by trijet
I have the same issue and 404

However I got 1 step further.

Found that login in with
http://MyIP:8084/dashticz_v2/index.html

give me this:
DM login.jpg
DM login.jpg (263.54 KiB) Viewed 3343 times
Same screen with my Synology and my RPi with both services approachable.

SOLVED

Got it to work, the target directory is wrong.

You need to install the dashticz_V2 folder in:
/volume1/web

approach with:
IP/dashticz_V2
Dtcz success.jpg
Dtcz success.jpg (207.95 KiB) Viewed 3328 times

Re: Install Dashticz Synology

Posted: Monday 18 March 2019 14:20
by ZaGaPonG
Hi guys,

On Syno, that's really simple:
  • Install the package "Web Station"
  • Download the zip from "beta" branch and paste it into your "web" folder directly with "File Station"
  • Unzip the zip with "File Station"
  • Your Dashticz will be available at this address: your.ip/yourdashticzfolder (eg: 192.168.0.50/dashticz)
dashticz-on-syno.png
dashticz-on-syno.png (139.22 KiB) Viewed 3234 times