跳转到内容
主菜单
主菜单
移至侧栏
隐藏
导航
Wiki首页
Domoticz 中文站
Domoticz 论坛
Domoticz Github
随机页面
特殊页面
特殊页面
所有页面
分类
最近更改
Domoticz
搜索
搜索
登录
个人工具
登录
查看“Dashticz V2 - Installation”的源代码
页面
讨论
大陆简体
阅读
查看源代码
查看历史
工具
工具
移至侧栏
隐藏
操作
阅读
查看源代码
查看历史
常规
链入页面
相关更改
特殊页面
页面信息
←
Dashticz V2 - Installation
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
To install Dashticz v2.0, download the latest version from Dashticz V2 on Github (https://github.com/robgeerts/dashticz_v2). Create a map in the domoticz\www\<subfolder>, for example domoticz\www\dashboard and unzip all the files in that folder. It is also possible to install Dashticz v2 through Github with the git clone command. How is it done? * Logon to your system with SSH and go to the \domoticz\www folder with the command "cd domoticz/www" (without the ") * Enter the command: <br> <code>git clone <span class="plainlinks">[https://github.com/robgeerts/dashticz_v2 https://github.com/robgeerts/dashticz_v2]</span></code> (for master branch) or<br> <br> <code>git clone <span class="plainlinks">[https://github.com/robgeerts/dashticz_v2 https://github.com/robgeerts/dashticz_v2]</span> --branch beta </code> (for beta branch)<br> <br> * Dashticz v2.0 will be cloned into the \domoticz\www\dashticz_v2 folder. <br> If you like Dashticz v2.0 to be cloned into an other directory (example 'dashboard') enter:<br> <br> <code>git clone <span class="plainlinks">[https://github.com/robgeerts/dashticz_v2 https://github.com/robgeerts/dashticz_v2 dashboard]</span></code> (for master branch) or<br> <br> <code>git clone <span class="plainlinks">[https://github.com/robgeerts/dashticz_v2 https://github.com/robgeerts/dashticz_v2 --branch beta dashboard]</span></code> (for beta branch)<br> <br> After the installation is finished, go to the '''/domoticz/www/<dashticzv2 folder>/custom/''' folder, copy the CONFIG_DEFAULT.js file to CONFIG.js (mind the CAPITALS!).<br> <br> <code>cd domoticz/www/<dashticzv2 folder>/custom/</code><br> <code>cp CONFIG_DEFAULT.js CONFIG.js</code><br> <br> If you installed Dashticz V2 with the git clone command, than it's possible to update to the latest version: * Logon to your system with SSH and go to the '''\domoticz\www\<dashticzv2 folder>''' folder * Enter <code>git pull</code> and there will be looked if there is an update from the current version. WARNING! First make a backup of the custom folder otherwise some files may be overwritten. <br> By default, Dashticz V2 will show all your Domoticz favorites on the dashboard. You just have to edit the CONFIG.js file with the basics. <br> Remove the '''/*''' at the beginning and '''*/''' at the end, next fill in YOUR IP Address and Port number for YOUR Domoticz installation! <syntaxhighlight lang="java"> var config = {} config['language'] = 'nl_NL'; //or: en_US, de_DE, fr_FR, hu_HU, it_IT, pt_PT, sv_SV config['domoticz_ip'] = 'http://192.168.1.3:8084'; config['domoticz_refresh'] = '5'; config['dashticz_refresh'] = '60'; </syntaxhighlight> <br> {| class="wikitable" ! style="font-weight: bold; color: white; background-color: orange; text-align: left;" | Parameter ! style="font-weight: bold; color: white; background-color: orange; text-align: left;" | Description |- |config['language'] |can be used to select the language, Chinese (cn_CN), Cestina (cz_CZ), Danish(dk_DK), German (de_DE), English (en_US), Spanish (es_ES), Finnish (fi_FI), French (fr_FR), Hungarian (hu_HU), Italian (it_IT), Dutch (nl_NL), Norwegian (no_NO), Polish (pl_PL) Portuguese (pt_PT), Russian (ru_RU), Slovak (sk_SK), Slovenian (si_SI), Swedish (sv_SV) or Ukrainian (ua_UA) |- | config['domoticz_ip'] | is the URL to your Domoticz installation (with the correct PORT address) |- | config['domoticz_refresh'] | the refresh rate of Dashticz v2.0 to get information from Domoticz |- | config['dashticz_refresh'] | the refresh rate of the Dashticz v2.0 Dashboard |- |} <br> Now you can browse to the dashboard: <span class="plainlinks">[http://192.168.1.3:8084/dashticzv2folder/ http://192.168.1.3:8084/<dashticz v2 folder>/]</span><br> Replace 192.168.1.3:8084 with YOUR IP Address and Port number for YOUR Domoticz installation! <br><br> ---- {| width="40%" |- valign="top" | width="16.6%" align="center" | [[file:dv2-home.png|link=Dashticz_V2]] | width="16.6%" align="center" | [[file:dv2-config.png|link=Dashticz V2 - Configuration]] |} {| width="40%" |- valign="top" | width="16.6%" align="center" | '''Dashticz V2.0 Main Page''' | width="16.6%" align="center" | '''Configuration''' |} [[Category:Domoticz]] [[Category:Customization]]
返回
Dashticz V2 - Installation
。
开关有限宽度模式