@zwave-js/config 9.5.0 → 9.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.
@@ -44,6 +44,28 @@
44
44
  "$import": "templates/yale_template.json#remote_relock_time"
45
45
  }
46
46
  ],
47
+ "compat": {
48
+ "alarmMapping": [
49
+ {
50
+ "$import": "templates/yale_template.json#alarm_map_rfid_unlock"
51
+ },
52
+ {
53
+ "$import": "templates/yale_template.json#alarm_map_keypad_unlock"
54
+ },
55
+ {
56
+ "$import": "templates/yale_template.json#alarm_map_deadbolt_jammed"
57
+ },
58
+ {
59
+ "$import": "templates/yale_template.json#alarm_map_auto_relock"
60
+ },
61
+ {
62
+ "$import": "templates/yale_template.json#alarm_map_rf_lock"
63
+ },
64
+ {
65
+ "$import": "templates/yale_template.json#alarm_map_rf_unlock"
66
+ }
67
+ ]
68
+ },
47
69
  "metadata": {
48
70
  "inclusion": "Put the Z-Wave controller into add mode\n\nEnter the Master code on the lock, followed by #\n\nPress the 4 button, followed by #\n\nPress the 1 button followed by #\n\nRefer to the operation manual of the Z-Wave controller to complete the add/inclusion process\n\nFor more information on this please visit:\nwww.yale.co.uk/smart-living",
49
71
  "exclusion": "Put the Z-Wave controller into remove mode\n\nEnter the Master code on the lock, followed by #\n\nPress the 4 button, followed by #\n\nPress the 3 button followed by #\n\nRefer to the operation manual of the Z-Wave controller to complete the remove/exclusion process\n\nFor more information on this please visit:\nwww.yale.co.uk/smart-living",
@@ -7,6 +7,10 @@
7
7
  {
8
8
  "productType": "0x2201",
9
9
  "productId": "0x1252"
10
+ },
11
+ {
12
+ "productType": "0x2201",
13
+ "productId": "0x7202"
10
14
  }
11
15
  ],
12
16
  "firmwareVersion": {
@@ -53,7 +53,7 @@
53
53
  "#": "3",
54
54
  "label": "Temperature Report Threshold",
55
55
  "valueSize": 1,
56
- "unit": "0.1 degrees",
56
+ "unit": "0.1 °F/C",
57
57
  "minValue": 10,
58
58
  "maxValue": 100,
59
59
  "defaultValue": 20,
@@ -71,14 +71,26 @@
71
71
  },
72
72
  {
73
73
  "#": "5",
74
+ "$if": "firmwareVersion < 1.20",
74
75
  "label": "High Temperature Alert Threshold",
75
76
  "valueSize": 1,
76
- "unit": "degrees",
77
+ "unit": "°F/C",
77
78
  "minValue": 50,
78
79
  "maxValue": 120,
79
80
  "defaultValue": 120,
80
81
  "unsigned": true
81
82
  },
83
+ {
84
+ "#": "5",
85
+ "$if": "firmwareVersion >= 1.20",
86
+ "label": "High Temperature Alert Threshold",
87
+ "valueSize": 1,
88
+ "unit": "°F/C",
89
+ "minValue": 0,
90
+ "maxValue": 120,
91
+ "defaultValue": 120,
92
+ "unsigned": true
93
+ },
82
94
  {
83
95
  "#": "6",
84
96
  "label": "High Temperature Alert Reporting",
@@ -123,14 +135,26 @@
123
135
  },
124
136
  {
125
137
  "#": "7",
138
+ "$if": "firmwareVersion < 1.20",
126
139
  "label": "Low Temperature Alert Threshold",
127
140
  "valueSize": 1,
128
- "unit": "degrees",
141
+ "unit": "°F/C",
129
142
  "minValue": 10,
130
143
  "maxValue": 100,
131
144
  "defaultValue": 10,
132
145
  "unsigned": true
133
146
  },
