open-zwave/config/philio/psp05.xml

99 lines
4.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Philio: PSP05 PIR/Motion for version B, C and D
http://products.z-wavealliance.org/products/2002
http://products.z-wavealliance.org/ProductManual/File?folder=&filename=Manuals/2002/PSP05_manual.pdf
-->
<Product xmlns="http://code.google.com/p/open-zwave/">
<!-- Configuration Parameters -->
<CommandClass id="112">
<Value type="byte" index="2" genre="config" label="Basic Set Level" min="0" max="255" value="255">
<Help>
Setting the BASIC command value to turn on the light. The 0xFF (-1) means turn on the light.
For dimmer equipment 1 to 100 means the light strength. 0 means turn off the light.
</Help>
</Value>
<Value type="byte" index="3" genre="config" label="PIR sensitivity" min="0" max="99" value="80">
<Help>
0 means disable the PIR motion.
1 means the lowest sensitivity.
99 means the highest sensitivity.
High sensitivity means can detected long distance, but if there is more noise signal in the invironment, it wil re-trigger too frequent.
</Help>
</Value>
<Value type="byte" index="6" genre="config" label="Multi-Sensor Function Switch" min="0" max="127" value="5">
<Help>
Multi-Sensor Function switch. Using bit to control.
Bit 0: Reserved always 0
Bit 1: Reserved always 0
Bit 2: Reserved always 1
Bit 3: Are the device and the lighting in the same room? 0: In the same room(Default), 1: In the different room.
Bit 4: Disable delay 5 seconds to turn off the light, when door/window closed.
Bit 5: Disable auto turn off the light, after door/window opened to turn on the light. Notice: If bit2 is zero, this setting is useless. Notice: If the configuration No.9 is zero, this setting is useless.
Bit 6: Reserve.
Bit 7: Reserve.
</Help>
</Value>
<Value type="byte" index="7" genre="config" label="Customer Function" min="0" max="127" value="4">
<Help>
Customer function switch, using bit control.
Bit 0: Reserve.
Bit 1: Enable sending motion OFF report (0:Disable, 1:Enable).
Note: Depends on the Bit4, 0: Report Notification CC, Type: 0x07, Event: 0xFE 1: Sensor Binary Report, Type: 0x0C, Value: 0x00.
Bit 2: Enable PIR super sensitivity mode (0:Disable, 1:Enable).
Bit 3: Reserve.
Bit 4: Notification Type (0: Notification Report, 1: Sensor Binary Report).
Bit 5: Disable Multi CC in auto report (1:Disable, 0:Enable).
Bit 6: Disable to report battery state when the device triggered (1:Disable, 0:Enable)
Bit 7: Reserve.
ozw recommended setting: 00010110 : 22
</Help>
</Value>
<Value type="byte" index="8" genre="config" label="PIR Re-Detect Interval Time" min="1" max="127" value="3">
<Help>
In the normal mode, after the PIR motion detected, setting the re-detect time, 8 seconds per tick, default tick is 3 (24 seconds).
Setting the suitable value to prevent received the trigger signal too frequency. Also can save the battery energy.
Notice: If this value bigger than the configuration setting NO. 9. There is a period after the light turned off and the PIR not start detecting.
</Help>
</Value>
<Value type="byte" index="9" genre="config" label="Turn Off Light Time" units="8 sec" min="0" max="127" value="4">
<Help>
After turn on the lighting, setting the delay time to turn off the lighting when the PIR motion is not detected.
8 seconds per tick, default tick is 4 (32 seconds). 0 means never send turn off light command.
</Help>
</Value>
<Value type="byte" index="10" genre="config" label="Auto Report Battery Time" units="30 min" min="0" max="127" value="12">
<Help>
The interval time for auto report the battery level. 0 means turn off auto report battery. The default value is 12. The tick time can setting by the configuration No.20.
</Help>
</Value>
<Value type="byte" index="20" genre="config" label="Auto Report Tick Interval" min="0" max="255" value="30">
<Help>
The interval time for auto report each tick. Setting this configuration will effect configuration No.10, No.11, No.12 and No.13. Caution: Setting to 0 means turn off all auto report function.
</Help>
</Value>
</CommandClass>
<!-- Basic set as report -->
<!-- <CommandClass id="32" setasreport="true" ignoremapping="true"/> -->
<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="2">
<Group index="1" max_associations="8" label="Lifeline" />
<Group index="2" max_associations="8" label="Light Control" />
</Associations>
</CommandClass>
</Product>