@zwave-js/config 8.11.3-20220129 → 8.11.4
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 +21 -0
- package/config/devices/0x000c/hs-fls100.json +18 -1
- package/config/devices/0x000c/hs-wd200.json +4 -4
- package/config/devices/0x000c/hs-wx300.json +4 -4
- package/config/devices/0x0063/14287.json +25 -0
- package/config/devices/0x0086/dsd31.json +5 -0
- package/config/devices/0x0086/templates/aeotec_template.json +4 -2
- package/config/devices/0x0086/zw098.json +10 -0
- package/config/devices/0x0086/zw099.json +4 -2
- package/config/devices/0x0086/zw121.json +7 -0
- package/config/devices/0x0086/zw122.json +10 -5
- package/config/devices/0x0090/hc620.json +5 -0
- package/config/devices/0x0090/smartcode_888.json +1 -0
- package/config/devices/0x0098/ct101.json +5 -0
- package/config/devices/0x0098/ct110.json +12 -5
- package/config/devices/0x010f/fgk101.json +291 -208
- package/config/devices/0x010f/fgr223.json +29 -10
- package/config/devices/0x010f/fgrgbw-442.json +24 -12
- package/config/devices/0x010f/fgwdeu.json +327 -191
- package/config/devices/0x010f/fgwreu-111.json +296 -120
- package/config/devices/0x010f/templates/fibaro_template.json +37 -0
- package/config/devices/0x0148/spirit.json +7 -1
- package/config/devices/0x0159/zmnhtd.json +10 -3
- package/config/devices/0x016a/ft096.json +12 -6
- package/config/devices/0x016a/ft100.json +4 -0
- package/config/devices/0x016a/ft121.json +6 -1
- package/config/devices/0x0179/ch-103.json +160 -0
- package/config/devices/0x0190/adc-t_3000.json +2136 -0
- package/config/devices/0x0234/zhc5010.json +8 -4
- package/config/devices/0x024f/fwc01.json +1 -0
- package/config/devices/0x0258/nas-pd07u1.json +4 -0
- package/config/devices/0x0267/10002081-13x.json +190 -0
- package/config/devices/0x031e/lzw30-sn.json +3 -1
- package/config/devices/0x031e/lzw31-sn.json +81 -191
- package/config/devices/0x0330/zv9101.json +4 -0
- package/config/devices/0x0346/alarm_keypad_gen1.json +3 -0
- package/config/devices/0x0371/zwa003.json +4 -0
- package/config/devices/0x044c/myot.json +75 -0
- package/config/devices/templates/master_template.json +18 -0
- package/package.json +10 -9
- package/config/devices/index.json +0 -34023
|
@@ -370,6 +370,7 @@
|
|
|
370
370
|
"minValue": 0,
|
|
371
371
|
"maxValue": 255,
|
|
372
372
|
"defaultValue": 0,
|
|
373
|
+
"unsigned": true,
|
|
373
374
|
"readOnly": true,
|
|
374
375
|
"allowManualEntry": false
|
|
375
376
|
},
|
|
@@ -381,6 +382,7 @@
|
|
|
381
382
|
"minValue": 0,
|
|
382
383
|
"maxValue": 255,
|
|
383
384
|
"defaultValue": 0,
|
|
385
|
+
"unsigned": true,
|
|
384
386
|
"readOnly": true,
|
|
385
387
|
"allowManualEntry": false
|
|
386
388
|
},
|
|
@@ -392,6 +394,7 @@
|
|
|
392
394
|
"minValue": 0,
|
|
393
395
|
"maxValue": 255,
|
|
394
396
|
"defaultValue": 0,
|
|
397
|
+
"unsigned": true,
|
|
395
398
|
"readOnly": true,
|
|
396
399
|
"allowManualEntry": false
|
|
397
400
|
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "SmartDHOME",
|
|
3
|
+
"manufacturerId": "0x044c",
|
|
4
|
+
"label": "MyOT",
|
|
5
|
+
"description": "OpenTherm Actuator",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0003",
|
|
9
|
+
"productId": "0x0001"
|
|
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": "Maximum Boiler 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": "Minimum Boiler Setpoint",
|
|
29
|
+
"unit": "°C",
|
|
30
|
+
"valueSize": 2,
|
|
31
|
+
"readOnly": true
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"#": "3",
|
|
35
|
+
"$import": "~/templates/master_template.json#base_0-100_nounit",
|
|
36
|
+
"label": "Maximum DHW Setpoint",
|
|
37
|
+
"unit": "°C",
|
|
38
|
+
"valueSize": 2,
|
|
39
|
+
"readOnly": true
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"#": "4",
|
|
43
|
+
"$import": "~/templates/master_template.json#base_0-100_nounit",
|
|
44
|
+
"label": "Minimum DHW Setpoint",
|
|
45
|
+
"unit": "°C",
|
|
46
|
+
"valueSize": 2,
|
|
47
|
+
"readOnly": true
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"#": "5",
|
|
51
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
52
|
+
"label": "Summer Mode",
|
|
53
|
+
"valueSize": 2
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"#": "10",
|
|
57
|
+
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
58
|
+
"label": "Current Error Flag",
|
|
59
|
+
"valueSize": 2,
|
|
60
|
+
"readOnly": true
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"#": "11",
|
|
64
|
+
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
65
|
+
"label": "Current Error Code",
|
|
66
|
+
"valueSize": 2,
|
|
67
|
+
"readOnly": true
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
"metadata": {
|
|
71
|
+
"inclusion": "By pressing the FUNCTIONS button for 8 seconds",
|
|
72
|
+
"exclusion": "By pressing the FUNCTIONS button for 8 seconds",
|
|
73
|
+
"manual": "https://www.myvirtuosohome.com/en/downloads/send/4-manuals/209-z-wave-interface-actuator-manual-opentherm-boilers.html"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
@@ -53,6 +53,24 @@
|
|
|
53
53
|
}
|
|
54
54
|
]
|
|
55
55
|
},
|
|
56
|
+
"base_enable_disable_255_inverted": {
|
|
57
|
+
"valueSize": 1,
|
|
58
|
+
"minValue": 0,
|
|
59
|
+
"maxValue": 255,
|
|
60
|
+
"defaultValue": 255,
|
|
61
|
+
"unsigned": true,
|
|
62
|
+
"allowManualEntry": false,
|
|
63
|
+
"options": [
|
|
64
|
+
{
|
|
65
|
+
"label": "Enable",
|
|
66
|
+
"value": 0
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"label": "Disable",
|
|
70
|
+
"value": 255
|
|
71
|
+
}
|
|
72
|
+
]
|
|
73
|
+
},
|
|
56
74
|
"base_0-1_nounit": {
|
|
57
75
|
"valueSize": 1,
|
|
58
76
|
"minValue": 0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "8.11.
|
|
3
|
+
"version": "8.11.4",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -40,15 +40,15 @@
|
|
|
40
40
|
"ts": "node -r esbuild-register"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@zwave-js/core": "8.
|
|
44
|
-
"@zwave-js/shared": "8.
|
|
43
|
+
"@zwave-js/core": "8.11.3",
|
|
44
|
+
"@zwave-js/shared": "8.11.3",
|
|
45
45
|
"alcalzone-shared": "^4.0.1",
|
|
46
46
|
"ansi-colors": "^4.1.1",
|
|
47
47
|
"fs-extra": "^10.0.0",
|
|
48
|
-
"json-logic-js": "^2.0.
|
|
48
|
+
"json-logic-js": "^2.0.2",
|
|
49
49
|
"json5": "^2.2.0",
|
|
50
50
|
"semver": "^7.3.5",
|
|
51
|
-
"winston": "^3.
|
|
51
|
+
"winston": "^3.5.1"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/fs-extra": "^9.0.13",
|
|
@@ -60,17 +60,18 @@
|
|
|
60
60
|
"@types/semver": "^7.3.9",
|
|
61
61
|
"@types/xml2json": "^0.11.4",
|
|
62
62
|
"@types/yargs": "^17.0.8",
|
|
63
|
-
"@zwave-js/maintenance": "8.
|
|
63
|
+
"@zwave-js/maintenance": "8.11.3",
|
|
64
64
|
"axios": "^0.24.0",
|
|
65
65
|
"comment-json": "^4.1.1",
|
|
66
66
|
"esbuild": "*",
|
|
67
|
-
"esbuild-register": "^3.3.
|
|
67
|
+
"esbuild-register": "^3.3.2",
|
|
68
68
|
"jest-extended": "^0.11.5",
|
|
69
69
|
"js-levenshtein": "^1.1.6",
|
|
70
70
|
"pegjs": "^0.10.0",
|
|
71
71
|
"ts-pegjs": "^0.3.1",
|
|
72
|
-
"typescript": "4.5.
|
|
72
|
+
"typescript": "4.5.5",
|
|
73
73
|
"xml2json": "^0.12.0",
|
|
74
74
|
"yargs": "^17.3.1"
|
|
75
|
-
}
|
|
75
|
+
},
|
|
76
|
+
"gitHead": "374980787a51dd08ed3b7538c77e6f9a13cb44fd"
|
|
76
77
|
}
|