147
+ {
148
+ "#": "7",
149
+ "$if": "firmwareVersion >= 1.20",
150
+ "label": "Low Temperature Alert Threshold",
151
+ "valueSize": 1,
152
+ "unit": "°F/C",
153
+ "minValue": 0,
154
+ "maxValue": 90,
155
+ "defaultValue": 10,
156
+ "unsigned": true
157
+ },
134
158
  {
135
159
  "#": "8",
136
160
  "label": "Low Temperature Alert Reporting",
@@ -281,7 +305,7 @@
281
305
  "label": "Temperature Offset",
282
306
  "description": "0=-10, 100=0, 200=+10",
283
307
  "valueSize": 1,
284
- "unit": "0.1 degrees",
308
+ "unit": "0.1 °F/C",
285
309
  "minValue": 0,
286
310
  "maxValue": 200,
287
311
  "defaultValue": 100,
@@ -0,0 +1,201 @@
1
+ {
2
+ "manufacturer": "SmartDHOME",
3
+ "manufacturerId": "0x044c",
4
+ "label": "MyOT v2",
5
+ "description": "OpenTherm Actuator v2",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0003",
9
+ "productId": "0x0002"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "1",
19
+ "$import": "~/templates/master_template.json#base_0-100_nounit",
20
+ "label": "Boiler: Maximum Setpoint",
21
+ "unit": "°C",
22
+ "valueSize": 2,
23
+ "readOnly": true
24
+ },
25
+ {
26
+ "#": "2",
27
+ "$import": "~/templates/master_template.json#base_0-100_nounit",
28
+ "label": "Boiler: Minimum Setpoint",
29
+ "unit": "°C",
30
+ "valueSize": 2,
31
+ "readOnly": true
32
+ },
33
+ {
34
+ "#": "30",
35
+ "$import": "~/templates/master_template.json#base_enable_disable",
36
+ "label": "Domestic Hot Water"
37
+ },
38
+ {
39
+ "#": "3",
40
+ "$import": "~/templates/master_template.json#base_0-100_nounit",
41
+ "label": "Domestic Hot Water: Maximum Setpoint",
42
+ "unit": "°C",
43
+ "valueSize": 2,
44
+ "readOnly": true
45
+ },
46
+ {
47
+ "#": "4",
48
+ "$import": "~/templates/master_template.json#base_0-100_nounit",
49
+ "label": "Domestic Hot Water: Minimum Setpoint",
50
+ "unit": "°C",
51
+ "valueSize": 2,
52
+ "readOnly": true
53
+ },
54
+ {
55
+ "#": "5",
56
+ "$import": "~/templates/master_template.json#base_0-100_nounit",
57
+ "label": "Cool: Maximum Setpoint",
58
+ "unit": "°C",
59
+ "valueSize": 2,
60
+ "readOnly": true
61
+ },
62
+ {
63
+ "#": "6",
64
+ "$import": "~/templates/master_template.json#base_0-100_nounit",
65
+ "label": "Cool: Minimum Setpoint",
66
+ "unit": "°C",
67
+ "valueSize": 2,
68
+ "readOnly": true
69
+ },
70
+ {
71
+ "#": "10",
72
+ "$import": "~/templates/master_template.json#base_0-255_nounit",
73
+ "label": "Current Error Flag",
74
+ "valueSize": 2,
75
+ "readOnly": true
76
+ },
77
+ {
78
+ "#": "11",
79
+ "$import": "~/templates/master_template.json#base_0-255_nounit",
80
+ "label": "Current Error Code",
81
+ "valueSize": 2,
82
+ "readOnly": true
83
+ },
84
+ {
85
+ "#": "12",
86
+ "$import": "~/templates/master_template.json#base_0-255_nounit",
87
+ "label": "Current Error Sub Code",
88
+ "valueSize": 2,
89
+ "readOnly": true
90
+ },
91
+ {
92
+ "#": "20",
93
+ "$import": "~/templates/master_template.json#base_enable_disable",
94
+ "label": "Pump State",
95
+ "readOnly": true
96
+ },
97
+ {
98
+ "#": "21",
99
+ "$import": "~/templates/master_template.json#base_enable_disable",
100
+ "label": "Compressor State",
101
+ "readOnly": true
102
+ },
103
+ {
104
+ "#": "22",
105
+ "$import": "~/templates/master_template.json#base_enable_disable",
106
+ "label": "Operation Mode",
107
+ "readOnly": true
108
+ },
109
+ {
110
+ "#": "31",
111
+ "$import": "~/templates/master_template.json#base_enable_disable",
112
+ "label": "Summer Mode"
113
+ },
114
+ {
115
+ "#": "50",
116
+ "$import": "~/templates/master_template.json#base_0-65535",
117
+ "label": "Load Power",
118
+ "unit": "0.01 W",
119
+ "readOnly": true
120
+ },
121
+ {
122
+ "#": "51",
123
+ "$import": "~/templates/master_template.json#base_0-65535",
124
+ "label": "Battery Voltage Output",
125
+ "unit": "0.01 V",
126
+ "valueSize": 2,
127
+ "readOnly": true
128
+ },
129
+ {
130
+ "#": "52",
131
+ "$import": "~/templates/master_template.json#base_0-65535",
132
+ "label": "Battery Current Output",
133
+ "unit": "0.01 A",
134
+ "valueSize": 2,
135
+ "readOnly": true
136
+ },
137
+ {
138
+ "#": "53",
139
+ "$import": "~/templates/master_template.json#base_0-65535",
140
+ "label": "Battery Power Output",
141
+ "unit": "0.01 W",
142
+ "readOnly": true
143
+ },
144
+ {
145
+ "#": "61",
146
+ "$import": "~/templates/master_template.json#base_0-65535",
147
+ "label": "PV Voltage Output",
148
+ "unit": "0.01 V",
149
+ "valueSize": 2,
150
+ "readOnly": true
151
+ },
152
+ {
153
+ "#": "62",
154
+ "$import": "~/templates/master_template.json#base_0-65535",
155
+ "label": "PV Current Output",
156
+ "unit": "0.01 A",
157
+ "valueSize": 2,
158
+ "readOnly": true
159
+ },
160
+ {
161
+ "#": "63",
162
+ "$import": "~/templates/master_template.json#base_0-65535",
163
+ "label": "PV Power Output",
164
+ "unit": "0.01 W",
165
+ "readOnly": true
166
+ },
167
+ {
168
+ "#": "90",
169
+ "label": "ID",
170
+ "valueSize": 4,
171
+ "minValue": 0,
172
+ "maxValue": 4294967295,
173
+ "defaultValue": 0,
174
+ "unsigned": true,
175
+ "readOnly": true
176
+ },
177
+ {
178
+ "#": "91",
179
+ "$import": "~/templates/master_template.json#base_0-65535",
180
+ "label": "Version",
181
+ "valueSize": 2,
182
+ "readOnly": true
183
+ },
184
+ {
185
+ "#": "92",
186
+ "$import": "~/templates/master_template.json#base_0-65535",
187
+ "label": "Modbus Address",
188
+ "valueSize": 2
189
+ },
190
+ {
191
+ "#": "93",
192
+ "$import": "~/templates/master_template.json#base_0-65535",
193
+ "label": "Modbus Library",
194
+ "valueSize": 2
195
+ }
196
+ ],
197
+ "metadata": {
198
+ "inclusion": "By pressing the FUNCTIONS button for 8 seconds",
199
+ "exclusion": "By pressing the FUNCTIONS button for 8 seconds"
200
+ }
201
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "9.5.0",
3
+ "version": "9.6.0",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -52,8 +52,8 @@
52
52
  "ts": "node -r esbuild-register"
