-
Notifications
You must be signed in to change notification settings - Fork 0
/
deconz.xml
126 lines (126 loc) · 6.14 KB
/
deconz.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<?xml version="1.0"?>
<Container version="2">
<Name>deconz</Name>
<Repository>marthoc/deconz</Repository>
<Registry>https://registry.hub.docker.com/r/marthoc/deconz</Registry>
<Network>host</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support></Support>
<Project>https://www.phoscon.de/en/conbee2/</Project>
<Overview>This Docker image containerizes the deCONZ software from Dresden Elektronik, which controls a ZigBee network using a Conbee USB or RaspBee GPIO serial interface. This image runs deCONZ in "minimal" mode, for control of the ZigBee network via the WebUIs ("Wireless Light Control" and "Phoscon") and over the REST API and Websockets, and optionally runs a VNC server for viewing and interacting with the ZigBee mesh through the deCONZ UI.

You must use a custom ip - network type host and change the webport

Advanced option click on show more settings</Overview>
<Category>HomeAutomation:</Category>
<WebUI>http://[IP]:[PORT:9080]/</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/mpitz/unraid-docker-templates/master/images/deconz.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1605439983</DateInstalled>
<DonateText/>
<DonateLink/>
<Description>This Docker image containerizes the deCONZ software from Dresden Elektronik, which controls a ZigBee network using a Conbee USB or RaspBee GPIO serial interface. This image runs deCONZ in "minimal" mode, for control of the ZigBee network via the WebUIs ("Wireless Light Control" and "Phoscon") and over the REST API and Websockets, and optionally runs a VNC server for viewing and interacting with the ZigBee mesh through the deCONZ UI.

You must use a custom ip - network type host and change the webport

Advanced option click on show more settings</Description>
<Networking>
<Mode>host</Mode>
<Publish/>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/deconz</HostDir>
<ContainerDir>/root/.local/share/dresden-elektronik/deCONZ</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>/dev/ttyACM0</Value>
<Name> DECONZ_DEVICE</Name>
<Mode/>
</Variable>
<Variable>
<Value>Europe/London</Value>
<Name>TZ</Name>
<Mode/>
</Variable>
<Variable>
<Value>0</Value>
<Name>DECONZ_VNC_MODE</Name>
<Mode/>
</Variable>
<Variable>
<Value>5900</Value>
<Name>DECONZ_VNC_PORT</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>DECONZ_VNC_PASSWORD</Name>
<Mode/>
</Variable>
<Variable>
<Value>9080</Value>
<Name>DECONZ_WEB_PORT</Name>
<Mode/>
</Variable>
<Variable>
<Value>9084</Value>
<Name>DECONZ_WS_PORT</Name>
<Mode/>
</Variable>
<Variable>
<Value>1</Value>
<Name>DEBUG_INFO</Name>
<Mode/>
</Variable>
<Variable>
<Value>0</Value>
<Name>DEBUG_APS</Name>
<Mode/>
</Variable>
<Variable>
<Value>0</Value>
<Name>DEBUG_ZCL</Name>
<Mode/>
</Variable>
<Variable>
<Value>0</Value>
<Name>DEBUG_ZDP</Name>
<Mode/>
</Variable>
<Variable>
<Value>0</Value>
<Name>DEBUG_OTAU</Name>
<Mode/>
</Variable>
<Variable>
<Value>1</Value>
<Name>DECONZ_UPNP</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="appdata" Target="/root/.local/share/dresden-elektronik/deCONZ" Default="" Mode="rw" Description="Container Path: /root/.local/share/dresden-elektronik/deCONZ" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/deconz</Config>
<Config Name="usb conbee" Target="" Default="" Mode="" Description="usb conbee" Type="Device" Display="always" Required="false" Mask="false">/dev/ttyACM0</Config>
<Config Name="usb device name" Target=" DECONZ_DEVICE" Default="" Mode="" Description="set same as device" Type="Variable" Display="always" Required="false" Mask="false">/dev/ttyACM0</Config>
<Config Name="Time zoze" Target="TZ" Default="" Mode="" Description="Time zone" Type="Variable" Display="always" Required="false" Mask="false">Europe/London</Config>
<Config Name="VNC Mode" Target="DECONZ_VNC_MODE" Default="0|1" Mode="" Description="vnc mode 1 on 0 off" Type="Variable" Display="advanced" Required="false" Mask="false">0</Config>
<Config Name="VNC port no." Target="DECONZ_VNC_PORT" Default="" Mode="" Description="vnc port number" Type="Variable" Display="advanced" Required="false" Mask="false">5900</Config>
<Config Name="vnc password" Target="DECONZ_VNC_PASSWORD" Default="" Mode="" Description="vnc password" Type="Variable" Display="advanced" Required="false" Mask="true"/>
<Config Name="Web port" Target="DECONZ_WEB_PORT" Default="" Mode="" Description="default changend to 9080 for 'host' network" Type="Variable" Display="always" Required="false" Mask="false">9080</Config>
<Config Name="Websockets service" Target="DECONZ_WS_PORT" Default="" Mode="" Description="Container Variable: DECONZ_WS_PORT for websockets service" Type="Variable" Display="always" Required="false" Mask="false">9084</Config>
<Config Name="DEBUG INFO" Target="DEBUG_INFO" Default="1" Mode="" Description="DEBUG_INFO" Type="Variable" Display="advanced" Required="false" Mask="false">1</Config>
<Config Name="DEBUG APS" Target="DEBUG_APS" Default="0" Mode="" Description="DEBUG APS" Type="Variable" Display="advanced" Required="false" Mask="false">0</Config>
<Config Name="DEBUG ZCL" Target="DEBUG_ZCL" Default="0" Mode="" Description="DEBUG ZCL" Type="Variable" Display="advanced" Required="false" Mask="false">0</Config>
<Config Name="DEBUG ZDP" Target="DEBUG_ZDP" Default=" 0" Mode="" Description="DEBUG ZDP" Type="Variable" Display="advanced" Required="false" Mask="false">0</Config>
<Config Name="DEBUG OTAU" Target="DEBUG_OTAU" Default="0" Mode="" Description="DEBUG OTAU" Type="Variable" Display="advanced" Required="false" Mask="false">0</Config>
<Config Name="UPNP on off" Target="DECONZ_UPNP" Default="1|0" Mode="" Description="UPNP on 1 off 0" Type="Variable" Display="advanced" Required="false" Mask="false">1</Config>
</Container>