@zwave-js/config 8.11.2-20220118 → 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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2018-2021 AlCalzone
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,132 @@
1
+ {
2
+ "manufacturer": "Eurotronic",
3
+ "manufacturerId": "0x0148",
4
+ "label": "TFS 700087",
5
+ "description": "Temperature & Humidity Sensor",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0004",
9
+ "productId": "0x0001"
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": "Temperature",
24
+ "maxNodes": 5
25
+ }
26
+ },
27
+ "paramInformation": [
28
+ {
29
+ "#": "1",
30
+ "label": "Temperature Change Reporting Threshold",
31
+ "valueSize": 1,
32
+ "minValue": 0,
33
+ "maxValue": 50,
34
+ "defaultValue": 5,
35
+ "unit": "0.1 K",
36
+ "unsigned": true,
37
+ "options": [
38
+ {
39
+ "label": "Disable",
40
+ "value": 0
41
+ }
42
+ ]
43
+ },
44
+ {
45
+ "#": "2",
46
+ "label": "Humidity Change Reporting Threshold",
47
+ "valueSize": 1,
48
+ "minValue": 0,
49
+ "maxValue": 10,
50
+ "defaultValue": 5,
51
+ "unit": "%rH",
52
+ "unsigned": true,
53
+ "options": [
54
+ {
55
+ "label": "Disable",
56
+ "value": 0
57
+ }
58
+ ]
59
+ },
60
+ {
61
+ "#": "3",
62
+ "label": "Temperature Scale",
63
+ "valueSize": 1,
64
+ "minValue": 0,
65
+ "maxValue": 1,
66
+ "defaultValue": 0,
67
+ "unsigned": true,
68
+ "allowManualEntry": false,
69
+ "options": [
70
+ {
71
+ "label": "Celsius",
72
+ "value": 0
73
+ },
74
+ {
75
+ "label": "Fahrenheit",
76
+ "value": 1
77
+ }
78
+ ]
79
+ },
80
+ {
81
+ "#": "4",
82
+ "label": "Temperature Resolution",
83
+ "valueSize": 1,
84
+ "minValue": 0,
85
+ "maxValue": 2,
86
+ "defaultValue": 0,
87
+ "unsigned": true,
88
+ "allowManualEntry": false,
89
+ "options": [
90
+ {
91
+ "label": "No resolution (example 22 °C)",
92
+ "value": 0
93
+ },
94
+ {
95
+ "label": "1/10 resolution (example 22.3 °C)",
96
+ "value": 1
97
+ },
98
+ {
99
+ "label": "1/100 resolution (example 22.35 °C)",
100
+ "value": 2
101
+ }
102
+ ]
103
+ },
104
+ {
105
+ "#": "5",
106
+ "label": "Humidity Resolution",
107
+ "valueSize": 1,
108
+ "minValue": 0,
109
+ "maxValue": 2,
110
+ "defaultValue": 0,
111
+ "unsigned": true,
112
+ "allowManualEntry": false,
113
+ "options": [
114
+ {
115
+ "label": "No resolution (example 33 %)",
116
+ "value": 0
117
+ },
118
+ {
119
+ "label": "1/10 resolution (example 33.4 %)",
120
+ "value": 1
121
+ },
122
+ {
123
+ "label": "1/100 resolution (example 33.45 %)",
124
+ "value": 2
125
+ }
126
+ ]
127
+ }
128
+ ],
129
+ "metadata": {
130
+ "manual": "https://eurotronic.org/wp-content/uploads/2020/02/TFS-Z-Wave-Plus_BDA_web_EN.pdf"
131
+ }
132
+ }
@@ -1,38 +1,33 @@
1
1
  {
2
2
  "manufacturer": "HANK Electronics Ltd.",
3
3
  "manufacturerId": "0x0208",
4
- "label": "HKZW_SO03",
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
- "unit": "decimal",
21
- "valueSize": 1,
22
- "minValue": 0,
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": "On/Off Status Change Notifications",
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": "Disabled",
47
+ "label": "Disable",
53
48
  "value": 0
54
49
  },
55
50
  {
56
- "label": "Always Send (default)",
51
+ "label": "Enable",
57
52
  "value": 1
58
53
  },
59
54
  {
60
- "label": "Only Manual Changes",
55
+ "label": "Only for manual changes",
61
56
  "value": 2
62
57
  }
63
58
  ]
64
59
  },
65
60
  {
66
61
  "#": "27",
67
- "label": "Led Indicator Control",
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 (default)",
71
+ "label": "Always On",
77
72
  "value": 0
78
73
  },
79
74
  {
80
- "label": "5 Seconds",
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
  }