Skip to content

Commit 83c86ab

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents c4eae3e + 064fd3c commit 83c86ab

24 files changed

+482
-166
lines changed

Config/dlink/dch-z120.xml

Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- D-Link: DCH-Z120 -->
3+
<Product xmlns="http://code.google.com/p/open-zwave/">
4+
5+
<!-- Configuration Parameters -->
6+
<CommandClass id="112">
7+
8+
<Value type="byte" index="2" genre="config" label="2. Basic Set Level" min="0" max="255" value="255">
9+
<Help>
10+
Set the BASIC command value to turn on the light.
11+
255: always turn on the light.
12+
For dimmer equipment 1 to 100 means the light strength. 0 means turn off the light.
13+
</Help>
14+
</Value>
15+
16+
<Value type="byte" index="3" genre="config" label="3. PIR Sensitivity" min="0" max="99" value="80">
17+
<Help>
18+
PIR sensitivity settings.
19+
0 means disable the PIR motion.
20+
1 means the lowest sensitivity.
21+
99 means the highest sensitivity.
22+
High sensitivity means the sensor can detect over a long distance, but if there is more noise signal in the environment, it will re-trigger too frequently.
23+
</Help>
24+
</Value>
25+
26+
<Value type="byte" index="4" genre="config" label="4. Light threshold" min="0" max="100" value="99">
27+
<Help>
28+
Set the illumination threshold to turn on the light. When the event is triggered and the environment illumination is lower than the threshold, the device will turn on the light.
29+
0 means turn off illumination detected function and never turn on the light.
30+
1 means darkest.
31+
99 means brightest.
32+
100 means turn off illumination detected function. And always turn on the light.
33+
* Notice * in none test mode, only the value in 1 to 99 will enable the illumination detected function and update the illumination value.
34+
</Help>
35+
</Value>
36+
37+
<Value type="byte" index="5" genre="config" label="5. Operation Mode" min="0" max="127" value="0">
38+
<Help>
39+
Bit 0: Reserved
40+
Bit 1: 1 means test mode, 0 means normal mode.
41+
Notice: This bit only effect by the DIP Switch setting to “customer mode”, otherwise it decides by DIP Switch setting to Test or Normal Mode.
42+
Bit 2: Reserved
43+
Bit 3: Setting the temperature scale. 0: Fahrenheit, 1:Celsius.
44+
Bit 4: Disable the illumination report after event triggered (1: Disable, 0: Enable).
45+
Bit 5: Disable the temperature report after event triggered (1: Disable, 0: Enable).
46+
Bit 6: Reserved.
47+
Bit 7: Disable the back key release into test mode. (1: Disable, 0: Enable)
48+
Note: All default to 0.
49+
</Help>
50+
</Value>
51+
52+
<Value type="byte" index="6" genre="config" label="6. Multi-Sensor Function Switch" min="0" max="127" value="4">
53+
<Help>
54+
Multi-Sensor Function switch. Using bit to control.
55+
Bit 0: Reserved. (Default: 0)
56+
Bit 1: Disable PIR integrate Illumination to turn ON the lighting nodes in the association group 2. (1:Disable, 0:Enable) (Default: 0)
57+
Bit 2: Reserved always 1
58+
Bit 3: Reserved always 0
59+
Bit 4: Reserved always 0
60+
Bit 5: Reserved always 0
61+
Bit 6: Reserved always 0
62+
Bit 7: Reserved always 0
63+
</Help>
64+
</Value>
65+
66+
<Value type="byte" index="7" genre="config" label="7. Customer Function" min="0" max="127" value="4">
67+
<Help>
68+
Customer function switch, using bit control.
69+
Bit 0: Reserved always 0.
70+
Bit 1: Enable sending motion OFF report. Note: Depends on the Bit4, 0: Report Notification CC, Type: 0x07, Event: 0xFE 1: Sensor Binary Report, Type: 0x0C, Value: 0x00. (Default: 0)
71+
Bit 2: Enable PIR super sensitivity mode. (Default: 1)
72+
Bit 3: Reserved always 0
73+
Bit 4: Notification Type, 0: Using Notification Report. 1: Using Sensor Binary Report. (Default: 0)
74+
Bit 5: Disable Multi CC in auto report. (Default: 0)
75+
Bit 6: Disable to report battery state when the device triggered. (1:Disable, 0:Enable) (Default: 0)
76+
Bit 7: Reserved always 0.
77+
</Help>
78+
</Value>
79+
80+
<Value type="byte" index="8" genre="config" label="8. PIR Re-Detect Interval Time" units="8 sec" min="1" max="127" value="3">
81+
<Help>
82+
In the normal mode, after the PIR motion detected, setting the re-detect time. 8 seconds per tick, default tick is 3 (24 seconds). Set a suitable value to prevent receiving the trigger signal too frequently. Also can save the battery energy. Notice: If this value bigger than the configuration setting NO. 9 there will be a period after the light turned off where the PIR is not detecting.
83+
</Help>
84+
</Value>
85+
86+
<Value type="byte" index="9" genre="config" label="9. Turn Off Light Time" units="8 sec" min="0" max="127" value="4">
87+
<Help>
88+
After turn on the lighting, setting the delay time to turn off the lighting when the PIR motion is not detected.
89+
8 seconds per tick, default tick is 4 (32 seconds). 0 means never send turn off light command.
90+
</Help>
91+
</Value>
92+
93+
<Value type="byte" index="10" genre="config" label="10. Auto Report Battery Time" units="30 min" min="0" max="127" value="12">
94+
<Help>
95+
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 be set by the configuration No.20.
96+
</Help>
97+
</Value>
98+
99+
<Value type="byte" index="12" genre="config" label="12. Auto Report Illumination Time" units="30 min" min="0" max="127" value="12">
100+
<Help>
101+
The interval time for auto reporting of the illumination. 0 means turn off auto report illumination. The default value is 12. The tick time can be set by the configuration No.20.
102+
</Help>
103+
</Value>
104+
105+
<Value type="byte" index="13" genre="config" label="13. Auto Report Temperature time" units="30 min" min="0" max="127" value="12">
106+
<Help>
107+
The interval time for auto report the temperature. 0 means turn off auto report temperature. The default value is 12. The tick time can be set by the configuration No.20.
108+
</Help>
109+
</Value>
110+
111+
<Value type="byte" index="20" genre="config" label="20. Auto Report Tick Interval" units="mins" min="0" max="255" value="30">
112+
<Help>
113+
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. Default is 30 minutes
114+
</Help>
115+
</Value>
116+
117+
<Value type="byte" index="21" genre="config" label="21. Temperature Differential Report" units="deg F" min="0" max="127" value="1">
118+
<Help>
119+
The temperature differential to report. 0 means turn off this function. The unit is Fahrenheit. Enable this function the device will detect every minutes. And when the temperature is over 140 degree Fahrenheit, it will continue report. Enable this functionality will cause some issue please see the detail in the "Temperature Report" section.
120+
</Help>
121+
</Value>
122+
123+
<Value type="byte" index="22" genre="config" label="22. Illumination Differential Report" units="%" min="0" max="99" value="0">
124+
<Help>
125+
The illumination differential to report.0 means turn off this function. The unit is percentage. Enable this function the device will detect every minutes. Enable this functionality will cause some issue please see the detail in the "Illumination Report" section.
126+
</Help>
127+
</Value>
128+
129+
</CommandClass>
130+
131+
<!-- Basic set as report -->
132+
<!-- <CommandClass id="32" setasreport="true" ignoremapping="true"/> -->
133+
134+
<!-- Association Groups -->
135+
<CommandClass id="133">
136+
<Associations num_groups="2">
137+
<Group index="1" max_associations="8" label="Reports" />
138+
<Group index="2" max_associations="8" label="Light Control" />
139+
</Associations>
140+
</CommandClass>
141+
142+
</Product>

