|
12 | 12 | <Value type="short" index="3" genre="config" label="On time" units="seconds" min="1" max="15300" value="240">
|
13 | 13 | <Help>How long should the device associated to multi sensor keep state On before sending it Off command (if the value is bigger than 255, the value would be rounded to next integer in minutes)</Help>
|
14 | 14 | </Value>
|
15 |
| - <Value type="list" index="4" genre="config" label="Enable Motion Sensor" min="0" max="1" value="1" size="1"> |
| 15 | + <Value type="list" index="4" genre="config" label="Enable Motion Sensor" min="0" max="1" value="5" size="1"> |
16 | 16 | <Help>Enable Motion Sensor</Help>
|
17 | 17 | <Item label="Disabled" value="0" />
|
18 |
| - <Item label="Enabled" value="1" /> |
| 18 | + <Item label="Enabled level 1 (minimum sensitivity)" value="1" /> |
| 19 | + <Item label="Enabled level 2" value="2" /> |
| 20 | + <Item label="Enabled level 3" value="3" /> |
| 21 | + <Item label="Enabled level 4" value="4" /> |
| 22 | + <Item label="Enabled level 5 (maximum sensitivity" value="5" /> |
19 | 23 | </Value>
|
20 | 24 | <Value type="list" index="5" genre="config" label="Command Options" min="1" max="2" value="1" size="1">
|
21 | 25 | <Help>Which commands to send when PIR motion sensor triggered
|
22 | 26 | OZW Ideal Value is Binary Sensor Report</Help>
|
23 | 27 | <Item label="Basic Set (default) " value="1" />
|
24 | 28 | <Item label="Binary Sensor Report" value="2" />
|
25 | 29 | </Value>
|
26 |
| - <Value type="byte" index="6" genre="config" label="PIR Sensitivity" min="0" max="127" value="64" size="1"> |
27 |
| - <Help>The PIR Sensitivity Configuration |
28 |
| - Value=0 to 127. |
29 |
| - 0 is the minimum sensitivity, 127 is the maximum sensitivity.</Help> |
| 30 | + <Value type="byte" index="39" genre="config" label="Low Battery" min="10" max="50" value="20" size="1"> |
| 31 | + <Help>Configure low battery value |
| 32 | + Value=10 to 50.</Help> |
30 | 33 | </Value>
|
31 | 34 | <Value type="list" index="40" genre="config" label="Reporting Threshold" min="0" max="1" value="0" size="1">
|
32 | 35 | <Help>Enable/disable the selective reporting only when measurements reach a certain threshold or percentage
|
|
35 | 38 | <Item label="Disabled" value="0" />
|
36 | 39 | <Item label="Enabled" value="1" />
|
37 | 40 | </Value>
|
38 |
| - <Value type="short" index="41" genre="config" label="Temperature Reporting Threshold" units="%" min="0" max="39321" value="256" size="2"> |
| 41 | + <Value type="short" index="41" genre="config" label="Temperature Reporting Threshold" units="%" min="0" max="39321" value="1" size="2"> |
39 | 42 | <Help>Threshold change in temperature to induce an automatic report.
|
40 | 43 | Note:
|
41 | 44 | 1. When the unit is Celsius, threshold=Value.
|
42 | 45 | 2. When the unit is Fahrenheit, threshold=Value*1.8. The accuracy is 0.1.
|
43 | 46 | 3. The high byte is the part of integer, the low byte is the fractional part.
|
44 | 47 | </Help>
|
45 | 48 | </Value>
|
46 |
| - <Value type="short" index="42" genre="config" label="Humidity Reporting Threshold" units="%" min="0" max="39321" value="1280" size="2"> |
| 49 | + <Value type="short" index="42" genre="config" label="Humidity Reporting Threshold" units="%" min="0" max="39321" value="5" size="2"> |
47 | 50 | <Help>Threshold change in humidity to induce an automatic report.
|
48 | 51 | Note:
|
49 | 52 | The accuracy is 0.1.
|
50 | 53 | The high byte is the part of integer, the low byte is the fractional part.
|
51 | 54 | </Help>
|
52 | 55 | </Value>
|
53 |
| - <Value type="short" index="43" genre="config" label="Luminance Reporting Threshold" units="LUX" min="0" max="65535" value="25600" size="2"> |
| 56 | + <Value type="short" index="43" genre="config" label="Luminance Reporting Threshold" units="LUX" min="0" max="65535" value="100" size="2"> |
54 | 57 | <Help>Threshold change in luminance to induce an automatic report. </Help>
|
55 | 58 | </Value>
|
56 |
| - <Value type="short" index="44" genre="config" label="Battery Reporting Threshold" units="%" min="0" max="39321" value="1280" size="2"> |
| 59 | + <Value type="short" index="44" genre="config" label="Battery Reporting Threshold" units="%" min="0" max="39321" value="5" size="2"> |
57 | 60 | <Help>Threshold change in battery level to induce an automatic report.
|
58 | 61 | Note:
|
59 | 62 | The accuracy is 0.1.
|
60 | 63 | The high byte is the part of integer, the low byte is the fractional part.
|
61 | 64 | </Help>
|
62 | 65 | </Value>
|
| 66 | + <Value type="byte" index="45" genre="config" label="UV Reporting Threshold" units="" min="0" max="255" value="2"> |
| 67 | + <Help>Threshold change in ultraviolet to induce an automatic report. |
| 68 | + </Help> |
| 69 | + </Value> |
63 | 70 | <Value type="list" index="46" genre="config" label="Low Temp Alarm" min="0" max="1" value="0" size="1">
|
64 | 71 | <Help>Enable/disable to send the alarm report of low temperature(Less than 15 Degress C)
|
65 | 72 | </Help>
|
|
69 | 76 | <Value type="button" index="100" genre="config" label="Reset Params 101-103 to Default" write_only="true" affects="101,102,103">
|
70 | 77 | <Help>Reset The Reporting Group Configuration (101 to 103) to default</Help>
|
71 | 78 | </Value>
|
72 |
| - <Value type="int" index="101" genre="config" label="Group 1 Reports" value="255"> |
73 |
| - <Help>Which reports need to send automatically in timing intervals for group 1. Bitsets: 0 -> Battery report, 1 -> Ultraviolet, 5 -> Temperature, 6 -> Humidity, 7 -> Luminosity</Help> |
| 79 | + <Value type="int" index="101" genre="config" label="Group 1 Reports" value="241"> |
| 80 | + <Help>Which reports need to send automatically in timing intervals for group 1. Bitsets: 0 -> Battery report, 4 -> Ultraviolet, 5 -> Temperature, 6 -> Humidity, 7 -> Luminosity</Help> |
74 | 81 | </Value>
|
75 | 82 | <Value type="int" index="102" genre="config" label="Group 2 Reports" value="0">
|
76 |
| - <Help>Which reports need to send automatically in timing intervals for group 2. Bitsets: 0 -> Battery report, 1 -> Ultraviolet, 5 -> Temperature, 6 -> Humidity, 7 -> Luminosity</Help> |
| 83 | + <Help>Which reports need to send automatically in timing intervals for group 2. Bitsets: 0 -> Battery report, 4 -> Ultraviolet, 5 -> Temperature, 6 -> Humidity, 7 -> Luminosity</Help> |
77 | 84 | </Value>
|
78 | 85 | <Value type="int" index="103" genre="config" label="Group 3 Reports" value="0">
|
79 |
| - <Help>Which reports need to send automatically in timing intervals for group 3. Bitsets: 0 -> Battery report, 1 -> Ultraviolet, 5 -> Temperature, 6 -> Humidity, 7 -> Luminosity</Help> |
| 86 | + <Help>Which reports need to send automatically in timing intervals for group 3. Bitsets: 0 -> Battery report, 4 -> Ultraviolet, 5 -> Temperature, 6 -> Humidity, 7 -> Luminosity</Help> |
80 | 87 | </Value>
|
81 | 88 | <Value type="button" index="110" genre="config" label="Reset Params 111-113 to Default" write_only="true" affects="111,112,113">
|
82 | 89 | <Help>Reset The Reporting Group Interval Configuration (111 to 113) to default</Help>
|
83 | 90 | </Value>
|
84 |
| - <Value type="int" index="111" genre="config" label="Group 1 Interval" units="seconds" min="1" max="2678400" value="1800"> |
| 91 | + <Value type="int" index="111" genre="config" label="Group 1 Interval" units="seconds" min="1" max="2678400" value="3600"> |
85 | 92 | <Help>The interval of sending report group 1. 1 to 2678400 seconds</Help>
|
86 | 93 | </Value>
|
87 |
| - <Value type="int" index="112" genre="config" label="Group 2 Interval" units="seconds" min="1" max="2678400" value="1800"> |
| 94 | + <Value type="int" index="112" genre="config" label="Group 2 Interval" units="seconds" min="1" max="2678400" value="3600"> |
88 | 95 | <Help>The interval of sending report group 2. 1 to 2678400 seconds</Help>
|
89 | 96 | </Value>
|
90 |
| - <Value type="int" index="113" genre="config" label="Group 3 Interval" units="seconds" min="1" max="2678400" value="1800"> |
| 97 | + <Value type="int" index="113" genre="config" label="Group 3 Interval" units="seconds" min="1" max="2678400" value="3600"> |
91 | 98 | <Help>The interval of sending report group 3. 1 to 2678400 seconds</Help>
|
92 | 99 | </Value>
|
93 | 100 | <Value type="short" index="201" genre="config" label="Temerature Calibration" value="0">
|
|
108 | 115 | If the measure value =850Lux and the standard value = 900Lux, so the calibration value= 900 – 850=50 (0x0032).
|
109 | 116 | </Help>
|
110 | 117 | </Value>
|
111 |
| - <Value type="short" index="204" genre="config" label="Ultraviolet Calibration" value="0"> |
| 118 | + <Value type="byte" index="204" genre="config" label="Ultraviolet Calibration" value="0"> |
112 | 119 | <Help>The calibration value = standard value ‐ measure value.
|
113 | 120 | E.g. If measure value =9 and the standard value = 8, so the calibration value= 8 – 9= ‐1 (0xFE).
|
114 | 121 | If the measure value =7 and the standard value = 9, so the calibration value= 9 – 7=2 (0x02).
|
|
0 commit comments