Skip to content

Commit 3926bc9

Browse files
authored
Database update (openhab#1126)
Signed-off-by: Chris Jackson <[email protected]>
1 parent a0b1e44 commit 3926bc9

33 files changed

+3761
-356
lines changed

ESH-INF/thing/aeon/zw088_1_0.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
<thing-type id="aeon_zw088_01_000" listed="false">
99
<label>ZW088 4 button keyfob - Gen 5</label>
1010
<description><![CDATA[
11-
4 button keyfob - Gen 5<br /><h1>Overview</h1><p>Key Fob Gen5 is a fully functional Z-wave remote controller, which can include, exclude and control the other Z-Wave certified devices. It also can be acted a secondary controller in a network.</p> <br /><h2>Inclusion Information</h2><p>Short press the “Include” button on the Key Fob, it will go into inclusion state and its blue LED will blink slowly to wait including other slave Z-Wave devices.</p>
11+
4 button keyfob - Gen 5<br /><h1>Overview</h1><p>Key Fob Gen5 is a fully functional Z-wave remote controller, which can include, exclude and control the other Z-Wave certified devices. It also can be acted a secondary controller in a network.</p> <br /><h2>Inclusion Information</h2><p>Short press the “Include” button on the Key Fob, it will go into inclusion state and its blue LED will blink slowly to wait including other slave Z-Wave devices.</p> <br /><h2>Exclusion Information</h2><p>Short press the “Remove” button, the Key Fob will go into exclusion state and its red LED will blink slowly to wait excluding any other Z‐wave device from its network.</p> <br /><h2>Wakeup Information</h2><p>Press and hold the “Learn” button for 3 seconds, which will trigger to send a Wake Up Notification CC and Node info frame.</p>
1212
]]></description>
13+
<category>RemoteControl</category>
1314

1415
<!-- CHANNEL DEFINITIONS -->
1516
<channels>

ESH-INF/thing/fibaro/fgr223_0_0.xml

+12-9
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ Roller Shutter 3<br /><h1>Overview</h1><p>FIBARO Roller Shutter 3 is a device d
1414

1515
<!-- CHANNEL DEFINITIONS -->
1616
<channels>
17-
<channel id="switch_dimmer" typeId="switch_dimmer">
18-
<label>Dimmer</label>
17+
<channel id="blinds_control" typeId="blinds_control">
18+
<label>Blinds Control</label>
1919
<properties>
2020
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
21-
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
21+
<property name="binding:Command:StopMoveType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
22+
<property name="binding:Command:UpDownType">COMMAND_CLASS_SWITCH_MULTILEVEL</property>
2223
</properties>
2324
</channel>
2425
<channel id="meter_kwh" typeId="meter_kwh">
@@ -51,11 +52,12 @@ Roller Shutter 3<br /><h1>Overview</h1><p>FIBARO Roller Shutter 3 is a device d
5152
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=SYSTEM</property>
5253
</properties>
5354
</channel>
54-
<channel id="switch_dimmer1" typeId="switch_dimmer">
55-
<label>Dimmer 1</label>
55+
<channel id="blinds_control1" typeId="blinds_control">
56+
<label>Blinds Control 1</label>
5657
<properties>
5758
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL:1</property>
58-
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL:1</property>
59+
<property name="binding:Command:StopMoveType">COMMAND_CLASS_SWITCH_MULTILEVEL:1</property>
60+
<property name="binding:Command:UpDownType">COMMAND_CLASS_SWITCH_MULTILEVEL:1</property>
5961
</properties>
6062
</channel>
6163
<channel id="meter_kwh1" typeId="meter_kwh">
@@ -82,11 +84,12 @@ Roller Shutter 3<br /><h1>Overview</h1><p>FIBARO Roller Shutter 3 is a device d
8284
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM:1;type=SYSTEM</property>
8385
</properties>
8486
</channel>
85-
<channel id="switch_dimmer2" typeId="switch_dimmer">
86-
<label>Dimmer 2</label>
87+
<channel id="blinds_control2" typeId="blinds_control">
88+
<label>Blinds Control 2</label>
8789
<properties>
8890
<property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL:2</property>
89-
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL:2</property>
91+
<property name="binding:Command:StopMoveType">COMMAND_CLASS_SWITCH_MULTILEVEL:2</property>
92+
<property name="binding:Command:UpDownType">COMMAND_CLASS_SWITCH_MULTILEVEL:2</property>
9093
</properties>
9194
</channel>
9295
</channels>

ESH-INF/thing/hank/dws01_0_0.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<thing-type id="hank_dws01_00_000" listed="false">
99
<label>DWS01 Door and Window Sensor</label>
1010
<description><![CDATA[
11-
Door and Window Sensor<br /><h1>Overview</h1><p>Unit is labeled with HKZW-DWS01</p> <p>But, also sold as "MONOPRICE Door and Window Sensor P/N 24259"</p>
11+
Door and Window Sensor<br /><h1>Overview</h1><p>Sensor detects when a door is open or closed, also has a tamper switch.</p> <br /><h2>Inclusion Information</h2><p>Non-secure: press the Z-button three times rapidly.</p> <p>Secure: hold the Z-button for three seconds.</p> <br /><h2>Exclusion Information</h2><p>Press the Z-button three times rapidly.</p> <br /><h2>Wakeup Information</h2><p>Separate the magnet from the sensor body or pull the cover back and press the little button near the tamper switch until the little blue LED illuminates.</p>
1212
]]></description>
1313
<category>Door</category>
1414

ESH-INF/thing/leviton/dz1kd_0_0.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<thing-type id="leviton_dz1kd_00_000" listed="false">
99
<label>DZ1KD 1000W Dimmer</label>
1010
<description><![CDATA[
11-
1000W Dimmer<br /><h1>Overview</h1><p>Universal Incandescent, LED, CFL, Magnetic Low Voltage or Fluorescent Dimmer </p> <br /><h2>Inclusion Information</h2><ul><li>Enter Programming Mode by holding the top of the paddle for 7 seconds, the Locator LED will blink amber.</li> <li>Tap the top of the paddle one time.</li> <li>The Locator LED will quickly flash green.</li> <li>The Decora SmartTM Z-Wave® device is ready to learn into the Z-Wave network.</li> <li>Follow directions in the Z-Wave® controller to complete the adding process.</li> <li>Upon successful addition to network the LED will turn off and then blink green 3 times.</li> <li>If the adding process is not successful the LED will flash red 3 times.</li> </ul><br /><h2>Exclusion Information</h2><ul><li>Enter Programming Mode by holding the top of the paddle for 7 seconds, the Locator LED will blink amber.</li> <li>Follow directions in the Z-Wave® controller to enter exclusion mode</li> <li>Tap the top of the paddle one time. The Locator LED will quickly flash green.</li> <li>The Z-Wave® controller will exclude the Decora SmartTM device</li> <li>The Z-Wave® controller will confirm successful exclusion from the network.</li> </ul>
11+
1000W Dimmer<br /><h1>Overview</h1><p>Universal Incandescent, LED, CFL, Magnetic Low Voltage or Fluorescent Dimmer</p> <br /><h2>Inclusion Information</h2><ul><li>Enter Programming Mode by holding the top of the paddle for 7 seconds, the Locator LED will blink amber.</li> <li>Tap the top of the paddle one time.</li> <li>The Locator LED will quickly flash green.</li> <li>The Decora SmartTM Z-Wave® device is ready to learn into the Z-Wave network.</li> <li>Follow directions in the Z-Wave® controller to complete the adding process.</li> <li>Upon successful addition to network the LED will turn off and then blink green 3 times.</li> <li>If the adding process is not successful the LED will flash red 3 times.</li> </ul><br /><h2>Exclusion Information</h2><ul><li>Enter Programming Mode by holding the top of the paddle for 7 seconds, the Locator LED will blink amber.</li> <li>Follow directions in the Z-Wave® controller to enter exclusion mode</li> <li>Tap the top of the paddle one time. The Locator LED will quickly flash green.</li> <li>The Z-Wave® controller will exclude the Decora SmartTM device</li> <li>The Z-Wave® controller will confirm successful exclusion from the network.</li> </ul>
1212
]]></description>
1313
<category>WallSwitch</category>
1414

ESH-INF/thing/linear/wi15vz1_0_0.xml

+98
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
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="linear_wi15vz1_00_000" listed="false">
9+
<label>GoControl Smart Irrigation Controller Sprinkler Controller Supporting Flow Sensors, Rain Sensors and Moisture Sensors</label>
10+
<description><![CDATA[
11+
Sprinkler Controller Supporting Flow Sensors, Rain Sensors and Moisture Sensors<br /><h1>Overview</h1><p>The WI15Z5-1 Smart Irrigation Controller supports up to 15 valves using the Irrigation Command Class. A Z-Wave hub can use local weather conditions and connected rain and moisture sensors to optimizes the use of the scheduled watering cycles. As a connected device, sprinklers can be turned on or off from anywhere there is internet connectivity. <br />Integrated diagnostics and flow sensor support help determine breaks or improper operation of the irrigation system. </p> <br /><h2>Inclusion Information</h2><p>Adding to a Network</p> <p>NOTE: If you have trouble adding the GoControl Irrigation Controller to a group it may be that the Home ID and Node ID were not cleared from it after testing. You must fi rst “RESET UNIT” to remove it from the network.</p> <p>When the WI15VZ-1 is first powered up, the Status LED should be Red. If the Status LED is Green, the WI15VZ-1 needs to be reset (see below). To add it to your network refer to your controller operating instructions.</p> <ol><li>With your controller in Discovery or Add Mode, tap the button (See Figure8).</li> <li>You should see an indication on your controller that the “device was added” to the network and the Green LED will blink. The device will appear in the list of switches. It should display as a switch. If the controller shows the addition failed, repeat Steps 1-3.</li> </ol><br /><h2>Exclusion Information</h2><p>Removing from a Network:</p> <p>The GoControl Irrigation Controller can be removed from the network by the controller. Refer to the controller operating instructions for details.</p> <ol><li>Set the controller into Removal Mode and follow its instructions to delete it from the controller.</li> <li>Remove the Irrigation Controller by tapping the button 2 times.</li> <li>You should see an indication on your controller that the “device was removed” from the network and the Green LED will blink then turn Red.</li> </ol>
12+
]]></description>
13+
<category>Valve</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="alarm_general" typeId="alarm_general">
24+
<label>Alarm</label>
25+
<properties>
26+
<property name="binding:*:OnOffType">COMMAND_CLASS_ALARM</property>
27+
</properties>
28+
</channel>
29+
<channel id="time_offset" typeId="time_offset">
30+
<label>Clock Time Offset</label>
31+
<properties>
32+
<property name="binding:*:DecimalType">COMMAND_CLASS_TIME_PARAMETERS</property>
33+
</properties>
34+
</channel>
35+
</channels>
36+
37+
<!-- DEVICE PROPERTY DEFINITIONS -->
38+
<properties>
39+
<property name="vendor">Linear Corp</property>
40+
<property name="modelId">GoControl Smart Irrigation Controller</property>
41+
<property name="manufacturerId">014F</property>
42+
<property name="manufacturerRef">5749:3135</property>
43+
<property name="dbReference">1001</property>
44+
<property name="defaultAssociations">1</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_2_2" type="integer" groupName="configuration"
63+
min="1" max="255">
64+
<label>2: Master Valve Delay</label>
65+
<description>Delay in seconds</description>
66+
<default>1</default>
67+
</parameter>
68+
69+
<parameter name="config_12_4" type="integer" groupName="configuration"
70+
min="0" max="2147483647">
71+
<label>12: Flow Sensor K value</label>
72+
<description>Unique to flow sensor</description>
73+
<default>0</default>
74+
</parameter>
75+
76+
<parameter name="config_13_4" type="integer" groupName="configuration"
77+
min="0" max="2147483647">
78+
<label>13: Flow Sensor Offset value</label>
79+
<description>Unique to the flow sensor</description>
80+
<default>0</default>
81+
</parameter>
82+
83+
<!-- ASSOCIATION DEFINITIONS -->
84+
<parameter name="group_1" type="text" groupName="association">
85+
<label>1: Lifeline</label>
86+
</parameter>
87+
88+
<!-- STATIC DEFINITIONS -->
89+
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
90+
<label>Node ID</label>
91+
<advanced>true</advanced>
92+
</parameter>
93+
94+
</config-description>
95+
96+
</thing-type>
97+
98+
</thing:thing-descriptions>

0 commit comments

Comments
 (0)