Config/fibaro/fgs221.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- Configuration -->
55
<CommandClass id="112">
66
<Value type="list" genre="config" instance="1" index="1" label="Enable/Disable ALL ON/OFF" value="255" size="1">
7-
<Help>Activate/Deactive ALL ON/OFF</Help>
7+
<Help>Activate/Deactive ALL ON/OFF. Default setting: 255</Help>
88
<Item label="ALL ON disabled/ ALL OFF disabled" value="0" />
99
<Item label="ALL ON disabled/ ALL OFF active" value="1" />
1010
<Item label="ALL ON active / ALL OFF disabled" value="2" />
@@ -13,17 +13,17 @@
1313

1414
<Value type="list" genre="config" instance="1" index="3" label="Auto off relay after specified time" value="0" size="1">
1515
<Help>Auto off relay after specified time, with the possibility of manual override - immediate Off after button push.
16-
Default value: 0 Manual override disabled</Help>
16+
Default setting: 0 Manual override disabled</Help>
1717
<Item label="Manual override disabled" value="0" />
1818
<Item label="Manual override enabled" value="1" />
1919
</Value>
2020

2121
<Value type="short" genre="config" instance="1" index="4" label="Relay 1: OFF-delay time" value="0">
22-
<Help>Automatic turning off relay 1 after set time, (0-255) in 10ms increments for FW1.0 to FW2.0, (0-65535) in 100 ms increment for FW2.1+</Help>
22+
<Help>Automatic turning off relay 1 after set time. For FW1.0 to FW2.0: [1-255] (10ms - 2,5s) 10ms increments, 0 - Auto off disabled. Default setting: 20 (200ms). For FW2.1+: [1- 65535] (0,1s – 6553,5s) 100ms increments, 0 - Auto off disabled. Default setting: 0</Help>
2323
</Value>
2424

