Skip to content

Commit 0d1ceb6

Browse files
authored
Database update (openhab#1023)
Signed-off-by: Chris Jackson <[email protected]>
1 parent 7fa185a commit 0d1ceb6

File tree

613 files changed

+7781
-1844
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

613 files changed

+7781
-1844
lines changed

ESH-INF/thing/aeon/zw141_0_0.xml

+141
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<thing:thing-descriptions bindingId="zwave"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xmlns:thing="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0"
5+
xsi:schemaLocation="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0
6+
http://eclipse.org/smarthome/schemas/thing-description/v1.0.0">
7+
8+
<thing-type id="aeon_zw141_00_000" listed="false">
9+
<label>Nano Shutter Controller ZW141</label>
10+
<description><![CDATA[
11+
ZW141<br /><h1>Overview</h1><p>Aeotec Nano Shutter is a Z-Wave motor controller specifically used to enable Z-Wave command and control (up/down/stop) for existing window covering motors. <br />It can connect to 2 external manual switches/buttons to control the motor up/down/stop independently. Its surface has a pin socket, which can be used for connecting to the touch panel, so you can also use the touch panel to control the Nano Shutter. <br />The wireless module is powered from the mains supply. In the event of power failure, non-volatile memory retains all programmed information relating to the units operating status. <br />Nano Shutter is also a security Z-Wave plus device and supports Over The Air (OTA) feature for the products firmware upgrade. <br />It can be a repeater in the Z-Wave network. Acting as a bridge for communication, it will forward Z-Wave command messages to their destinations if the originating controller is out of range from the destination node. <br /><br /></p> <br /><h2>Inclusion Information</h2><ol><li>Set your Z-Wave controller into pairing mode.</li> <li>Press the Action Button on the Nano Dimmer or toggle the external manual switch once, the green LED (non-secure indication) will blink to indicate the Nano Dimmer is entering into pairing mode.</li> <li>If the Nano Dimmer has been successfully added to your Z-Wave network, its RGB LED will be solid. If the pairing was unsuccessful, the red LED will be on for 2 seconds and then remain a colourful gradient, repeat the instructions above from step 1.</li> </ol><br /><h2>Exclusion Information</h2><ol><li>Set your Z-Wave controller into removal mode.</li> <li>Press the Action Button 6 times on the Nano Dimmer or toggle the external manual switch 2 times in fast succession.</li> <li>If the Nano Dimmer has been successfully removed from your Z-Wave network, its RGB LED will remain colourful gradient. If the removal was unsuccessful, the RGB LED will still be solid (following the state of the output load), repeat the instructions above from step 1.</li> </ol>
12+
]]></description>
13+
<category>Blinds</category>
14+
15+
<!-- CHANNEL DEFINITIONS -->
16+
<channels>
17+
<channel id="switch_binary" typeId="switch_binary">
18+
<label>Switch</label>
19+
<properties>
20+
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY</property>
21+
</properties>
22+
</channel>
23+
<channel id="switch_dimmer" typeId="switch_dimmer">
24+
<label>Dimmer</label>
25+
<properties>
26+
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
27+
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
28+
</properties>
29+
</channel>
30+
<channel id="scene_number" typeId="scene_number">
31+
<label>Scene Number</label>
32+
<properties>
33+
<property name="binding:*:DecimalType">COMMAND_CLASS_SCENE_ACTIVATION</property>
34+
</properties>
35+
</channel>
36+
</channels>
37+
38+
<!-- DEVICE PROPERTY DEFINITIONS -->
39+
<properties>
40+
<property name="vendor">AEON Labs</property>
41+
<property name="modelId">Nano Shutter Controller</property>
42+
<property name="manufacturerId">0086</property>
43+
<property name="manufacturerRef">0003:008D</property>
44+
<property name="dbReference">912</property>
45+
</properties>
46+
47+
<!-- CONFIGURATION DESCRIPTIONS -->
48+
<config-description>
49+
50+
<!-- GROUP DEFINITIONS -->
51+
<parameter-group name="configuration">
52+
<context>setup</context>
53+
<label>Configuration Parameters</label>
54+
</parameter-group>
55+
56+
<parameter-group name="association">
57+
<context>link</context>
58+
<label>Association Groups</label>
59+
</parameter-group>
60+
61+
<!-- PARAMETER DEFINITIONS -->
62+
<parameter name="config_35_1" type="integer" groupName="configuration" readOnly="true"
63+
min="0" max="100">
64+
<label>35: Moving time left to right</label>
65+
<description>Set the moving time from up (left) to down (right) for curtain.</description>
66+
<default>30</default>
67+
</parameter>
68+
69+
<parameter name="config_80_1" type="integer" groupName="configuration"
70+
min="0" max="1">
71+
<label>80: Report sent to nodes in association group 1</label>
72+
<description><![CDATA[
73+
Report sent to associated nodes in association group 1<br /><h1>Overview</h1><p>To set which report would be sent to the associated nodes in association group 1 when the state of output load is changed.<br />0 = Nothing<br />1 = Basic Report CC<br />Note: When just only one channel load state is changed, the report message Basic Report CC would be Multi Channel encapsulated.</p>
74+
]]></description>
75+
<default>0</default>
76+
</parameter>
77+
78+
<parameter name="config_85_1" type="integer" groupName="configuration"
79+
min="0" max="1">
80+
<label>85: Operation mode of external switch</label>
81+
<description><![CDATA[
82+
Operation mode of external switch<br /><h1>Overview</h1><p>Set the operation mode of external switch.<br />0 = Operation Mode 1.<br />1 = Operation Mode 2.<br />For detailed instructions for Operation Mode 1 and 2, see end of this table.</p>
83+
]]></description>
84+
<default>0</default>
85+
</parameter>
86+
87+
<parameter name="config_120_1" type="integer" groupName="configuration"
88+
min="0" max="4">
89+
<label>120: External switch mode of S1</label>
90+
<description><![CDATA[
91+
External switch mode of S1<br /><h1>Overview</h1><p>Set the external switch mode of S1<br />0 = Unidentified mode.<br />1 = Reserved.<br />2 = 3 way switch mode<br />3 = Push button mode<br />4 = Enter automatic identification mode (The blue Led will fast blink).<br />Note: When the switch mode of S1 is determined or identified or configured, this mode value will not be reset after exclusion.</p>
92+
]]></description>
93+
<default>0</default>
94+
</parameter>
95+
96+
<parameter name="config_121_1" type="integer" groupName="configuration"
97+
min="0" max="4">
98+
<label>121: External switch mode of S2</label>
99+
<description><![CDATA[
100+
External switch mode of S2<br /><h1>Overview</h1><p>Set the external switch mode of S2<br />0 = Unidentified mode.<br />1 = Reserved<br />2 = 3 way switch mode<br />3 = push button mode<br />4 = enter automatic identification mode (The green Led will fast blink).<br />Note: When the switch mode of S2 is determined or identified or configured, this mode value will not be reset after exclusion.</p>
101+
]]></description>
102+
<default>0</default>
103+
</parameter>
104+
105+
<parameter name="config_252_1" type="integer" groupName="configuration"
106+
min="0" max="1">
107+
<label>252: Enable/disable config parameters to be locked</label>
108+
<description><![CDATA[
109+
Enable/disable the configuration parameters to be locked<br /><h1>Overview</h1><p>Enable/disable the configuration parameters to be locked.<br />0 = disable.<br />1 = enable.</p>
110+
]]></description>
111+
<default>0</default>
112+
</parameter>
113+
114+
<!-- ASSOCIATION DEFINITIONS -->
115+
<parameter name="group_1" type="text" groupName="association" multiple="true">
116+
<label>1: Group 1</label>
117+
<description><![CDATA[
118+
<br /><h1>Overview</h1><p>When the state of Nano Shutter (turn on/off the load ) is changed:</p> <ol><li>Set Configuration parameter 80 to 0: Send nothing (default). </li> <li>Set Configuration parameter 80 to 1: Send the Basic Report.</li> </ol>
119+
]]></description>
120+
<multipleLimit>5</multipleLimit>
121+
</parameter>
122+
123+
<parameter name="group_2" type="text" groupName="association" multiple="true">
124+
<label>2: Group 2</label>
125+
<description><![CDATA[
126+
<br /><h1>Overview</h1><p>Forward the Basic Set, Binary set, Scene Activation Set to associated nodes in Group 2 when the Nano Shutter receives the Basic Set, Binary set, Scene Activation Set commands from main controller. (E.g. Send/forward Basic Set to control the other nodes in association Group 2)</p>
127+
]]></description>
128+
<multipleLimit>5</multipleLimit>
129+
</parameter>
130+
131+
<!-- STATIC DEFINITIONS -->
132+
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
133+
<label>Node ID</label>
134+
<advanced>true</advanced>
135+
</parameter>
136+
137+
</config-description>
138+
139+
</thing-type>
140+
141+
</thing:thing-descriptions>
+228
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,228 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<thing:thing-descriptions bindingId="zwave"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xmlns:thing="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0"
5+
xsi:schemaLocation="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0
6+
http://eclipse.org/smarthome/schemas/thing-description/v1.0.0">
7+
8+
<thing-type id="avadesign_davinciv3_00_000" listed="false">
9+
<label>Da Vinci Switch Default Da Vinci v3</label>
10+
<description><![CDATA[
11+
Da Vinci v3<br /><h1>Overview</h1><p>The Da Vinci wall controller is a Multi Chanel Z-Wave device that contains up to 6 relays and up to 9 touch buttons that can be set to control either the relays (On/Off switches and shutters) or any other on/off (SWITCH_BINARY)  , shutter (MULTILEVEL_SWITCH) Z-Wave device.</p> <br /><h2>Inclusion Information</h2><p>Press the #1 button 3 times.</p> <br /><h2>Exclusion Information</h2><p>Press the #1 button 3 times.</p>
12+
]]></description>
13+
<category>WallSwitch</category>
14+
15+
<!-- CHANNEL DEFINITIONS -->
16+
<channels>
17+
<channel id="switch_binary" typeId="switch_binary">
18+
<label>Switch</label>
19+
<properties>
20+
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY</property>
21+
</properties>
22+
</channel>
23+
<channel id="switch_dimmer" typeId="switch_dimmer">
24+
<label>Dimmer</label>
25+
<properties>
26+
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
27+
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
28+
</properties>
29+
</channel>
30+
<channel id="scene_number" typeId="scene_number">
31+
<label>Scene Number</label>
32+
<properties>
33+
<property name="binding:*:DecimalType">COMMAND_CLASS_CENTRAL_SCENE</property>
34+
</properties>
35+
</channel>
36+
<channel id="switch_binary1" typeId="switch_binary">
37+
<label>Switch 1</label>
38+
<properties>
39+
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:1</property>
40+
</properties>
41+
</channel>
42+
<channel id="scene_number1" typeId="scene_number">
43+
<label>Scene Number 1</label>
44+
<properties>
45+
<property name="binding:*:DecimalType">COMMAND_CLASS_CENTRAL_SCENE:1</property>
46+
</properties>
47+
</channel>
48+
<channel id="switch_binary2" typeId="switch_binary">
49+
<label>Switch 2</label>
50+
<properties>
51+
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:2</property>
52+
</properties>
53+
</channel>
54+
<channel id="scene_number2" typeId="scene_number">
55+
<label>Scene Number 2</label>
56+
<properties>
57+
<property name="binding:*:DecimalType">COMMAND_CLASS_CENTRAL_SCENE:2</property>
58+
</properties>
59+
</channel>
60+
<channel id="switch_binary3" typeId="switch_binary">
61+
<label>Switch 3</label>
62+
<properties>
63+
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:3</property>
64+
</properties>
65+
</channel>
66+
<channel id="scene_number3" typeId="scene_number">
67+
<label>Scene Number 3</label>
68+
<properties>
69+
<property name="binding:*:DecimalType">COMMAND_CLASS_CENTRAL_SCENE:3</property>
70+
</properties>
71+
</channel>
72+
<channel id="switch_binary4" typeId="switch_binary">
73+
<label>Switch 4</label>
74+
<properties>
75+
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:4</property>
76+
</properties>
77+
</channel>
78+
<channel id="scene_number4" typeId="scene_number">
79+
<label>Scene Number 4</label>
80+
<properties>
81+
<property name="binding:*:DecimalType">COMMAND_CLASS_CENTRAL_SCENE:4</property>
82+
</properties>
83+
</channel>
84+
<channel id="switch_binary5" typeId="switch_binary">
85+
<label>Switch 5</label>
86+
<properties>
87+
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:5</property>
88+
</properties>
89+
</channel>
90+
<channel id="scene_number5" typeId="scene_number">
91+
<label>Scene Number 5</label>
92+
<properties>
93+
<property name="binding:*:DecimalType">COMMAND_CLASS_CENTRAL_SCENE:5</property>
94+
</properties>
95+
</channel>
96+
<channel id="switch_binary6" typeId="switch_binary">
97+
<label>Switch 6</label>
98+
<properties>
99+
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:6</property>
100+
</properties>
101+
</channel>
102+
<channel id="scene_number6" typeId="scene_number">
103+
<label>Scene Number 6</label>
104+
<properties>
105+
<property name="binding:*:DecimalType">COMMAND_CLASS_CENTRAL_SCENE:6</property>
106+
</properties>
107+
</channel>
108+
<channel id="switch_binary7" typeId="switch_binary">
109+
<label>Switch 7</label>
110+
<properties>
111+
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:7</property>
112+
</properties>
113+
</channel>
114+
<channel id="scene_number7" typeId="scene_number">
115+
<label>Scene Number 7</label>
116+
<properties>
117+
<property name="binding:*:DecimalType">COMMAND_CLASS_CENTRAL_SCENE:7</property>
118+
</properties>
119+
</channel>
120+
<channel id="switch_binary8" typeId="switch_binary">
121+
<label>Switch 8</label>
122+
<properties>
123+
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:8</property>
124+
</properties>
125+
</channel>
126+
<channel id="scene_number8" typeId="scene_number">
127+
<label>Scene Number 8</label>
128+
<properties>
129+
<property name="binding:*:DecimalType">COMMAND_CLASS_CENTRAL_SCENE:8</property>
130+
</properties>
131+
</channel>
132+
<channel id="switch_binary9" typeId="switch_binary">
133+
<label>Switch 9</label>
134+
<properties>
135+
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY:9</property>
136+
</properties>
137+
</channel>
138+
<channel id="scene_number9" typeId="scene_number">
139+
<label>Scene Number 9</label>
140+
<properties>
141+
<property name="binding:*:DecimalType">COMMAND_CLASS_CENTRAL_SCENE:9</property>
142+
</properties>
143+
</channel>
144+
</channels>
145+
146+
<!-- DEVICE PROPERTY DEFINITIONS -->
147+
<properties>
148+
<property name="vendor">Avadesign Technology Co.</property>
149+
<property name="modelId">Da Vinci Switch Default</property>
150+
<property name="manufacturerId">025D</property>
151+
<property name="manufacturerRef">0200:0100</property>
152+
<property name="dbReference">911</property>
153+
<property name="defaultAssociations">1</property>
154+
</properties>
155+
156+
<!-- CONFIGURATION DESCRIPTIONS -->
157+
<config-description>
158+
159+
<!-- GROUP DEFINITIONS -->
160+
<parameter-group name="configuration">
161+
<context>setup</context>
162+
<label>Configuration Parameters</label>
163+
</parameter-group>
164+
165+
<parameter-group name="association">
166+
<context>link</context>
167+
<label>Association Groups</label>
168+
</parameter-group>
169+
170+
<!-- PARAMETER DEFINITIONS -->
171+
<parameter name="config_1_1" type="integer" groupName="configuration"
172+
min="1" max="6">
173+
<label>1: EP 1 Type</label>
174+
<description><![CDATA[
175+
EP 1 Type<br /><h1>Overview</h1><p>1=on/off switch<br />2=blind up<br />3=blind down<br />4=switch multiway<br />5=blind-up multiway<br />6=blind-down multiway</p>
176+
]]></description>
177+
<default>1</default>
178+
</parameter>
179+
180+
<parameter name="config_2_1" type="integer" groupName="configuration"
181+
min="0" max="9">
182+
<label>2: EP 1 Partner Id</label>
183+
<description>EP 1 Partner Id</description>
184+
<default>0</default>
185+
</parameter>
186+
187+
<parameter name="config_3_1" type="integer" groupName="configuration"
188+
min="0" max="127">
189+
<label>3: EP 1 Blind Duration</label>
190+
<description>EP 1 Blind Duration</description>
191+
<default>0</default>
192+
</parameter>
193+
194+
<parameter name="config_4_1" type="integer" groupName="configuration"
195+
min="1" max="6">
196+
<label>4: EP 1 Output</label>
197+
<description><![CDATA[
198+
EP 1 Output<br /><h1>Overview</h1><p>0 = not used<br />1 – 6 = Num. of output</p>
199+
]]></description>
200+
<default>1</default>
201+
</parameter>
202+
203+
<parameter name="config_5_1" type="integer" groupName="configuration"
204+
min="0" max="7">
205+
<label>5: EP 1 Button attribute</label>
206+
<description><![CDATA[
207+
EP 1 Button attribute<br /><h1>Overview</h1><p>Bit [0] = LED enable<br />Bit [1] = Sound enable<br />Bit [2] = Dry contact enable<br />Bit [3] = Motor enable</p>
208+
]]></description>
209+
<default>7</default>
210+
</parameter>
211+
212+
<!-- ASSOCIATION DEFINITIONS -->
213+
<parameter name="group_1" type="text" groupName="association" multiple="true">
214+
<label>1: Lifeline</label>
215+
<multipleLimit>5</multipleLimit>
216+
</parameter>
217+
218+
<!-- STATIC DEFINITIONS -->
219+
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
220+
<label>Node ID</label>
221+
<advanced>true</advanced>
222+
</parameter>
223+
224+
</config-description>
225+
226+
</thing-type>
227+
228+
</thing:thing-descriptions>

0 commit comments

Comments
 (0)