86 lines
4.1 KiB
XML
86 lines
4.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
|
<!-- https://products.z-wavealliance.org/products/1756 -->
|
|
<!-- Configuration Parameters -->
|
|
<CommandClass id="112">
|
|
<Value type="button" index="2" genre="config" label="Clear Pulse Meter Counts" units="" min="0" max="255" value="0" write_only="true">
|
|
<Help>
|
|
Clear Pulse Meter Counts (actual value is dont care; count gets reset whenever
|
|
this command is received regardless of value). This parameter is for SIG1 only.
|
|
</Help>
|
|
</Value>
|
|
<Value type="byte" index="3" genre="config" label="Trigger Mapping" units="" min="0" max="255" value="0">
|
|
<Help>
|
|
SIG1 triggered/untriggered sets or clears Relay1.
|
|
Refer to description in User Manual under section, Input to Relay Mapping. Note
|
|
that neither a Basic Report nor a Binary Switch Report is sent when relay is
|
|
automatically set or cleared by Trigger Mapping. Only applies to the Relay1 output.
|
|
</Help>
|
|
</Value>
|
|
<Value type="byte" index="4" genre="config" label="Lower Threshold, High" min="0" max="255" value="187">
|
|
<Help>
|
|
SIG1 high lower threshold.
|
|
Must be less than Upper Threshold Low and greater than Lower Threshold Low.
|
|
</Help>
|
|
</Value>
|
|
<Value type="byte" index="5" genre="config" label="Lower Threshold, Low" min="0" max="255" value="171">
|
|
<Help>
|
|
SIG1 low lower threshold.
|
|
</Help>
|
|
</Value>
|
|
<Value type="byte" index="6" genre="config" label="Upper Threshold, High" min="0" max="255" value="255">
|
|
<Help>
|
|
SIG1 high upper threshold.
|
|
</Help>
|
|
</Value>
|
|
<Value type="byte" index="7" genre="config" label="Upper Threshold, Low" min="0" max="255" value="254">
|
|
<Help>
|
|
SIG1 low upper threshold.
|
|
Must be greater than Lower Threshold High and less than Upper Threshold High.
|
|
</Help>
|
|
</Value>
|
|
<Value type="list" index="8" genre="config" label="Input Flags" min="0" max="3" size="1" value="3">
|
|
<Help>
|
|
Bits 7 - 2 are ignored and should be set to 0
|
|
|
|
Bit1 : Digital-Configuration flag
|
|
1=Set Trigger levels for this channel to digital thresholds (approx. 1V); Default
|
|
0=Set Trigger levels to analog thresholds (see parameters 4 through 7)
|
|
|
|
Bit0 : Trigger-Between-Thresholds flag (see below)
|
|
1 = Set to triggered when input falls between thresholds; Default
|
|
0 = Set to triggered when input falls outside of thresholds
|
|
</Help>
|
|
<Item label="Trigger outside thresholds, analog trigger thresholds" value="0"/>
|
|
<Item label="Trigger between thresholds, analog trigger thresholds" value="1"/>
|
|
<Item label="Trigger outside thresholds, digital trigger thresholds" value="2"/>
|
|
<Item label="Trigger between thresholds, digital trigger thresholds" value="3"/>
|
|
</Value>
|
|
<Value type="byte" index="9" genre="config" label="Sensor/Pulse Report Interval" units="10 minutes" min="0" max="255" value="3">
|
|
<Help>
|
|
Periodic send interval of Multilevel Sensor Reports (Association Group 2) and/or
|
|
Pulse Count Reports (Association Group 5) for SIG1. This parameter has a resolution
|
|
of 10 seconds; for example, 1 = 10 seconds, 2 = 20 seconds, 3 = 30 seconds (Default),
|
|
... 255 = 2550 seconds = 42.5 minutes. A value of 0 disables automatic reporting.
|
|
</Help>
|
|
</Value>
|
|
<Value type="byte" index="11" genre="config" label="Momentary Relay1 enable/disable" units="100 msec" min="0" max="255" value="0">
|
|
<Help>
|
|
Momentary Relay1 output enable/disable.
|
|
1..255 = enable / value sets the approximate momentary on time in increments
|
|
of 100msec.
|
|
</Help>
|
|
</Value>
|
|
</CommandClass>
|
|
<!-- Association Groups -->
|
|
<CommandClass id="133">
|
|
<Associations num_groups="5">
|
|
<Group index="1" max_associations="2" label="Input trigger Basic Set report" auto="false"/>
|
|
<Group index="2" max_associations="2" label="MultiLevel Sensor report" auto="true"/>
|
|
<Group index="3" max_associations="2" label="Power dropout Alarm"/>
|
|
<Group index="4" max_associations="2" label="Input trigger Binary Sensor report" auto="true"/>
|
|
<Group index="5" max_associations="2" label="Pulse meter counts"/>
|
|
</Associations>
|
|
</CommandClass>
|
|
</Product>
|