Skip to content

Commit 6909575

Browse files
authored
Database update (openhab#1110)
Signed-off-by: Chris Jackson <[email protected]>
1 parent b537392 commit 6909575

29 files changed

+2830
-87
lines changed

ESH-INF/thing/aeon/zw141_0_0.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ZW141<br /><h1>Overview</h1><p>Aeotec Nano Shutter is a Z-Wave motor controller
1515
<!-- CHANNEL DEFINITIONS -->
1616
<channels>
1717
<channel id="switch_binary" typeId="switch_binary">
18-
<label>Switch</label>
18+
<label>Switch [Deprecated]</label>
1919
<properties>
2020
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY</property>
2121
</properties>
@@ -42,6 +42,7 @@ ZW141<br /><h1>Overview</h1><p>Aeotec Nano Shutter is a Z-Wave motor controller
4242
<property name="manufacturerId">0086</property>
4343
<property name="manufacturerRef">0003:008D</property>
4444
<property name="dbReference">912</property>
45+
<property name="defaultAssociations">1</property>
4546
</properties>
4647

4748
<!-- CONFIGURATION DESCRIPTIONS -->
@@ -59,7 +60,7 @@ ZW141<br /><h1>Overview</h1><p>Aeotec Nano Shutter is a Z-Wave motor controller
5960
</parameter-group>
6061

6162
<!-- PARAMETER DEFINITIONS -->
62-
<parameter name="config_35_1" type="integer" groupName="configuration" readOnly="true"
63+
<parameter name="config_35_1" type="integer" groupName="configuration"
6364
min="0" max="100">
6465
<label>35: Moving time left to right</label>
6566
<description>Set the moving time from up (left) to down (right) for curtain.</description>
@@ -113,7 +114,7 @@ Enable/disable the configuration parameters to be locked<br /><h1>Overview</h1><
113114

114115
<!-- ASSOCIATION DEFINITIONS -->
115116
<parameter name="group_1" type="text" groupName="association" multiple="true">
116-
<label>1: Group 1</label>
117+
<label>1: Lifeline</label>
117118
<description><![CDATA[
118119
<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>
119120
]]></description>

ESH-INF/thing/everspring/st814_0_0.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ Temperature and Humidity Sensor<br /><h1>Overview</h1><p>The Temperature/Humidit
5757
</properties>
5858
</channel>
5959
<channel id="alarm_co2" typeId="alarm_co2">
60-
<label>Alarm (CO2)</label>
60+
<label>Alarm (CO2) [Deprecated]</label>
6161
<properties>
6262
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=CARBON_MONOXIDE</property>
6363
</properties>
6464
</channel>
6565
<channel id="alarm_smoke" typeId="alarm_smoke">
66-
<label>Alarm (smoke)</label>
66+
<label>Alarm (smoke) [Deprecated]</label>
6767
<properties>
6868
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=SMOKE</property>
6969
</properties>

ESH-INF/thing/fibaro/fgr223_0_0.xml

+515
Large diffs are not rendered by default.

ESH-INF/thing/ge/outdoorswitch_0_0.xml

+30-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77

88
<thing-type id="ge_outdoorswitch_00_000" listed="false">
99
<label>GE Outdoor Switch Weather Resistant Outdoor Switch</label>
10-
<description>Weather Resistant Outdoor Switch</description>
10+
<description><![CDATA[
11+
Weather Resistant Outdoor Switch<br /><h1>Overview</h1><p>Maximum load for the Z-Wave controlled outlet: 600W Incandescent; 1800W (15A) Resistive or 1⁄2 HP Motor</p> <ul><li>One Z-Wave controlled grounded outlet for lighting &amp; small appliances</li> <li>Remote ON/OFF control via the Z-Wave controller</li> <li>Manual ON/OFF control with the manual/program button</li> <li>Grounded 3-wire power connection for safety</li> <li>Weather and impact resistant housing. suitable for outdoors in a wet or damp conditions</li> <li>Integrated outlet cover keeps dirt and debris out when the smart switch is not in use</li> </ul><br /><h2>Inclusion Information</h2><ol><li>Follow the instructions for your Z-Wave certified controller to add the smart switch to the Z-Wave network.</li> <li>Once the controller is ready to add your outdoor smart switch, single press and release the manual/program button on the smart switch to add it in the network.</li> <li>Please reference the controller/gateway’s manual for instructions.<br />Now you have complete control to turn your lamp ON/OFF according to groups, scenes, schedules and interactive automations programmed by your controller. If your Z-Wave certified controller features Remote Access, you can now control your lighting from your mobile devices.</li> </ol><br /><h2>Exclusion Information</h2><ol><li>Follow the instructions for your Z-Wave certi ed controller to remove a device from the Z-Wave network.</li> <li>Once the controller is ready to remove your device, press and release the manual/program button on the smart switch to remove it from the network.</li> </ol><p>To return your switch to factory defaults</p> <ol><li>If plugged in, unplug the Switch from the receptacle. 2. Press and hold the button for at least 3 seconds while you plug the switch into a receptacle.</li> </ol><p>Note: This should only be used in the event your network’s primary controller is missing or otherwise inoperable.</p>
12+
]]></description>
13+
<category>PowerOutlet</category>
1114

1215
<!-- CHANNEL DEFINITIONS -->
1316
<channels>
@@ -32,11 +35,37 @@
3235
<property name="manufacturerId">0063</property>
3336
<property name="manufacturerRef">4F50:3032</property>
3437
<property name="dbReference">643</property>
38+
<property name="defaultAssociations">1</property>
3539
</properties>
3640

3741
<!-- CONFIGURATION DESCRIPTIONS -->
3842
<config-description>
3943

44+
<!-- GROUP DEFINITIONS -->
45+
<parameter-group name="association">
46+
<context>link</context>
47+
<label>Association Groups</label>
48+
</parameter-group>
49+
50+
<!-- ASSOCIATION DEFINITIONS -->
51+
<parameter name="group_1" type="text" groupName="association" multiple="true">
52+
<label>1: Lifeline</label>
53+
<description>Association Group 1 supports Lifeline, Binary Switch Report</description>
54+
<multipleLimit>5</multipleLimit>
55+
</parameter>
56+
57+
<parameter name="group_2" type="text" groupName="association" multiple="true">
58+
<label>2: Basic Set</label>
59+
<description>Association Group 2 supports Basic Set and is controlled by pressing the On or Off button with the local load</description>
60+
<multipleLimit>5</multipleLimit>
61+
</parameter>
62+
63+
<parameter name="group_3" type="text" groupName="association" multiple="true">
64+
<label>3: Basic Set</label>
65+
<description>Association Group 3 supports Basic Set and is controlled by double pressing the On or Off button</description>
66+
<multipleLimit>5</multipleLimit>
67+
</parameter>
68+
4069
<!-- STATIC DEFINITIONS -->
4170
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
4271
<label>Node ID</label>

ESH-INF/thing/honeywell/39342_0_0.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Plug-In Smart Switch (Dual Linked Outlets, Grounded)<br /><h1>Overview</h1><ul><
1717
<channel id="switch_binary" typeId="switch_binary">
1818
<label>Switch</label>
1919
<properties>
20-
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY</property>
20+
<property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY,COMMAND_CLASS_BASIC</property>
2121
</properties>
2222
</channel>
2323
<channel id="scene_number" typeId="scene_number">

ESH-INF/thing/honeywell/39351_0_0.xml

+107
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
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="honeywell_39351_00_000" listed="false">
9+
<label>39351 / Jasco ZW3005 In-Wall Smart Dimmer</label>
10+
<description><![CDATA[
11+
In-Wall Smart Dimmer<br /><h1>Overview</h1><ul><li>Indoor</li> <li>Dimmer Switch</li> <li>120 VAC, 60 Hz</li> <li>908.42/916 MHz</li> <li>Max Incandescent Load 1-gang 600W</li> <li>Max Incandescent Load 2-gang 500W</li> <li>Max Incandescent Load 3-gang 400W</li> <li>Max CFL/LED Load 150W</li> <li>Max Range 45 m</li> <li>Operating Temperature Range 0°C to 40°C</li> <li>UL Listed</li> <li>FCC ID U2ZZW3005A</li> <li>IC 6924A-ZW3005A</li> </ul><br /><h2>Inclusion Information</h2><p>Press and release the top or bottom of the dimmer (rocker).  (Tested to work with Network Wide Inclusion.)</p> <br /><h2>Exclusion Information</h2><p>Press and release the top or bottom of the dimmer (rocker).</p>
12+
]]></description>
13+
<category>WallSwitch</category>
14+
15+
<!-- CHANNEL DEFINITIONS -->
16+
<channels>
17+
<channel id="switch_dimmer" typeId="switch_dimmer">
18+
<label>Dimmer</label>
19+
<properties>
20+
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
21+
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
22+
</properties>
23+
</channel>
24+
<channel id="scene_number" typeId="scene_number">
25+
<label>Scene Number</label>
26+
<properties>
27+
<property name="binding:*:DecimalType">COMMAND_CLASS_SCENE_ACTIVATION</property>
28+
</properties>
29+
</channel>
30+
</channels>
31+
32+
<!-- DEVICE PROPERTY DEFINITIONS -->
33+
<properties>
34+
<property name="vendor">Honeywell</property>
35+
<property name="modelId">39351 / Jasco ZW3005</property>
36+
<property name="manufacturerId">0039</property>
37+
<property name="manufacturerRef">4944:3038</property>
38+
<property name="dbReference">984</property>
39+
<property name="defaultAssociations">1</property>
40+
</properties>
41+
42+
<!-- CONFIGURATION DESCRIPTIONS -->
43+
<config-description>
44+
45+
<!-- GROUP DEFINITIONS -->
46+
<parameter-group name="configuration">
47+
<context>setup</context>
48+
<label>Configuration Parameters</label>
49+
</parameter-group>
50+
51+
<parameter-group name="association">
52+
<context>link</context>
53+
<label>Association Groups</label>
54+
</parameter-group>
55+
56+
<!-- PARAMETER DEFINITIONS -->
57+
<parameter name="config_3_1" type="integer" groupName="configuration">
58+
<label>3: LED Light</label>
59+
<description>LED status when device on or off.</description>
60+
<default>0</default>
61+
<options>
62+
<option value="0">LED ON when load is OFF</option>
63+
<option value="1">LED ON when load is ON</option>
64+
<option value="2">LED always OFF</option>
65+
</options>
66+
</parameter>
67+
68+
<parameter name="config_4_1" type="integer" groupName="configuration">
69+
<label>4: Invert Switch</label>
70+
<description>Switch orientation.</description>
71+
<default>0</default>
72+
<options>
73+
<option value="0">Default</option>
74+
<option value="1">Invert Switch</option>
75+
</options>
76+
</parameter>
77+
78+
<!-- ASSOCIATION DEFINITIONS -->
79+
<parameter name="group_1" type="text" groupName="association" multiple="true">
80+
<label>1: Lifeline</label>
81+
<description>Z-Wave Plus Lifeline, Multilevel Switch Report</description>
82+
<multipleLimit>5</multipleLimit>
83+
</parameter>
84+
85+
<parameter name="group_2" type="text" groupName="association" multiple="true">
86+
<label>2: Basic Set Local Load</label>
87+
<description>Support Basic Set and is controlled with the local load</description>
88+
<multipleLimit>5</multipleLimit>
89+
</parameter>
90+
91+
<parameter name="group_3" type="text" groupName="association" multiple="true">
92+
<label>3: Basic Set Double Press</label>
93+
<description>Supports Basic Set and is controlled by double pressing the On or Off button</description>
94+
<multipleLimit>5</multipleLimit>
95+
</parameter>
96+
97+
<!-- STATIC DEFINITIONS -->
98+
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
99+
<label>Node ID</label>
100+
<advanced>true</advanced>
101+
</parameter>
102+
103+
</config-description>
104+
105+
</thing-type>
106+
107+
</thing:thing-descriptions>

ESH-INF/thing/idlock/idl150_0_0.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Z wave module for ID Lock 150 and 101<br /><h1>Overview</h1><p>The ID Lock Z-wav
2020
<property name="binding:*:OnOffType">COMMAND_CLASS_DOOR_LOCK</property>
2121
</properties>
2222
</channel>
23-
<channel id="alarm_access" typeId="alarm_access">
24-
<label>Alarm (access)</label>
23+
<channel id="alarm_entry" typeId="alarm_entry">
24+
<label>Entry Notification</label>
2525
<properties>
2626
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=ACCESS_CONTROL</property>
2727
</properties>

ESH-INF/thing/inovelli/dimmer_0_0.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<thing-type id="inovelli_dimmer_00_000" listed="false">
99
<label>NZW31 In-wall Dimming Switch</label>
1010
<description><![CDATA[
11-
In-wall Dimming Switch<br /><h1>Overview</h1><p>Inovelli's In-Wall Smart Dimmer not only has the ability to control lights from anywhere in the world, but it acts as a Z-Wave signal repeater, which amplifies your Z-Wave signal, growing the capabilities of your network. <br /><br />In addition, it has scene control enabled, which allows you to double tap the switch to activate a Z-Wave scene. An example would be a bedtime scene, which turns off all lights, locks the door(s) and sets the temperature to 68 degrees. <br /><br />Simplifying lives, one smart home product at a time... that's Inovelli.</p> <br /><h2>Inclusion Information</h2><p><strong>Including Steps:</strong></p> <ul><li>This will vary based on the HUB/Gateway you’re using, but you need to go one (1) step before putting your HUB/Gateway in inclusion process — once you are one (1) step away from physically starting the inclusion/pairing process — <strong>THEN STOP!</strong></li> <li>Walk down to your circuit breaker and flip on the power (you will now have 30 seconds to physically start the inclusion process on your HUB/Gateway)</li> <li>While next to the breaker, start the inclusion process and your HUB/Gateway will automatically start looking for devices</li> <li>Wait for auto-inclusion to do its thing. Your switch will automatically include/pair to your HUB/Gateway <ul><li>If successful, your device will flash twice (<strong>NOTE:</strong> Auto-Inclusion will time out after 30 seconds)</li> <li>If the switch does not flash within 30 seconds, please use the alternate method of pairing which is pressing the top (UP) button 6x within 2 seconds</li> </ul></li> <li>Confirm that your HUB/Gateway shows the switch</li> </ul><p>Congratulations, you now have a remote controlled switch!</p> <p><strong>**If you are having issues pairing your device, please ensure your switch is within range of your HUB. 95% of the pairing/including failures stem from this issue. Best practice is to start with Z-Wave products near your HUB and build your network out. The more Z-Wave devices, the more efficient your network.**</strong></p> <br /><h2>Exclusion Information</h2><ul><li>Press the Top (UP) Button on your NZW31 six (6) times within 2 seconds</li> </ul>
11+
In-wall Dimming Switch<br /><h1>Overview</h1><p>Inovelli's In-Wall Smart Dimmer not only has the ability to control lights from anywhere in the world, but it acts as a Z-Wave signal repeater, which amplifies your Z-Wave signal, growing the capabilities of your network. </p> <br /><h2>Inclusion Information</h2><p><strong>Including Steps:</strong></p> <ul><li>This will vary based on the HUB/Gateway you’re using, but you need to go one (1) step before putting your HUB/Gateway in inclusion process — once you are one (1) step away from physically starting the inclusion/pairing process — <strong>THEN STOP!</strong></li> <li>Walk down to your circuit breaker and flip on the power (you will now have 30 seconds to physically start the inclusion process on your HUB/Gateway)</li> <li>While next to the breaker, start the inclusion process and your HUB/Gateway will automatically start looking for devices</li> <li>Wait for auto-inclusion to do its thing. Your switch will automatically include/pair to your HUB/Gateway <ul><li>If successful, your device will flash twice (<strong>NOTE:</strong> Auto-Inclusion will time out after 30 seconds)</li> <li>If the switch does not flash within 30 seconds, please use the alternate method of pairing which is pressing the top (UP) button 6x within 2 seconds</li> </ul></li> <li>Confirm that your HUB/Gateway shows the switch</li> </ul><p>Congratulations, you now have a remote controlled switch!</p> <p><strong>**If you are having issues pairing your device, please ensure your switch is within range of your HUB. 95% of the pairing/including failures stem from this issue. Best practice is to start with Z-Wave products near your HUB and build your network out. The more Z-Wave devices, the more efficient your network.**</strong></p> <br /><h2>Exclusion Information</h2><ul><li>Press the Top (UP) Button on your NZW31 six (6) times within 2 seconds</li> </ul>
1212
]]></description>
1313
<category>WallSwitch</category>
1414

@@ -28,7 +28,7 @@ In-wall Dimming Switch<br /><h1>Overview</h1><p>Inovelli's In-Wall Smart Dimmer
2828
<property name="vendor">Inovelli</property>
2929
<property name="modelId">NZW31</property>
3030
<property name="manufacturerId">0312</property>
31-
<property name="manufacturerRef">1F00:1F00,1F01:1F01</property>
31+
<property name="manufacturerRef">1F01:1F01</property>
3232
<property name="dbReference">807</property>
3333
<property name="defaultAssociations">1</property>
3434
</properties>

0 commit comments

Comments
 (0)