update Zooz ZEN26 and ZEN27 switches to latest firmware (#1989)

update Zooz ZEN26 and ZEN27 switches to latest firmware
This commit is contained in:
Jean-François Auger 2019-10-29 14:01:51 +01:00 committed by GitHub
commit c064eca00f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 162 additions and 77 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -1,7 +1,7 @@
<!--
Zooz ZEN26 S2 On Off Wall Switch
https://products.z-wavealliance.org/products/3147
--><Product Revision="2" xmlns="https://github.com/OpenZWave/open-zwave">
--><Product Revision="3" xmlns="https://github.com/OpenZWave/open-zwave">
<MetaData>
<MetaDataItem name="OzwInfoPage">http://www.openzwave.com/device-database/027A:A001:A000</MetaDataItem>
<MetaDataItem name="ProductPic">images/zooz/zen26.png</MetaDataItem>
@ -38,31 +38,56 @@ SPECIFICATIONS:
- Installation and Use: Indoor only</MetaDataItem>
<ChangeLog>
<Entry author="Justin Hammond - Justin@dynam.ac" date="03 Jun 2019" revision="2">Initial Metadata Import from Z-Wave Alliance Database - https://products.z-wavealliance.org/products/3147/xml</Entry>
<Entry author="David Alden - dave@alden.name" date="23 Oct 2019" revision="3">Updated for firmware version 2.0</Entry>
</ChangeLog>
</MetaData>
<!-- Configuration Parameters -->
<CommandClass id="112">
<Value genre="config" index="1" label="Paddle Control" max="1" min="0" size="1" type="list" value="0">
<Help>Normal mode: Upper paddle turns the light on, lower paddle turns the light off. Reverse will reverse those functions.</Help>
<Value type="list" genre="config" index="1" label="Paddle Control" size="1" min="0" max="2" value="0">
<Help>Normal mode: Upper paddle turns the light on, lower paddle turns the light off. Reverse mode: Upper paddle turns the light off, lower paddle turns the light on. Toggle mode: Either paddle toggles the light.</Help>
<Item label="Normal" value="0"/>
<Item label="Reverse" value="1"/>
<Item label="Toggle" value="2"/>
</Value>
<Value genre="config" index="2" label="LED Indication Control" max="3" min="0" size="1" type="list" value="0">
<Value type="list" genre="config" index="2" label="LED Indication Control" size="1" min="0" max="3" value="0">
<Help>LED Indication light function. Normal has the LED Indication on when the switch is off, off when the switch is on. </Help>
<Item label="Normal" value="0"/>
<Item label="Reverse" value="1"/>
<Item label="Always Off" value="2"/>
<Item label="Always On" value="3"/>
</Value>
<Value genre="config" index="3" label="Auto Turn-Off Timer" max="32768" min="0" size="2" type="short" units="seconds" value="0">
<Help>Time, in seconds, for auto-off timer delay. 0 (default) disables the timer.</Help>
<Value type="list" genre="config" index="3" label="Enable Auto Turn-Off Timer" size="1" min="0" max="1" value="0">
<Help></Help>
<Item label="Disabled" value="0"/>
<Item label="Enabled" value="1"/>
</Value>
<Value genre="config" index="5" label="On Off Status After Power Failure" max="2" min="0" size="1" type="list" value="2">
<Help>Status after power on after power failure. OFF will always turn light off. ON will always turn light on. Restore will remember the latest state and restore that state.</Help>
<Item label="OFF" value="0"/>
<Item label="ON" value="1"/>
<Value type="short" genre="config" index="4" label="Auto Turn-Off Timer Duration" size="2" min="1" max="65535" value="60" units="minutes">
<Help>Time, in minutes, for auto-off timer delay.</Help>
</Value>
<Value type="list" genre="config" index="5" label="Enable Auto Turn-On Timer" size="1" min="0" max="1" value="0">
<Help></Help>
<Item label="Disabled" value="0"/>
<Item label="Enabled" value="1"/>
</Value>
<Value type="short" genre="config" index="6" label="Auto Turn-On Timer Duration" size="2" min="1" max="65535" value="60" units="minutes">
<Help>Set the time (in minutes) after which you want the switch to automatically turn on once it has been turned off.</Help>
</Value>
<Value type="list" genre="config" index="8" label="On Off Status After Power Failure" size="1" min="0" max="2" value="2">
<Help>Status after power failure. Off: always turn light off. On: always turn light on. Restore: remember the latest state and restore that state.</Help>
<Item label="Off" value="0"/>
<Item label="On" value="1"/>
<Item label="Restore" value="2"/>
</Value>
<Value type="list" genre="config" index="10" label="Enable/Disable Scene Control" size="1" min="0" max="1" value="0">
<Help>Enable or Disable scene control functionality for quick double tap triggers (Available for select hubs only).</Help>
<Item label="Disabled" value="0"/>
<Item label="Enabled" value="1"/>
</Value>
<Value type="list" genre="config" index="11" label="Enable/Disable Paddle Control" size="1" min="0" max="1" value="1">
<Help>If enabled, you'll only be able to control the connected light via Z-Wave. Scenes and other functionality will still be available through paddles.</Help>
<Item label="Disabled" value="0"/>
<Item label="Enabled" value="1"/>
</Value>
</CommandClass>
<!-- Association Groups -->
<CommandClass id="133">

View file

@ -1,66 +1,125 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Zooz ZEN27 S2 Dimmer Wall Switch
https://products.z-wavealliance.org/products/3148
-->
<Product xmlns='https://github.com/OpenZWave/open-zwave' Revision="1">
<!-- Configuration Parameters -->
<CommandClass id="112">
<Value type="list" genre="config" index="1" label="Paddle Control" size="1" min="0" max="1" value="0">
<Help>Normal mode: Upper paddle turns the light on, lower paddle turns the light off. Reverse will reverse those functions.</Help>
<Item label="Normal" value="0"/>
<Item label="Reverse" value="1"/>
</Value>
<Value type="list" genre="config" index="2" label="LED Indication Control" size="1" min="0" max="3" value="0">
<Help>LED Indication light function. Normal has the LED Indication on when the switch is off, off when the switch is on. </Help>
<Item label="Normal" value="0"/>
<Item label="Reverse" value="1"/>
<Item label="Always Off" value="2"/>
<Item label="Always On" value="3"/>
</Value>
<Value type="list" genre="config" index="3" label="Enable Auto Turn-Off Timer" size="1" min="0" max="1" value="0">
<Help></Help>
<Item label="Disabled" value="0"/>
<Item label="Enabled" value="1"/>
</Value>
<Value type="short" genre="config" index="4" label="Auto Turn-Off Timer Duration" size="2" min="1" max="65535" value="65535" units="minutes">
<Help>Time, in minutes, for auto-off timer delay.</Help>
</Value>
<Value type="list" genre="config" index="5" label="Enable Auto Turn-On Timer" size="1" min="0" max="1" value="0">
<Help></Help>
<Item label="Disabled" value="0"/>
<Item label="Enabled" value="1"/>
</Value>
<Value type="short" genre="config" index="6" label="Auto Turn-On Timer Duration" size="2" min="1" max="65535" value="65535" units="minutes">
<Help>Time, in minutes, for auto-off timer delay.</Help>
</Value>
<Value type="list" genre="config" index="8" label="On Off Status After Power Failure" size="1" min="0" max="2" value="2">
<Help>Status after power on after power failure. OFF will always turn light off. ON will always turn light on. Restore will remember the latest state and restore that state.</Help>
<Item label="OFF" value="0"/>
<Item label="ON" value="1"/>
<Item label="Restore" value="2"/>
</Value>
<Value type="byte" genre="config" index="9" label="Ramp Rate Control" size="1" min="1" max="99" value="99" units="seconds">
<Help>Adjust the ramp rate for your dimmer (fade-in / fade-out effect for on / off operation). Values correspond to the number of seconds it take for the dimmer to reach full brightness or turn off when operated manually.</Help>
</Value>
<Value type="byte" genre="config" index="10" label="Minimum Brightness" size="1" min="1" max="99" value="99" units="%">
<Help>Set the minimum brightness level for your dimmer. You won't be able to dim the light below the set value.</Help>
</Value>
<Value type="byte" genre="config" index="11" label="Maximum Brightness" size="1" min="1" max="99" value="99" units="%">
<Help> Set the maximum brightness level for your dimmer. You won't be able to add brightness to the light beyond the set value. Note: if Parameter 12 is set to value "Full", Parameter 11 is automatically disabled.</Help>
</Value>
<Value type="list" genre="config" index="12" label="Double Tap Function" size="1" min="0" max="1" value="0">
<Help>Double Tap action. When set to Full, turns light on to 100%. If set to Maximum Level, turns light on to % set in Parameter 11.</Help>
<Item label="Full" value="0"/>
<Item label="Maximum Level" value="1"/>
</Value>
</CommandClass>
<Product Revision="2" xmlns="https://github.com/OpenZWave/open-zwave">
<MetaData>
<MetaDataItem name="OzwInfoPage">http://www.openzwave.com/device-database/027a:a002:a000</MetaDataItem>
<MetaDataItem name="ProductPic">images/zooz/zen27.png</MetaDataItem>
<MetaDataItem id="000A" name="ZWProductPage" type="0101">https://products.z-wavealliance.org/products/3148</MetaDataItem>
<MetaDataItem name="Description">Product features:
- Manual or Z-Wave on/off and brightness control
- Simple Direct 3-Way: connect with existing on/off switches in 3-way, 4-way, and 5-way set-ups, no add-on needed (neutral wire required)
- Fully adjustable ramp rate for just the right on/off speed
- Double tap to full brightness feature
- Remembers and restores on/off status after power failure
- LED indicator signals inclusion, exclusion, reset, and setting changes
- Built-in Z-Wave Plus signal repeater to extend network range
- Extended compatibility with LED bulbs, no more flickering!
- S2 security protocol and the latest 500 Z-Wave chip for faster and safer wireless communication
- Customizable LED indicator and air-gap switch for added safety
<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="2">
<Group index="1" max_associations="1" label="Lifeline"/>
<Group index="2" max_associations="5" label="Status"/>
</Associations>
</CommandClass>
SPECIFICATIONS:
- Model Number: ZEN27
- Z-Wave Signal Frequency: 908.42 MHz
- Power: 120 VAC, 60 Hz
- Maximum Load: 100 W LED/CFL, 300 W incandescent (100 W with
both sides of heat sink tabs off)
- Range: Up to 100 feet line of sight
- Operating Temperature: 32-104° F (0-40° C)
- Installation and Use: Indoor only
</MetaDataItem>
<MetaDataItem name="ProductManual">https://products.z-wavealliance.org/ProductManual/File?folder=&amp;filename=MarketCertificationFiles/3148/zooz-z-wave-plus-s2-dimmer-switch-zen27-manual.pdf</MetaDataItem>
<MetaDataItem id="A002" name="FrequencyName" type="A000">U.S. / Canada / Mexico</MetaDataItem>
<MetaDataItem name="Name">S2 Dimmer</MetaDataItem>
<MetaDataItem name="InclusionDescription">1. Initiate inclusion (pairing) in the app (or web interface) of your hub. 2. Tap the upper paddle on the switch 3 times quickly.
</MetaDataItem>
<MetaDataItem id="A002" name="Identifier" type="A000">ZEN27</MetaDataItem>
<MetaDataItem name="ResetDescription">If your primary controller is missing or inoperable, you may need to reset the device to factory settings. To complete the reset process manually, tap-tap-tapnhold the upper paddle for at least 10 seconds. The LED indicator will flash to confirm successful reset.
NOTE: All previously recorded activity and custom settings will be erased from the devices memory.
</MetaDataItem>
<MetaDataItem name="ExclusionDescription">1. Bring your Z-Wave gateway (hub) close to the switch if possible
2. Put the Z-Wave hub into exclusion mode (not sure how to do that?
ask@getzooz.com)
3. Tap the lower paddle on the switch 3 times quickly</MetaDataItem>
<ChangeLog>
<Entry author="David Alden - dave@alden.name" date="23 Oct 2019" revision="2">Initial Metadata Import from Z-Wave Alliance Database - https://products.z-wavealliance.org/products/3148/xml - this requires v2.0 (or newer) firmware</Entry>
</ChangeLog>
</MetaData>
<!-- https://products.z-wavealliance.org/products/3148 -->
<!-- Configuration Parameters -->
<CommandClass id="112">
<Value type="list" genre="config" index="1" label="Paddle Control" size="1" min="0" max="2" value="0">
<Help>Normal mode: Upper paddle turns the light on, lower paddle turns the light off. Reverse mode: Upper paddle turns the light off, lower paddle turns the light on. Toggle mode: Either paddle toggles the light.</Help>
<Item label="Normal" value="0"/>
<Item label="Reverse" value="1"/>
<Item label="Toggle" value="2"/>
</Value>
<Value type="list" genre="config" index="2" label="LED Indication Control" size="1" min="0" max="3" value="0">
<Help>LED Indication light function. Normal has the LED Indication on when the switch is off, off when the switch is on. </Help>
<Item label="Normal" value="0"/>
<Item label="Reverse" value="1"/>
<Item label="Always Off" value="2"/>
<Item label="Always On" value="3"/>
</Value>
<Value type="list" genre="config" index="3" label="Enable Auto Turn-Off Timer" size="1" min="0" max="1" value="0">
<Help></Help>
<Item label="Disabled" value="0"/>
<Item label="Enabled" value="1"/>
</Value>
<Value type="short" genre="config" index="4" label="Auto Turn-Off Timer Duration" size="2" min="1" max="65535" value="60" units="minutes">
<Help>Time, in minutes, for auto-off timer delay.</Help>
</Value>
<Value type="list" genre="config" index="5" label="Enable Auto Turn-On Timer" size="1" min="0" max="1" value="0">
<Help></Help>
<Item label="Disabled" value="0"/>
<Item label="Enabled" value="1"/>
</Value>
<Value type="short" genre="config" index="6" label="Auto Turn-On Timer Duration" size="2" min="1" max="65535" value="60" units="minutes">
<Help>Set the time (in minutes) after which you want the switch to automatically turn on once it has been turned off.</Help>
</Value>
<Value type="list" genre="config" index="8" label="On Off Status After Power Failure" size="1" min="0" max="2" value="2">
<Help>Status after power failure. Off: always turn light off. On: always turn light on. Restore: remember the latest state and restore that state.</Help>
<Item label="Off" value="0"/>
<Item label="On" value="1"/>
<Item label="Restore" value="2"/>
</Value>
<Value type="byte" genre="config" index="9" label="Ramp Rate Control" size="1" min="1" max="99" value="1" units="seconds">
<Help>Adjust the ramp rate for your dimmer (fade-in / fade-out effect for on / off operation). Values correspond to the number of seconds it take for the dimmer to reach full brightness or turn off when operated manually.</Help>
</Value>
<Value type="byte" genre="config" index="10" label="Minimum Brightness" size="1" min="1" max="99" value="1" units="%">
<Help>Set the minimum brightness level (in %) for your dimmer. You won't be able to dim the light below the set value.</Help>
</Value>
<Value type="byte" genre="config" index="11" label="Maximum Brightness" size="1" min="1" max="99" value="99" units="%">
<Help> Set the maximum brightness level (in %) for your dimmer. You won't be able to add brightness to the light beyond the set value. Note: if Parameter 12 is set to value "Full", Parameter 11 is automatically disabled.</Help>
</Value>
<Value type="list" genre="config" index="12" label="Double Tap Function" size="1" min="0" max="1" value="0">
<Help>Double Tap action. When set to Full, turns light on to 100%. If set to Maximum Level, turns light on to % set in Parameter 11.</Help>
<Item label="Full" value="0"/>
<Item label="Maximum Level" value="1"/>
</Value>
<Value type="list" genre="config" index="13" label="Enable/Disable Scene Control" size="1" min="0" max="1" value="0">
<Help>Enable or Disable scene control functionality for quick double tap triggers.</Help>
<Item label="Disabled" value="0"/>
<Item label="Enabled" value="1"/>
</Value>
<Value type="list" genre="config" index="14" label="Enable/Disable Double-tap" size="1" min="0" max="2" value="0">
<Help>Enables/Disables the double-tap fucntion and assign brightness to single tap. Last level: single tap returns to last brightness level. Full/Max level: single tap returns to full/max level</Help>
<Item label="Enabled" value="0"/>
<Item label="Disabled (last level)" value="1"/>
<Item label="Disabled (full/max level)" value="2"/>
</Value>
<Value type="list" genre="config" index="15" label="Enable/Disable Paddle Control" size="1" min="0" max="1" value="1">
<Help>If enabled, you'll only be able to control the connected light via Z-Wave. Scenes and other functionality will still be available through paddles.</Help>
<Item label="Disabled" value="0"/>
<Item label="Enabled" value="1"/>
</Value>
</CommandClass>
<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="2">
<Group index="1" max_associations="1" label="Lifeline"/>
<Group index="2" max_associations="5" label="Status"/>
</Associations>
</CommandClass>
</Product>

View file

@ -2596,12 +2596,12 @@
'md5' => 'a1518c737c0eb0b63610dca95ebece7df7be426b8b435fb309314f110c77ddb90146d0b03888d2ac03959b2bfd6d181edb7b71cc59c798aeb7f5fa341c4f0d4d'
},
'config/zooz/zen26.xml' => {
'Revision' => '2',
'md5' => '67f69a76d32cabd9a56e628800a6104048d9909f89fd12b20bf437ca1eed3ed8edbb04a7b4e6310068b1798ba81e665acdf9087e13182060af40d05592f82af5'
'Revision' => 3,
'md5' => 'a29881e72eda6f6f3e7f649efa58c8ee1ac1728985c37885a7fd987d9685bcb7d50306a6a72b42f3fad06935fa56f4cc3a50bbd13852d5d56ded7468897f2584'
},
'config/zooz/zen27.xml' => {
'Revision' => '1',
'md5' => 'f5b7f1dee5d98246915ea79190e907b6a9b0020a7c872f7ed14db4c2acfac8400d30db46e48f3a9aae5fa1063f71844f32f26db909cf4ab7b3aecb01d200d58a'
'Revision' => 2,
'md5' => '5ab98630896730c87473681c02bb78e6774818f447d47abbc4da4b2c2560ed23b5e2b1ace378c942eb65ad8cb9794ebe038fc2bb68e62c3f6e1ece9df2fb05ef'
},
'config/zooz/zse08.xml' => {
'Revision' => '1',

View file

@ -848,6 +848,7 @@ DISTFILES = .gitignore \
config/images/zooz/zen21.png \
config/images/zooz/zen22.png \
config/images/zooz/zen26.png \
config/images/zooz/zen27.png \
config/images/zooz/zse09.png \
config/images/zooz/zse19.png \
config/images/zooz/zse29.png \