@zwave-js/config 10.5.2 → 10.5.6

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.
@@ -0,0 +1,38 @@
1
+ {
2
+ "manufacturer": "Sunricher",
3
+ "manufacturerId": "0x0000",
4
+ "label": "SR-ZV9001T4-DIM",
5
+ "description": "Z-Wave Wall Controller",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0003",
9
+ "productId": "0xa10d"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "associations": {
17
+ "1": {
18
+ "label": "Lifeline",
19
+ "maxNodes": 1
20
+ },
21
+ "2": {
22
+ "label": "Launch 1",
23
+ "maxNodes": 12
24
+ },
25
+ "3": {
26
+ "label": "Launch 2",
27
+ "maxNodes": 12
28
+ },
29
+ "4": {
30
+ "label": "Launch 3",
31
+ "maxNodes": 12
32
+ },
33
+ "5": {
34
+ "label": "Launch 4",
35
+ "maxNodes": 12
36
+ }
37
+ }
38
+ }
@@ -13,5 +13,12 @@
13
13
  "firmwareVersion": {
14
14
  "min": "0.0",
15
15
  "max": "255.255"
16
+ },
17
+ "associations": {
18
+ "1": {
19
+ "label": "Lifeline",
20
+ "maxNodes": 1,
21
+ "isLifeline": true
22
+ }
16
23
  }
17
24
  }
@@ -0,0 +1,118 @@
1
+ {
2
+ "manufacturer": "Quby",
3
+ "manufacturerId": "0x0130",
4
+ "label": "6500-1400-6000",
5
+ "description": "Energy Meter Reader",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0002",
9
+ "productId": "0x0000",
10
+ "zwaveAllianceId": 1281
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "0.0",
15
+ "max": "255.255"
16
+ },
17
+ "associations": {
18
+ "1": {
19
+ "label": "Lifeline",
20
+ "maxNodes": 1,
21
+ "isLifeline": true
22
+ }
23
+ },
24
+ "paramInformation": [
25
+ {
26
+ "#": "1",
27
+ "label": "Analog Gas/Heat Port Mode",
28
+ "valueSize": 1,
29
+ "defaultValue": 1,
30
+ "unsigned": true,
31
+ "allowManualEntry": false,
32
+ "options": [
33
+ {
34
+ "label": "Disable",
35
+ "value": 0
36
+ },
37
+ {
38
+ "label": "Gas",
39
+ "value": 1
40
+ },
41
+ {
42
+ "label": "Heat",
43
+ "value": 2
44
+ }
45
+ ]
46
+ },
47
+ {
48
+ "#": "2",
49
+ "label": "Analog Gas/Heat Port Resolution",
50
+ "valueSize": 4,
51
+ "unit": "pulses/(m³ or MJ)",
52
+ "minValue": 0,
53
+ "maxValue": 4294967295,
54
+ "defaultValue": 400,
55
+ "unsigned": true
56
+ },
57
+ {
58
+ "#": "3",
59
+ "label": "Analog Electricity Port Mode",
60
+ "valueSize": 1,
61
+ "defaultValue": 1,
62
+ "unsigned": true,
63
+ "allowManualEntry": false,
64
+ "options": [
65
+ {
66
+ "label": "Disable",
67
+ "value": 0
68
+ },
69
+ {
70
+ "label": "Import",
71
+ "value": 1
72
+ },
73
+ {
74
+ "label": "Export",
75
+ "value": 2
76
+ }
77
+ ]
78
+ },
79
+ {
80
+ "#": "4",
81
+ "label": "Analog Electricity Port Resolution",
82
+ "valueSize": 4,
83
+ "unit": "pulses/kWh",
84
+ "minValue": 0,
85
+ "maxValue": 4294967295,
86
+ "defaultValue": 400,
87
+ "unsigned": true
88
+ },
89
+ {
90
+ "#": "255",
91
+ "label": "Restart Device",
92
+ "valueSize": 1,
93
+ "defaultValue": 0,
94
+ "unsigned": true,
95
+ "allowManualEntry": false,
96
+ "options": [
97
+ {
98
+ "label": "Idle",
99
+ "value": 0
100
+ },
101
+ {
102
+ "label": "Restart entire device",
103
+ "value": 1
104
+ },
105
+ {
106
+ "label": "Restart metering chip",
107
+ "value": 2
108
+ }
109
+ ]
110
+ }
111
+ ],
112
+ "metadata": {
113
+ "inclusion": "To add the Energy Meter Reader into a Z-Wave network, the inclu-sion process should be started on the controller. In factory default mode, the Energy Meter Reader will try to join a Z-Wave network automatically after being plugged into a power socket. If the Energy Meter Reader was previously included in a Z-Wave network, or was not just plugged into a power socket, one needs to triple-press the button (quickly)",
114
+ "exclusion": "To remove the Energy Meter Reader from a Z-wave network, the exclusion process should be started on the controller. The button on the Energy Meter Reader should then be triple-pressed (quickly)",
115
+ "reset": "The Energy Meter Reader can be reset to factory default by pressing and holding the button for approximately 10 seconds. This will reset the entire device to factory default, also removing the Z-Wave set-tings. After the reset is complete, both LEDs will blink a single time (indicating startup). If the device was connected to a Z-Wave net-work, it will no longer be connected after reset.\nPlease use this procedure only in the event that the primary controller is missing or otherwise inoperable",
116
+ "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/1281/Manual%20meteradapter.pdf"
117
+ }
118
+ }
@@ -153,7 +153,7 @@
153
153
  {
154
154
  "#": "152",
155
155
  "label": "Power Report Percentage Threshold",
156
- "valueSize": 2,
156
+ "valueSize": 1,
157
157
  "unit": "%",
158
158
  "minValue": 0,
159
159
  "maxValue": 255,
@@ -29,6 +29,16 @@
29
29
  "$import": "templates/minoston_template.json#auto_off_timer_36000s"
30
30
  }
