@zwave-js/config 8.11.0 → 8.11.2
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/0x001a/{rf9540-n.json → rf9540-n_0.0_1.1.json} +1 -1
- package/config/devices/0x001a/rf9540-n_1.2.json +176 -0
- package/config/devices/0x010f/fgd211.json +28 -1
- package/config/devices/0x0115/v3.json +256 -0
- package/config/devices/0x0148/temp_humidity_sensor.json +132 -0
- package/config/devices/0x015f/mh-s220.json +178 -0
- package/config/devices/0x0208/hkzw_so03.json +125 -28
- package/config/devices/0x027a/zen16.json +175 -97
- package/config/devices/0x0330/ves-zw-dim-001.json +257 -0
- package/config/devices/0x0330/ves-zw-swi-002.json +60 -0
- package/config/devices/0x0344/he-hls01.json +76 -290
- package/config/devices/0x0344/he-ht01.json +65 -162
- package/config/devices/0x0344/he-rs01.json +79 -141
- package/config/devices/0x0344/he-tps01.json +31 -192
- package/config/devices/0x0344/he-tps02.json +45 -192
- package/config/devices/0x0344/he-tps03.json +60 -193
- package/config/devices/0x0344/he-tps04.json +73 -192
- package/config/devices/0x0344/he-tps05.json +87 -192
- package/config/devices/0x0344/he-zw-therm-fl2.json +1 -16
- package/config/devices/0x0344/templates/heltun_template.json +204 -1
- package/config/devices/templates/master_template.json +38 -0
- package/config/scales.json +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "McoHome Technology Co., Ltd.",
|
|
3
|
+
"manufacturerId": "0x015f",
|
|
4
|
+
"label": "MH-S220",
|
|
5
|
+
"description": "Micro Switch",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x2201",
|
|
9
|
+
"productId": "0x1252"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"associations": {
|
|
17
|
+
"1": {
|
|
18
|
+
"label": "Switch 1",
|
|
19
|
+
"maxNodes": 5
|
|
20
|
+
},
|
|
21
|
+
"2": {
|
|
22
|
+
"label": "Switch 2",
|
|
23
|
+
"maxNodes": 5
|
|
24
|
+
},
|
|
25
|
+
"3": {
|
|
26
|
+
"label": "Lifeline",
|
|
27
|
+
"maxNodes": 1,
|
|
28
|
+
"isLifeline": true
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"paramInformation": [
|
|
32
|
+
{
|
|
33
|
+
"#": "1",
|
|
34
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"#": "2",
|
|
38
|
+
"label": "External Switch Type",
|
|
39
|
+
"valueSize": 1,
|
|
40
|
+
"minValue": 0,
|
|
41
|
+
"maxValue": 1,
|
|
42
|
+
"defaultValue": 1,
|
|
43
|
+
"allowManualEntry": false,
|
|
44
|
+
"options": [
|
|
45
|
+
{
|
|
46
|
+
"label": "Momentary buttons",
|
|
47
|
+
"value": 0
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"label": "Toggle switches",
|
|
51
|
+
"value": 1
|
|
52
|
+
}
|
|
53
|
+
]
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"#": "3",
|
|
57
|
+
"label": "Toggle Switch Behavior",
|
|
58
|
+
"valueSize": 1,
|
|
59
|
+
"minValue": 0,
|
|
60
|
+
"maxValue": 1,
|
|
61
|
+
"defaultValue": 1,
|
|
62
|
+
"allowManualEntry": false,
|
|
63
|
+
"options": [
|
|
64
|
+
{
|
|
65
|
+
"label": "Without specified on/off position",
|
|
66
|
+
"value": 0
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"label": "With specified on/off position",
|
|
70
|
+
"value": 1
|
|
71
|
+
}
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"#": "4",
|
|
76
|
+
"label": "Switch 1: Report to Association Group 1",
|
|
77
|
+
"valueSize": 1,
|
|
78
|
+
"minValue": 0,
|
|
79
|
+
"maxValue": 2,
|
|
80
|
+
"defaultValue": 0,
|
|
81
|
+
"allowManualEntry": false,
|
|
82
|
+
"options": [
|
|
83
|
+
{
|
|
84
|
+
"label": "Report both on/off",
|
|
85
|
+
"value": 0
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"label": "Report on only",
|
|
89
|
+
"value": 1
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"label": "Report off only",
|
|
93
|
+
"value": 2
|
|
94
|
+
}
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"#": "5",
|
|
99
|
+
"label": "Switch 1: Off Timer",
|
|
100
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
101
|
+
"defaultValue": 1
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"#": "6",
|
|
105
|
+
"label": "Switch 1: Off Timer Interval",
|
|
106
|
+
"unit": "100ms",
|
|
107
|
+
"valueSize": 2,
|
|
108
|
+
"minValue": 0,
|
|
109
|
+
"maxValue": 65535,
|
|
110
|
+
"defaultValue": 0,
|
|
111
|
+
"unsigned": true
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"#": "7",
|
|
115
|
+
"label": "Operation Mode",
|
|
116
|
+
"description": "Determines if relay switches when command is received, or when AC voltage next crosses 0V. Zero crossing mode may reduce possibility of relay failure.",
|
|
117
|
+
"valueSize": 1,
|
|
118
|
+
"minValue": 0,
|
|
119
|
+
"maxValue": 1,
|
|
120
|
+
"defaultValue": 0,
|
|
121
|
+
"allowManualEntry": false,
|
|
122
|
+
"options": [
|
|
123
|
+
{
|
|
124
|
+
"label": "Switch immediately",
|
|
125
|
+
"value": 0
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"label": "Zero crossing detection",
|
|
129
|
+
"value": 1
|
|
130
|
+
}
|
|
131
|
+
]
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"#": "8",
|
|
135
|
+
"label": "Switch 2: Operation Report to Association Group 2",
|
|
136
|
+
"valueSize": 1,
|
|
137
|
+
"minValue": 0,
|
|
138
|
+
"maxValue": 2,
|
|
139
|
+
"defaultValue": 0,
|
|
140
|
+
"allowManualEntry": false,
|
|
141
|
+
"options": [
|
|
142
|
+
{
|
|
143
|
+
"label": "Report both on/off",
|
|
144
|
+
"value": 0
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"label": "Report on only",
|
|
148
|
+
"value": 1
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"label": "Report off only",
|
|
152
|
+
"value": 2
|
|
153
|
+
}
|
|
154
|
+
]
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"#": "255",
|
|
158
|
+
"label": "Factory Reset",
|
|
159
|
+
"valueSize": 1,
|
|
160
|
+
"minValue": 0,
|
|
161
|
+
"maxValue": 85,
|
|
162
|
+
"defaultValue": 0,
|
|
163
|
+
"unsigned": true,
|
|
164
|
+
"writeOnly": true,
|
|
165
|
+
"allowManualEntry": false,
|
|
166
|
+
"options": [
|
|
167
|
+
{
|
|
168
|
+
"label": "Idle",
|
|
169
|
+
"value": 0
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"label": "Factory Reset",
|
|
173
|
+
"value": 85
|
|
174
|
+
}
|
|
175
|
+
]
|
|
176
|
+
}
|
|
177
|
+
]
|
|
178
|
+
}
|
|
@@ -1,38 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"manufacturer": "HANK Electronics Ltd.",
|
|
3
3
|
"manufacturerId": "0x0208",
|
|
4
|
-
"label": "
|
|
4
|
+
"label": "HKZW-SO03",
|
|
5
5
|
"description": "Smart Plug",
|
|
6
6
|
"devices": [
|
|
7
7
|
{
|
|
8
8
|
"productType": "0x0101",
|
|
9
|
-
"productId": "0x000a"
|
|
9
|
+
"productId": "0x000a",
|
|
10
|
+
"zwaveAllianceId": 1854
|
|
10
11
|
}
|
|
11
12
|
],
|
|
12
13
|
"firmwareVersion": {
|
|
13
14
|
"min": "0.0",
|
|
14
15
|
"max": "255.255"
|
|
15
16
|
},
|
|
17
|
+
"associations": {
|
|
18
|
+
"1": {
|
|
19
|
+
"label": "Group 1",
|
|
20
|
+
"maxNodes": 5,
|
|
21
|
+
"isLifeline": true
|
|
22
|
+
}
|
|
23
|
+
},
|
|
16
24
|
"paramInformation": [
|
|
17
25
|
{
|
|
18
26
|
"#": "20",
|
|
19
27
|
"label": "Overload Protection",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"maxValue": 1,
|
|
24
|
-
"defaultValue": 1,
|
|
25
|
-
"allowManualEntry": false,
|
|
26
|
-
"options": [
|
|
27
|
-
{
|
|
28
|
-
"label": "Disabled",
|
|
29
|
-
"value": 0
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"label": "Enabled (default)",
|
|
33
|
-
"value": 1
|
|
34
|
-
}
|
|
35
|
-
]
|
|
28
|
+
"description": "Triggered when the current exceeds 16.5A for more than 5 seconds",
|
|
29
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
30
|
+
"defaultValue": 1
|
|
36
31
|
},
|
|
37
32
|
{
|
|
38
33
|
"#": "21",
|
|
@@ -40,47 +35,149 @@
|
|
|
40
35
|
},
|
|
41
36
|
{
|
|
42
37
|
"#": "24",
|
|
43
|
-
"label": "
|
|
44
|
-
"unit": "decimal",
|
|
38
|
+
"label": "Notification When Load Status Change",
|
|
45
39
|
"valueSize": 1,
|
|
46
40
|
"minValue": 0,
|
|
47
41
|
"maxValue": 2,
|
|
48
42
|
"defaultValue": 1,
|
|
43
|
+
"unsigned": true,
|
|
49
44
|
"allowManualEntry": false,
|
|
50
45
|
"options": [
|
|
51
46
|
{
|
|
52
|
-
"label": "
|
|
47
|
+
"label": "Disable",
|
|
53
48
|
"value": 0
|
|
54
49
|
},
|
|
55
50
|
{
|
|
56
|
-
"label": "
|
|
51
|
+
"label": "Enable",
|
|
57
52
|
"value": 1
|
|
58
53
|
},
|
|
59
54
|
{
|
|
60
|
-
"label": "Only
|
|
55
|
+
"label": "Only for manual changes",
|
|
61
56
|
"value": 2
|
|
62
57
|
}
|
|
63
58
|
]
|
|
64
59
|
},
|
|
65
60
|
{
|
|
66
61
|
"#": "27",
|
|
67
|
-
"label": "
|
|
68
|
-
"unit": "decimal",
|
|
62
|
+
"label": "LED Power Indication",
|
|
69
63
|
"valueSize": 1,
|
|
70
64
|
"minValue": 0,
|
|
71
65
|
"maxValue": 1,
|
|
72
66
|
"defaultValue": 0,
|
|
67
|
+
"unsigned": true,
|
|
73
68
|
"allowManualEntry": false,
|
|
74
69
|
"options": [
|
|
75
70
|
{
|
|
76
|
-
"label": "Always On
|
|
71
|
+
"label": "Always On",
|
|
77
72
|
"value": 0
|
|
78
73
|
},
|
|
79
74
|
{
|
|
80
|
-
"label": "5
|
|
75
|
+
"label": "5 seconds after switching",
|
|
81
76
|
"value": 1
|
|
82
77
|
}
|
|
83
78
|
]
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"#": "151",
|
|
82
|
+
"label": "Power Change Report Threshold",
|
|
83
|
+
"valueSize": 2,
|
|
84
|
+
"unit": "W",
|
|
85
|
+
"minValue": 0,
|
|
86
|
+
"maxValue": 65535,
|
|
87
|
+
"defaultValue": 50,
|
|
88
|
+
"unsigned": true,
|
|
89
|
+
"options": [
|
|
90
|
+
{
|
|
91
|
+
"label": "Disable",
|
|
92
|
+
"value": 0
|
|
93
|
+
}
|
|
94
|
+
]
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"#": "152",
|
|
98
|
+
"label": "Power Change Report Threshold Percentage",
|
|
99
|
+
"valueSize": 1,
|
|
100
|
+
"unit": "%",
|
|
101
|
+
"minValue": 0,
|
|
102
|
+
"maxValue": 255,
|
|
103
|
+
"defaultValue": 10,
|
|
104
|
+
"unsigned": true,
|
|
105
|
+
"options": [
|
|
106
|
+
{
|
|
107
|
+
"label": "Disable",
|
|
108
|
+
"value": 0
|
|
109
|
+
}
|
|
110
|
+
]
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"#": "171",
|
|
114
|
+
"label": "Power Report Interval",
|
|
115
|
+
"valueSize": 4,
|
|
116
|
+
"unit": "seconds",
|
|
117
|
+
"minValue": 0,
|
|
118
|
+
"maxValue": 2678400,
|
|
119
|
+
"defaultValue": 30,
|
|
120
|
+
"unsigned": true,
|
|
121
|
+
"options": [
|
|
122
|
+
{
|
|
123
|
+
"label": "Disable",
|
|
124
|
+
"value": 0
|
|
125
|
+
}
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"#": "172",
|
|
130
|
+
"label": "Energy Report Interval",
|
|
131
|
+
"valueSize": 4,
|
|
132
|
+
"unit": "seconds",
|
|
133
|
+
"minValue": 0,
|
|
134
|
+
"maxValue": 2678400,
|
|
135
|
+
"defaultValue": 300,
|
|
136
|
+
"unsigned": true,
|
|
137
|
+
"options": [
|
|
138
|
+
{
|
|
139
|
+
"label": "Disable",
|
|
140
|
+
"value": 0
|
|
141
|
+
}
|
|
142
|
+
]
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"#": "173",
|
|
146
|
+
"label": "Voltage Report Interval",
|
|
147
|
+
"valueSize": 4,
|
|
148
|
+
"unit": "seconds",
|
|
149
|
+
"minValue": 0,
|
|
150
|
+
"maxValue": 2678400,
|
|
151
|
+
"defaultValue": 0,
|
|
152
|
+
"unsigned": true,
|
|
153
|
+
"options": [
|
|
154
|
+
{
|
|
155
|
+
"label": "Disable",
|
|
156
|
+
"value": 0
|
|
157
|
+
}
|
|
158
|
+
]
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"#": "174",
|
|
162
|
+
"label": "Current Report Interval",
|
|
163
|
+
"valueSize": 4,
|
|
164
|
+
"unit": "seconds",
|
|
165
|
+
"minValue": 0,
|
|
166
|
+
"maxValue": 2678400,
|
|
167
|
+
"defaultValue": 0,
|
|
168
|
+
"unsigned": true,
|
|
169
|
+
"options": [
|
|
170
|
+
{
|
|
171
|
+
"label": "Disable",
|
|
172
|
+
"value": 0
|
|
173
|
+
}
|
|
174
|
+
]
|
|
84
175
|
}
|
|
85
|
-
]
|
|
176
|
+
],
|
|
177
|
+
"metadata": {
|
|
178
|
+
"inclusion": "1) Connect the power supply.\n2) Set the Z-Wave network main controller into inclusion mode (see Z-Wave network controller operating manual).\n3) Triple click the Z-button or power up the device , RGB LED indicator should blink fast in blue.\n4) Smart Plug should be recognized and included into the Z-Wave network.",
|
|
179
|
+
"exclusion": "1) Insert the Plug into a socket.\n2) Set the Z-Wave network controller into the exclusion mode (see Z-Wave controller operating manual).\n3) Triple click the Z button.\n4) RGB LED indicator will blink orange till the removing process is completed, than the indicator will keep orange for 3 seconds.",
|
|
180
|
+
"reset": "1) Insert the Plug into a socket,\n2) Press and hold the Z button for more than 20 seconds,\n3) If holding time more than 20seconds, the RGB LED indicator will keep yellow for 2 seconds, which means resetting is complete. \n Use this procedure only in the event that the network primary controller is missing or otherwise inoperable.",
|
|
181
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/1854/HKZW-SO03_manual.pdf"
|
|
182
|
+
}
|
|
86
183
|
}
|