@zwave-js/config 11.5.2 → 11.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config/devices/0x0005/pe653.json +14 -0
- package/config/devices/0x0085/zws12n.json +4 -0
- package/config/devices/0x015d/nzw31t.json +22 -0
- package/config/devices/0x027a/templates/zooz_template.json +5 -5
- package/config/devices/0x027a/zen05.json +8 -8
- package/config/devices/0x027a/zen30.json +4 -4
- package/config/devices/0x027a/zen32.json +2 -2
- package/config/devices/0x027a/zen71.json +2 -2
- package/config/devices/0x027a/zen72.json +2 -2
- package/config/devices/0x027a/zen73.json +2 -2
- package/config/devices/0x027a/zen74.json +2 -2
- package/config/devices/0x027a/zen76.json +2 -2
- package/config/devices/0x027a/zen77.json +2 -2
- package/config/devices/0x0312/{mp21z.json → mp21z_2019.json} +1 -15
- package/config/devices/0x0312/mp21z_mp31z.json +46 -0
- package/config/devices/0x0312/mp21zp_mp31zp.json +1 -4
- package/config/devices/0x0312/zks31.json +328 -0
- package/config/devices/0x031e/lzw31-bsd.json +23 -1
- package/config/devices/0x0441/ibt4zwave.json +11 -0
- package/package.json +1 -1
|
@@ -527,6 +527,20 @@
|
|
|
527
527
|
// The device sometimes sends BASIC_SET to the lifeline association when the state of Switch 1
|
|
528
528
|
// changes but the value is always 0 so treat it as an event.
|
|
529
529
|
"treatBasicSetAsEvent": true
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"overrideQueries": {
|
|
533
|
+
// The response to the setpoint query is off by one bit: https://github.com/zwave-js/node-zwave-js/issues/5335
|
|
534
|
+
"Thermostat Setpoint": [
|
|
535
|
+
{
|
|
536
|
+
"method": "getSupportedSetpointTypes",
|
|
537
|
+
"result": [
|
|
538
|
+
1, // Heating
|
|
539
|
+
7 // Furnace
|
|
540
|
+
]
|
|
541
|
+
}
|
|
542
|
+
]
|
|
543
|
+
}
|
|
530
544
|
}
|
|
531
545
|
]
|
|
532
546
|
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Inovelli",
|
|
3
|
+
"manufacturerId": "0x015d",
|
|
4
|
+
"label": "NZW31T",
|
|
5
|
+
"description": "In-wall Smart Dimmer",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x1f02",
|
|
9
|
+
"productId": "0x1f02"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"metadata": {
|
|
17
|
+
"inclusion": "Primary inclusion method is via, \"Auto-Inclusion\". Start the inclusion process on your HUB/Gateway and then flip the circuit back on to bring power to your device. You will have 30 seconds before the device times out. The backup method is toggling UP on the switch 6 times within 2 seconds.",
|
|
18
|
+
"exclusion": "Toggle UP on the switch 6 times within 2 seconds",
|
|
19
|
+
"reset": "Please use your controller to remove the device from the network. To factory reset, toggle UP the switch 10x in a row when powered on. However, please only use this method if your controller is missing or inoperable.",
|
|
20
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/2679/NZW31Tmanual171102.pdf"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
// Auto-On/Off-Timers for ZEN3x and ZEN7x
|
|
3
|
-
"
|
|
3
|
+
"auto_timer_base_0x_3x_7x": {
|
|
4
4
|
"valueSize": 4,
|
|
5
5
|
"unit": "minutes",
|
|
6
6
|
"minValue": 0,
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
]
|
|
16
16
|
},
|
|
17
|
-
"
|
|
17
|
+
"auto_off_timer_0x_3x_7x": {
|
|
18
18
|
"label": "Auto Turn-Off Timer",
|
|
19
|
-
"$import": "#
|
|
19
|
+
"$import": "#auto_timer_base_0x_3x_7x"
|
|
20
20
|
},
|
|
21
|
-
"
|
|
21
|
+
"auto_on_timer_0x_3x_7x": {
|
|
22
22
|
"label": "Auto Turn-On Timer",
|
|
23
|
-
"$import": "#
|
|
23
|
+
"$import": "#auto_timer_base_0x_3x_7x"
|
|
24
24
|
},
|
|
25
25
|
|
|
26
26
|
// Auto-On/Off-Timers for ZEN5x with fixed time unit
|
|
@@ -35,22 +35,22 @@
|
|
|
35
35
|
}
|
|
36
36
|
]
|
|
37
37
|
},
|
|
38
|
+
{
|
|
39
|
+
"#": "7",
|
|
40
|
+
"$import": "templates/zooz_template.json#led_indicator_brightness",
|
|
41
|
+
"defaultValue": 2
|
|
42
|
+
},
|
|
38
43
|
{
|
|
39
44
|
"#": "2",
|
|
40
|
-
"$import": "templates/zooz_template.json#
|
|
45
|
+
"$import": "templates/zooz_template.json#auto_off_timer_0x_3x_7x"
|
|
41
46
|
},
|
|
42
47
|
{
|
|
43
48
|
"#": "4",
|
|
44
|
-
"$import": "
|
|
45
|
-
"label": "Auto Turn-On Timer"
|
|
49
|
+
"$import": "templates/zooz_template.json#auto_on_timer_0x_3x_7x"
|
|
46
50
|
},
|
|
47
51
|
{
|
|
48
52
|
"#": "6",
|
|
49
|
-
"$import": "~/templates/master_template.json#
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"#": "7",
|
|
53
|
-
"$import": "templates/zooz_template.json#led_indicator_brightness"
|
|
53
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"#": "8",
|
|
@@ -69,22 +69,22 @@
|
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
71
|
"#": "8",
|
|
72
|
-
"$import": "templates/zooz_template.json#
|
|
72
|
+
"$import": "templates/zooz_template.json#auto_timer_base_0x_3x_7x",
|
|
73
73
|
"label": "Auto Turn-Off Timer for Dimmer"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
"#": "9",
|
|
77
|
-
"$import": "templates/zooz_template.json#
|
|
77
|
+
"$import": "templates/zooz_template.json#auto_timer_base_0x_3x_7x",
|
|
78
78
|
"label": "Auto Turn-On Timer for Dimmer"
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"#": "10",
|
|
82
|
-
"$import": "templates/zooz_template.json#
|
|
82
|
+
"$import": "templates/zooz_template.json#auto_timer_base_0x_3x_7x",
|
|
83
83
|
"label": "Auto Turn-Off Timer for Relay"
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"#": "11",
|
|
87
|
-
"$import": "templates/zooz_template.json#
|
|
87
|
+
"$import": "templates/zooz_template.json#auto_timer_base_0x_3x_7x",
|
|
88
88
|
"label": "Auto Turn-On Timer for Relay"
|
|
89
89
|
},
|
|
90
90
|
{
|
|
@@ -148,12 +148,12 @@
|
|
|
148
148
|
},
|
|
149
149
|
{
|
|
150
150
|
"#": "16",
|
|
151
|
-
"$import": "templates/zooz_template.json#
|
|
151
|
+
"$import": "templates/zooz_template.json#auto_off_timer_0x_3x_7x",
|
|
152
152
|
"label": "Auto-Off Timer (Relay)"
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
"#": "17",
|
|
156
|
-
"$import": "templates/zooz_template.json#
|
|
156
|
+
"$import": "templates/zooz_template.json#auto_on_timer_0x_3x_7x",
|
|
157
157
|
"label": "Auto-On Timer (Relay)"
|
|
158
158
|
},
|
|
159
159
|
{
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
"#": "3",
|
|
39
|
-
"$import": "templates/zooz_template.json#
|
|
39
|
+
"$import": "templates/zooz_template.json#auto_off_timer_0x_3x_7x"
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
42
|
"#": "5",
|
|
43
|
-
"$import": "templates/zooz_template.json#
|
|
43
|
+
"$import": "templates/zooz_template.json#auto_on_timer_0x_3x_7x"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"#": "8",
|
|
@@ -61,11 +61,11 @@
|
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
63
|
"#": "3",
|
|
64
|
-
"$import": "templates/zooz_template.json#
|
|
64
|
+
"$import": "templates/zooz_template.json#auto_off_timer_0x_3x_7x"
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
"#": "5",
|
|
68
|
-
"$import": "templates/zooz_template.json#
|
|
68
|
+
"$import": "templates/zooz_template.json#auto_on_timer_0x_3x_7x"
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
71
|
"#": "7[0x01]",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
"#": "3",
|
|
39
|
-
"$import": "templates/zooz_template.json#
|
|
39
|
+
"$import": "templates/zooz_template.json#auto_off_timer_0x_3x_7x"
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
42
|
"#": "5",
|
|
43
|
-
"$import": "templates/zooz_template.json#
|
|
43
|
+
"$import": "templates/zooz_template.json#auto_on_timer_0x_3x_7x"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"#": "8",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
"#": "3",
|
|
39
|
-
"$import": "templates/zooz_template.json#
|
|
39
|
+
"$import": "templates/zooz_template.json#auto_off_timer_0x_3x_7x"
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
42
|
"#": "5",
|
|
43
|
-
"$import": "templates/zooz_template.json#
|
|
43
|
+
"$import": "templates/zooz_template.json#auto_on_timer_0x_3x_7x"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"#": "8",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"#": "3",
|
|
47
|
-
"$import": "templates/zooz_template.json#
|
|
47
|
+
"$import": "templates/zooz_template.json#auto_off_timer_0x_3x_7x"
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
"#": "5",
|
|
51
|
-
"$import": "templates/zooz_template.json#
|
|
51
|
+
"$import": "templates/zooz_template.json#auto_on_timer_0x_3x_7x"
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
"#": "7[0x01]",
|
|
@@ -57,11 +57,11 @@
|
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
"#": "3",
|
|
60
|
-
"$import": "templates/zooz_template.json#
|
|
60
|
+
"$import": "templates/zooz_template.json#auto_off_timer_0x_3x_7x"
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
63
|
"#": "5",
|
|
64
|
-
"$import": "templates/zooz_template.json#
|
|
64
|
+
"$import": "templates/zooz_template.json#auto_on_timer_0x_3x_7x"
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
"#": "7[0x01]",
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// This is an older version of the MP21Z, certified in 2019
|
|
1
2
|
{
|
|
2
3
|
"manufacturer": "Minoston",
|
|
3
4
|
"manufacturerId": "0x0312",
|
|
@@ -8,11 +9,6 @@
|
|
|
8
9
|
"productType": "0xff00",
|
|
9
10
|
"productId": "0xff06",
|
|
10
11
|
"zwaveAllianceId": 3715
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
"productType": "0xff00",
|
|
14
|
-
"productId": "0xff0c",
|
|
15
|
-
"zwaveAllianceId": 3973
|
|
16
12
|
}
|
|
17
13
|
],
|
|
18
14
|
"firmwareVersion": {
|
|
@@ -29,16 +25,6 @@
|
|
|
29
25
|
"$import": "templates/minoston_template.json#auto_off_timer_36000s"
|
|
30
26
|
}
|
|
31
27
|
],
|
|
32
|
-
"compat": {
|
|
33
|
-
"commandClasses": {
|
|
34
|
-
"remove": {
|
|
35
|
-
// The device does not properly implement Supervision CC
|
|
36
|
-
"Supervision": {
|
|
37
|
-
"endpoints": "*"
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
28
|
"metadata": {
|
|
43
29
|
"inclusion": "ADD the MP21Z from the existing Z-Wave home control network with your primary controller.\n ---Refer to your primary controller instructions to process the inclusion / exclusion setup procedure.\n ---When prompted by your primary controller, click the Up or Down button three times in one second.\nInclude MP21Z to/from a Z-Wave Gateway with supporting Security.The MP21Z can support the Primary Controller that implemented the security S2",
|
|
44
30
|
"exclusion": "Remove the MP21Z from the existing Z-Wave home control network with your primary controller.\n ---Refer to your primary controller instructions to process the inclusion / exclusion setup procedure.\n ---When prompted by your primary controller, click the Up or Down button three times in one second.\nInclude MP21Z to/from a Z-Wave Gateway with supporting Security.The MP21Z can support the Primary Controller that implemented the security S2",
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Minoston",
|
|
3
|
+
"manufacturerId": "0x0312",
|
|
4
|
+
"label": "MP21Z / MP31Z",
|
|
5
|
+
"description": "Mini Smart Plug",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0xff00",
|
|
9
|
+
"productId": "0xff0c",
|
|
10
|
+
"zwaveAllianceId": 3973
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"paramInformation": [
|
|
18
|
+
{
|
|
19
|
+
"#": "1",
|
|
20
|
+
"$import": "~/templates/master_template.json#led_indicator_three_options_inverted"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"#": "2",
|
|
24
|
+
"$import": "templates/minoston_template.json#auto_off_timer"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"#": "4",
|
|
28
|
+
"$import": "templates/minoston_template.json#auto_on_timer"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"#": "6",
|
|
32
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_prev_off_on"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"#": "7",
|
|
36
|
+
"$import": "templates/minoston_template.json#led_indicator_brightness",
|
|
37
|
+
"defaultValue": 2
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"metadata": {
|
|
41
|
+
"inclusion": "ADD the MP21Z from the existing Z-Wave home control network with your primary controller.\n ---Refer to your primary controller instructions to process the inclusion / exclusion setup procedure.\n ---When prompted by your primary controller, click the Up or Down button three times in one second.\nInclude MP21Z to/from a Z-Wave Gateway with supporting Security.The MP21Z can support the Primary Controller that implemented the security S2",
|
|
42
|
+
"exclusion": "Remove the MP21Z from the existing Z-Wave home control network with your primary controller.\n ---Refer to your primary controller instructions to process the inclusion / exclusion setup procedure.\n ---When prompted by your primary controller, click the Up or Down button three times in one second.\nInclude MP21Z to/from a Z-Wave Gateway with supporting Security.The MP21Z can support the Primary Controller that implemented the security S2",
|
|
43
|
+
"reset": "MANUAL RESET\n ---Power off MP21Z\n ---keep holding the PROG button\n ---Power on,Press and keep holding the PROG button for no less than 10 seconds.\nPlease use this procedure only when the network primary controller is missing or otherwise inoperable.\"",
|
|
44
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/3973/MP21Z%20manual-20200817.pdf"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -33,10 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
"#": "5",
|
|
36
|
-
"$import": "templates/minoston_template.json#power_reporting_threshold"
|
|
37
|
-
"minValue": 0,
|
|
38
|
-
"maxValue": 5,
|
|
39
|
-
"defaultValue": 1
|
|
36
|
+
"$import": "templates/minoston_template.json#power_reporting_threshold"
|
|
40
37
|
},
|
|
41
38
|
{
|
|
42
39
|
"#": "6",
|
|
@@ -0,0 +1,328 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "NIE Technology Co., Ltd.",
|
|
3
|
+
"manufacturerId": "0x0312",
|
|
4
|
+
"label": "ZKS31",
|
|
5
|
+
"description": "Z-Wave Knob Dimmer Switch",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x7000",
|
|
9
|
+
"productId": "0x7002",
|
|
10
|
+
"zwaveAllianceId": 4779
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"associations": {
|
|
18
|
+
"1": {
|
|
19
|
+
"label": "Lifeline",
|
|
20
|
+
"maxNodes": 5,
|
|
21
|
+
"isLifeline": true
|
|
22
|
+
},
|
|
23
|
+
"2": {
|
|
24
|
+
"label": "Basic Set",
|
|
25
|
+
"maxNodes": 5
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"paramInformation": [
|
|
29
|
+
{
|
|
30
|
+
"#": "1",
|
|
31
|
+
"$import": "~/templates/master_template.json#led_indicator_four_options",
|
|
32
|
+
"label": "LED Indicator Behavior"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"#": "2",
|
|
36
|
+
"label": "LED Indicator Color",
|
|
37
|
+
"valueSize": 1,
|
|
38
|
+
"minValue": 0,
|
|
39
|
+
"maxValue": 6,
|
|
40
|
+
"defaultValue": 0,
|
|
41
|
+
"unsigned": true,
|
|
42
|
+
"allowManualEntry": false,
|
|
43
|
+
"options": [
|
|
44
|
+
{
|
|
45
|
+
"label": "Blue",
|
|
46
|
+
"value": 0
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"label": "Green",
|
|
50
|
+
"value": 1
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"label": "Red",
|
|
54
|
+
"value": 2
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"label": "White",
|
|
58
|
+
"value": 3
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"label": "Yellow",
|
|
62
|
+
"value": 4
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"label": "Cyan",
|
|
66
|
+
"value": 5
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"label": "Magenta",
|
|
70
|
+
"value": 6
|
|
71
|
+
}
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"#": "3",
|
|
76
|
+
"$import": "templates/minoston_template.json#led_indicator_brightness_mr40z",
|
|
77
|
+
"label": "LED Indicator Brightness"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"#": "4",
|
|
81
|
+
"label": "Knob Step Size",
|
|
82
|
+
"valueSize": 1,
|
|
83
|
+
"unit": "%",
|
|
84
|
+
"minValue": 1,
|
|
85
|
+
"maxValue": 10,
|
|
86
|
+
"defaultValue": 2,
|
|
87
|
+
"unsigned": true
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"#": "10",
|
|
91
|
+
"label": "Up Press: Behavior",
|
|
92
|
+
"description": "Adjust brightness value with parameter 5",
|
|
93
|
+
"valueSize": 1,
|
|
94
|
+
"defaultValue": 1,
|
|
95
|
+
"unsigned": true,
|
|
96
|
+
"allowManualEntry": false,
|
|
97
|
+
"options": [
|
|
98
|
+
{
|
|
99
|
+
"label": "Disable",
|
|
100
|
+
"value": 0
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"label": "Scene control",
|
|
104
|
+
"value": 1
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"label": "Brightness control",
|
|
108
|
+
"value": 2
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"label": "Both",
|
|
112
|
+
"value": 3
|
|
113
|
+
}
|
|
114
|
+
]
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"#": "5",
|
|
118
|
+
"label": "Up Press: Brightness",
|
|
119
|
+
"description": "Values 102...255 turn on to the previous brightness. Only applies when parameter10 has brightness control enabled.",
|
|
120
|
+
"valueSize": 1,
|
|
121
|
+
"minValue": 0,
|
|
122
|
+
"maxValue": 255,
|
|
123
|
+
"defaultValue": 100,
|
|
124
|
+
"unsigned": true,
|
|
125
|
+
"options": [
|
|
126
|
+
{
|
|
127
|
+
"label": "Turn off",
|
|
128
|
+
"value": 0
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"label": "Minimum Brightness",
|
|
132
|
+
"value": 100
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"label": "Maximum Brightness",
|
|
136
|
+
"value": 101
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"label": "Turn on",
|
|
140
|
+
"value": 255
|
|
141
|
+
}
|
|
142
|
+
]
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"#": "11",
|
|
146
|
+
"$import": "#paramInformation/10",
|
|
147
|
+
"label": "Down Press: Behavior",
|
|
148
|
+
"description": "Adjust brightness value with parameter 6"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"#": "6",
|
|
152
|
+
"$import": "#paramInformation/5",
|
|
153
|
+
"label": "Down Press: Brightness",
|
|
154
|
+
"description": "Values 102...255 turn on to the previous brightness. Only applies when parameter11 has brightness control enabled."
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"#": "12",
|
|
158
|
+
"$import": "#paramInformation/10",
|
|
159
|
+
"label": "Left Press: Behavior",
|
|
160
|
+
"description": "Adjust brightness value with parameter 7"
|
|
161
|
+
},
|
|
162
|
+
|
|
163
|
+
{
|
|
164
|
+
"#": "7",
|
|
165
|
+
"$import": "#paramInformation/5",
|
|
166
|
+
"label": "Left Press: Brightness",
|
|
167
|
+
"description": "Values 102...255 turn on to the previous brightness. Only applies when parameter12 has brightness control enabled."
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"#": "13",
|
|
171
|
+
"$import": "#paramInformation/10",
|
|
172
|
+
"label": "Right Press: Behavior",
|
|
173
|
+
"description": "Adjust brightness value with parameter 8"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"#": "8",
|
|
177
|
+
"$import": "#paramInformation/5",
|
|
178
|
+
"label": "Right Press: Brightness",
|
|
179
|
+
"description": "Values 102...255 turn on to the previous brightness. Only applies when parameter13 has brightness control enabled."
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"#": "9",
|
|
183
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
184
|
+
"label": "Center Press: Scene Control",
|
|
185
|
+
"defaultValue": 1
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"#": "24",
|
|
189
|
+
"label": "Center Press: Brightness",
|
|
190
|
+
"valueSize": 1,
|
|
191
|
+
"minValue": 0,
|
|
192
|
+
"maxValue": 3,
|
|
193
|
+
"defaultValue": 0,
|
|
194
|
+
"unsigned": true,
|
|
195
|
+
"allowManualEntry": false,
|
|
196
|
+
"options": [
|
|
197
|
+
{
|
|
198
|
+
"label": "Default brightness (parameter 25)",
|
|
199
|
+
"value": 0
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"label": "100 %",
|
|
203
|
+
"value": 1
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"label": "Maximum brightness (parameter 18)",
|
|
207
|
+
"value": 2
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"label": "Previous brightness",
|
|
211
|
+
"value": 3
|
|
212
|
+
}
|
|
213
|
+
]
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"#": "14",
|
|
217
|
+
"$import": "templates/minoston_template.json#auto_off_timer"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"#": "15",
|
|
221
|
+
"$import": "templates/minoston_template.json#auto_on_timer"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"#": "16",
|
|
225
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_prev_on_off"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"#": "17",
|
|
229
|
+
"$import": "~/templates/master_template.json#minimum_dim_level_0-99"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"#": "18",
|
|
233
|
+
"$import": "~/templates/master_template.json#maximum_dim_level_0-99"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"#": "25",
|
|
237
|
+
"label": "Default Brightness",
|
|
238
|
+
"valueSize": 1,
|
|
239
|
+
"minValue": 1,
|
|
240
|
+
"maxValue": 99,
|
|
241
|
+
"defaultValue": 80,
|
|
242
|
+
"unsigned": true
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"#": "19",
|
|
246
|
+
"label": "External Switch Type",
|
|
247
|
+
"valueSize": 1,
|
|
248
|
+
"minValue": 0,
|
|
249
|
+
"maxValue": 1,
|
|
250
|
+
"defaultValue": 0,
|
|
251
|
+
"unsigned": true,
|
|
252
|
+
"allowManualEntry": false,
|
|
253
|
+
"options": [
|
|
254
|
+
{
|
|
255
|
+
"label": "Toggle switch",
|
|
256
|
+
"value": 0
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"label": "Momentary button",
|
|
260
|
+
"value": 1
|
|
261
|
+
}
|
|
262
|
+
]
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"#": "20",
|
|
266
|
+
"$import": "~/templates/master_template.json#base_0-99_nounit",
|
|
267
|
+
"label": "Diming Rate (Manual On)",
|
|
268
|
+
"unit": "seconds",
|
|
269
|
+
"options": [
|
|
270
|
+
{
|
|
271
|
+
"label": "Instant",
|
|
272
|
+
"value": 0
|
|
273
|
+
}
|
|
274
|
+
]
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"#": "21",
|
|
278
|
+
"$import": "~/templates/master_template.json#base_0-99_nounit",
|
|
279
|
+
"label": "Diming Rate (Manual Off)",
|
|
280
|
+
"unit": "seconds",
|
|
281
|
+
"options": [
|
|
282
|
+
{
|
|
283
|
+
"label": "Instant",
|
|
284
|
+
"value": 0
|
|
285
|
+
}
|
|
286
|
+
]
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"#": "22",
|
|
290
|
+
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
291
|
+
"label": "Diming Rate (Z-Wave On)",
|
|
292
|
+
"defaultValue": 255,
|
|
293
|
+
"unit": "seconds",
|
|
294
|
+
"options": [
|
|
295
|
+
{
|
|
296
|
+
"label": "Instant",
|
|
297
|
+
"value": 0
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"label": "Same as manual on",
|
|
301
|
+
"value": 255
|
|
302
|
+
}
|
|
303
|
+
]
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"#": "23",
|
|
307
|
+
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
308
|
+
"label": "Diming Rate (Z-Wave Off)",
|
|
309
|
+
"defaultValue": 255,
|
|
310
|
+
"unit": "seconds",
|
|
311
|
+
"options": [
|
|
312
|
+
{
|
|
313
|
+
"label": "Instant",
|
|
314
|
+
"value": 0
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"label": "Same as manual off",
|
|
318
|
+
"value": 255
|
|
319
|
+
}
|
|
320
|
+
]
|
|
321
|
+
}
|
|
322
|
+
],
|
|
323
|
+
"metadata": {
|
|
324
|
+
"inclusion": "Network Wide Inclusion To A Z-Wave™ Network\nRefer to your primary controller instructions to process the inclusion / exclusion setup procedure.\nWhen prompted by your primary controller, click the z-wave button Three times",
|
|
325
|
+
"exclusion": "Network Wide Inclusion To A Z-Wave™ Network\nRefer to your primary controller instructions to process the inclusion / exclusion setup procedure.\nWhen prompted by your primary controller, click the z-wave button Three times .\nREMOVE/Exclusion to a Z-Wave Network Same operation",
|
|
326
|
+
"reset": "Factory Reset : Press the knob(center) twice and hold for 10 seconds (Tap -> Tap -> Press and hold for 10 seconds) to reset the device. Indicate: RED led will flashes, and then the GREEN led be solid for 2 seconds.\nZKS31 User Manual"
|
|
327
|
+
}
|
|
328
|
+
}
|
|
@@ -321,7 +321,29 @@
|
|
|
321
321
|
},
|
|
322
322
|
{
|
|
323
323
|
"#": "52",
|
|
324
|
-
"$if": "firmwareVersion >= 1.
|
|
324
|
+
"$if": "firmwareVersion >= 1.54",
|
|
325
|
+
"label": "Operation Mode",
|
|
326
|
+
"valueSize": 1,
|
|
327
|
+
"defaultValue": 0,
|
|
328
|
+
"allowManualEntry": false,
|
|
329
|
+
"options": [
|
|
330
|
+
{
|
|
331
|
+
"label": "Normal",
|
|
332
|
+
"value": 0
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"label": "On/Off Only",
|
|
336
|
+
"value": 1
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"label": "Smart Bulb",
|
|
340
|
+
"value": 2
|
|
341
|
+
}
|
|
342
|
+
]
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"#": "52",
|
|
346
|
+
"$if": "firmwareVersion >= 1.47 && firmwareVersion < 1.54",
|
|
325
347
|
"label": "Smart Bulb Mode",
|
|
326
348
|
"description": "Optimize power output to be more compatible with smart bulbs. This prevents the dimmer from being able to dim & makes it act like an ON / OFF switch.",
|
|
327
349
|
"valueSize": 1,
|
|
@@ -271,5 +271,16 @@
|
|
|
271
271
|
"exclusion": "01. Set the Z-Wave gateway into remove mode (see the Z-Wave gateway’s manual)\n02. On the IBT4ZWAVE press and release the S1 button 3 times x3 S1\n03. LEDs on the IBT4ZW AVE will start slow flashing alternately\n04. Wait for the removing process to end",
|
|
272
272
|
"reset": "01. Press and hold the S1 button\n03. Wait 3 seconds\n04. LEDs will show adding and antenna status (Table 1 in manual) for 3 seconds\n05. LEDs will turn off for 3 seconds\n06. LEDs will show selected antenna (Table 2 in manual) for 3 seconds\n07. When both LEDs light up simultaneously, release the button\n08. Press and release the S1 button\n09. Both LEDs will flash once at the end of the procedure",
|
|
273
273
|
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/3837/IBT4ZWAVE-T-v0.7.pdf"
|
|
274
|
+
},
|
|
275
|
+
"compat": {
|
|
276
|
+
"commandClasses": {
|
|
277
|
+
"remove": {
|
|
278
|
+
// The device does not support Supervision correctly. Starting a level change always fails
|
|
279
|
+
// https://github.com/zwave-js/node-zwave-js/issues/6049
|
|
280
|
+
"Supervision": {
|
|
281
|
+
"endpoints": "*"
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
}
|
|
274
285
|
}
|
|
275
286
|
}
|