31
31
  ],
32
+ "compat": {
33
+ "commandClasses": {
34
+ "remove": {
35
+ // The device does not properly implement Supervision CC
36
+ "0x6c": {
37
+ "endpoints": "*"
38
+ }
39
+ }
40
+ }
41
+ },
32
42
  "metadata": {
33
43
  "inclusion": "ADD the MP21Z from the existing Z-Wave home control network with your primary controller.\n ---Refer to your primary controller instructions to process the inclusion / exclusion setup procedure.\n ---When prompted by your primary controller, click the Up or Down button three times in one second.\nInclude MP21Z to/from a Z-Wave Gateway with supporting Security.The MP21Z can support the Primary Controller that implemented the security S2",
34
44
  "exclusion": "Remove the MP21Z from the existing Z-Wave home control network with your primary controller.\n ---Refer to your primary controller instructions to process the inclusion / exclusion setup procedure.\n ---When prompted by your primary controller, click the Up or Down button three times in one second.\nInclude MP21Z to/from a Z-Wave Gateway with supporting Security.The MP21Z can support the Primary Controller that implemented the security S2",
@@ -0,0 +1,16 @@
1
+ {
2
+ "manufacturer": "ZVIDAR",
3
+ "manufacturerId": "0x045a",
4
+ "label": "Z-DG-V01",
5
+ "description": "800 Series USB Controller",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0004",
9
+ "productId": "0x0610"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ }
16
+ }
@@ -0,0 +1,66 @@
1
+ {
2
+ "manufacturer": "ZVIDAR",
3
+ "manufacturerId": "0x045a",
4
+ "label": "Z-DWS-V01",
5
+ "description": "Door Window Sensor",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0004",
9
+ "productId": "0x0111"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "associations": {
17
+ "1": {
18
+ "label": "Lifeline",
19
+ "maxNodes": 5,
20
+ "isLifeline": true
21
+ },
22
+ "2": {
23
+ "label": "Basic Set",
24
+ "maxNodes": 5
25
+ }
26
+ },
27
+ "paramInformation": [
28
+ {
29
+ "#": "1",
30
+ "label": "Basic Set Value",
31
+ "valueSize": 1,
32
+ "defaultValue": 1,
33
+ "unsigned": true,
34
+ "allowManualEntry": false,
35
+ "options": [
36
+ {
37
+ "label": "Disable",
38
+ "value": 0
39
+ },
40
+ {
41
+ "label": "Open = 0xff / Close = 0x00",
42
+ "value": 1
43
+ },
44
+ {
45
+ "label": "Open = 0x00 / Close = 0xff",
46
+ "value": 2
47
+ }
48
+ ]
49
+ },
50
+ {
51
+ "#": "2",
52
+ "$import": "~/templates/master_template.json#base_enable_disable",
53
+ "label": "LED Indicator",
54
+ "defaultValue": 1
55
+ },
56
+ {
57
+ "#": "3",
58
+ "label": "Low Battery Threshold",
59
+ "valueSize": 1,
60
+ "minValue": 5,
61
+ "maxValue": 50,
62
+ "defaultValue": 10,
63
+ "unsigned": true
64
+ }
65
+ ]
66
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "10.5.2",
3
+ "version": "10.5.6",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -65,7 +65,7 @@
65
65
  "lint:prettier:fix": "yarn run lint:prettier -w"
66
66
  },
67
67
  "dependencies": {
68
- "@zwave-js/core": "10.5.0",
68
+ "@zwave-js/core": "10.5.6",
69
69
  "@zwave-js/shared": "10.4.0",
70
70
  "alcalzone-shared": "^4.0.8",
71
71
  "ansi-colors": "^4.1.3",
@@ -87,7 +87,7 @@
87
87
  "@types/semver": "^7.3.12",
88
88
  "@types/xml2js": "^0.4.11",
89
89
  "@types/yargs": "^17.0.12",
90
- "@zwave-js/maintenance": "10.5.0",
90
+ "@zwave-js/maintenance": "10.5.6",
91
91
  "comment-json": "^4.2.3",
92
92
  "del-cli": "^5.0.0",
93
93
  "esbuild": "0.15.7",