Skip to content

Commit

Permalink
Several Config Parameter Fixes for LZW30, LZW30-SN, LZW31, LZW31-SN, …
Browse files Browse the repository at this point in the history
…LZW36 (#2332)

* Fixing parameter 16 max

* Revision number update for fix of parameter 16 max value

* Adding parameter 51 to lzw36 for firmware 1.36+

* Fixing config parameter 9 & 10 for lzw31 & lzw31-sn. Adding parameter 13 to lzw30 & lzw30-sn
  • Loading branch information
InovelliUSA committed Nov 3, 2020
1 parent 4773eb8 commit bdc1886
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 15 deletions.
10 changes: 9 additions & 1 deletion config/inovelli/lzw30-sn.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Product Revision="9" xmlns="https://github.com/OpenZWave/open-zwave">
<Product Revision="10" xmlns="https://github.com/OpenZWave/open-zwave">
<MetaData>
<MetaDataItem name="OzwInfoPage">http://www.openzwave.com/device-database/031E:0001:0002</MetaDataItem>
<MetaDataItem name="ProductPic">images/inovelli/lzw30-sn.png</MetaDataItem>
Expand All @@ -25,6 +25,7 @@ Please Note: If this doesn't work, you can check to see if your switch is within
<Entry author="Justin Hammond" date="13 Mar 2020" revision="7">Remove Static Central Scene Entries - Issue #2155</Entry>
<Entry author="Brett Daugherty and SirDeadlyStrike" date="23 Jul 2020" revision="8">Add Instant On/Off Parameter</Entry>
<Entry author="Eric Maycock - ericm@inovelli.com" date="24 Jul 2020" revision="9">Clarifying which scenes are disabled with parameter 51</Entry>
<Entry author="Eric Maycock - ericm@inovelli.com" date="30 Oct 2020" revision="10">Adding parameter 13 to manually specify the load if auto detection doesn't work</Entry>
</ChangeLog>
</MetaData>
<!-- Configuration Parameters -->
Expand Down Expand Up @@ -111,6 +112,13 @@ Please Note: If this doesn't work, you can check to see if your switch is within
Default: 10
</Help>
</Value>
<Value genre="config" type="list" size="1" index="13" label="Load Type" min="0" max="1" value="0">
<Help>
The default of the switch is to auto detect the load. In some situations you may want to try the option for a special load type. (firmware 1.17+)
</Help>
<Item value="0" label="Default"/>
<Item value="1" label="Special Load"/>
</Value>
<Value genre="config" type="list" size="1" index="51" label="Instant On" min="0" max="1" value="1">
<Help>
Enables instant on (ie: disables the 700ms button delay). Note, if you disable the delay, it will also disable scene control except for the following: Up pressed, held, released, Down pressed, held, released &amp; config button pressed.
Expand Down
10 changes: 9 additions & 1 deletion config/inovelli/lzw30.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Product Revision="7" xmlns="https://github.com/OpenZWave/open-zwave">
<Product Revision="8" xmlns="https://github.com/OpenZWave/open-zwave">
<MetaData>
<MetaDataItem name="OzwInfoPage">http://www.openzwave.com/device-database/031E:0001:0004</MetaDataItem>
<MetaDataItem name="ProductPic">images/inovelli/lzw30.png</MetaDataItem>
Expand All @@ -25,6 +25,7 @@ Please Note: If this doesn't work, you can check to see if your switch is within
<Entry author="Eric Maycock - ericm@inovelli.com" date="10 Sep 2019" revision="5">Adding Metadata</Entry>
<Entry author="Brett Daugherty and SirDeadlyStrike" date="23 Jul 2020" revision="6">Add Instant On/Off Parameter</Entry>
<Entry author="Eric Maycock - ericm@inovelli.com" date="24 Jul 2020" revision="7">Clarifying which scenes are disabled with parameter 51</Entry>
<Entry author="Eric Maycock - ericm@inovelli.com" date="30 Oct 2020" revision="8">Adding parameter 13 to manually specify the load if auto detection doesn't work</Entry>
</ChangeLog>
</MetaData>
<!-- Configuration Parameters -->
Expand Down Expand Up @@ -83,6 +84,13 @@ Please Note: If this doesn't work, you can check to see if your switch is within
Default: 0
</Help>
</Value>
<Value genre="config" type="list" size="1" index="13" label="Load Type" min="0" max="1" value="0">
<Help>
The default of the switch is to auto detect the load. In some situations you may want to try the option for a special load type. (firmware 1.17+)
</Help>
<Item value="0" label="Default"/>
<Item value="1" label="Special Load"/>
</Value>
<Value genre="config" type="list" size="1" index="51" label="Instant On" min="0" max="1" value="1">
<Help>
Enables instant on (ie: disables the 700ms button delay). Note, if you disable the delay, it will also disable scene control except for the following: Up pres
Expand Down
16 changes: 9 additions & 7 deletions config/inovelli/lzw31-sn.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Product Revision="3" xmlns="https://github.com/OpenZWave/open-zwave">
<Product Revision="5" xmlns="https://github.com/OpenZWave/open-zwave">
<MetaData>
<MetaDataItem name="OzwInfoPage">http://www.openzwave.com/device-database/031E:0001:0001</MetaDataItem>
<MetaDataItem name="ProductPic">images/inovelli/lzw31-sn.png</MetaDataItem>
Expand All @@ -24,6 +24,8 @@ Please Note: If this doesn't work, you can check to see if your switch is within
<Entry author="Eric Maycock - ericm@inovelli.com" date="7 Nov 2019" revision="1">Initial Release</Entry>
<Entry author="Brett Daugherty and SirDeadlyStrike" date="23 Jul 2020" revision="2">Update config for Firmware 1.47+</Entry>
<Entry author="Eric Maycock - ericm@inovelli.com" date="24 Jul 2020" revision="3">Clarifying which scenes are disabled with parameter 51</Entry>
<Entry author="Eric Maycock - ericm@inovelli.com" date="31 Jul 2020" revision="4">Fix maximum value for parameter 16</Entry>
<Entry author="Eric Maycock - ericm@inovelli.com" date="30 Oct 2020" revision="5">Fixing value range for parameter 9 and 10</Entry>
</ChangeLog>
</MetaData>
<!-- Configuration Parameters -->
Expand Down Expand Up @@ -86,17 +88,17 @@ Please Note: If this doesn't work, you can check to see if your switch is within
Default: 0
</Help>
</Value>
<Value genre="config" type="byte" size="1" index="9" label="Default Level (Local)" min="1" max="100" value="0">
<Value genre="config" type="byte" size="1" index="9" label="Default Level (Local)" min="0" max="99" value="0">
<Help>
Default level for the dimmer when it is powered on from the local switch. A setting of 0 means that the switch will return to the level that it was on before it was turned off.
Range:1-100
Range:0-99
Default: 0
</Help>
</Value>
<Value genre="config" type="byte" size="1" index="10" label="Default Level (Z-Wave)" min="1" max="100" value="0">
<Value genre="config" type="byte" size="1" index="10" label="Default Level (Z-Wave)" min="0" max="99" value="0">
<Help>
Default level for the dimmer when it is powered on from a Z-Wave command. A setting of 0 means that the switch will return to the level that it was on before it was turned off.
Range:1-100
Range:0-99
Default: 0
</Help>
</Value>
Expand Down Expand Up @@ -157,10 +159,10 @@ Please Note: If this doesn't work, you can check to see if your switch is within
<Item value="9" label="90%"/>
<Item value="10" label="100%"/>
</Value>
<Value genre="config" type="int" size="4" index="16" label="LED Strip Effect" min="0" max="83823359" value="0">
<Value genre="config" type="int" size="4" index="16" label="LED Strip Effect" min="0" max="100600575" value="0">
<Help>
Please see website for documentation.
Range: 0-83823359
Range: 0-100600575
Default: 0
</Help>
</Value>
Expand Down
11 changes: 6 additions & 5 deletions config/inovelli/lzw31.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Product Revision="3" xmlns="https://github.com/OpenZWave/open-zwave">
<Product Revision="4" xmlns="https://github.com/OpenZWave/open-zwave">
<MetaData>
<MetaDataItem name="OzwInfoPage">http://www.openzwave.com/device-database/031E:0001:0003</MetaDataItem>
<MetaDataItem name="ProductPic">images/inovelli/lzw31.png</MetaDataItem>
Expand All @@ -24,6 +24,7 @@ Please Note: If this doesn't work, you can check to see if your switch is within
<Entry author="Eric Maycock - ericm@inovelli.com" date="7 Nov 2019" revision="1">Initial Release</Entry>
<Entry author="Brett Daugherty and SirDeadlyStrike" date="23 Jul 2020" revision="2">Update config for Firmware 1.47+</Entry>
<Entry author="Eric Maycock - ericm@inovelli.com" date="24 Jul 2020" revision="3">Clarifying which scenes are disabled with parameter 51</Entry>
<Entry author="Eric Maycock - ericm@inovelli.com" date="30 Oct 2020" revision="4">Fixing value range for parameter 9 and 10</Entry>
</ChangeLog>
</MetaData>
<!-- Configuration Parameters -->
Expand Down Expand Up @@ -86,17 +87,17 @@ Please Note: If this doesn't work, you can check to see if your switch is within
Default: 0
</Help>
</Value>
<Value genre="config" type="byte" size="1" index="9" label="Default Level (Local)" min="1" max="100" value="0">
<Value genre="config" type="byte" size="1" index="9" label="Default Level (Local)" min="0" max="99" value="0">
<Help>
Default level for the dimmer when it is powered on from the local switch. A setting of 0 means that the switch will return to the level that it was on before it was turned off.
Range:1-100
Range:0-99
Default: 0
</Help>
</Value>
<Value genre="config" type="byte" size="1" index="10" label="Default Level (Z-Wave)" min="1" max="100" value="0">
<Value genre="config" type="byte" size="1" index="10" label="Default Level (Z-Wave)" min="0" max="99" value="0">
<Help>
Default level for the dimmer when it is powered on from a Z-Wave command. A setting of 0 means that the switch will return to the level that it was on before it was turned off.
Range:1-100
Range:0-99
Default: 0
</Help>
</Value>
Expand Down
11 changes: 10 additions & 1 deletion config/inovelli/lzw36.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Product Revision="8" xmlns="https://github.com/OpenZWave/open-zwave">
<Product Revision="9" xmlns="https://github.com/OpenZWave/open-zwave">
<MetaData>
<MetaDataItem name="OzwInfoPage">http://www.openzwave.com/device-database/031E:0001:000e</MetaDataItem>
<MetaDataItem name="ProductPic">images/inovelli/lzw36.png</MetaDataItem>
Expand All @@ -21,6 +21,7 @@ Please Note: If this doesn't work, you can check to see if your switch is within
<Entry author="Eric Maycock - ericm@inovelli.com" date="05 Jun 2020" revision="6">Adding Metadata</Entry>
<Entry author="Eric Maycock - ericm@inovelli.com" date="23 Jul 2020" revision="7">Fix Config Parameters</Entry>
<Entry author="Eric Maycock - ericm@inovelli.com" date="24 Jul 2020" revision="8">Adding additional metadata</Entry>
<Entry author="Eric Maycock - ericm@inovelli.com" date="27 Aug 2020" revision="9">Adding parameter 51 for firmware 1.36+</Entry>
</ChangeLog>
</MetaData>

Expand Down Expand Up @@ -308,6 +309,14 @@ Please Note: If this doesn't work, you can check to see if your switch is within
<Item value="2" label="Fan Button"/>
<Item value="3" label="Both Buttons"/>
</Value>

<Value genre="config" type="list" size="1" index="51" label="Instant On" min="0" max="1" value="1">
<Help>
Enables instant on (ie: disables the 700ms button delay). Note, if you disable the delay, it will also disable scene control except for the following: Light on/off pressed, held, released, Fan on/off pressed, held, released &amp; light up/down fan up/down pressed (firmware 1.36+).
</Help>
<Item value="0" label="Enabled (no delay)"/>
<Item value="1" label="Disabled (700ms delay)"/>
</Value>
</CommandClass>

<!-- Association Groups -->
Expand Down

0 comments on commit bdc1886

Please sign in to comment.