跳转到内容
主菜单
主菜单
移至侧栏
隐藏
导航
Wiki首页
Domoticz 中文站
Domoticz 论坛
Domoticz Github
随机页面
特殊页面
特殊页面
所有页面
分类
最近更改
Domoticz
搜索
搜索
登录
个人工具
登录
查看“Dashticz V2 - Installation”的源代码
页面
讨论
大陆简体
阅读
查看源代码
查看历史
工具
工具
移至侧栏
隐藏
操作
阅读
查看源代码
查看历史
常规
链入页面
相关更改
特殊页面
页面信息
←
Dashticz V2 - Installation
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
安装 Dashticz v2.0,从 Github 上下载 Dashticz V2 的最新版本(https://github.com/robgeerts/dashticz_v2). 在 domoticz\www\<subfolder> 创建一个目录,例如 domoticz\www\dashboard,然后解压所有文件到这个文件夹中。 也可以使用 git clone 命令通过 Github 来安装 Dashticz v2。如何做呢? * 通过 SSH 登陆到你的系统,通过 "cd domoticz/www" (没有") 命令进入到 \domoticz\www 文件夹 * 输入如下命令: <br> <code>git clone <span class="plainlinks">[https://github.com/robgeerts/dashticz_v2 https://github.com/robgeerts/dashticz_v2]</span></code> (for master branch) 或者<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 将被克隆到 \domoticz\www\dashticz_v2 文件夹. <br> 如果你想将 Dashticz v2.0 克隆到其他目录(例如'dashboard') 输入:<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> 安装完成后, 进入到 '''/domoticz/www/<dashticzv2 folder>/custom/''' 文件夹, 复制 CONFIG_DEFAULT.js 文件到 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> 如果你通过 git clone 命令安装 Dashticz V2,你可以通过以下方法更新到最新版本: * 通过 SSH 登陆到你的系统,进入 '''\domoticz\www\<dashticzv2 folder>''' 文件夹 * 输入 <code>git pull</code> 会自动检查当前版本是否有更新。-警告!- 首先备份 custom 文件夹,否则某些文件可能会被重写。 <br> 默认, Dashticz V2 将显示所有在你仪表盘中的 Domoticz 收藏。 你只需要在 CONFIG.js 中做些基本的修改. <br> 移除前面的 '''/*''' 和最后的 '''*/''' ,然后填写你安装的 Domoticz 的IP 地址和端口号! <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'] |可以选择的语言有, 汉语(cn_CN), 捷克语(cz_CZ), 丹麦语(dk_DK), 德语(de_DE), 英语(en_US), 西班牙语(es_ES), 芬兰语(fi_FI), 法语(fr_FR), 匈牙利语(hu_HU), 意大利语(it_IT), 芬兰语(nl_NL), 挪威语(no_NO), 波兰语(pl_PL) 葡萄牙语(pt_PT), 俄语(ru_RU), 斯洛伐克语(sk_SK), 斯洛维尼亚语(si_SI), 瑞典语(sv_SV) 或者乌克兰语(ua_UA) |- | config['domoticz_ip'] | 安装的 Domoticz 的 URL 地址(包含正确端口号的地址) |- | config['domoticz_refresh'] | Dashticz v2.0仪表盘从 Domoticz 读取信息的刷新率 |- | config['dashticz_refresh'] | Dashticz v2.0仪表盘的刷新率 |- |} <br> 现在你可以浏览仪表盘: <span class="plainlinks">[http://192.168.1.3:8084/dashticzv2folder/ http://192.168.1.3:8084/<dashticz v2 folder>/]</span><br> 替换192.168.1.3:8084 为你 Domoticz 安装的 IP 和端口号! <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
。
开关有限宽度模式