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