Skip to content

Commit 660e11e

Browse files
authoredJan 19, 2019
Database update (openhab#1116)
Signed-off-by: Chris Jackson <chris@cd-jackson.com>
1 parent 17f0924 commit 660e11e

Some content is hidden

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

65 files changed

+2926
-417
lines changed
 

‎ESH-INF/thing/aeon/zw116_0_0.xml

+9-3
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,8 @@ Set the OFF time of output load<br /><h1>Overview</h1><p>256 to 316 The hour val
257257
<default>0</default>
258258
</parameter>
259259

260-
<parameter name="config_101_4" type="integer" groupName="configuration">
260+
<parameter name="config_101_4" type="integer" groupName="configuration"
261+
min="0" max="15">
261262
<label>101: Set group 1 reports</label>
262263
<description>To set which reports need to be sent in Report group 1.</description>
263264
<default>0</default>
@@ -267,9 +268,11 @@ Set the OFF time of output load<br /><h1>Overview</h1><p>256 to 316 The hour val
267268
<option value="4">Send Meter Report of voltage (V)</option>
268269
<option value="8">Send Meter Report of current (A)</option>
269270
</options>
271+
<limitToOptions>false</limitToOptions>
270272
</parameter>
271273

272-
<parameter name="config_102_4" type="integer" groupName="configuration">
274+
<parameter name="config_102_4" type="integer" groupName="configuration"
275+
min="0" max="15">
273276
<label>102: Set group 2 reports</label>
274277
<description>To set which reports need to be sent in Report group 2.</description>
275278
<default>0</default>
@@ -279,9 +282,11 @@ Set the OFF time of output load<br /><h1>Overview</h1><p>256 to 316 The hour val
279282
<option value="4">Send Meter Report of voltage (V)</option>
280283
<option value="8">Send Meter Report of current (A)</option>
281284
</options>
285+
<limitToOptions>false</limitToOptions>
282286
</parameter>
283287

284-
<parameter name="config_103_4" type="integer" groupName="configuration">
288+
<parameter name="config_103_4" type="integer" groupName="configuration"
289+
min="0" max="15">
285290
<label>103: Set group 3 reports</label>
286291
<description>To set which reports need to be sent in Report group 3.</description>
287292
<default>0</default>
@@ -291,6 +296,7 @@ Set the OFF time of output load<br /><h1>Overview</h1><p>256 to 316 The hour val
291296
<option value="4">Send Meter Report of wattage (W)</option>
292297
<option value="8">Send Meter Report of energy (kWh)</option>
293298
</options>
299+
<limitToOptions>false</limitToOptions>
294300
</parameter>
295301

296302
<parameter name="config_110_1" type="integer" groupName="configuration"

‎ESH-INF/thing/devolo/mt02648_0_0.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<thing-type id="devolo_mt02648_00_000" listed="false">
99
<label>MT02648 Door/Window Contact</label>
1010
<description><![CDATA[
11-
Door/Window Contact<br /><h1>Overview</h1><p> The Door/Window Contact and the Motion Detector have two additional functions integrated: temperature and illumination measurement, based on Z-WaveTM technology. </p> <br /><h2>Inclusion Information</h2><p>1. Have Z-WaveTM Controller entered inclusion mode. 2. Pressing tamper key three times within 1.5 seconds to enter the inclusion mode.<br /> 3. After inclusion successful, the device will wake to receive the setting command from Z-WaveTM Controller about 20 seconds.<br /></p> <br /><h2>Exclusion Information</h2><p> 1. Have Z-WaveTM Controller entered exclusion mode.<br /> 2. Pressing tamper key three times within 1.5 seconds to enter the exclusion mode.<br /> Node ID has been excluded. <br /><br /> Reset:<br /> Notice: Use this procedure only in the event that the primary controller is lost or otherwise inoperable.<br /> 1. Pressing tamper key four times within 1.5 seconds and do not release the tamper key in the 4th pressed, and the LED will light ON.<br /> 2. After 3 seconds the LED will turn OFF, after that within 2 seconds, release the tamper key. If successful, the LED will light ON one second. Otherwise, the LED will flash once.<br /> 3. IDs are excluded and all settings will reset to factory default. </p> <br /><h2>Wakeup Information</h2><p>to wake-up the device immediately, please remove the front cover, and press the tamper key once. The device will wake-up 10 seconds </p>
11+
Door/Window Contact<br /><h1>Overview</h1><p>The Door/Window Contact and the Motion Detector have two additional functions integrated: temperature and illumination measurement, based on Z-WaveTM technology.</p> <br /><h2>Inclusion Information</h2><ol><li>Have Z-WaveTM Controller entered inclusion mode.</li> <li>Pressing tamper key three times within 1.5 seconds to enter the inclusion mode.</li> <li>After inclusion successful, the device will wake to receive the setting command from Z-WaveTM Controller about 20 seconds.</li> </ol><br /><h2>Exclusion Information</h2><ol><li>Have Z-WaveTM Controller entered exclusion mode.</li> <li>Pressing tamper key three times within 1.5 seconds to enter the exclusion mode.<br /> Node ID has been excluded.</li> </ol><p><br /> Reset:<br /> Notice: Use this procedure only in the event that the primary controller is lost or otherwise inoperable.</p> <ol><li>Pressing tamper key four times within 1.5 seconds and do not release the tamper key in the 4th pressed, and the LED will light ON.</li> <li>After 3 seconds the LED will turn OFF, after that within 2 seconds, release the tamper key. If successful, the LED will light ON one second. Otherwise, the LED will flash once.</li> <li>IDs are excluded and all settings will reset to factory default.</li> </ol><br /><h2>Wakeup Information</h2><p>To wake-up the device immediately, please remove the front cover, and press the tamper key once. The device will wake-up 10 seconds</p>
1212
]]></description>
1313
<category>Door</category>
1414

@@ -114,6 +114,7 @@ Parameter to set the Operation Mode<br /><h1>Overview</h1><p>Bit0: Reserve.</p>
114114
]]></description>
115115
<default>0</default>
116116
<options>
117+
<option value="8">Celsius and LED off = Bits: 00001000 = 8</option>
117118
<option value="10">Preset: Celsius and LED on = Bits: 00001010 = 10</option>
118119
</options>
119120
<limitToOptions>false</limitToOptions>

0 commit comments

Comments
 (0)