2525
<Value type="short" genre="config" instance="1" index="5" label="Relay 2: OFF-delay time" value="0">
26-
<Help>Automatic turning off relay 2 after set time, (0-255) in 10ms increments for FW1.0 to FW2.0, (0-65535) in 100 ms increment for FW2.1+</Help>
26+
<Help>Automatic turning off relay 1 after set time. For FW1.0 to FW2.0: [1-255] (10ms - 2,5s) 10ms increments, 0 - Auto off disabled. Default setting: 20 (200ms). For FW2.1+: [1- 65535] (0,1s – 6553,5s) 100ms increments, 0 - Auto off disabled. Default setting: 0</Help>
2727
</Value>
2828

2929
<Value type="list" genre="config" instance="1" index="6" label="Managing the transmission of control commands to the devices from first group of associations (key 1)." value="0" size="1">
@@ -34,7 +34,7 @@
3434
</Value>
3535

3636
<Value type="list" genre="config" instance="1" index="7" label="Managing the transmission of control commands to the devices from second group of associations (key 2)." value="0" size="1">
37-
<Help>Correct working parameter No. 6 requires settings parameter No. 15 to 1. This activates functionality double-click - Control Dimmer/Roller Shutter. Default setting: 0</Help>
37+
<Help>Correct working parameter No. 7 requires settings parameter No. 15 to 1. This activates functionality double-click - Control Dimmer/Roller Shutter. Default setting: 0</Help>
3838
<Item label="The control commands are sent when the device is turned on and off (default)" value="0" />
3939
<Item label="The control commands are sent when the device is turned off. Enabling the device does not send commands controls. Double click on key 2 will send ON to all devices in group 2, all dimmers set to prev.value (ex. 50%)" value="1" />
4040
<Item label="The control commands are sent when the device is turned off. Enabling the device does not send commands controls. Double click on key 2 will send ON to all devices in group 2, all dimmers set to 100%" value="2" />

0 commit comments

Comments
 (0)