Skip to content

Commit 2040201

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

File tree

17 files changed

+1220
-63
lines changed

17 files changed

+1220
-63
lines changed

ESH-INF/thing/ge/14280zw3107_0_0.xml

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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="ge_14280zw3107_00_000" listed="false">
9+
<label>ZW3107 / GE 14280 Plug-In Smart Dimmer (Dual Linked Outlets)</label>
10+
<description><![CDATA[
11+
Plug-In Smart Dimmer (Dual Linked Outlets)<br /><h1>Overview</h1><ul><li>2 Simultaneously Controlled Outlets</li> <li>Only Blocks One Outlet / Cords Exit Sideways</li> <li>Indoor</li> <li>Wall Plug</li> <li>120 VAC, 60 Hz</li> <li>908.42/916 MHz</li> <li>Max Incandescent Load 600W (5A)</li> <li>Max Resistive Load 1800W (15A)</li> <li>Max Motor 1/2 HP</li> <li>Max Range 45 m</li> <li>Operating Temperature Range 0°C to 40°C</li> <li>UL Listed</li> <li>FCC ID U2ZZW4104</li> <li>IC 6924A-ZW4104</li> </ul><p>Appears to be the same as the Honeywell 39339 / Jasco ZW3107.</p> <br /><h2>Inclusion Information</h2><p>Press and release the manual/program button.  (Tested to work with Network Wide Inclusion.)</p> <br /><h2>Exclusion Information</h2><p>Press and release the manual/program button.</p>
12+
]]></description>
13+
<category>PowerOutlet</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+
</channels>
25+
26+
<!-- DEVICE PROPERTY DEFINITIONS -->
27+
<properties>
28+
<property name="vendor">Jasco Products</property>
29+
<property name="modelId">ZW3107 / GE 14280</property>
30+
<property name="manufacturerId">0063</property>
31+
<property name="manufacturerRef">5044:3033</property>
32+
<property name="dbReference">719</property>
33+
</properties>
34+
35+
<!-- CONFIGURATION DESCRIPTIONS -->
36+
<config-description>
37+
38+
<!-- STATIC DEFINITIONS -->
39+
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
40+
<label>Node ID</label>
41+
<advanced>true</advanced>
42+
</parameter>
43+
44+
</config-description>
45+
46+
</thing-type>
47+
48+
</thing:thing-descriptions>

ESH-INF/thing/ge/14294_0_0.xml

