Skip to content

Commit 3801a58

Browse files
authored
Database and documentation update (openhab#921)
Signed-off-by: Chris Jackson <[email protected]>
1 parent 8398d2e commit 3801a58

File tree

724 files changed

+6586
-2314
lines changed

Some content is hidden

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

724 files changed

+6586
-2314
lines changed

ESH-INF/thing/danfoss_lc13_0_0.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
<thing-type id="danfoss_lc13_00_000" listed="false">
99
<label>LC-13 Living Connect Z Thermostat</label>
1010
<description><![CDATA[
11-
Living Connect Z Thermostat<br /><h1>Overview</h1><p>Radiator Thermostat</p> <br /><h2>Inclusion Information</h2><p>Short push middle button</p> <br /><h2>Wakeup Information</h2><p>Short push middle button</p>
11+
Living Connect Z Thermostat<br /><h1>Overview</h1><p>This is a Z-Wave controlled electronic radiator thermostat by Danfoss. It is controlled by either a Z-Wave compatible controller or a central device called Danfoss LinkTM CC. It uses Z-Wave wireless communication technology, is easy to install and is supplied with adaptors for all thermostatic valves manufactured by Danfoss and most other radiator valve manufacturers.</p> <p>It is battery powered, compact and very easy to operate with only three buttons on the front.</p> <p><strong>Technical Features</strong></p> <ul><li>Easy to operate - only three buttons</li> <li>Open window function</li> <li>Valve exercise function</li> <li>PID control (precise control)</li> <li>Adaptive learning</li> <li>Weekly programs with adjustable temperature set-backs</li> <li>Battery lifetime 2 years</li> <li>Min./max. temp. limitation</li> <li>Child lock</li> <li>Holiday/away function</li> </ul><p>To reset the device, you have to take the batteries out, hold the button, put the batteries back in and continue holding the button for &gt; 5 s for the device to reset.</p> <br /><h2>Inclusion Information</h2><p>Short push middle button</p> <br /><h2>Wakeup Information</h2><p>Short push middle button</p>
1212
]]></description>
13+
<category>HVAC</category>
1314

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

ESH-INF/thing/fakro_arzsolar_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="fakro_arzsolar_00_000" listed="false">
9+
<label>ARZ Solar Roller Shutter</label>
10+
<description><![CDATA[
11+
Roller Shutter<br /><h1>Overview</h1><p>Roller shutter controlled by a remote control. Solar roller shutter is equipped with a control unit and accumulator. The accumulator is powered by a solar cell placed on the roller shutter. Recommended for places with no access to 230V supply.</p> <br /><h2>Inclusion Information</h2><p>Start INCLUDE procedure with the controller of existing network and then press programming button P on the roller shutter being added to the network.</p> <br /><h2>Exclusion Information</h2><p>Start EXCLUDE procedure with the controller of existing network and then press programming button P on the roller shutter being added to the network.</p>
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">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">SWITCH_MULTILEVEL</property>
27+
<property name="binding:Command:OnOffType">SWITCH_MULTILEVEL</property>
28+
</properties>
29+
</channel>
30+
<channel id="battery-level" typeId="system.battery-level">
31+
<properties>
32+
<property name="binding:*:PercentType">BATTERY</property>
33+
</properties>
34+
</channel>
35+
</channels>
36+
37+
<!-- DEVICE PROPERTY DEFINITIONS -->
38+
<properties>
39+
<property name="vendor">Fakro</property>
40+
<property name="modelId">ARZ Solar</property>
41+
<property name="manufacturerId">0085</property>
42+
<property name="manufacturerRef">0003:0112</property>
43+
<property name="dbReference">853</property>
44+
</properties>
45+
46+
</thing-type>
47+
48+
</thing:thing-descriptions>

ESH-INF/thing/fibaro_fgfs101_0_0.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<thing-type id="fibaro_fgfs101_00_000" listed="false">
99
<label>FGFS101 Flood Sensor</label>
1010
<description>Flood Sensor</description>
11+
<category>Sensor</category>
1112

1213
<!-- CHANNEL DEFINITIONS -->
1314
<channels>
@@ -100,9 +101,7 @@
100101
<parameter name="config_7_1" type="integer" groupName="configuration"
101102
min="1" max="255">
102103
<label>7: Forced Level of Dimming group 1</label>
103-
<description><![CDATA[
104-
Value of the parameter specifying the forced level of dimming / opening sun blinds when comes 'switch on' / 'open' command to devices from association group no. 1.<br /> In the case of alarm frames the alarm priority is specified. Possible parameter setti
105-
]]></description>
104+
<description>Value of the parameter specifying the forced level of dimming / opening sun blinds when comes 'switch on' / 'open' command to devices from association group 1.</description>
106105
<default>255</default>
107106
</parameter>
108107

ESH-INF/thing/fibaro_fgfs101_3_2.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77

88
<thing-type id="fibaro_fgfs101_03_002" listed="false">
99
<label>FGFS101 Flood Sensor</label>
10-
<description>Flood Sensor</description>
10+
<description><![CDATA[
11+
Flood Sensor<br /><h1>Overview</h1><p>FIBARO Flood Sensor is a universal, Z-Wave Plus compatible, flood<br />and temperature sensor. The device has a built-in<br />visual LED indicator and an acoustic alarm.<br />In addition, the sensor is equipped with a tilt sensor reporting tilt or<br />movement to the main controller e.g. when someone has taken the<br />Sensor from its original location.<br />FIBARO Flood Sensor is sink-proof, which means it drifts on the water<br />surface and keeps on sending alarm signal in case of substantial<br />inundation of water.</p> <br /><h2>Inclusion Information</h2><p>1. Open the cover.<br />2. Place the Sensor within the direct range of your Z-Wave controller.<br />3. Set the main controller in (security/non-security) add mode (see the controller’s manual).<br />4. Quickly, three times press the TMP button.<br />5. Wait for the adding process to end.<br />6. Successful adding will be confrmed by the Z-Wave controller’s message</p> <br /><h2>Exclusion Information</h2><p>1. Open the cover.<br />2. Place the Sensor within the direct range of your Z-Wave controller.<br />3. Set the main controller into remove mode (see the controller’s manual).<br />4. Quickly, three times press the TMP button.<br />5. Wait for the removing process to end.<br />6. Successful removing will be confrmed by the Z-Wave controller’s message.</p> <br /><h2>Wakeup Information</h2><p>Single click TMP button </p>
12+
]]></description>
1113
<category>Sensor</category>
1214

1315
<!-- CHANNEL DEFINITIONS -->
@@ -54,7 +56,7 @@
5456
<property name="vendor">Fibargroup</property>
5557
<property name="modelId">FGFS101</property>
5658
<property name="manufacturerId">010F</property>
57-
<property name="manufacturerRef">0B00:1001,0B01:1002,0B01:2002,0B01:3002</property>
59+
<property name="manufacturerRef">0B00:1001,0B01:1002,0B01:1003,0B01:2002,0B01:3002</property>
5860
<property name="versionMin">3.2</property>
5961
<property name="versionMax">23.0</property>
6062
<property name="dbReference">392</property>

ESH-INF/thing/fibaro_fgrgbw_0_0.xml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<thing-type id="fibaro_fgrgbw_00_000" listed="false">
99
<label>FGRGBW RGBW Controller</label>
1010
<description>RGBW Controller</description>
11+
<category>WallSwitch</category>
1112

1213
<!-- CHANNEL DEFINITIONS -->
1314
<channels>

ESH-INF/thing/fibaro_fgs212_0_0.xml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<thing-type id="fibaro_fgs212_00_000" listed="false">
99
<label>FGS212 Relay Switch 1x2.5kW</label>
1010
<description>Relay Switch 1x2.5kW</description>
11+
<category>WallSwitch</category>
1112

1213
<!-- CHANNEL DEFINITIONS -->
1314
<channels>

ESH-INF/thing/fibaro_fgs221_2_1.xml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<thing-type id="fibaro_fgs221_02_001" listed="false">
99
<label>FGS221 Double Relay Switch 2x1.5kW</label>
1010
<description>Double Relay Switch 2x1.5kW</description>
11+
<category>WallSwitch</category>
1112

1213
<!-- CHANNEL DEFINITIONS -->
1314
<channels>

ESH-INF/thing/fibaro_fgs223_0_0.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ Double Switch 2<br /><h1>Overview</h1><p>FIBARO Switch 2 is designed to be insta
3232
<property name="binding:*:DecimalType">METER;type=E_W</property>
3333
</properties>
3434
</channel>
35+
<channel id="meter_reset" typeId="meter_reset">
36+
<label>Meter Reset</label>
37+
<properties>
38+
<property name="binding:*:OnOffType">METER;reset=true</property>
39+
</properties>
40+
</channel>
3541
<channel id="scene_number" typeId="scene_number">
3642
<label>Scene Number</label>
3743
<properties>
@@ -523,7 +529,7 @@ Measuring energy consumed by the device itself<br /><h1>Overview</h1><p>This par
523529
<parameter name="group_1" type="text" groupName="association">
524530
<label>1: Lifeline</label>
525531
<description><![CDATA[
526-
reports the device status and allows for assigning single device only (main controller by default).<br /><h1>Overview</h1><p>1st association group – “Lifeline” reports the device status and allows for assigning single device only (main controller by default).</p>
532+
Reports the device status and allows for assigning single device only (main controller by default).<br /><h1>Overview</h1><p>1st association group – “Lifeline” reports the device status and allows for assigning single device only (main controller by default).</p>
527533
]]></description>
528534
</parameter>
529535

ESH-INF/thing/fibaro_fgwp101_0_0.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ Metered Wall Plug Switch<br /><h1>Overview</h1><p>FIBARO Wall Plug is a universa
8787
<parameter name="config_1_1" type="integer" groupName="configuration">
8888
<label>1: Always on function</label>
8989
<description><![CDATA[
90-
Once activated, Wall Plug will keep a connected device ...<br /><h1>Overview</h1><p>... ON, will stop reacting to alarm frames and B-button push.<br />"Always on" function turns the Plug into a power and energy meter.<br />Also, connected device will not be turned off upon receiving an alarm<br />frame from another Z-Wave device (parameter 35 will be ignored).<br />In "Always on" mode, connected device may be turned off only after<br />user defined power has been exceeded (parameter 70). In such a<br />case, connected device can be turned on again by pushing the<br />B-button or sending a control frame. By default, overload protection<br />is inactive. Default setting: 1 </p>
90+
Once activated, Wall Plug will keep a connected device ...<br /><h1>Overview</h1><p>... ON, will stop reacting to alarm frames and B-button push.<br />"Always on" function turns the Plug into a power and energy meter.<br />Also, connected device will not be turned off upon receiving an alarm<br />frame from another Z-Wave device (parameter 35 will be ignored).<br />In "Always on" mode, connected device may be turned off only after<br />user defined power has been exceeded (parameter 70). In such a<br />case, connected device can be turned on again by pushing the<br />B-button or sending a control frame. By default, overload protection<br />is inactive. Default setting: 1</p>
9191
]]></description>
92-
<default>0</default>
92+
<default>1</default>
9393
<options>
9494
<option value="0">Activated</option>
9595
<option value="1">Inactive</option>

ESH-INF/thing/fibaro_fgwp102_2_1.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Metered Wall Plug Switch<br /><h1>Overview</h1><p>FIBARO Wall Plug is a universa
7878
<description><![CDATA[
7979
Stops reacting to alarm frames and B-button pushes<br /><h1>Overview</h1><p>Once activated, Wall Plug will keep a connected device constantly ON, will stop reacting to alarm frames and B-button push.</p> <p>'Always on' function turns the Plug into a power and energy meter.</p>
8080
]]></description>
81-
<default>0</default>
81+
<default>1</default>
8282
<options>
8383
<option value="0">Activated</option>
8484
<option value="1">Inactive</option>
+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
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="forest_shuttlesl_00_000" listed="false">
9+
<label>Shuttle S/L Drapery hardware</label>
10+
<description><![CDATA[
11+
Drapery hardware<br /><h1>Overview</h1><p>Role type: always on slave</p> <p>Node type: z-wave plus node</p> <br /><h2>Inclusion Information</h2><p>Set your main controller into learn mode. Press configuration button 3 times. Led 3 is ON. Press and hold once more for 4 seconds, led will start blinking for 10 seconds. The Shuttle Z-wave motor will be detected and included into the Z-wave network of your controller.</p> <br /><h2>Exclusion Information</h2><p>To exclude, set your main controller into exclude mode. Press configuration button 3 times. Led 3 is ON. Press and hold once more for 4 seconds, led will start blinking for 10 seconds. The Shuttle Z-wave motor will be detected and excluded into the Z-wave network of your controller.</p> <p>You can also reset the device, but only use this if your main controller is not operable. For reset, press the config button 25 times and confirm by pressing the button once more for 4 seconds until the led blinks 3 times and goes off.</p> <br /><h2>Wakeup Information</h2><p>Not specified</p>
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">SWITCH_BINARY,BASIC</property>
21+
</properties>
22+
</channel>
23+
<channel id="switch_dimmer" typeId="switch_dimmer">
24+
<label>Dimmer</label>
25+
<properties>
26+
<property name="binding:*:PercentType">SWITCH_MULTILEVEL</property>
27+
<property name="binding:Command:OnOffType">SWITCH_MULTILEVEL</property>
28+
</properties>
29+
</channel>
30+
</channels>
31+
32+
<!-- DEVICE PROPERTY DEFINITIONS -->
33+
<properties>
34+
<property name="vendor">Forest Group Nederland B.V</property>
35+
<property name="modelId">Shuttle S/L</property>
36+
<property name="manufacturerId">0207</property>
37+
<property name="manufacturerRef">0027:0100</property>
38+
<property name="dbReference">510</property>
39+
<property name="defaultAssociations">1</property>
40+
</properties>
41+
42+
<!-- CONFIGURATION DESCRIPTIONS -->
43+
<config-description>
44+
45+
<!-- ASSOCIATION DEFINITIONS -->
46+
<parameter-group name="association">
47+
<context>link</context>
48+
<label>Association Groups</label>
49+
</parameter-group>
50+
51+
<parameter name="group_1" type="text" groupName="association">
52+
<label>1: Lifeline</label>
53+
<description><![CDATA[
54+
<br /><h1>Overview</h1><p>Node associated in this group will receive an unsolicited SWITCH_MULTILEVEL_REPORT frame every time the position of the curtain rail is changed, where the value represents the (changed) position.</p>
55+
]]></description>
56+
</parameter>
57+
58+
</config-description>
59+
60+
</thing-type>
61+
62+
</thing:thing-descriptions>

ESH-INF/thing/intermatic_ha20_0_0.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
http://eclipse.org/smarthome/schemas/thing-description/v1.0.0">
77

88
<thing-type id="intermatic_ha20_00_000" listed="false">
9-
<label>HA-20 Dimmer Switch</label>
9+
<label>HA20 Dimmer Switch</label>
1010
<description>Dimmer Switch</description>
11+
<category>WallSwitch</category>
1112

1213
<!-- CHANNEL DEFINITIONS -->
1314
<channels>
@@ -23,7 +24,7 @@
2324
<!-- DEVICE PROPERTY DEFINITIONS -->
2425
<properties>
2526
<property name="vendor">Intermatic</property>
26-
<property name="modelId">HA-20</property>
27+
<property name="modelId">HA20</property>
2728
<property name="manufacturerId">0005</property>
2829
<property name="manufacturerRef">4841:0020</property>
2930
<property name="dbReference">19</property>

ESH-INF/thing/mcohome_mh10pm25wa_0_0.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<property name="vendor">McoHome Technology Co., Ltd</property>
3838
<property name="modelId">MH10-PM2.5-WA</property>
3939
<property name="manufacturerId">015F</property>
40-
<property name="manufacturerRef">0A05:0100,0A05:0201</property>
40+
<property name="manufacturerRef">0A01:3102,0A05:0100,0A05:0201</property>
4141
<property name="dbReference">244</property>
4242
<property name="defaultAssociations">1</property>
4343
</properties>

ESH-INF/thing/nexia_db100z_0_0.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<!-- CHANNEL DEFINITIONS -->
1414
<channels>
15-
<channel id="notification_power_management" typeId="notification_power_management">
15+
<channel id="alarm_raw" typeId="alarm_raw">
1616
<label>Power Management Notification</label>
1717
<properties>
1818
<property name="binding:*:OnOffType">ALARM,BASIC;type=POWER_MANAGEMENT</property>

0 commit comments

Comments
 (0)