Update config for IM20 Door/Window Sensor

This commit is contained in:
Justin Hammond 2019-06-02 12:14:52 +08:00
parent 2554b41323
commit a04d3b273f
2 changed files with 40 additions and 21 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View file

@ -1,31 +1,50 @@
<?xml version="1.0" encoding="utf-8"?>
<Product xmlns='https://github.com/OpenZWave/open-zwave' Revision="2">
<!--
<Product Revision="3" xmlns="https://github.com/OpenZWave/open-zwave">
<MetaData>
<MetaDataItem name="OzwInfoPage">http://www.openzwave.com/device-database/0214:0001:0002</MetaDataItem>
<MetaDataItem name="ProductPic">images/kaipule/im20.png</MetaDataItem>
<MetaDataItem id="0001" name="ZWProductPage" type="0002">https://products.z-wavealliance.org/products/2027/</MetaDataItem>
<MetaDataItem name="ExclusionDescription">enter the Exclusion Mode of gateway, and press the tamper switch 3 times within 1.5s, then the door sensor will be removed after a period of time.</MetaDataItem>
<MetaDataItem id="0001" name="FrequencyName" type="0002">U.S. / Canada / Mexico</MetaDataItem>
<MetaDataItem name="Description">IM20_Zwave is a door/window sensor adopting Zwave500 series chip. It uses special structure design, suitable for kinds of installation environments. Also, it supports door &amp; window open/close detection, anti-tamper, battery level detection and associated gateway and interaction device notifications.</MetaDataItem>
<MetaDataItem name="Name">Z-Wave DOOR SENSOR</MetaDataItem>
<MetaDataItem name="ProductManual">https://Products.Z-WaveAlliance.org/ProductManual/File?folder=&amp;filename=Manuals/2027/IM20-Z-Wave Product Manual.pdf</MetaDataItem>
<MetaDataItem id="0001" name="Identifier" type="0002">IM20-Z-Wave</MetaDataItem>
<MetaDataItem name="ResetDescription">Press the tamper switch 6 times in 2s, it will recover to factory setting after a period of timePlease use the reset procedure only when the primary controller is missing or inoperable</MetaDataItem>
<MetaDataItem name="WakeupDescription">a) Manual Wake-up
Quickly press tamper switch once, the door sensor will automatically send wake-up information, and there will be 10s after wake-up to receive gateway setting information.
b) Automatic Wake-up
Default time of automatic wake-up is 24 hours, and there will be 10s after wake-up to receive gateway setting information, the max automatic report time = 24 hours, minimum=30min</MetaDataItem>
<MetaDataItem name="InclusionDescription">enter the Inclusion Mode of gateway, and press the tamper switch 3 times within 1.5s,then the door sensor will stay in enrollment state until successfully enrolled into network or enrollment time out after 30s.</MetaDataItem>
<ChangeLog>
<Entry author="Justin Hammond - Justin@dynam.ac" date="02 Jun 2019" revision="3">Initial Metadata Import from Z-Wave Alliance Database - https://products.z-wavealliance.org/products/2027/xml</Entry>
</ChangeLog>
</MetaData>
<!--
Kaipule IM20 Door/Window Sensor
https://products.z-wavealliance.org/products/2027
-->
<!-- Configuration -->
<CommandClass id="112">
<Value type="byte" genre="config" instance="1" index="1" label="Basic Set Level" size="1" min="1" max="255" value="255">
<Help>Basic Set parameter setting, the receivers make relevant adjustment according to parameter value</Help>
</Value>
<Value type="byte" genre="config" instance="1" index="2" label="Turn Off Light Time" size="1" min="1" max="120" units="seconds" value="20">
<Help>
<CommandClass id="112">
<Value genre="config" index="1" instance="1" label="Basic Set Level" max="255" min="1" size="1" type="byte" value="255">
<Help>Basic Set parameter setting, the receivers make relevant adjustment according to parameter value</Help>
</Value>
<Value genre="config" index="2" instance="1" label="Turn Off Light Time" max="120" min="1" size="1" type="byte" units="seconds" value="20">
<Help>
If there is any device under Association Group2, the door sensor will send Basic Set = value command to Group2, and send Basic Set = 0x00 command to turn-off light after t seconds, Set value = t, means to send Basic Set command after t seconds.
</Help>
</Value>
<Value type="byte" genre="config" instance="1" index="3" label="Auto report status time" value="6" min="0" max="24" units="hours" size="1">
<Help>
</Value>
<Value genre="config" index="3" instance="1" label="Auto report status time" max="24" min="0" size="1" type="byte" units="hours" value="6">
<Help>
Under normal working status (without trigger), the door sensor will automatically send report to the Gateway about its current tamper and open/close status.
Set value = t, means t hours, (t=0, means no status report).
0-24 hours (Default 6 hours)</Help>
</Value>
</CommandClass>
<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="2">
<Group index="1" max_associations="1" label="Lifeline"/>
<Group index="2" max_associations="2" label="Control BASIC SET reports" />
</Associations>
</CommandClass>
</Value>
</CommandClass>
<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="2">
<Group index="1" label="Lifeline" max_associations="1"/>
<Group index="2" label="Control BASIC SET reports" max_associations="2"/>
</Associations>
</CommandClass>
</Product>