53
53
  },
54
54
  "dependencies": {
55
- "@zwave-js/core": "9.4.1",
56
- "@zwave-js/shared": "9.4.0",
55
+ "@zwave-js/core": "9.6.0",
56
+ "@zwave-js/shared": "9.6.0",
57
57
  "alcalzone-shared": "^4.0.1",
58
58
  "ansi-colors": "^4.1.3",
59
59
  "fs-extra": "^10.1.0",
@@ -64,19 +64,19 @@
64
64
  },
65
65
  "devDependencies": {
66
66
  "@types/fs-extra": "^9.0.13",
67
- "@types/jest": "^27.5.1",
67
+ "@types/jest": "^27.5.2",
68
68
  "@types/js-levenshtein": "^1.1.1",
69
69
  "@types/json-logic-js": "^1.2.1",
70
- "@types/node": "^14.18.20",
70
+ "@types/node": "^14.18.21",
71
71
  "@types/pegjs": "^0.10.3",
72
- "@types/semver": "^7.3.9",
72
+ "@types/semver": "^7.3.10",
73
73
  "@types/xml2js": "^0.4.11",
74
74
  "@types/yargs": "^17.0.10",
75
- "@zwave-js/maintenance": "9.4.1",
75
+ "@zwave-js/maintenance": "9.6.0",
76
76
  "axios": "^0.27.2",
77
77
  "comment-json": "^4.2.2",
78
- "esbuild": "0.14.42",
79
- "esbuild-register": "^3.3.2",
78
+ "esbuild": "0.14.48",
79
+ "esbuild-register": "^3.3.3",
80
80
  "jest-extended": "^2.0.0",
81
81
  "js-levenshtein": "^1.1.6",
82
82
  "pegjs": "^0.10.0",