+153
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,153 @@
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="ge_14294_00_000" listed="false">
9+
<label>GE 14294 (ZW3005) In-Wall Dimmer Switch</label>
10+
<description><![CDATA[
11+
In-Wall Dimmer Switch<br /><h1>Overview</h1><p>Transform any home into a smart home with the GE In-Wall Smart Dimmer. The In-Wall Smart Dimmer can easily replace any standard in-wall switch and remotely controls a light in your home. Your home will be equipped with ultimate flexibility with the GE Z-Wave Smart Dimmer, capable of being used by itself or with up to four add-on switches. Screw terminal installation provides improved space efficiency when replacing existing switches and the integrated LED indicator light allows you to easily locate the switch in a dark room. The GE Z-Wave In-Wall Smart Dimmer is compatible with any Z-Wave certified gateway, providing access to many popular home automation systems. Take control of your home lighting with GE Z-Wave Smart Lighting Controls! </p> <br /><h2>Inclusion Information</h2><ol><li>Follow the instructions for your Z-Wave certified controller to include a device to the Z-Wave network.</li> <li>Once the controller is ready to add your device, press and release the top or bottom of the wireless smart switch (rocker) to add it in the network.</li> </ol><br /><h2>Exclusion Information</h2><ol><li>Follow the instructions for your Z-Wave certified controller to remove a device from the Z-Wave network.</li> <li>Once the controller is ready to Exclude your device, press and release the top or bottom of the wireless smart dimmer (rocker) to remove it from the network.</li> </ol><p><strong>Factory Reset</strong></p> <p>Quickly press ON (Top) button three (3) times then immediately press the OFF (Bottom) button three (3) times. The LED will flash ON/OFF 5 times when completed successfully.</p> <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>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,COMMAND_CLASS_BASIC</property>
21+
<property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL,COMMAND_CLASS_BASIC</property>
22+
</properties>
23+
</channel>
24+
</channels>
25+
26+
<!-- DEVICE PROPERTY DEFINITIONS -->
27+
<properties>
28+
<property name="vendor">Jasco Products</property>
29+
<property name="modelId">GE 14294 (ZW3005)</property>
30+
<property name="manufacturerId">0063</property>
31+
<property name="manufacturerRef">4944:3038</property>
32+
<property name="dbReference">543</property>
33+
<property name="defaultAssociations">1,2,3</property>
34+
</properties>
35+
36+
<!-- CONFIGURATION DESCRIPTIONS -->
37+
<config-description>
38+
39+
<!-- GROUP DEFINITIONS -->
40+
<parameter-group name="configuration">
41+
<context>setup</context>
42+
<label>Configuration Parameters</label>
43+
</parameter-group>
44+
45+
<parameter-group name="association">
46+
<context>link</context>
47+
<label>Association Groups</label>
48+
</parameter-group>
49+
50+
<!-- PARAMETER DEFINITIONS -->
51+
<parameter name="config_3_1" type="integer" groupName="configuration">
52+
<label>3: Night Light</label>
53+
<description>Defines the behavior of the blue LED. Default is on when switch is off.</description>
54+
<default>0</default>
55+
<options>
56+
<option value="0">LED on when switch is OFF</option>
57+
<option value="1">LED on when switch is ON</option>
58+
<option value="2">LED always off</option>
59+
</options>
60+
</parameter>
61+
62+
<parameter name="config_4_1" type="integer" groupName="configuration">
63+
<label>4: Invert Switch</label>
64+
<description>Invert the ON/OFF Switch State.</description>
65+
<default>0</default>
66+
<options>
67+
<option value="0">No</option>
68+
<option value="1">Yes</option>
69+
</options>
70+
</parameter>
71+
72+
<parameter name="config_5_1" type="integer" groupName="configuration">
73+
<label>5: Ignore Start-Level (Receiving)</label>
74+
<description>This dimmer will start dimming from its current level.</description>
75+
<default>0</default>
76+
<options>
77+
<option value="0">No</option>
78+
<option value="1">Yes</option>
79+
</options>
80+
</parameter>
81+
82+
<parameter name="config_7_1" type="integer" groupName="configuration"
83+
min="1" max="99">
84+
<label>7: On/Off Command Dim Step</label>
85+
<description>Indicates how many levels the dimmer will change per step.</description>
86+
<default>3</default>
87+
</parameter>
88+
89+
<parameter name="config_8_2" type="integer" groupName="configuration"
90+
min="1" max="255">
91+
<label>8: On/Off Command Dim Rate</label>
92+
<description>This sets how often the dim level will change.</description>
93+
<default>3</default>
94+
</parameter>
95+
96+
<parameter name="config_9_1" type="integer" groupName="configuration"
97+
min="1" max="99">
98+
<label>9: Local Control Dim Step</label>
99+
<description>How many levels the dimmer will change for each step.</description>
100+
<default>3</default>
101+
</parameter>
102+
103+
<parameter name="config_10_2" type="integer" groupName="configuration"
104+
min="1" max="255">
105+
<label>10: Local Control Dim Rate</label>
106+
<description>This sets how often the dim level will change.</description>
107+
<default>3</default>
108+
</parameter>
109+
110+
<parameter name="config_11_1" type="integer" groupName="configuration"
111+
min="1" max="99">
112+
<label>11: ALL ON/ALL OFF Dim Step</label>
113+
<description>How many levels the dimmer will change per step.</description>
114+
<default>1</default>
115+
</parameter>
116+
117+
<parameter name="config_12_2" type="integer" groupName="configuration"
118+
min="1" max="255">
119+
<label>12: ALL ON/ALL OFF Dim Rate</label>
120+
<description>This sets how often the dim level will change.</description>
121+
<default>1</default>
122+
</parameter>
123+
124+
<!-- ASSOCIATION DEFINITIONS -->
125+
<parameter name="group_1" type="text" groupName="association" multiple="true">
126+
<label>1: Lifeline</label>
127+
<description>Multilevel Switch Report</description>
128+
<multipleLimit>5</multipleLimit>
129+
</parameter>
130+
131+
<parameter name="group_2" type="text" groupName="association" multiple="true">
132+
<label>2: Basic Group</label>
133+
<description>Support Basic Set and is controlled with the local load</description>
134+
<multipleLimit>5</multipleLimit>
135+
</parameter>
136+
137+
<parameter name="group_3" type="text" groupName="association" multiple="true">
138+
<label>3: Scene Group</label>
139+
<description>This group gets notifications of double taps via basic set</description>
140+
<multipleLimit>5</multipleLimit>
141+
</parameter>
142+
143+
<!-- STATIC DEFINITIONS -->
144+
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
145+
<label>Node ID</label>
146+
<advanced>true</advanced>
147+
</parameter>
148+
149+
</config-description>
150+
151+
</thing-type>
152+
153+
</thing:thing-descriptions>

ESH-INF/thing/greenwave/gwpn6_0_0.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Multi-socket PowerNode (6-plug)<br /><h1>Overview</h1><p>This Configuration is f
153153
<property name="vendor">GreenWave Reality Inc.</property>
154154
<property name="modelId">GWPN6</property>
155155
<property name="manufacturerId">0099</property>
156-
<property name="manufacturerRef">0003:0004</property>
156+
<property name="manufacturerRef">0003:0004,0003:0006</property>
157157
<property name="dbReference">100</property>
158158
<property name="commandClass:COMMAND_CLASS_MULTI_CHANNEL">useDestination=true</property>
159159
<property name="defaultAssociations">3</property>

ESH-INF/thing/hank/scn01_0_0.xml

+37-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
<thing-type id="hank_scn01_00_000" listed="false">
99
<label>SCN01 One-key Scene Controller</label>
1010
<description><![CDATA[
11-
One-key Scene Controller<br /><h2>Wakeup Information</h2><p>There are no available settings to set up the wake up time. </p> <p>Pressing and holding the Z-Button for 3 seconds. The led will turn to green, which means Scene Controller has successfully sent the wake up notification out.</p>
11+
One-key Scene Controller<br /><h1>Overview</h1><p>The Scene Controller is a slave product that is wireless, portable and rechargeable. It can control a Z-Wave device, such as smart plug, smart dimmer through a Z-Wave gateway. You can also activate a scene like sleep scene, movie scene and entertainment scene with it.</p> <br /><h2>Inclusion Information</h2><h3>Include as a non-secure device</h3> <ol><li>Set the Z-Wave controller into include mode.</li> <li>Triple click the Z-button.</li> <li>If the inclusion is successful, the LED will blink blue for 5 seconds and then remain solid for 15 seconds.</li> </ol><h3>Include as a secure device</h3> <ol><li>Set the Z-Wave controller into include mode.</li> <li>Press and hold the Z-button for 3 seconds.</li> <li>If the inclusion is successful, the LED will blink green for 5 seconds and then remain solid for 15 seconds.</li> </ol><br /><h2>Exclusion Information</h2><ol><li>Set the Z-Wave controller into exclude mode.</li> <li>Triple click the Z-button.</li> <li>If the exclusion is successful, the LED will blink orange for 5 seconds and then remain solid for 3 seconds.</li> </ol><br /><h2>Wakeup Information</h2><p>There are no available settings to set up the wake up time. </p> <p>Press and hold the Z-Button for 3 seconds. The led will turn to green, which means the scene controller has successfully sent the wake up notification out.</p>
1212
]]></description>
13+
<category>RemoteControl</category>
1314

1415
<!-- CHANNEL DEFINITIONS -->
1516
<channels>
@@ -40,11 +41,46 @@ One-key Scene Controller<br /><h2>Wakeup Information</h2><p>There are no availab
4041
<config-description>
4142

4243
<!-- GROUP DEFINITIONS -->
44+
<parameter-group name="configuration">
45+
<context>setup</context>
46+
<label>Configuration Parameters</label>
47+
</parameter-group>
48+
4349
<parameter-group name="association">
4450
<context>link</context>
4551
<label>Association Groups</label>
4652
</parameter-group>
4753

54+
<!-- PARAMETER DEFINITIONS -->
55+
<parameter name="config_42_1" type="integer" groupName="configuration"
56+
min="0" max="255">
57+
<label>42: Duration</label>
58+
<description><![CDATA[
59+
Set the duration value of the sent commands<br /><h1>Overview</h1><p>Setting the duration value of the sent commands, switch multilevel Set and switch multilevel start level change.</p>
60+
]]></description>
61+
<default>255</default>
62+
</parameter>
63+
64+
<parameter name="config_254_1" type="integer" groupName="configuration">
65+
<label>254: Configuration Lock</label>
66+
<description>Lock/unlock all configuration parameters.</description>
67+
<default>0</default>
68+
<options>
69+
<option value="0">Unlock</option>
70+
<option value="1">Lock</option>
71+
</options>
72+
</parameter>
73+
74+
<parameter name="config_255_4" type="integer" groupName="configuration">
75+
<label>255: Reset/remove</label>
76+
<description>Reset the sensor or remove from the Z-Wave network</description>
77+
<default>1</default>
78+
<options>
79+
<option value="85">Factory Reset without Remove</option>
80+
<option value="1431655765">Factory Reset &amp; Remove</option>
81+
</options>
82+
</parameter>
83+
4884
<!-- ASSOCIATION DEFINITIONS -->
4985
<parameter name="group_1" type="text" groupName="association" multiple="true">
5086
<label>1: Lifeline</label>

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

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
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_39342_00_000" listed="false">
9+
<label>39342 / Jasco ZW4106 Plug-In Smart Switch (Dual Linked Outlets, Grounded)</label>
10+
<description><![CDATA[
11+
Plug-In Smart Switch (Dual Linked Outlets, Grounded)<br /><h1>Overview</h1><ul><li>2 Simultaneously Controlled Outlets</li> <li>Only Blocks One Outlet / Cords Exit Sideways</li> <li>Indoor</li> <li>Wall Plug</li> <li>120 VAC, 60 Hz</li> <li>908.42/916 MHz</li> <li>Max Incandescent Load 600W (5A)</li> <li>Max Resistive Load 1800W (15A)</li> <li>Max Motor 1/2 HP</li> <li>Max Range 45 m</li> <li>Operating Temperature Range 0°C to 40°C</li> <li>UL Listed</li> <li>FCC ID U2ZZW4104</li> <li>IC 6924A-ZW4104</li> </ul><p>Appears to be the same as the GE 14282 / Jasco ZW4106.</p> <br /><h2>Inclusion Information</h2><p>Press and release the manual/program button.  (Tested to work with Network Wide Inclusion.)</p> <br /><h2>Exclusion Information</h2><p>Press and release the manual/program button.</p>
12+
]]></description>
13+
<category>PowerOutlet</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="scene_number" typeId="scene_number">
24+
<label>Scene Number</label>
25+
<properties>
26+
<property name="binding:*:DecimalType">COMMAND_CLASS_SCENE_ACTIVATION</property>
27+
</properties>
28+
</channel>
29+
</channels>
30+
31+
<!-- DEVICE PROPERTY DEFINITIONS -->
32+
<properties>
33+
<property name="vendor">Honeywell</property>
34+
<property name="modelId">39342 / Jasco ZW4106</property>
35+
<property name="manufacturerId">0039</property>
36+
<property name="manufacturerRef">5052:3033</property>
37+
<property name="dbReference">922</property>
38+
</properties>
39+
40+
<!-- CONFIGURATION DESCRIPTIONS -->
41+
<config-description>
42+
43+
<!-- STATIC DEFINITIONS -->
44+
<parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
45+
<label>Node ID</label>
46+
<advanced>true</advanced>
47+
</parameter>
48+
49+
</config-description>
50+
51+
</thing-type>
52+
53+
</thing:thing-descriptions>

0 commit comments

Comments
 (0)