mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 11:31:40 +00:00
Added config for Ecolink FLF-ZWAVE5 Flood/Freeze sensor (#1922)
This commit is contained in:
parent
9cdff8382c
commit
a560822495
4 changed files with 48 additions and 3 deletions
40
config/ecolink/floodfreeze.xml
Normal file
40
config/ecolink/floodfreeze.xml
Normal file
|
@ -0,0 +1,40 @@
|
|||
<!--
|
||||
Z-Wave Plus Wireless Flood/Freeze Sensor (FLF-ZWAVE5)
|
||||
https://products.z-wavealliance.org/products/2551
|
||||
--><Product Revision="1" xmlns="https://github.com/OpenZWave/open-zwave">
|
||||
<!-- Please refer to https://github.com/OpenZWave/open-zwave/wiki/Adding-Devices for instructions -->
|
||||
<MetaData>
|
||||
<MetaDataItem name="OzwInfoPage">http://www.openzwave.com/device-database/014A:0010:0005</MetaDataItem>
|
||||
<MetaDataItem name="ProductPic">images/ecolink/floodfreeze.png</MetaDataItem>
|
||||
<MetaDataItem name="Description">-Z-Wave Plus enabled device which detects flood and freeze.
|
||||
-Reports tamper condition when cover is open.
|
||||
Product Specifications
|
||||
-For indoor use only
|
||||
-Operating frequency: 908.42 MHz
|
||||
-Operating temperature: 0° – 49°C, 32° – 120°F (ambient temperature)
|
||||
-Operating humidity 5-95% non-condensing
|
||||
-Battery type required: 3V Lithium CR123A
|
||||
-Battery life approximately 5 years
|
||||
</MetaDataItem>
|
||||
<MetaDataItem name="OzwInfoPage">http://www.openzwave.com/device-database/XXXX:XXXX:XXXX</MetaDataItem>
|
||||
<MetaDataItem name="ProductManual">https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/2551/Z-Wave%20Plus%20Wireless%20Flood%20Sensor%20with%20a%20Probe%20FLF-ZWAVE5_V5.pdf</MetaDataItem>
|
||||
<MetaDataItem name="InclusionDescription">Put Z-Wave Controller into inclusion mode. Insert battery into sensor to enter inclusion mode.</MetaDataItem>
|
||||
<MetaDataItem name="ExclusionDescription">Put Z-Wave Controller into exclusion mode. Remove battery for 1 second and reinsert to enter exclusion mode.</MetaDataItem>
|
||||
<MetaDataItem name="ResetDescription"><!-- Short Description on how to Factory Reset the Device --></MetaDataItem>
|
||||
<MetaDataItem id="0010" name="ZWProductPage" type="0005">https://products.z-wavealliance.org/products/2551/</MetaDataItem>
|
||||
<MetaDataItem id="0010" name="FrequencyName" type="0005">U.S. / Canada / Mexico</MetaDataItem>
|
||||
<MetaDataItem id="0010" name="Identifier" type="0005">FLF-ZWAVE5</MetaDataItem>
|
||||
<ChangeLog>
|
||||
<Entry author="Dave Hylands - dhylands@gmail.com" date="30 Aug 2019" revision="1">Initial Metadata Import from Z-Wave Alliance Database - https://products.z-wavealliance.org/products/2551/xml</Entry>
|
||||
</ChangeLog>
|
||||
</MetaData>
|
||||
<!-- Basic set as report -->
|
||||
<!-- <CommandClass id="32" setasreport="true" ignoremapping="true"/> -->
|
||||
<CommandClass id="48">
|
||||
<Instance index="1"/>
|
||||
<Value genre="user" index="0" instance="1" label="Flood Sensor" max="0" min="0" read_only="true" type="bool" value="false" write_only="false"/>
|
||||
<Value genre="user" index="1" instance="1" label="Freeze Sensor" read_only="true" type="bool" value="false" write_only="false"/>
|
||||
<SensorMap index="0" type="6"/>
|
||||
<SensorMap index="1" type="7"/>
|
||||
</CommandClass>
|
||||
</Product>
|
BIN
config/images/ecolink/floodfreeze.png
Normal file
BIN
config/images/ecolink/floodfreeze.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ManufacturerSpecificData Revision="49" xmlns="https://github.com/OpenZWave/open-zwave">
|
||||
<ManufacturerSpecificData Revision="50" xmlns="https://github.com/OpenZWave/open-zwave">
|
||||
<Manufacturer id="0028" name="2B Electronics"></Manufacturer>
|
||||
<Manufacturer id="0098" name="2GIG Technologies">
|
||||
<Product config="2gig/ct50e.xml" id="015e" name="CT50e Thermostat" type="3200"/>
|
||||
|
@ -470,6 +470,7 @@
|
|||
<Product config="ecolink/motion.xml" id="0001" name="Motion Detector" type="0004"/>
|
||||
<Product config="ecolink/doorwindow.xml" id="0002" name="Door/Window Sensor" type="0004"/>
|
||||
<Product config="ecolink/tiltsensor.xml" id="0003" name="Tilt Sensor" type="0004"/>
|
||||
<Product config="ecolink/floodfreeze.xml" id="0010" name="Flood/Freeze Sensor" type="0005"/>
|
||||
<Product config="ecolink/firefighter.xml" id="000f" name="FireFighter" type="0005"/>
|
||||
</Manufacturer>
|
||||
<Manufacturer id="0157" name="EcoNet Controls"></Manufacturer>
|
||||
|
|
|
@ -667,6 +667,10 @@
|
|||
'Revision' => '3',
|
||||
'md5' => 'bb3c0c3231ab9eb0a0a015140702edde90edd4f0a16794efbc10a9feb286d9573642c5411ebbf5cf917ef2ecc7eda16725b95e9106032bf2ddc885e4c478ac4e'
|
||||
},
|
||||
'config/ecolink/floodfreeze.xml' => {
|
||||
'Revision' => '1',
|
||||
'md5' => 'affa47443b792317e413a8bc124477f533173a259ef9bb9e820ee9977db7cc75ec58d21332f912d65f015b46b4ed5ca0df8ea157ca03f91b483f07b6d0d4649d'
|
||||
},
|
||||
'config/ecolink/motion.xml' => {
|
||||
'Revision' => '4',
|
||||
'md5' => 'abde9dec922634817550f559909091b5806e1f0d42f7aa400292ed8c9e6cf6ca0aaed1bb6bab30327053643ec7883333010783b2c3e7263e45421da8dbbe31bf'
|
||||
|
@ -1612,8 +1616,8 @@
|
|||
'md5' => '4d34aeaaea917c229bedbb737e4de1550b2d7db5f9e61566a1c0a39966b6442d381d01f93714e12aae1404797d36854274cc4063dd7424b00d27da238b17a36a'
|
||||
},
|
||||
'config/manufacturer_specific.xml' => {
|
||||
'Revision' => '49',
|
||||
'md5' => '5c60b491cefa1f8ca4a86deb5d4f16c1fb6b2daa07ad10aae088635e9b75ad11aef1505e9accc5ff84a8513e1d8d299b85a2e00d569969cd82261165f9d7df59'
|
||||
'Revision' => '50',
|
||||
'md5' => '34ea21b5e251ff26640937f9579097ae009bb33f457cc0263fa9ffc3eb54dd6ec4d392647390b165abf75a3a0c729005e899d9fb5c1613d2027d18e1bec166bc'
|
||||
},
|
||||
'config/mcohome/a8-9.xml' => {
|
||||
'Revision' => '1',
|
||||
|
|
Loading…
Add table
Reference in a new issue