Removed unnecessary extra layer in resource folder structure.
This commit is contained in:
parent
94485b5633
commit
d8a1b66738
190 changed files with 11 additions and 11 deletions
35
plugins/hal-zwave/resources/config/BeNext/1poleswitch.xml
Normal file
35
plugins/hal-zwave/resources/config/BeNext/1poleswitch.xml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--http://benext.eu/static/manual/1poleswitch.pdf-->
|
||||
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
||||
<!-- Configuration -->
|
||||
<CommandClass id="112">
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="1" label="Set to Default" value="-1">
|
||||
<Help>Set all configuration values to default values (factory settings).</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="10" label="Mode" value="255">
|
||||
<Help>The mode in which a different Z-Wave message is sent.</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="11" label="Double press time" value="20">
|
||||
<Help>The time that a user has to activate the double button pressed scene, if time is passed then the single pressed button scene is notified. (value * 10 ms)</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="12" label="Temperature offset" value="0" size="2">
|
||||
<Help>A signed integer to determine the offset of the temperature.</Help>
|
||||
</Value>
|
||||
|
||||
</CommandClass>
|
||||
|
||||
<!-- Association Groups -->
|
||||
<CommandClass id="133">
|
||||
<Associations num_groups="4">
|
||||
<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="Group 3" auto="false"/>
|
||||
<Group index="4" max_associations="8" label="Group 4" auto="false"/>
|
||||
</Associations>
|
||||
</CommandClass>
|
||||
|
||||
</Product>
|
||||
35
plugins/hal-zwave/resources/config/BeNext/2poleswitch.xml
Normal file
35
plugins/hal-zwave/resources/config/BeNext/2poleswitch.xml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--http://benext.eu/static/manual/2poleswitch.pdf-->
|
||||
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
||||
<!-- Configuration -->
|
||||
<CommandClass id="112">
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="1" label="Set to Default" value="-1">
|
||||
<Help>Set all configuration values to default values (factory settings).</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="10" label="Mode" value="255">
|
||||
<Help>The mode in which a different Z-Wave message is sent.</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="11" label="Double press time" value="20">
|
||||
<Help>The time that a user has to activate the double button pressed scene, if time is passed then the single pressed button scene is notified. (value * 10 ms)</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="12" label="Temperature offset" value="0" size="2">
|
||||
<Help>A signed integer to determine the offset of the temperature.</Help>
|
||||
</Value>
|
||||
|
||||
</CommandClass>
|
||||
|
||||
<!-- Association Groups -->
|
||||
<CommandClass id="133">
|
||||
<Associations num_groups="4">
|
||||
<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="Group 3" auto="false"/>
|
||||
<Group index="4" max_associations="8" label="Group 4" auto="false"/>
|
||||
</Associations>
|
||||
</CommandClass>
|
||||
|
||||
</Product>
|
||||
62
plugins/hal-zwave/resources/config/BeNext/AlarmSound.xml
Normal file
62
plugins/hal-zwave/resources/config/BeNext/AlarmSound.xml
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
||||
<!-- COMMAND_CLASS_ALARM AlarmCmd_Get not supported -->
|
||||
<CommandClass id="113" getsupported="false" />
|
||||
|
||||
<!-- Configuration -->
|
||||
<CommandClass id="112">
|
||||
<Value type="byte" genre="config" instance="1" index="1" label="Set to Default" value="-1">
|
||||
<Help>Set all configuration values to default values (factory settings)</Help>
|
||||
</Value>
|
||||
<Value type="byte" genre="config" instance="1" index="2" label="Destination routine enabled" value="255">
|
||||
<Help>Enables an internal routine that periodically checks the Z-Wave device in assocication group 2</Help>
|
||||
</Value>
|
||||
<Value type="byte" genre="config" instance="1" index="3" label="Destination routine success time" value="60">
|
||||
<Help>Configure the time that the AlarmSound sends a new frame when previous frame was send successful</Help>
|
||||
</Value>
|
||||
<Value type="byte" genre="config" instance="1" index="4" label="Destination routine failed time" value="240">
|
||||
<Help>Configure the time that the AlarmSound sends a few frame when previous frame was send not successful</Help>
|
||||
</Value>
|
||||
<Value type="byte" genre="config" instance="1" index="5" label="Temperature calibration offset (byte 1)" value="0">
|
||||
<Help>A (signed) offset to calibrate the onboard temperature sensor</Help>
|
||||
</Value>
|
||||
<Value type="byte" genre="config" instance="1" index="6" label="Temperature calibration offset (byte 2)" value="0">
|
||||
<Help>A (signed) offset to calibrate the onboard temperature sensor</Help>
|
||||
</Value>
|
||||
<Value type="byte" genre="config" instance="1" index="7" label="Select index sound/light mode" value="1">
|
||||
<Help>The index of the sound mode when a switch binary/basic set frame is received</Help>
|
||||
</Value>
|
||||
<Value type="byte" genre="config" instance="1" index="8" label="Power offline sound/light mode" value="6">
|
||||
<Help>The index of the sound mode when the AlarmSound will start when it is unplugged</Help>
|
||||
</Value>
|
||||
<Value type="byte" genre="config" instance="1" index="9" label="Error sound/light mode" value="5">
|
||||
<Help>The index of the sound mode when the AlarmSound will play when it is unable to reach the device in association group 2</Help>
|
||||
</Value>
|
||||
<Value type="byte" genre="config" instance="1" index="10" label="Sound/Light index 1" value="-1">
|
||||
<Help>Params 10 until 27 are the values to configure the sound and light thtat are played when index 1 is selected</Help>
|
||||
</Value>
|
||||
<Value type="byte" genre="config" instance="1" index="28" label="Sound/Light index 2" value="-1">
|
||||
<Help>Params 28 until 45 are the values to configure the sound and light thtat are played when index 2 is selected</Help>
|
||||
</Value>
|
||||
<Value type="byte" genre="config" instance="1" index="46" label="Sound/Light index 3" value="-1">
|
||||
<Help>Params 46 until 63 are the values to configure the sound and light thtat are played when index 3 is selected</Help>
|
||||
</Value>
|
||||
<Value type="byte" genre="config" instance="1" index="64" label="Sound/Light index 4" value="-1">
|
||||
<Help>Params 64 until 81 are the values to configure the sound and light thtat are played when index 4 is selected</Help>
|
||||
</Value>
|
||||
<Value type="byte" genre="config" instance="1" index="82" label="Sound/Light index 5" value="-1">
|
||||
<Help>Params 82 until 99 are the values to configure the sound and light thtat are played when index 5 is selected</Help>
|
||||
</Value>
|
||||
<Value type="byte" genre="config" instance="1" index="100" label="Sound/Light index 6" value="-1">
|
||||
<Help>Params 100 until 117 are the values to configure the sound and light thtat are played when index 6 is selected</Help>
|
||||
</Value>
|
||||
</CommandClass>
|
||||
|
||||
<!-- Association Groups -->
|
||||
<CommandClass id="133">
|
||||
<Associations num_groups="2">
|
||||
<Group index="1" max_associations="1" label="Group 1" auto="false"/>
|
||||
<Group index="2" max_associations="1" label="Group 2" auto="false"/>
|
||||
</Associations>
|
||||
</CommandClass>
|
||||
</Product>
|
||||
77
plugins/hal-zwave/resources/config/BeNext/BuiltinDimmer.xml
Normal file
77
plugins/hal-zwave/resources/config/BeNext/BuiltinDimmer.xml
Normal file
|
|
@ -0,0 +1,77 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--http://benext.eu/static/manual/builtindimmer.pdf-->
|
||||
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
||||
<!-- Configuration -->
|
||||
<CommandClass id="112">
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="1" label="Set to Default" value="-1">
|
||||
<Help>Set all configuration values to default values (factory settings).</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="list" genre="config" instance="1" index="2" label="Button Type" value="0" size="1">
|
||||
<Help>The way how the button reacts when press/released</Help>
|
||||
<Item label="Toggle light when button is pressed, no action when button is released." value="0"/>
|
||||
<Item label="Toggle light when button is released, Start dimming when button pressed." value="1"/>
|
||||
<Item label="Toggle light when button is pressed and when button is Released, start dimming when quickly press and release button." value="2"/>
|
||||
</Value>
|
||||
|
||||
<Value type="list" genre="config" instance="1" index="3" label="Control Type" value="0" size="1">
|
||||
<Help>The way the Built-in Dimmer reacts when light is turned on/off with button</Help>
|
||||
<Item label="Switch own light on and send a Z-Wave message to all associated nodes (direct and extern)" value="0"/>
|
||||
<Item label="Don.t switch own light on but only send a Z-Wave message to associated node. (extern only)" value="1"/>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="4" label="Dimming enabled" value="1">
|
||||
<Help>This parameter is used to enable the dimming option of the product. When disabled the dimming and fading routine are disabled.</Help>
|
||||
<Item label="Dimming disabled." value="0"/>
|
||||
<Item label="Dimming enabled." value="2"/>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="6" label="Maximum Powerload" value="200" size="2">
|
||||
<Help>The maximum powerload in watts when light is turned on, when measured higher then this value the Inline Dimmer is automatically turned off.</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="7" label="Dimming Speed" value="3">
|
||||
<Help>The speed of dimming when activated (manual and RF). Dim speed is 1% per value (* 10 ms)</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="8" label="Fading up Speed" value="3">
|
||||
<Help>The speed of fading up when activated (manual and RF). Fade speed is 1% per value (* 10 ms)</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="9" label="Toggle time" value="50">
|
||||
<Help>The time window to repress button to start dimming. Toggle time is value (* 10ms)</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="11" label="Auto meter report: percentage" value="20">
|
||||
<Help>A percentage that an energy value must be different compared to a previous sent value before an unsolicited meter report is sent. Minimum value = 10% Maximum value = 100%</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="12" label="Auto meter report: watt" value="10">
|
||||
<Help>A watt value that an energy value must be different compared to a previous sent value before an unsolicited meter report is sent. Minimum value = 5 watt Maximum value = 255 watt</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="13" label="Auto meter report: time" value="20">
|
||||
<Help>A time value that has to be passed compared to a previous sent value before a unsolicited meter report is sent. Minimum value = 10 seconds Maximum value = 255 seconds</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="14" label="Last known status" value="0">
|
||||
<Help>What to do with lamp status when power applied. If 0x00: Always switch light off when power applied. If > 0x00: Switch lamp on/off depending on last known lampstatus before power was disconnected.</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="15" label="Fading down speed" value="1">
|
||||
<Help>The speed of fading up when activated (manual and RF). Fade speed is 1% per value (* 10 ms)</Help>
|
||||
</Value>
|
||||
|
||||
</CommandClass>
|
||||
|
||||
<!-- Association Groups -->
|
||||
<CommandClass id="133">
|
||||
<Associations num_groups="3">
|
||||
<Group index="1" max_associations="8" label="Group 1: All nodes in this group will receive a BASIC_SET frame when light is set to a certain state with the button of the Built-in Dimmer (manual switching)." auto="false"/>
|
||||
<Group index="2" max_associations="1" label="Group 2: The node associated in this group will receive a SWITCH_MULTILEVEL_REPORT frame every time the level of light is changed, where the value represents the (changed) dim level. The status is reported after every change that means manual but also if changed by Z-Wave. The node in this group will also received the (auto) METER_REPORT." auto="false"/>
|
||||
<Group index="3" max_associations="1" label="Group 3: If configured that the control mode is extern only (configuration param3, value 1) then a BASIC_SET frame is sent to the node in this group when the button is changed." auto="false"/>
|
||||
</Associations>
|
||||
</CommandClass>
|
||||
|
||||
</Product>
|
||||
44
plugins/hal-zwave/resources/config/BeNext/DoorSensor.xml
Normal file
44
plugins/hal-zwave/resources/config/BeNext/DoorSensor.xml
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--http://www.ihome.eu/images/pdf/products/Quickstart%20+%20Technical%20Manual%20DoorSensor.pdf-->
|
||||
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
||||
<!-- Configuration -->
|
||||
<CommandClass id="112">
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="1" label="Set to Default" value="-1">
|
||||
<Help>Set all configuration values to default values (factory settings).</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="list" genre="config" instance="1" index="2" label="External Contact" value="0" size="1">
|
||||
<Help>Configure what the external contact sends when triggered.</Help>
|
||||
<Item label="Send a alarm report with type 2." value="0"/>
|
||||
<Item label="Send a Basic set frame to all nodes in association group 2." value="1"/>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="3" label="Not used" value="0">
|
||||
<Help>Is not used but can still be set and requested.</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="4" label="Not used" value="0">
|
||||
<Help>Is not used but can still be set and requested.</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="5" label="The Mode" value="1">
|
||||
<Help>To configure the operating mode.</Help>
|
||||
<Item label="Mode 1: Normal operating mode." value="1"/>
|
||||
<Item label="Mode 3: Z-Wave chip is always on to request e.g. version or manufacturer id." value="3"/>
|
||||
</Value>
|
||||
|
||||
<Value type="int" genre="config" instance="1" index="6" label="Temperature offset" value="0">
|
||||
<Help>A signed integer to determine the offset of the temperature. </Help>
|
||||
</Value>
|
||||
</CommandClass>
|
||||
|
||||
<!-- Association Groups -->
|
||||
<CommandClass id="133">
|
||||
<Associations num_groups="2">
|
||||
<Group index="1" max_associations="5" label="Group 1: if the internal door contact (magnet) is triggered it sends a Z-Wave frame to every node in this group." auto="false"/>
|
||||
<Group index="2" max_associations="5" label="Group 2: if the external door contact is triggered it sends a Z-Wave frame to every node in this group if it is configured (see configuration documentation param 2: external contact)." auto="false"/>
|
||||
</Associations>
|
||||
</CommandClass>
|
||||
|
||||
</Product>
|
||||
31
plugins/hal-zwave/resources/config/BeNext/EnergySwitch.xml
Normal file
31
plugins/hal-zwave/resources/config/BeNext/EnergySwitch.xml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--http://www.pepper1.net/zwavedb/device/269-->
|
||||
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
||||
<!-- Configuration -->
|
||||
<CommandClass id="112">
|
||||
<Value type="byte" genre="config" instance="1" index="1" label="Set to Default" value="-1">
|
||||
<Help>Set all configuration values to default values (factory settings).</Help>
|
||||
</Value>
|
||||
<Value type="list" genre="config" instance="1" index="2" label="Startup with last known socket status" size="1" value="0">
|
||||
<Help>The state in what the switch is when power is supplied.</Help>
|
||||
<Item label="Off" value="0"/>
|
||||
<Item label="Previous state" value="1"/>
|
||||
</Value>
|
||||
<Value type="byte" genre="config" instance="1" index="9" label="Relay delay time" value="50" units="ms">
|
||||
<Help>When the relay is switched it can't be switched again until the configured time has passed.</Help>
|
||||
</Value>
|
||||
<Value type="list" genre="config" instance="1" index="10" label="Led indicator" size="1" value="1">
|
||||
<Help>Show the led state compared to the relay state.</Help>
|
||||
<Item label="Led off" value="0"/>
|
||||
<Item label="Led on / Relay on" value="1"/>
|
||||
<Item label="Led on / Relay off" value="2"/>
|
||||
</Value>
|
||||
</CommandClass>
|
||||
|
||||
<!-- Association Groups -->
|
||||
<CommandClass id="133">
|
||||
<Associations num_groups="1">
|
||||
<Group index="1" max_associations="1" label="Group 1" auto="false"/>
|
||||
</Associations>
|
||||
</CommandClass>
|
||||
</Product>
|
||||
33
plugins/hal-zwave/resources/config/BeNext/Molite.xml
Normal file
33
plugins/hal-zwave/resources/config/BeNext/Molite.xml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--http://www.pepper1.net/zwavedb/device/265-->
|
||||
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
||||
<!-- Configuration -->
|
||||
<CommandClass id="112">
|
||||
<Value type="byte" genre="config" instance="1" index="1" label="Set to Default" value="-1">
|
||||
<Help>Set all configuration values to default values (factory settings).</Help>
|
||||
</Value>
|
||||
<Value type="byte" genre="config" instance="1" index="2" label="Mode timeout" size="2" value="1" units="seconds">
|
||||
<Help> The time used in mode 2 to turn the sensor off. This Time will start running as soon as detection is seen.</Help>
|
||||
</Value>
|
||||
<Value type="byte" genre="config" instance="1" index="3" label="Switch off time" size="2" value="15" units="seconds">
|
||||
<Help> The switch off time will start running as soon as mode timeout is done. Motion sensor is turned on and when movement is detected again the mode timeout (cfg param 1) will start running all over again. When switch off time is done a basic off message is sent to the associated node.</Help>
|
||||
</Value>
|
||||
<Value type="byte" genre="config" instance="1" index="4" label="Sensitivity" size="1" value="100">
|
||||
<Help>Sensitivity value between 0 and 127 (values above 127 will be reported as the set value but will be handled in SW as 127).</Help>
|
||||
</Value>
|
||||
<Value type="list" genre="config" instance="1" index="5" label="The mode" size="1" value="2">
|
||||
<Help>The mode that is entered after detection. If mode is 0 or higher then 3, that value will be reported after a get but will be handled in SW as mode 2.</Help>
|
||||
<Item label="no detection possible. Battery save mode" value="1"/>
|
||||
<Item label="normal operation mode: send on after detection and off after given time no detection" value="2"/>
|
||||
<Item label="Z-Wave chip is always on to request e.g. version or manufacturer id" value="3"/>
|
||||
|
||||
</Value>
|
||||
</CommandClass>
|
||||
|
||||
<!-- Association Groups -->
|
||||
<CommandClass id="133">
|
||||
<Associations num_groups="1">
|
||||
<Group index="1" max_associations="5" label="Group 1" auto="false"/>
|
||||
</Associations>
|
||||
</CommandClass>
|
||||
</Product>
|
||||
66
plugins/hal-zwave/resources/config/BeNext/PluginDimmer.xml
Normal file
66
plugins/hal-zwave/resources/config/BeNext/PluginDimmer.xml
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--http://benext.eu/static/manual/plugindimmer.pdf-->
|
||||
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
||||
<!-- Configuration -->
|
||||
<CommandClass id="112">
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="1" label="Set to Default" value="-1">
|
||||
<Help>Set all configuration values to default values (factory settings).</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="list" genre="config" instance="1" index="3" label="Control Type" value="0" size="1">
|
||||
<Help>The way the Built-in Dimmer reacts when light is turned on/off with button</Help>
|
||||
<Item label="Switch own light on and send a Z-Wave message to all associated nodes (direct and extern)" value="0"/>
|
||||
<Item label="Don.t switch own light on but only send a Z-Wave message to associated node. (extern only)" value="1"/>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="4" label="Dimming enabled" value="1">
|
||||
<Help>This parameter is used to enable the dimming option of the product. When disabled the dimming and fading routine are disabled.</Help>
|
||||
<Item label="Dimming disabled." value="0"/>
|
||||
<Item label="Dimming enabled." value="2"/>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="6" label="Maximum Powerload" value="200" size="2">
|
||||
<Help>The maximum powerload in watts when light is turned on, when measured higher then this value the Inline Dimmer is automatically turned off.</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="7" label="Dimming Speed" value="3">
|
||||
<Help>The speed of dimming when activated (manual and RF). Dim speed is 1% per value (* 10 ms)</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="8" label="Fading up Speed" value="3">
|
||||
<Help>The speed of fading up when activated (manual and RF). Fade speed is 1% per value (* 10 ms)</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="11" label="Auto meter report: percentage" value="20">
|
||||
<Help>A percentage that an energy value must be different compared to a previous sent value before an unsolicited meter report is sent. Minimum value = 10% Maximum value = 100%</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="12" label="Auto meter report: watt" value="10">
|
||||
<Help>A watt value that an energy value must be different compared to a previous sent value before an unsolicited meter report is sent. Minimum value = 5 watt Maximum value = 255 watt</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="13" label="Auto meter report: time" value="20">
|
||||
<Help>A time value that has to be passed compared to a previous sent value before a unsolicited meter report is sent. Minimum value = 10 seconds Maximum value = 255 seconds</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="14" label="Last known status" value="0">
|
||||
<Help>What to do with lamp status when power applied. If 0x00: Always switch light off when power applied. If > 0x00: Switch lamp on/off depending on last known lampstatus before power was disconnected.</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="15" label="Fading down speed" value="1">
|
||||
<Help>The speed of fading up when activated (manual and RF). Fade speed is 1% per value (* 10 ms)</Help>
|
||||
</Value>
|
||||
|
||||
</CommandClass>
|
||||
|
||||
<!-- Association Groups -->
|
||||
<CommandClass id="133">
|
||||
<Associations num_groups="3">
|
||||
<Group index="1" max_associations="8" label="Group 1: All nodes in this group will receive a BASIC_SET frame when light is set to a certain state with the button of the Built-in Dimmer (manual switching)." auto="false"/>
|
||||
<Group index="2" max_associations="1" label="Group 2: The node associated in this group will receive a SWITCH_MULTILEVEL_REPORT frame every time the level of light is changed, where the value represents the (changed) dim level. The status is reported after every change that means manual but also if changed by Z-Wave. The node in this group will also received the (auto) METER_REPORT." auto="false"/>
|
||||
<Group index="3" max_associations="1" label="Group 3: If configured that the control mode is extern only (configuration param3, value 1) then a BASIC_SET frame is sent to the node in this group when the button is changed." auto="false"/>
|
||||
</Associations>
|
||||
</CommandClass>
|
||||
|
||||
</Product>
|
||||
40
plugins/hal-zwave/resources/config/BeNext/TagReader.xml
Normal file
40
plugins/hal-zwave/resources/config/BeNext/TagReader.xml
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--http://www.pepper1.net/zwavedb/device/302-->
|
||||
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
||||
<!-- Configuration -->
|
||||
<CommandClass id="112">
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="1" label="Set to Default" value="-1">
|
||||
<Help>Set all configuration values to default values (factory settings).</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="list" genre="config" instance="1" index="2"
|
||||
label="Feedback Time" value="0" size="1">
|
||||
<Help>To configure the time the beep is automatically turned off in seconds.</Help>
|
||||
<Item label="Disabled" value="0"/>
|
||||
<Item label="Endless" value="-1"/>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="3" label="Feedback Timeout" value="0">
|
||||
<Help>To configure the timeout to wait for a WAKEUP_NO_MORE_INFORMATION before the error beep is automatically sound. The error beeps are fixed 8 beeps shortly after each other.</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="4" label="Feedback Beeps per Second" value="2">
|
||||
<Help>To configure the number of beeps per second. Every beep is fixed about 10ms.</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="byte" genre="config" instance="1" index="5" label="The Mode" value="1">
|
||||
<Help>To configure the operating mode. If any mode other then 3, that value will be reported after a get but will be handled in SW as mode 1.</Help>
|
||||
<Item label="Mode 1: Normal operating mode." value="1"/>
|
||||
<Item label="Mode 3: Z-Wave chip is always on to request e.g. version or manufacturer id." value="3"/>
|
||||
</Value>
|
||||
</CommandClass>
|
||||
|
||||
<!-- Association Groups -->
|
||||
<CommandClass id="133">
|
||||
<Associations num_groups="1">
|
||||
<Group index="1" max_associations="5" label="Group 1" auto="false"/>
|
||||
</Associations>
|
||||
</CommandClass>
|
||||
|
||||
</Product>
|
||||
Loading…
Add table
Add a link
Reference in a new issue