Added config files for Zwave and added better logging
This commit is contained in:
parent
b7c7913c92
commit
d12c378b4f
102 changed files with 8169 additions and 39 deletions
95
plugins/hal-zwave/config/zwave.me/ZME_06433.xml
Normal file
95
plugins/hal-zwave/config/zwave.me/ZME_06433.xml
Normal file
|
|
@ -0,0 +1,95 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Taken from http://en.z-wave.me/docs/ZME_0643x_UserManual.pdf-->
|
||||
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
||||
<!-- Configuration Parameters -->
|
||||
<!--IMPORTANT: Controllers may only allow to configure signed values.
|
||||
In order to set values in the range 128?255 for parameters 4, 5 and 6 the
|
||||
value sent in the application shall be the desired value minus 256.
|
||||
For example: to set parameter 4 in Window Blind to 200? sit may be needed
|
||||
to set a value of 200?256=?56.
|
||||
Similar rule applies to parameter 2: to set values in range 32768?65535
|
||||
use value equal to desired value minus 65536. For example, to set auto
|
||||
switch off period to 10 hours =36000s it may be needed to set a value
|
||||
36000?65536=?29536.-->
|
||||
|
||||
<CommandClass id="112">
|
||||
<Value type="list" index="1" genre="config" label="Set LED indication mode" units="" min="1" max="99" value="3" size="1">
|
||||
<Item label="Disabled" value="0" />
|
||||
<Item label="Show switch/dimmer state / when in motion or inactive (for blinds)" value="1" />
|
||||
<Item label="Night mode (inverted switch state)" value="2" />
|
||||
<Item label="Operated by Indicator Command Class (default)" value="3" />
|
||||
<Item label="Show if not closed (for blinds only)" value="4" />
|
||||
</Value>
|
||||
<Value type="int" index="2" genre="config" label="Automatically switch off after" units="seconds" min="0" max="65535" value="0">
|
||||
<Help>If not zero, automatically switch off/close blind after a user defined time</Help>
|
||||
</Value>
|
||||
<Value type="list" index="3" genre="config" label="What to do on RF off command" value="0" size="1">
|
||||
<Help>If not zero, automatically switch off/close blind after a user defined time</Help>
|
||||
<Item label="Switch off (default)" value="0" />
|
||||
<Item label="Ignore" value="1" />
|
||||
<Item label="Switch on" value="2" />
|
||||
</Value>
|
||||
<Value type="list" index="4" genre="config" label="Ignore Start Level" value="1" size="1">
|
||||
<Help>Defines if the dimmer shall ignore start level in StartLevelChange command despite it is specified or not.</Help>
|
||||
<Item label="No" value="0" />
|
||||
<Item label="Yes (default)" value="1" />
|
||||
</Value>
|
||||
<Value type="byte" index="5" genre="config" label="Dimmer speed" units="x 10 milliseconds" min="0" max="255" value="30">
|
||||
<Help>Time to dim on button presses and Set command (if it has no duration specified). If not 0, dimming will be done smoothly to preserve bulb life.</Help>
|
||||
</Value>
|
||||
<Value type="byte" index="6" genre="config" label="Dimming long speed" units="Seconds" min="1" max="255" value="3">
|
||||
<Help>Time to dim on button holds and StartLevel Change command (if it has no duration specified).</Help>
|
||||
</Value>
|
||||
<Value type="list" index="7" genre="config" label="Set Maximum Light on On click" value="0" size="1">
|
||||
<Help>Defines if the dimmer shall set maximum light level on On command. By default on On command dimmer restores last level. This parameter allows to configure to set maximum level on second On command (if already On) or to always switch on to maximum level.</Help>
|
||||
<Item label="No (default)" value="0" />
|
||||
<Item label="If already in On state" value="1" />
|
||||
<Item label="Always" value="2" />
|
||||
</Value>
|
||||
<Value type="byte" index="8" genre="config" label="Baby Dimming Time" units="minutes" min="0" max="255" value="0">
|
||||
<Help>Time to dim on double click Off button for Baby- Dim function. This function works only if the load is operated by single press and hold button action. If enabled, the device will wait for a click timeout to see if the second click would be pressed. This will introduce a small delay for single click commands, unprotected.</Help>
|
||||
</Value>
|
||||
<Value type="byte" index="9" genre="config" label="Target Dimming Level for Baby Dimming" units="dimmer level %" min="0" max="99" value="0">
|
||||
<Help>Target level on which to stop while executing Baby Dimming. Can be 0 to completely switch off the light. </Help>
|
||||
</Value>
|
||||
<Value type="byte" index="10" genre="config" label="Typical click timeout" units="x 10 milliseconds" min="1" max="100" value="50">
|
||||
<Help>Typical time used to differentiate click, hold, double and triple clicks.</Help>
|
||||
</Value>
|
||||
<Value type="list" index="11" genre="config" label="Invert buttons" value="0" size="1">
|
||||
<Item label="No default)" value="0" />
|
||||
<Item label="Yes" value="1" />
|
||||
</Value>
|
||||
<Value type="list" index="12" genre="config" label="Switch by buttons" value="1" size="1">
|
||||
<Help>If disabled, the local operations by buttons will not switch the load, but only send commands to On/Off association group. In this mode buttons are not linked with the switch anymore. They can be used separately: buttons to control remote device, switch will operate by RF commands only. </Help>
|
||||
<Item label="No" value="0" />
|
||||
<Item label="By single press and hold (default)" value="1" />
|
||||
<Item label="By double press and hold" value="1" />
|
||||
</Value>
|
||||
<Value type="list" index="13" genre="config" label="Action on button single press or hold" value="1" size="1">
|
||||
<Help>Defines which command should be sent on button single press or hold. Basic commands are sent to Association group. Switch All commands are sent broadcast. </Help>
|
||||
<Item label="Disabled" value="0" />
|
||||
<Item label="Switch On, Off and dim using Basic Set(default)" value="1" />
|
||||
<Item label="Switch All On/Off" value="1" />
|
||||
</Value>
|
||||
<Value type="list" index="13" genre="config" label="Action on button double press or hold" value="0" size="1">
|
||||
<Help>Defines which command should be sent on button double press or press-hold. Basic commands are sent to Association group. Switch All commands are sent broadcast. If not disabled, the device will wait for a click timeout to see if the second click would be pressed. This will introduce a small delay for single click commands.</Help>
|
||||
<Item label="Disabled (don't wait for double click,default)" value="0" />
|
||||
<Item label="Switch On, Off and dim using Basic Set" value="1" />
|
||||
<Item label="Switch All On/Off" value="1" />
|
||||
</Value>
|
||||
<Value type="list" index="15" genre="config" label="Send the following Switch All commands" value="1" size="1">
|
||||
<Item label="Switch All Off only (default)" value="1" />
|
||||
<Item label="Switch All On only" value="1" />
|
||||
<Item label="Switch All On and Off" value="255" />
|
||||
</Value>
|
||||
</CommandClass>
|
||||
|
||||
<!-- Association Groups -->
|
||||
<CommandClass id="133">
|
||||
<Associations num_groups="3">
|
||||
<Group index="1" max_associations="8" label="Group 1" auto="false"/>
|
||||
<Group index="2" max_associations="8" label="Group 2" auto="false" />
|
||||
<Group index="3" max_associations="8" label="Send updates" auto="true"/>
|
||||
</Associations>
|
||||
</CommandClass>
|
||||
</Product>
|
||||
97
plugins/hal-zwave/config/zwave.me/ZME_06436.xml
Normal file
97
plugins/hal-zwave/config/zwave.me/ZME_06436.xml
Normal file
|
|
@ -0,0 +1,97 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Taken from http://en.z-wave.me/docs/ZME_0643x_UserManual.pdf-->
|
||||
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
||||
<!-- Configuration Parameters -->
|
||||
<!--IMPORTANT: Controllers may only allow to configure signed values.
|
||||
In order to set values in the range 128?255 for parameters 4, 5 and 6 the
|
||||
value sent in the application shall be the desired value minus 256.
|
||||
For example: to set parameter 4 in Window Blind to 200? sit may be needed
|
||||
to set a value of 200?256=?56.
|
||||
Similar rule applies to parameter 2: to set values in range 32768?65535
|
||||
use value equal to desired value minus 65536. For example, to set auto
|
||||
switch off period to 10 hours =36000s it may be needed to set a value
|
||||
36000?65536=?29536.-->
|
||||
|
||||
<CommandClass id="112">
|
||||
<Value type="list" index="1" genre="config" label="Set LED indication mode" units="" min="1" max="99" value="3" size="1">
|
||||
<Item label="Disabled" value="0" />
|
||||
<Item label="Show switch/dimmer state / when in motion or inactive (for blinds)" value="1" />
|
||||
<Item label="Night mode (inverted switch state)" value="2" />
|
||||
<Item label="Operated by Indicator Command Class (default)" value="3" />
|
||||
<Item label="Show if not closed (for blinds only)" value="4" />
|
||||
</Value>
|
||||
<Value type="int" index="2" genre="config" label="Automatically open or close after" units="seconds" min="0" max="65535" value="0">
|
||||
<Help>If not zero, automatically switch off/close blind after a user defined time</Help>
|
||||
</Value>
|
||||
<Value type="list" index="3" genre="config" label="What to do on RF off command" value="0" size="1">
|
||||
<Help>If not zero, automatically switch off/close blind after a user defined time</Help>
|
||||
<Item label="Switch off (default)" value="0" />
|
||||
<Item label="Ignore" value="1" />
|
||||
<Item label="Switch on" value="2" />
|
||||
</Value>
|
||||
<Value type="byte" index="4" genre="config" label="Full close time" units="Second" min="0" max="255" value="60" size="1">
|
||||
<Help>Time to go from opened to closed state. Used to estimate the current level. Note that in Permanent motion mode the reported value would a be Closed or Opened, while all Basic and Multilevel Set values (1-99, 255) would Open except 0 value that would Close.</Help>
|
||||
</Value>
|
||||
<Value type="byte" index="5" genre="config" label="Full open time" units="Second" min="0" max="255" value="60" size="1">
|
||||
<Help>Time to go from closed to open state. This value may differ from Full close time for some blinds due to gravity. Used to estimate the current level. Note that in Permanent motion mode the reported value would a be Closed or Opened, while all Basic and Multilevel Set values (1-99, 255) would Open except 0 value that would Close.</Help>
|
||||
</Value>
|
||||
<Value type="byte" index="6" genre="config" label="Node Id of the blocking device" min="0" max="232" value="0">
|
||||
<Help>Id of the device which commands would be interpreted not as Open/Close, but as block/unblock. Usefull with door opening detector: if the door is open, block the blind not to break shades while they move.</Help>
|
||||
</Value>
|
||||
<Value type="list" index="7" genre="config" label="On which command from blocking node to enable the protection" min="0" max="1" value="0" size="1">
|
||||
<Help>Defines which command from blocking device to interpret as closed door and hence, unprotected.</Help>
|
||||
<Item label="on On (default)" value="0" />
|
||||
<Item label="on Off" value="1" />
|
||||
</Value>
|
||||
<Value type="list" index="8" genre="config" label="Stop or Revert if opposite button is pressed" units="" min="0" max="2" value="0">
|
||||
<Help>Defines behaviour on open press while closing and vice versa. To allow Stop behavior when switched by remote, use Stop by Basic</Help>
|
||||
<Item label="Stop (by buttons and Binary) (Default)" value="0" />
|
||||
<Item label="Stop (by buttons, Binary and Basic)" value="1" />
|
||||
<Item label="Revert" value="2" />
|
||||
</Value>
|
||||
<Value type="list" index="9" genre="config" label="Invert open and close relays" units="" min="0" max="1" value="0">
|
||||
<Help>Allow exchanging open and close relays if blind control is wired to the motor incorrectly</Help>
|
||||
<Item label="No (default)" value="0" />
|
||||
<Item label="Yes" value="1" />
|
||||
</Value>
|
||||
<Value type="byte" index="10" genre="config" label="Typical click timeout" units="x 10 milliseconds" min="1" max="100" value="50">
|
||||
<Help>Typical time used to differentiate click, hold, double and triple clicks.</Help>
|
||||
</Value>
|
||||
<Value type="list" index="11" genre="config" label="Invert buttons" value="0" size="1">
|
||||
<Item label="No default)" value="0" />
|
||||
<Item label="Yes" value="1" />
|
||||
</Value>
|
||||
<Value type="list" index="12" genre="config" label="Switch by buttons" value="1" size="1">
|
||||
<Help>If disabled, the local operations by buttons will not switch the load, but only send commands to On/Off association group. In this mode buttons are not linked with the switch anymore. They can be used separately: buttons to control remote device, switch will operate by RF commands only. </Help>
|
||||
<Item label="No" value="0" />
|
||||
<Item label="By single press and hold (default)" value="1" />
|
||||
<Item label="By double press and hold" value="1" />
|
||||
</Value>
|
||||
<Value type="list" index="13" genre="config" label="Action on button single press or hold" value="1" size="1">
|
||||
<Help>Defines which command should be sent on button single press or hold. Basic commands are sent to Association group. Switch All commands are sent broadcast. </Help>
|
||||
<Item label="Disabled" value="0" />
|
||||
<Item label="Switch On, Off and dim using Basic Set(default)" value="1" />
|
||||
<Item label="Switch All On/Off" value="1" />
|
||||
</Value>
|
||||
<Value type="list" index="13" genre="config" label="Action on button double press or hold" value="0" size="1">
|
||||
<Help>Defines which command should be sent on button double press or press-hold. Basic commands are sent to Association group. Switch All commands are sent broadcast. If not disabled, the device will wait for a click timeout to see if the second click would be pressed. This will introduce a small delay for single click commands.</Help>
|
||||
<Item label="Disabled (don't wait for double click,default)" value="0" />
|
||||
<Item label="Switch On, Off and dim using Basic Set" value="1" />
|
||||
<Item label="Switch All On/Off" value="1" />
|
||||
</Value>
|
||||
<Value type="list" index="15" genre="config" label="Send the following Switch All commands" value="1" size="1">
|
||||
<Item label="Switch All Off only (default)" value="1" />
|
||||
<Item label="Switch All On only" value="1" />
|
||||
<Item label="Switch All On and Off" value="255" />
|
||||
</Value>
|
||||
</CommandClass>
|
||||
|
||||
<!-- Association Groups -->
|
||||
<CommandClass id="133">
|
||||
<Associations num_groups="3">
|
||||
<Group index="1" max_associations="8" label="Group 1" auto="false"/>
|
||||
<Group index="2" max_associations="8" label="Group 2" auto="false" />
|
||||
<Group index="3" max_associations="8" label="Send updates" auto="true"/>
|
||||
</Associations>
|
||||
</CommandClass>
|
||||
</Product>
|
||||
136
plugins/hal-zwave/config/zwave.me/ZME_WCD2.xml
Normal file
136
plugins/hal-zwave/config/zwave.me/ZME_WCD2.xml
Normal file
|
|
@ -0,0 +1,136 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Taken from http://en.z-wave.me/docs/ZME_0643x_UserManual.pdf-->
|
||||
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
||||
<!-- Configuration Parameters -->
|
||||
<!--IMPORTANT: Controllers may only allow to configure signed values.
|
||||
In order to set values in the range 128?255 for parameters 4, 5 and 6 the
|
||||
value sent in the application shall be the desired value minus 256.
|
||||
For example: to set parameter 4 in Window Blind to 200? sit may be needed
|
||||
to set a value of 200?256=?56.
|
||||
Similar rule applies to parameter 2: to set values in range 32768?65535
|
||||
use value equal to desired value minus 65536. For example, to set auto
|
||||
switch off period to 10 hours =36000s it may be needed to set a value
|
||||
36000?65536=?29536.-->
|
||||
|
||||
<CommandClass id="112">
|
||||
<Value type="list" index="1" genre="config" label="Button 1 and 3 Pair Mode" units="" min="0" max="2" value="1" size="1">
|
||||
<Help>Button 1 and 3 pair mode (Parameter Number 1,
|
||||
Parameter Size 1) In separate mode button 1 works
|
||||
with group 1, button 3 with groups 3. Click is On, Hold
|
||||
is dimming Up, Double click is Off, Click-Hold is
|
||||
dimming Down. In pair button 1/3 are Up/Down
|
||||
correspondingly. Click is On/Off, Hold is dimming
|
||||
Up/Down. Single clicks works with group 1, double click with group
|
||||
3.</Help>
|
||||
<Item label="Separately" value="0" />
|
||||
<Item label="In Pair without Double Click (default)" value="1" />
|
||||
<Item label="In Pair with Double Click" value="2" />
|
||||
</Value>
|
||||
<Value type="list" index="2" genre="config" label="Button 2 and 4 Pair Mode" units="" min="0" max="2" value="1" size="1">
|
||||
<Help>Button 2 and 4 pair mode (Parameter Number 2,
|
||||
Parameter Size 1) In separate mode button 2 works
|
||||
with group 2, button 4 with groups 4. Click is On, Hold
|
||||
is dimming Up, Double click is Off, Click-Hold is
|
||||
dimming Down. In pair button 2/4 are Up/Down
|
||||
correspondingly. Click is On/Off, Hold is dimming
|
||||
Up/Down. Single clicks works with group 2, double click with group 4.
|
||||
</Help>
|
||||
<Item label="Separately" value="0" />
|
||||
<Item label="In Pair without Double Click (default)" value="1" />
|
||||
<Item label="In Pair with Double Click" value="2" />
|
||||
</Value>
|
||||
<Value type="list" index="11" genre="config" label="Action on Group 1" value="1" min="0" max="5" size="1">
|
||||
<Help>Action on group 1 (Parameter Number 11,
|
||||
Parameter Size 1) In Switch On/Off only mode On
|
||||
command is sent on Dim Up, Off on Dim Down. In Scenes mode the
|
||||
scene ID sent is (10 * group + ActionID), where
|
||||
ActionID is: 1 = On, 2 = Off, 3 = Dim Up Start, 4 =
|
||||
Dim Down Start, 5 = Dim Up Stop, 6 = Dim Down Stop
|
||||
</Help>
|
||||
<Item label="Disabled" value="0" />
|
||||
<Item label="Switch On/Off and Dimm (send Basic Set and Switch Multilevel) (Default)" value="1" />
|
||||
<Item label="Switch On/Off only (send Basic Set)" value="2" />
|
||||
<Item label="Switch All" value="3" />
|
||||
<Item label="Send Scenes" value="4" />
|
||||
<Item label="Send Preconfigured Scenes" value="5" />
|
||||
</Value>
|
||||
<Value type="list" index="12" genre="config" label="Action on Group 2" value="1" min="0" max="5" size="1">
|
||||
<Help>Action on group 2 (Parameter Number 12,
|
||||
Parameter Size 1) In Switch On/Off only mode On
|
||||
command is sent on Dim Up, Off on Dim Down. In Scenes mode the
|
||||
scene ID sent is (10 * group + ActionID), where
|
||||
ActionID is: 1 = On, 2 = Off, 3 = Dim Up Start, 4 =
|
||||
Dim Down Start, 5 = Dim Up Stop, 6 = Dim Down Stop
|
||||
</Help>
|
||||
<Item label="Disabled" value="0" />
|
||||
<Item label="Switch On/Off and Dimm (send Basic Set and Switch Multilevel) (Default)" value="1" />
|
||||
<Item label="Switch On/Off only (send Basic Set)" value="2" />
|
||||
<Item label="Switch All" value="3" />
|
||||
<Item label="Send Scenes" value="4" />
|
||||
<Item label="Send Preconfigured Scenes" value="5" />
|
||||
</Value>
|
||||
<Value type="list" index="13" genre="config" label="Action on Group 3" value="1" min="0" max="5" size="1">
|
||||
<Help>Action on group 3 (Parameter Number 13,
|
||||
Parameter Size 1) In Switch On/Off only mode On
|
||||
command is sent on Dim Up, Off on Dim Down. In Scenes mode the
|
||||
scene ID sent is (10 * group + ActionID), where
|
||||
ActionID is: 1 = On, 2 = Off, 3 = Dim Up Start, 4 =
|
||||
Dim Down Start, 5 = Dim Up Stop, 6 = Dim Down Stop
|
||||
</Help>
|
||||
<Item label="Disabled" value="0" />
|
||||
<Item label="Switch On/Off and Dimm (send Basic Set and Switch Multilevel) (Default)" value="1" />
|
||||
<Item label="Switch On/Off only (send Basic Set)" value="2" />
|
||||
<Item label="Switch All" value="3" />
|
||||
<Item label="Send Scenes" value="4" />
|
||||
<Item label="Send Preconfigured Scenes" value="5" />
|
||||
</Value>
|
||||
<Value type="list" index="14" genre="config" label="Action on Group 4" value="1" min="0" max="5" size="1">
|
||||
<Help>Action on group 4 (Parameter Number 14,
|
||||
Parameter Size 1) In Switch On/Off only mode On
|
||||
command is sent on Dim Up, Off on Dim Down. In Scenes mode the
|
||||
scene ID sent is (10 * group + ActionID), where
|
||||
ActionID is: 1 = On, 2 = Off, 3 = Dim Up Start, 4 =
|
||||
Dim Down Start, 5 = Dim Up Stop, 6 = Dim Down Stop
|
||||
</Help>
|
||||
<Item label="Disabled" value="0" />
|
||||
<Item label="Switch On/Off and Dimm (send Basic Set and Switch Multilevel) (Default)" value="1" />
|
||||
<Item label="Switch On/Off only (send Basic Set)" value="2" />
|
||||
<Item label="Switch All" value="3" />
|
||||
<Item label="Send Scenes" value="4" />
|
||||
<Item label="Send Preconfigured Scenes" value="5" />
|
||||
</Value>
|
||||
<Value type="byte" index="20" genre="config" label="Typical Click Timeout" units="x 10 milliseconds" min="0" max="100" value="50">
|
||||
<Help>Typical time used to differenciate click, hold and double clicks</Help>
|
||||
</Value>
|
||||
<Value type="list" index="21" genre="config" label="Switch All Command" value="1" min="1" max="255" size="1">
|
||||
<Item label="Switch Off Only (Default)" value="1"/>
|
||||
<Item label="Switch On Only" value="2" />
|
||||
<Item label="Switch all on and off" value="255" />
|
||||
</Value>
|
||||
<Value type="list" index="22" genre="config" label="Invert Buttons" min="0" max="1" size="1" value="0">
|
||||
<Item label="No (Default)" value="0" />
|
||||
<Item label="Yes" value="1" />
|
||||
</Value>
|
||||
<Value type="list" index="24" genre="config" label="Led Confirmation Mode" min="0" max="2" size="1" value="2">
|
||||
<Help>This allows to save battery</Help>
|
||||
<Item label="No Confirmations" value="0" />
|
||||
<Item label="Confirm Button Press" value="1" />
|
||||
<Item label="Confirm Button Press and delivery (Default)" value="2" />
|
||||
</Value>
|
||||
<Value type="list" index="30" genre="config" label="Send Unsolicited Battery Report on Wakeup" min="0" max="2" size="1" value="0">
|
||||
<Item label="No (default)" value="0" />
|
||||
<Item label="To same node as wake up notification" value="1" />
|
||||
<Item label="Broadcast to neighbours" value="2" />
|
||||
</Value>
|
||||
</CommandClass>
|
||||
|
||||
<!-- Association Groups -->
|
||||
<CommandClass id="133">
|
||||
<Associations num_groups="4">
|
||||
<Group index="1" max_associations="8" label="Group 1" auto="true" />
|
||||
<Group index="2" max_associations="8" label="Group 2" auto="true" />
|
||||
<Group index="3" max_associations="8" label="Group 3" auto="true" />
|
||||
<Group index="4" max_associations="8" label="Group 4" auto="true" />
|
||||
</Associations>
|
||||
</CommandClass>
|
||||
</Product>
|
||||
118
plugins/hal-zwave/config/zwave.me/kfob.xml
Normal file
118
plugins/hal-zwave/config/zwave.me/kfob.xml
Normal file
|
|
@ -0,0 +1,118 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
||||
<!-- COMMAND_CLASS_CONFIGURATION. Configuration Parameters -->
|
||||
<CommandClass id="112">
|
||||
<Value type="byte" index="1" genre="config" label="Modes for Button 1 and 3" units="" min="0" max="255" value="1">
|
||||
<Help>
|
||||
0 Separate buttons
|
||||
1 Buttons are grouped (one is on, one if off), no double click supported (default)
|
||||
2 Buttons are grouped (one is on, one if off), double click supported
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="byte" index="2" genre="config" label="Modes for Button 2 and 4" units="" min="0" max="255" value="1">
|
||||
<Help>
|
||||
0 Separate buttons
|
||||
1 Buttons are grouped (one is on, one if off), no double click supported (default)
|
||||
2 Buttons are grouped (one is on, one if off), double click supported
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="byte" index="11" genre="config" label="Action on group 1" units="" min="0" max="255" value="1">
|
||||
<Help>
|
||||
0 Disabled
|
||||
1 Control Dimmer, Motor Control and Switches using Basic+Multilevel Switch Commands (default)
|
||||
2 Control Switches only, click and hold sends only Basic Commands
|
||||
3 Switch All On/Off
|
||||
4 Send Scene Activation
|
||||
5 Control preconfigured Scenes
|
||||
6 Control devices in proximity
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="byte" index="12" genre="config" label="Action on group 2" units="" min="0" max="255" value="1">
|
||||
<Help>
|
||||
0 Disabled
|
||||
1 Control Dimmer, Motor Control and Switches using Basic+Multilevel Switch Commands (default)
|
||||
2 Control Switches only, click and hold sends only Basic Commands
|
||||
3 Switch All On/Off
|
||||
4 Send Scene Activation
|
||||
5 Control preconfigured Scenes
|
||||
6 Control devices in proximity
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="byte" index="13" genre="config" label="Action on group 3" units="" min="0" max="255" value="1">
|
||||
<Help>
|
||||
0 Disabled
|
||||
1 Control Dimmer, Motor Control and Switches using Basic+Multilevel Switch Commands (default)
|
||||
2 Control Switches only, click and hold sends only Basic Commands
|
||||
3 Switch All On/Off
|
||||
4 Send Scene Activation
|
||||
5 Control preconfigured Scenes
|
||||
6 Control devices in proximity
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="byte" index="14" genre="config" label="Action on group 4" units="" min="0" max="255" value="1">
|
||||
<Help>
|
||||
0 Disabled
|
||||
1 Control Dimmer, Motor Control and Switches using Basic+Multilevel Switch Commands (default)
|
||||
2 Control Switches only, click and hold sends only Basic Commands
|
||||
3 Switch All On/Off
|
||||
4 Send Scene Activation
|
||||
5 Control preconfigured Scenes
|
||||
6 Control devices in proximity
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="byte" index="20" genre="config" label="Typical click timeout" units="ms" min="1" max="100" value="50">
|
||||
<Help>
|
||||
Typical time used to differentiate click, hold, double and click-holds.
|
||||
1 100 in 10 ms units (default is 50, that is equivalent to 500 ms)
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="byte" index="11" genre="config" label="Send the following Switch All commands" units="" min="1" max="255" value="1">
|
||||
<Help>
|
||||
1 Switch All Off only (default)
|
||||
2 Switch All On only
|
||||
255 Switch All On and Off
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="byte" index="22" genre="config" label="Invert buttons" units="" min="0" max="255" value="0">
|
||||
<Help>
|
||||
Invert meaning of On/Dim up and Off/Dim down in pairs of buttons. This applies only to pairs in grouped mode.
|
||||
Buttons 1 and 2 will become Off/Dim down, buttons 3 and 4 On/Dim up.
|
||||
0 No (default)
|
||||
1 Yes
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="byte" index="24" genre="config" label="LED confirmation mode" units="" min="0" max="255" value="2">
|
||||
<Help>
|
||||
To save batteries LED confirmation can be disabled.
|
||||
0 No confirmations
|
||||
1 Confirm button press
|
||||
2 Confirm button press and delivery (default)
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="byte" index="30" genre="config" label="Send unsolicited battery report on wakeup" units="" min="0" max="255" value="0">
|
||||
<Help>
|
||||
0 No (default)
|
||||
1 To same node as wakeup notification
|
||||
2 Broadcast
|
||||
</Help>
|
||||
</Value>
|
||||
</CommandClass>
|
||||
|
||||
<!-- COMMAND_CLASS_MULTI_CHANNEL_V2
|
||||
<CommandClass id="96" version="2"/>
|
||||
-->
|
||||
<!--COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V2.
|
||||
<CommandClass id="142" version="2"/>
|
||||
-->
|
||||
<!-- COMMAND_CLASS_ASSOCIATION. -->
|
||||
<CommandClass id="133">
|
||||
<Associations num_groups="4">
|
||||
<Group index="1" max_associations="8" label="Button #1" auto="false" />
|
||||
<Group index="2" max_associations="8" label="Button #3" auto="false" />
|
||||
<Group index="3" max_associations="8" label="Button #2" auto="false" />
|
||||
<Group index="4" max_associations="8" label="Button #4" auto="false" />
|
||||
</Associations>
|
||||
</CommandClass>
|
||||
|
||||
|
||||
</Product>
|
||||
Loading…
Add table
Add a link
Reference in a new issue