@zwave-js/config 9.4.0 → 9.4.1
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/0x000c/hs-ws200.json +5 -0
- package/config/devices/0x0085/amz_solar.json +2 -10
- package/config/devices/0x0085/arf-solar.json +45 -0
- package/config/devices/0x0085/arz_z-wave.json +2 -29
- package/config/devices/0x0085/arz_z-wave_solar.json +3 -33
- package/config/devices/0x0085/templates/fakro_template.json +72 -0
- package/config/devices/0x0085/vmz_solar_z-wave_plus.json +3 -42
- package/config/devices/0x0085/zws12.json +2 -30
- package/config/devices/0x0085/zws12n.json +2 -12
- package/config/devices/0x027a/zen34.json +34 -0
- package/config/devices/0x0384/ha-zw-5pa.json +227 -0
- package/config/devices/0x0384/ha-zw-5sab.json +245 -0
- package/package.json +3 -3
|
@@ -23,6 +23,11 @@
|
|
|
23
23
|
"#": "4",
|
|
24
24
|
"$import": "~/templates/master_template.json#orientation"
|
|
25
25
|
},
|
|
26
|
+
{
|
|
27
|
+
"#": "6",
|
|
28
|
+
"$if": "firmwareVersion >= 5.12",
|
|
29
|
+
"$import": "templates/homeseer_template.json#scene_control"
|
|
30
|
+
},
|
|
26
31
|
{
|
|
27
32
|
"#": "13",
|
|
28
33
|
"$import": "templates/homeseer_template.json#status_mode"
|
|
@@ -72,19 +72,11 @@
|
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
74
|
"#": "12",
|
|
75
|
-
"
|
|
76
|
-
"valueSize": 1,
|
|
77
|
-
"minValue": 1,
|
|
78
|
-
"maxValue": 2,
|
|
79
|
-
"defaultValue": 1
|
|
75
|
+
"$import": "templates/fakro_template.json#calibration"
|
|
80
76
|
},
|
|
81
77
|
{
|
|
82
78
|
"#": "13",
|
|
83
|
-
"
|
|
84
|
-
"valueSize": 1,
|
|
85
|
-
"minValue": 1,
|
|
86
|
-
"maxValue": 2,
|
|
87
|
-
"defaultValue": 1
|
|
79
|
+
"$import": "templates/fakro_template.json#shutter_response_to_basic_set_0xff"
|
|
88
80
|
}
|
|
89
81
|
]
|
|
90
82
|
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Fakro",
|
|
3
|
+
"manufacturerId": "0x0085",
|
|
4
|
+
"label": "ARF Z-Wave Solar",
|
|
5
|
+
"description": "Roller Blind",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0004",
|
|
9
|
+
"productId": "0x0012"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"associations": {
|
|
17
|
+
"1": {
|
|
18
|
+
"label": "Lifeline",
|
|
19
|
+
"maxNodes": 1,
|
|
20
|
+
"isLifeline": true
|
|
21
|
+
},
|
|
22
|
+
"2": {
|
|
23
|
+
"label": "Basic Repeat",
|
|
24
|
+
"maxNodes": 5
|
|
25
|
+
},
|
|
26
|
+
"3": {
|
|
27
|
+
"label": "Multilevel Switch Repeat",
|
|
28
|
+
"maxNodes": 5
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"paramInformation": [
|
|
32
|
+
{
|
|
33
|
+
"#": "13",
|
|
34
|
+
"$import": "templates/fakro_template.json#shutter_response_to_basic_set_0xff"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"#": "99",
|
|
38
|
+
"$import": "templates/fakro_template.json#factory_reset"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"#": "100",
|
|
42
|
+
"$import": "templates/fakro_template.json#autoexclude"
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
}
|
|
@@ -38,38 +38,11 @@
|
|
|
38
38
|
"paramInformation": [
|
|
39
39
|
{
|
|
40
40
|
"#": "12",
|
|
41
|
-
"
|
|
42
|
-
"description": "To calibrate, first select Discalibrated, then Calibrated",
|
|
43
|
-
"valueSize": 1,
|
|
44
|
-
"defaultValue": 1,
|
|
45
|
-
"allowManualEntry": false,
|
|
46
|
-
"options": [
|
|
47
|
-
{
|
|
48
|
-
"label": "Calibrated",
|
|
49
|
-
"value": 1
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"label": "Discalibrated",
|
|
53
|
-
"value": 2
|
|
54
|
-
}
|
|
55
|
-
]
|
|
41
|
+
"$import": "templates/fakro_template.json#calibration"
|
|
56
42
|
},
|
|
57
43
|
{
|
|
58
44
|
"#": "13",
|
|
59
|
-
"
|
|
60
|
-
"valueSize": 1,
|
|
61
|
-
"defaultValue": 1,
|
|
62
|
-
"allowManualEntry": false,
|
|
63
|
-
"options": [
|
|
64
|
-
{
|
|
65
|
-
"label": "Fully open",
|
|
66
|
-
"value": 1
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"label": "Previous position",
|
|
70
|
-
"value": 2
|
|
71
|
-
}
|
|
72
|
-
]
|
|
45
|
+
"$import": "templates/fakro_template.json#shutter_response_to_basic_set_0xff"
|
|
73
46
|
}
|
|
74
47
|
],
|
|
75
48
|
"metadata": {
|
|
@@ -32,45 +32,15 @@
|
|
|
32
32
|
"paramInformation": [
|
|
33
33
|
{
|
|
34
34
|
"#": "13",
|
|
35
|
-
"$import": "
|
|
35
|
+
"$import": "templates/fakro_template.json#shutter_response_to_basic_set_0xff"
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
"#": "99",
|
|
39
|
-
"
|
|
40
|
-
"valueSize": 1,
|
|
41
|
-
"defaultValue": 1,
|
|
42
|
-
"unsigned": true,
|
|
43
|
-
"writeOnly": true,
|
|
44
|
-
"allowManualEntry": false,
|
|
45
|
-
"options": [
|
|
46
|
-
{
|
|
47
|
-
"label": "Reset to Factory Default",
|
|
48
|
-
"value": 1
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"label": "Parameters are changed",
|
|
52
|
-
"value": 2
|
|
53
|
-
}
|
|
54
|
-
]
|
|
39
|
+
"$import": "templates/fakro_template.json#factory_reset"
|
|
55
40
|
},
|
|
56
41
|
{
|
|
57
42
|
"#": "100",
|
|
58
|
-
"
|
|
59
|
-
"valueSize": 1,
|
|
60
|
-
"defaultValue": 1,
|
|
61
|
-
"unsigned": true,
|
|
62
|
-
"writeOnly": true,
|
|
63
|
-
"allowManualEntry": false,
|
|
64
|
-
"options": [
|
|
65
|
-
{
|
|
66
|
-
"label": "Idle",
|
|
67
|
-
"value": 1
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"label": "Autoexclude",
|
|
71
|
-
"value": 2
|
|
72
|
-
}
|
|
73
|
-
]
|
|
43
|
+
"$import": "templates/fakro_template.json#autoexclude"
|
|
74
44
|
}
|
|
75
45
|
]
|
|
76
46
|
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
{
|
|
2
|
+
"shutter_response_to_basic_set_0xff": {
|
|
3
|
+
"label": "Response to Basic Set (0xff)",
|
|
4
|
+
"valueSize": 1,
|
|
5
|
+
"defaultValue": 1,
|
|
6
|
+
"allowManualEntry": false,
|
|
7
|
+
"options": [
|
|
8
|
+
{
|
|
9
|
+
"label": "Fully open",
|
|
10
|
+
"value": 1
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"label": "Previous position",
|
|
14
|
+
"value": 2
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
},
|
|
18
|
+
"factory_reset": {
|
|
19
|
+
"label": "Reset Parameters to Factory Defaults",
|
|
20
|
+
"description": "If the value changes to 2 after resetting the parameters, some non-default parameters were reset to their respective default values.",
|
|
21
|
+
"valueSize": 1,
|
|
22
|
+
"defaultValue": 1,
|
|
23
|
+
"unsigned": true,
|
|
24
|
+
"allowManualEntry": false,
|
|
25
|
+
"options": [
|
|
26
|
+
{
|
|
27
|
+
"label": "Reset all parameters",
|
|
28
|
+
"value": 1
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"label": "Some parameters were reset",
|
|
32
|
+
"value": 2
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"autoexclude": {
|
|
37
|
+
"label": "Autoexclude",
|
|
38
|
+
"description": "Can be used to exclude the device in hard-to-reach locations.",
|
|
39
|
+
"valueSize": 1,
|
|
40
|
+
"defaultValue": 1,
|
|
41
|
+
"unsigned": true,
|
|
42
|
+
"writeOnly": true,
|
|
43
|
+
"allowManualEntry": false,
|
|
44
|
+
"options": [
|
|
45
|
+
{
|
|
46
|
+
"label": "Idle",
|
|
47
|
+
"value": 1
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"label": "Autoexclude",
|
|
51
|
+
"value": 2
|
|
52
|
+
}
|
|
53
|
+
]
|
|
54
|
+
},
|
|
55
|
+
"calibration": {
|
|
56
|
+
"label": "Calibration",
|
|
57
|
+
"description": "To calibrate, first select Discalibrated, then Calibrated",
|
|
58
|
+
"valueSize": 1,
|
|
59
|
+
"defaultValue": 1,
|
|
60
|
+
"allowManualEntry": false,
|
|
61
|
+
"options": [
|
|
62
|
+
{
|
|
63
|
+
"label": "Calibrated",
|
|
64
|
+
"value": 1
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"label": "Discalibrated",
|
|
68
|
+
"value": 2
|
|
69
|
+
}
|
|
70
|
+
]
|
|
71
|
+
}
|
|
72
|
+
}
|
|
@@ -102,20 +102,7 @@
|
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
104
|
"#": "13",
|
|
105
|
-
"
|
|
106
|
-
"valueSize": 1,
|
|
107
|
-
"defaultValue": 1,
|
|
108
|
-
"allowManualEntry": false,
|
|
109
|
-
"options": [
|
|
110
|
-
{
|
|
111
|
-
"label": "go down",
|
|
112
|
-
"value": 1
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"label": "restore last position",
|
|
116
|
-
"value": 2
|
|
117
|
-
}
|
|
118
|
-
]
|
|
105
|
+
"$import": "templates/fakro_template.json#shutter_response_to_basic_set_0xff"
|
|
119
106
|
},
|
|
120
107
|
{
|
|
121
108
|
"#": "17",
|
|
@@ -177,37 +164,11 @@
|
|
|
177
164
|
},
|
|
178
165
|
{
|
|
179
166
|
"#": "99",
|
|
180
|
-
"
|
|
181
|
-
"valueSize": 1,
|
|
182
|
-
"defaultValue": 2,
|
|
183
|
-
"allowManualEntry": false,
|
|
184
|
-
"options": [
|
|
185
|
-
{
|
|
186
|
-
"label": "restore default config values",
|
|
187
|
-
"value": 1
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"label": "user values",
|
|
191
|
-
"value": 2
|
|
192
|
-
}
|
|
193
|
-
]
|
|
167
|
+
"$import": "templates/fakro_template.json#factory_reset"
|
|
194
168
|
},
|
|
195
169
|
{
|
|
196
170
|
"#": "100",
|
|
197
|
-
"
|
|
198
|
-
"valueSize": 1,
|
|
199
|
-
"defaultValue": 1,
|
|
200
|
-
"allowManualEntry": false,
|
|
201
|
-
"options": [
|
|
202
|
-
{
|
|
203
|
-
"label": "off",
|
|
204
|
-
"value": 1
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
"label": "on",
|
|
208
|
-
"value": 2
|
|
209
|
-
}
|
|
210
|
-
]
|
|
171
|
+
"$import": "templates/fakro_template.json#autoexclude"
|
|
211
172
|
}
|
|
212
173
|
]
|
|
213
174
|
}
|
|
@@ -52,39 +52,11 @@
|
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
"#": "12",
|
|
55
|
-
"
|
|
56
|
-
"description": "This parameter on/off callibration function",
|
|
57
|
-
"valueSize": 1,
|
|
58
|
-
"defaultValue": 1,
|
|
59
|
-
"allowManualEntry": false,
|
|
60
|
-
"options": [
|
|
61
|
-
{
|
|
62
|
-
"label": "Calibrated",
|
|
63
|
-
"value": 1
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"label": "Discalibrated",
|
|
67
|
-
"value": 2
|
|
68
|
-
}
|
|
69
|
-
]
|
|
55
|
+
"$import": "templates/fakro_template.json#calibration"
|
|
70
56
|
},
|
|
71
57
|
{
|
|
72
58
|
"#": "13",
|
|
73
|
-
"
|
|
74
|
-
"description": "Set servomotor in previous position",
|
|
75
|
-
"valueSize": 1,
|
|
76
|
-
"defaultValue": 1,
|
|
77
|
-
"allowManualEntry": false,
|
|
78
|
-
"options": [
|
|
79
|
-
{
|
|
80
|
-
"label": "FF go to Max",
|
|
81
|
-
"value": 1
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"label": "FF go to previous position",
|
|
85
|
-
"value": 2
|
|
86
|
-
}
|
|
87
|
-
]
|
|
59
|
+
"$import": "templates/fakro_template.json#shutter_response_to_basic_set_0xff"
|
|
88
60
|
},
|
|
89
61
|
{
|
|
90
62
|
"#": "15",
|
|
@@ -36,21 +36,11 @@
|
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
"#": "12",
|
|
39
|
-
"
|
|
40
|
-
"description": "This parameter on/off callibration function",
|
|
41
|
-
"valueSize": 1,
|
|
42
|
-
"minValue": 1,
|
|
43
|
-
"maxValue": 2,
|
|
44
|
-
"defaultValue": 1
|
|
39
|
+
"$import": "templates/fakro_template.json#calibration"
|
|
45
40
|
},
|
|
46
41
|
{
|
|
47
42
|
"#": "13",
|
|
48
|
-
"
|
|
49
|
-
"description": "Set servomotor in previous position",
|
|
50
|
-
"valueSize": 1,
|
|
51
|
-
"minValue": 1,
|
|
52
|
-
"maxValue": 2,
|
|
53
|
-
"defaultValue": 1
|
|
43
|
+
"$import": "templates/fakro_template.json#shutter_response_to_basic_set_0xff"
|
|
54
44
|
},
|
|
55
45
|
{
|
|
56
46
|
"#": "15",
|
|
@@ -132,8 +132,42 @@
|
|
|
132
132
|
"value": 6
|
|
133
133
|
}
|
|
134
134
|
]
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"#": "4",
|
|
138
|
+
"$if": "firmwareVersion >= 1.30",
|
|
139
|
+
"label": "Manual Wake-Up Duration",
|
|
140
|
+
"description": "A longer duration makes it easier to change multiple parameters at once",
|
|
141
|
+
"valueSize": 1,
|
|
142
|
+
"defaultValue": 0,
|
|
143
|
+
"allowManualEntry": false,
|
|
144
|
+
"options": [
|
|
145
|
+
{
|
|
146
|
+
"label": "Short",
|
|
147
|
+
"value": 0
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"label": "30 seconds",
|
|
151
|
+
"value": 1
|
|
152
|
+
}
|
|
153
|
+
]
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"#": "5",
|
|
157
|
+
"$if": "firmwareVersion >= 1.40",
|
|
158
|
+
"label": "Dimmer Control Group: Dimming Duration",
|
|
159
|
+
"unit": "seconds",
|
|
160
|
+
"valueSize": 2,
|
|
161
|
+
"minValue": 1,
|
|
162
|
+
"maxValue": 99,
|
|
163
|
+
"defaultValue": 5
|
|
135
164
|
}
|
|
136
165
|
],
|
|
166
|
+
"compat": {
|
|
167
|
+
// The device sends Configuration CC info reports in 4-byte chunks, causing each query to block the network for roughly 1.5 seconds.
|
|
168
|
+
"skipConfigurationNameQuery": true,
|
|
169
|
+
"skipConfigurationInfoQuery": true
|
|
170
|
+
},
|
|
137
171
|
"metadata": {
|
|
138
172
|
"inclusion": "Put your Z-Wave hub into inclusion mode and click the upper paddle 6 times quickly. The LED indicator\nwill blink blue during the process and light up green once added successfully. It will light up red if failed",
|
|
139
173
|
"exclusion": "1. Bring the Remote Switch within direct range of your Z-Wave gateway (hub).\n2. Put the Z-Wave hub into exclusion mode (not sure how to do that? ask@getzooz.com).\n3. Click the lower paddle 6 times very quickly\n4. Your hub will confirm exclusion and the device will disappear from your controller's device list",
|
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "AiBase Smart Technology",
|
|
3
|
+
"manufacturerId": "0x0384",
|
|
4
|
+
"label": "HA-ZW-5PA",
|
|
5
|
+
"description": "Smart Plug",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0200",
|
|
9
|
+
"productId": "0x000b",
|
|
10
|
+
"zwaveAllianceId": 3007
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"associations": {
|
|
18
|
+
"1": {
|
|
19
|
+
"label": "Lifeline",
|
|
20
|
+
"maxNodes": 5
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"paramInformation": [
|
|
24
|
+
{
|
|
25
|
+
"#": "1",
|
|
26
|
+
"label": "Overcurrent Protection",
|
|
27
|
+
"valueSize": 1,
|
|
28
|
+
"unit": "seconds",
|
|
29
|
+
"defaultValue": 1,
|
|
30
|
+
"unsigned": true,
|
|
31
|
+
"allowManualEntry": false,
|
|
32
|
+
"options": [
|
|
33
|
+
{
|
|
34
|
+
"label": "Disable",
|
|
35
|
+
"value": 0
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"label": "Enable",
|
|
39
|
+
"value": 1
|
|
40
|
+
}
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"#": "100",
|
|
45
|
+
"label": "Set Meter Report Intervals to Default",
|
|
46
|
+
"valueSize": 1,
|
|
47
|
+
"defaultValue": 0,
|
|
48
|
+
"unsigned": true,
|
|
49
|
+
"writeOnly": true,
|
|
50
|
+
"allowManualEntry": false,
|
|
51
|
+
"options": [
|
|
52
|
+
{
|
|
53
|
+
"label": "Idle",
|
|
54
|
+
"value": 0
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"label": "Reset to default",
|
|
58
|
+
"value": 85
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"#": "101",
|
|
64
|
+
"label": "Meter Report Interval (W)",
|
|
65
|
+
"valueSize": 4,
|
|
66
|
+
"unit": "seconds",
|
|
67
|
+
"minValue": 0,
|
|
68
|
+
"maxValue": 2678400,
|
|
69
|
+
"defaultValue": 600,
|
|
70
|
+
"unsigned": true,
|
|
71
|
+
"options": [
|
|
72
|
+
{
|
|
73
|
+
"label": "Disable",
|
|
74
|
+
"value": 0
|
|
75
|
+
}
|
|
76
|
+
]
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"#": "102",
|
|
80
|
+
"label": "Meter Report Interval (kWh)",
|
|
81
|
+
"valueSize": 4,
|
|
82
|
+
"unit": "seconds",
|
|
83
|
+
"minValue": 0,
|
|
84
|
+
"maxValue": 2678400,
|
|
85
|
+
"defaultValue": 3600,
|
|
86
|
+
"unsigned": true,
|
|
87
|
+
"options": [
|
|
88
|
+
{
|
|
89
|
+
"label": "Disable",
|
|
90
|
+
"value": 0
|
|
91
|
+
}
|
|
92
|
+
]
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"#": "103",
|
|
96
|
+
"label": "Meter Report Interval (V)",
|
|
97
|
+
"valueSize": 4,
|
|
98
|
+
"unit": "seconds",
|
|
99
|
+
"minValue": 0,
|
|
100
|
+
"maxValue": 2678400,
|
|
101
|
+
"defaultValue": 0,
|
|
102
|
+
"unsigned": true,
|
|
103
|
+
"options": [
|
|
104
|
+
{
|
|
105
|
+
"label": "Disable",
|
|
106
|
+
"value": 0
|
|
107
|
+
}
|
|
108
|
+
]
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"#": "104",
|
|
112
|
+
"label": "Meter Report Interval (A)",
|
|
113
|
+
"valueSize": 4,
|
|
114
|
+
"unit": "seconds",
|
|
115
|
+
"minValue": 0,
|
|
116
|
+
"maxValue": 2678400,
|
|
117
|
+
"defaultValue": 0,
|
|
118
|
+
"unsigned": true,
|
|
119
|
+
"options": [
|
|
120
|
+
{
|
|
121
|
+
"label": "Disable",
|
|
122
|
+
"value": 0
|
|
123
|
+
}
|
|
124
|
+
]
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"#": "16",
|
|
128
|
+
"label": "Meter Report Threshold",
|
|
129
|
+
"valueSize": 2,
|
|
130
|
+
"unit": "W",
|
|
131
|
+
"minValue": 0,
|
|
132
|
+
"maxValue": 65535,
|
|
133
|
+
"defaultValue": 50,
|
|
134
|
+
"unsigned": true,
|
|
135
|
+
"options": [
|
|
136
|
+
{
|
|
137
|
+
"label": "Disable",
|
|
138
|
+
"value": 0
|
|
139
|
+
}
|
|
140
|
+
]
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"#": "17",
|
|
144
|
+
"label": "Meter Report Threshold (Relative)",
|
|
145
|
+
"valueSize": 1,
|
|
146
|
+
"unit": "%",
|
|
147
|
+
"minValue": 0,
|
|
148
|
+
"maxValue": 127,
|
|
149
|
+
"defaultValue": 10,
|
|
150
|
+
"unsigned": true,
|
|
151
|
+
"options": [
|
|
152
|
+
{
|
|
153
|
+
"label": "Disable",
|
|
154
|
+
"value": 0
|
|
155
|
+
}
|
|
156
|
+
]
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"#": "2",
|
|
160
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_prev_on_off"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"#": "3",
|
|
164
|
+
"label": "Load Status: Change Reports",
|
|
165
|
+
"valueSize": 1,
|
|
166
|
+
"defaultValue": 1,
|
|
167
|
+
"unsigned": true,
|
|
168
|
+
"allowManualEntry": false,
|
|
169
|
+
"options": [
|
|
170
|
+
{
|
|
171
|
+
"label": "Disable",
|
|
172
|
+
"value": 0
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"label": "Basic Report (Z-Wave and manual operation)",
|
|
176
|
+
"value": 1
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"label": "Basic Report (manual operation)",
|
|
180
|
+
"value": 2
|
|
181
|
+
}
|
|
182
|
+
]
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"#": "4",
|
|
186
|
+
"label": "Load Status: LED Indicator",
|
|
187
|
+
"valueSize": 1,
|
|
188
|
+
"defaultValue": 0,
|
|
189
|
+
"unsigned": true,
|
|
190
|
+
"allowManualEntry": false,
|
|
191
|
+
"options": [
|
|
192
|
+
{
|
|
193
|
+
"label": "The LED status follows the load change",
|
|
194
|
+
"value": 0
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"label": "When operating the load, the LED lights for 5 seconds and then turns off",
|
|
198
|
+
"value": 1
|
|
199
|
+
}
|
|
200
|
+
]
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"#": "254",
|
|
204
|
+
"label": "Lock Configuration Parameters",
|
|
205
|
+
"valueSize": 1,
|
|
206
|
+
"defaultValue": 0,
|
|
207
|
+
"unsigned": true,
|
|
208
|
+
"allowManualEntry": false,
|
|
209
|
+
"options": [
|
|
210
|
+
{
|
|
211
|
+
"label": "Disable",
|
|
212
|
+
"value": 0
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"label": "Enable",
|
|
216
|
+
"value": 1
|
|
217
|
+
}
|
|
218
|
+
]
|
|
219
|
+
}
|
|
220
|
+
],
|
|
221
|
+
"metadata": {
|
|
222
|
+
"inclusion": "To add the product to the Z-Wave network:\na. Make sure that the Smart Plug has been connected to the power supply.\nb. Set the Z-Wave network main controller into inclusion mode.\nc. Power on.\nd. The LED will blink fast until the inclusion is completed and then the LED will keep turning on or off. Otherwise, the LED will still blink slowly, in which you need to repeat the process from step b",
|
|
223
|
+
"exclusion": "To remove the product from the Z-Wave network:\na. Insert the Smart Plug to power socket, the LED will follow the status (on or off) of its load’s power level.\nb. Set the Z-Wave network main controller into exclusion mode.\nc. Short press Button 3 times within 1.5 second.\nd. The LED will blink fast until the exclusion is completed, then the LED will keep on blinking slowly. Otherwise, the LED will keep on blink fast for 35 seconds and then follow the status (on or off) of its load status",
|
|
224
|
+
"reset": "Reset Smart Plug to factory default:\n1. Make sure that the Smart Plug has been connected to the power supply.\n2. Press and hold the Button for 5 seconds.\n3. If holding time is more than one second, the LED will blink faster and faster. If holding time is more than 5 seconds, the LED will be solid for 3 seconds to indicate that the resetting is successful. Otherwise, repeat step 2.\nNote:\nReset to factory will remove Smart Plug from the Z-Wave network. Use this procedure only in the event that the network primary controller missing or otherwise inoperable",
|
|
225
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/3007/Aibase%20Smart%20Plug%20(Z-Wave)%20User%20Guide.pdf"
|
|
226
|
+
}
|
|
227
|
+
}
|
|
@@ -0,0 +1,245 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "AiBase Smart Technology",
|
|
3
|
+
"manufacturerId": "0x0384",
|
|
4
|
+
"label": "HA-ZW-5SAB",
|
|
5
|
+
"description": "4-in-1 Motion Sensor",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0200",
|
|
9
|
+
"productId": "0x0009",
|
|
10
|
+
"zwaveAllianceId": 2943
|
|
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": "Group 2",
|
|
25
|
+
"maxNodes": 5
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"paramInformation": [
|
|
29
|
+
{
|
|
30
|
+
"#": "10",
|
|
31
|
+
"label": "Low Battery Power Level",
|
|
32
|
+
"valueSize": 1,
|
|
33
|
+
"unit": "%",
|
|
34
|
+
"minValue": 0,
|
|
35
|
+
"maxValue": 10,
|
|
36
|
+
"defaultValue": 10,
|
|
37
|
+
"unsigned": true
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"#": "100",
|
|
41
|
+
"label": "Set Reporting Intervals to Default",
|
|
42
|
+
"valueSize": 1,
|
|
43
|
+
"minValue": 0,
|
|
44
|
+
"maxValue": 255,
|
|
45
|
+
"defaultValue": 0,
|
|
46
|
+
"unsigned": true
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"#": "101",
|
|
50
|
+
"label": "Temperature Reporting Interval",
|
|
51
|
+
"valueSize": 4,
|
|
52
|
+
"unit": "minutes",
|
|
53
|
+
"minValue": 0,
|
|
54
|
+
"maxValue": 2678400,
|
|
55
|
+
"defaultValue": 7200,
|
|
56
|
+
"unsigned": true,
|
|
57
|
+
"options": [
|
|
58
|
+
{
|
|
59
|
+
"label": "Disabled",
|
|
60
|
+
"value": 0
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"#": "102",
|
|
66
|
+
"label": "Humidity Reporting Interval",
|
|
67
|
+
"valueSize": 4,
|
|
68
|
+
"unit": "minutes",
|
|
69
|
+
"minValue": 0,
|
|
70
|
+
"maxValue": 2678400,
|
|
71
|
+
"defaultValue": 7200,
|
|
72
|
+
"unsigned": true,
|
|
73
|
+
"options": [
|
|
74
|
+
{
|
|
75
|
+
"label": "Disabled",
|
|
76
|
+
"value": 0
|
|
77
|
+
}
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"#": "103",
|
|
82
|
+
"label": "Luminance Reporting Interval",
|
|
83
|
+
"valueSize": 4,
|
|
84
|
+
"unit": "minutes",
|
|
85
|
+
"minValue": 0,
|
|
86
|
+
"maxValue": 2678400,
|
|
87
|
+
"defaultValue": 7200,
|
|
88
|
+
"unsigned": true,
|
|
89
|
+
"options": [
|
|
90
|
+
{
|
|
91
|
+
"label": "Disabled",
|
|
92
|
+
"value": 0
|
|
93
|
+
}
|
|
94
|
+
]
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"#": "104",
|
|
98
|
+
"label": "Battery Level Reporting Interval",
|
|
99
|
+
"valueSize": 4,
|
|
100
|
+
"unit": "minutes",
|
|
101
|
+
"minValue": 0,
|
|
102
|
+
"maxValue": 2678400,
|
|
103
|
+
"defaultValue": 86400,
|
|
104
|
+
"unsigned": true,
|
|
105
|
+
"options": [
|
|
106
|
+
{
|
|
107
|
+
"label": "Disabled",
|
|
108
|
+
"value": 0
|
|
109
|
+
}
|
|
110
|
+
]
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"#": "110",
|
|
114
|
+
"label": "Status Change (Temperature/Humidity/Luminance/Battery) Reporting",
|
|
115
|
+
"valueSize": 1,
|
|
116
|
+
"minValue": 0,
|
|
117
|
+
"maxValue": 1,
|
|
118
|
+
"defaultValue": 0,
|
|
119
|
+
"unsigned": true,
|
|
120
|
+
"allowManualEntry": false,
|
|
121
|
+
"options": [
|
|
122
|
+
{
|
|
123
|
+
"label": "Disable",
|
|
124
|
+
"value": 0
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"label": "Enable",
|
|
128
|
+
"value": 1
|
|
129
|
+
}
|
|
130
|
+
]
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"#": "111",
|
|
134
|
+
"label": "Temperature Change Threshold",
|
|
135
|
+
"valueSize": 2,
|
|
136
|
+
"unit": "0.1 °C",
|
|
137
|
+
"minValue": 0,
|
|
138
|
+
"maxValue": 10,
|
|
139
|
+
"defaultValue": 10,
|
|
140
|
+
"unsigned": true
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"#": "112",
|
|
144
|
+
"label": "Humidity Change Threshold",
|
|
145
|
+
"valueSize": 1,
|
|
146
|
+
"unit": "%",
|
|
147
|
+
"minValue": 0,
|
|
148
|
+
"maxValue": 5,
|
|
149
|
+
"defaultValue": 5,
|
|
150
|
+
"unsigned": true
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"#": "113",
|
|
154
|
+
"label": "Luminance Change Threshold",
|
|
155
|
+
"valueSize": 2,
|
|
156
|
+
"unit": "lux",
|
|
157
|
+
"minValue": 1,
|
|
158
|
+
"maxValue": 65528,
|
|
159
|
+
"defaultValue": 150,
|
|
160
|
+
"unsigned": true
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"#": "114",
|
|
164
|
+
"label": "Battery Level Change Threshold",
|
|
165
|
+
"valueSize": 1,
|
|
166
|
+
"unit": "%",
|
|
167
|
+
"minValue": 0,
|
|
168
|
+
"maxValue": 10,
|
|
169
|
+
"defaultValue": 10,
|
|
170
|
+
"unsigned": true
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"#": "12",
|
|
174
|
+
"label": "Motion Sensor Sensitivity",
|
|
175
|
+
"description": "1 = lowest sensitivity, 10 = highest sensitivity",
|
|
176
|
+
"valueSize": 1,
|
|
177
|
+
"minValue": 0,
|
|
178
|
+
"maxValue": 10,
|
|
179
|
+
"defaultValue": 10,
|
|
180
|
+
"unsigned": true,
|
|
181
|
+
"options": [
|
|
182
|
+
{
|
|
183
|
+
"label": "Disable",
|
|
184
|
+
"value": 0
|
|
185
|
+
}
|
|
186
|
+
]
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"#": "13",
|
|
190
|
+
"label": "Motion Re-trigger Wait Time",
|
|
191
|
+
"valueSize": 2,
|
|
192
|
+
"unit": "seconds",
|
|
193
|
+
"minValue": 5,
|
|
194
|
+
"maxValue": 15300,
|
|
195
|
+
"defaultValue": 30,
|
|
196
|
+
"unsigned": true
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"#": "14",
|
|
200
|
+
"label": "Send Basic Set On Motion",
|
|
201
|
+
"valueSize": 1,
|
|
202
|
+
"minValue": 0,
|
|
203
|
+
"maxValue": 1,
|
|
204
|
+
"defaultValue": 0,
|
|
205
|
+
"unsigned": true,
|
|
206
|
+
"allowManualEntry": false,
|
|
207
|
+
"options": [
|
|
208
|
+
{
|
|
209
|
+
"label": "Disable",
|
|
210
|
+
"value": 0
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"label": "Enable",
|
|
214
|
+
"value": 1
|
|
215
|
+
}
|
|
216
|
+
]
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"#": "15",
|
|
220
|
+
"label": "Motion: Basic Set Value",
|
|
221
|
+
"valueSize": 1,
|
|
222
|
+
"minValue": 0,
|
|
223
|
+
"maxValue": 1,
|
|
224
|
+
"defaultValue": 0,
|
|
225
|
+
"unsigned": true,
|
|
226
|
+
"allowManualEntry": false,
|
|
227
|
+
"options": [
|
|
228
|
+
{
|
|
229
|
+
"label": "0xff on triggered, 0x00 on cleared",
|
|
230
|
+
"value": 0
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"label": "0x00 on triggered, 0xff on cleared",
|
|
234
|
+
"value": 1
|
|
235
|
+
}
|
|
236
|
+
]
|
|
237
|
+
}
|
|
238
|
+
],
|
|
239
|
+
"metadata": {
|
|
240
|
+
"inclusion": "Add 4-in-1 Motion Sensor into a Z-Wave network: \na. Let the primary controller go into inclusion mode (If you don’t know how to do this, refer to its manual).\nb. Short Press one time this Z-Button.\nc. The 4-in-1 Motion Sensor LED will blink, If the inclusion is successful, then LED will keep on 2 seconds. Otherwise, the LED will blink until timeout, in which case you need to repeat the process from step b.",
|
|
241
|
+
"exclusion": "Remove 4-in-1 Motion Sensor from a Z-Wave network: \na. Let the primary controller go into exclusion mode (If you don’t know how to do this, refer to its manual).\nb. Short Press one time this Z-Button.\nc. The 4-in-1 Motion Sensor LED will keep on, If the remove is successful, then LED will blink 2 seconds. Otherwise, the LED will keep on until timeout, in which case you need to repeat the process from step b.\n\nNote: 4-in-1 Motion Sensor will go away “Z-Wave SmartStart” Inclusion when it is removed from a Z-Wave network.",
|
|
242
|
+
"reset": "Reset 4-in-1 Motion Sensor to factory Default:\n1. Press and hold the Z-Button for 5 seconds.\n2. If holding time is more than 5 seconds, the LED will blink fast at acceleration. If reset success 4-in-1 Motion Sensor LED will turn off. When the Z-Button is released, it will send “Device Reset Locally Command”. Otherwise please repeat step 2.\n\nNote:\n1, This procedure should only be used when the primary controller is inoperable.\n2, Reset 4-in-1 Motion Sensor to factory default settings. It will set the 4-in-1 Motion Sensor to not in Z-Wave network state; delete the Association setting and restore the Configuration setting to the default.",
|
|
243
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/2943/AIBASE%20Z-Wave%20Multi-Sensor%20UserGuide%2020180606.pdf"
|
|
244
|
+
}
|
|
245
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.1",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"ts": "node -r esbuild-register"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@zwave-js/core": "9.4.
|
|
55
|
+
"@zwave-js/core": "9.4.1",
|
|
56
56
|
"@zwave-js/shared": "9.4.0",
|
|
57
57
|
"alcalzone-shared": "^4.0.1",
|
|
58
58
|
"ansi-colors": "^4.1.3",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"@types/semver": "^7.3.9",
|
|
73
73
|
"@types/xml2js": "^0.4.11",
|
|
74
74
|
"@types/yargs": "^17.0.10",
|
|
75
|
-
"@zwave-js/maintenance": "9.4.
|
|
75
|
+
"@zwave-js/maintenance": "9.4.1",
|
|
76
76
|
"axios": "^0.27.2",
|
|
77
77
|
"comment-json": "^4.2.2",
|
|
78
78
|
"esbuild": "0.14.42",
|