@zwave-js/config 10.5.0 → 10.5.5
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/build/Logic.d.ts.map +1 -1
- package/build/Logic.js +6 -1
- package/build/Logic.js.map +1 -1
- package/config/devices/0x0000/SR-ZV9001T4-DIM.json +38 -0
- package/config/devices/0x001a/rf9601.json +18 -1
- package/config/devices/0x001a/rf9617.json +18 -1
- package/config/devices/0x0039/th6320zw.json +40 -40
- package/config/devices/0x0059/asr-zw.json +7 -0
- package/config/devices/0x0096/nq-9021.json +12 -0
- package/config/devices/0x0109/zp3111-5.json +1 -0
- package/config/devices/0x0130/6500-1400-6000.json +118 -0
- package/config/devices/0x0148/spirit.json +4 -0
- package/config/devices/0x0184/wd-100.json +59 -0
- package/config/devices/0x0234/templates/logic_group_template.json +3 -3
- package/config/devices/0x0234/zso7300.json +13 -17
- package/config/devices/0x027a/templates/zooz_template.json +10 -0
- package/config/devices/0x027a/zen05.json +3 -4
- package/config/devices/0x027a/zen15.json +1 -1
- package/config/devices/0x027a/zen32.json +7 -0
- package/config/devices/0x027a/zen71.json +2 -1
- package/config/devices/0x027a/zen72.json +71 -13
- package/config/devices/0x027a/zen74.json +26 -14
- package/config/devices/0x027a/zen77.json +28 -8
- package/config/devices/0x027a/zse40.json +109 -12
- package/config/devices/0x0312/mp21z.json +10 -0
- package/config/devices/0x0346/glass_break_sensor.json +230 -0
- package/config/devices/0x041b/th6320zw2007.json +203 -0
- package/config/devices/0x0438/4512711.json +45 -0
- package/config/devices/0x0438/4512725.json +209 -0
- package/config/devices/0x0438/4512746.json +158 -0
- package/config/devices/0x044e/AZAI6WSPFU2.json +17 -0
- package/config/devices/0x045a/Z-DG-V01.json +16 -0
- package/config/devices/0x045a/Z-DWS-V01.json +66 -0
- package/config/devices/{0x0039/templates → templates}/honeywell_template.json +84 -2
- package/package.json +3 -3
package/build/Logic.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Logic.d.ts","sourceRoot":"","sources":["../src/Logic.ts"],"names":[],"mappings":"AACA,OAAO,EAAwB,UAAU,EAAE,MAAM,eAAe,CAAC;AAsCjE,wBAAgB,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,UAAU,
|
|
1
|
+
{"version":3,"file":"Logic.d.ts","sourceRoot":"","sources":["../src/Logic.ts"],"names":[],"mappings":"AACA,OAAO,EAAwB,UAAU,EAAE,MAAM,eAAe,CAAC;AAsCjE,wBAAgB,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,UAAU,CAMpD;AAED,wBAAgB,QAAQ,CACvB,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,OAAO,GACd,MAAM,GAAG,MAAM,GAAG,OAAO,CAG3B"}
|
package/build/Logic.js
CHANGED
|
@@ -44,7 +44,12 @@ function tryOr(operation, onError) {
|
|
|
44
44
|
(0, json_logic_js_1.add_operation)("ver <", tryOr((a, b) => semver.lt((0, shared_1.padVersion)(a), (0, shared_1.padVersion)(b)), false));
|
|
45
45
|
(0, json_logic_js_1.add_operation)("ver ===", tryOr((a, b) => semver.eq((0, shared_1.padVersion)(a), (0, shared_1.padVersion)(b)), false));
|
|
46
46
|
function parseLogic(logic) {
|
|
47
|
-
|
|
47
|
+
try {
|
|
48
|
+
return (0, LogicParser_1.parse)(logic);
|
|
49
|
+
}
|
|
50
|
+
catch (e) {
|
|
51
|
+
throw new Error(`Invalid logic: ${logic}\n${e.message}`);
|
|
52
|
+
}
|
|
48
53
|
}
|
|
49
54
|
exports.parseLogic = parseLogic;
|
|
50
55
|
function evaluate(logic, context) {
|
package/build/Logic.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Logic.js","sourceRoot":"","sources":["../src/Logic.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA8C;AAC9C,iDAAiE;AACjE,+CAAiC;AACjC,+CAAsC;AAEtC,SAAS,KAAK,CACb,SAAY,EACZ,OAAsB;IAEtB,OAAO,CAAC,CAAC,GAAG,IAAW,EAAE,EAAE;QAC1B,IAAI;YACH,OAAO,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC;SAC1B;QAAC,MAAM;YACP,OAAO,OAAO,CAAC;SACf;IACF,CAAC,CAAa,CAAC;AAChB,CAAC;AAED,IAAA,6BAAa,EACZ,QAAQ,EACR,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,GAAG,CAAC,IAAA,mBAAU,EAAC,CAAC,CAAC,EAAE,IAAA,mBAAU,EAAC,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,CAChE,CAAC;AACF,IAAA,6BAAa,EACZ,OAAO,EACP,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC,IAAA,mBAAU,EAAC,CAAC,CAAC,EAAE,IAAA,mBAAU,EAAC,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,CAC/D,CAAC;AACF,IAAA,6BAAa,EACZ,QAAQ,EACR,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,GAAG,CAAC,IAAA,mBAAU,EAAC,CAAC,CAAC,EAAE,IAAA,mBAAU,EAAC,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,CAChE,CAAC;AACF,IAAA,6BAAa,EACZ,OAAO,EACP,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC,IAAA,mBAAU,EAAC,CAAC,CAAC,EAAE,IAAA,mBAAU,EAAC,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,CAC/D,CAAC;AACF,IAAA,6BAAa,EACZ,SAAS,EACT,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC,IAAA,mBAAU,EAAC,CAAC,CAAC,EAAE,IAAA,mBAAU,EAAC,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,CAC/D,CAAC;AAEF,SAAgB,UAAU,CAAC,KAAa;IACvC,OAAO,IAAA,mBAAK,EAAC,KAAK,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"Logic.js","sourceRoot":"","sources":["../src/Logic.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA8C;AAC9C,iDAAiE;AACjE,+CAAiC;AACjC,+CAAsC;AAEtC,SAAS,KAAK,CACb,SAAY,EACZ,OAAsB;IAEtB,OAAO,CAAC,CAAC,GAAG,IAAW,EAAE,EAAE;QAC1B,IAAI;YACH,OAAO,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC;SAC1B;QAAC,MAAM;YACP,OAAO,OAAO,CAAC;SACf;IACF,CAAC,CAAa,CAAC;AAChB,CAAC;AAED,IAAA,6BAAa,EACZ,QAAQ,EACR,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,GAAG,CAAC,IAAA,mBAAU,EAAC,CAAC,CAAC,EAAE,IAAA,mBAAU,EAAC,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,CAChE,CAAC;AACF,IAAA,6BAAa,EACZ,OAAO,EACP,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC,IAAA,mBAAU,EAAC,CAAC,CAAC,EAAE,IAAA,mBAAU,EAAC,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,CAC/D,CAAC;AACF,IAAA,6BAAa,EACZ,QAAQ,EACR,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,GAAG,CAAC,IAAA,mBAAU,EAAC,CAAC,CAAC,EAAE,IAAA,mBAAU,EAAC,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,CAChE,CAAC;AACF,IAAA,6BAAa,EACZ,OAAO,EACP,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC,IAAA,mBAAU,EAAC,CAAC,CAAC,EAAE,IAAA,mBAAU,EAAC,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,CAC/D,CAAC;AACF,IAAA,6BAAa,EACZ,SAAS,EACT,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC,IAAA,mBAAU,EAAC,CAAC,CAAC,EAAE,IAAA,mBAAU,EAAC,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,CAC/D,CAAC;AAEF,SAAgB,UAAU,CAAC,KAAa;IACvC,IAAI;QACH,OAAO,IAAA,mBAAK,EAAC,KAAK,CAAC,CAAC;KACpB;IAAC,OAAO,CAAM,EAAE;QAChB,MAAM,IAAI,KAAK,CAAC,kBAAkB,KAAK,KAAK,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC;KACzD;AACF,CAAC;AAND,gCAMC;AAED,SAAgB,QAAQ,CACvB,KAAa,EACb,OAAgB;IAEhB,MAAM,KAAK,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;IAChC,OAAO,IAAA,qBAAK,EAAC,KAAK,EAAE,OAAO,CAAC,CAAC;AAC9B,CAAC;AAND,4BAMC"}
|
|
@@ -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,6 +13,17 @@
|
|
|
13
13
|
"min": "0.0",
|
|
14
14
|
"max": "255.255"
|
|
15
15
|
},
|
|
16
|
+
"associations": {
|
|
17
|
+
"1": {
|
|
18
|
+
"label": "Lifeline",
|
|
19
|
+
"maxNodes": 5,
|
|
20
|
+
"isLifeline": true
|
|
21
|
+
},
|
|
22
|
+
"2": {
|
|
23
|
+
"label": "On/Off",
|
|
24
|
+
"maxNodes": 5
|
|
25
|
+
}
|
|
26
|
+
},
|
|
16
27
|
"paramInformation": [
|
|
17
28
|
{
|
|
18
29
|
"#": "1",
|
|
@@ -92,5 +103,11 @@
|
|
|
92
103
|
"maxValue": 4,
|
|
93
104
|
"defaultValue": 1
|
|
94
105
|
}
|
|
95
|
-
]
|
|
106
|
+
],
|
|
107
|
+
"metadata": {
|
|
108
|
+
"inclusion": "This product may be added to a new or existing Z-Wave network. An Eaton Wiring Devices Z-Wave device has a blue LED,\nwhich will blink when the device is not included in a Z-Wave network. The LED stops blinking when the device is in a network.\n• This product works with other Z-Wave products from different vendors and product categories as part of the same network.\n• This product is a listening node and it will act as a repeater in the Z-Wave network. It will perform the repeater function with\nZ-Wave products from Eaton and from other Z-Wave vendors.\n• This secure Z-Wave Plus device will only associate with other secure devices based on the Z-Wave controller it’s being used with.\nPlease refer to instructions provided with the controller for more details.\nAdding Z-Wave Wireless switch to a Z-Wave Network:\n1. To include this device in a Z-Wave network, select the command on your Z-Wave controller for inclusion (Install, Add Device,\nAdd Node, Include Device, etc.). Then press the device ON/OFF switch one time to include it in the network.\n2. Based on the controller, the controller may ask you to scan the QR code on the device or manually enter 5 digit code under the\nQR code to install the device as a secured device. You may find this QR code on the device or included in device packaging.\n3. After the Device is added to the network, the LED will stop blinking. This indicates the device is installed in the Z-Wave network",
|
|
109
|
+
"exclusion": "Removing Z-Wave Wireless switch from a Z-Wave Network:\n1. To exclude this device from a Z-Wave network, select the setting on your Z-Wave controller for exclusion (Uninstall, Remove\nDevice, Remove Node, Exclude Device, etc.).\n2. Once your controller is in exclusion mode, press the device ON/OFF switch one time to exclude it from the network. The LED will start blinking",
|
|
110
|
+
"reset": "Local Reset (Please use this procedure only when the network primary controller is missing or otherwise inoperable).\nThe device could be reset locally. This will cause the device to be excluded from its network and restore to factory default.\nBefore leaving the network the switch will send a notification to the controller indicating its departure from the Z-Wave network.\n• Turn the device ON.\n• Press and hold ON/OFF button for 20 second till the LED flashes for the third time.\n• Release the ON/OFF button.\n• LED will start flashing rapidly. Once the LED starts blinking slowly, that indicates the device is not part of the network.",
|
|
111
|
+
"manual": "https://www.eaton.com/content/dam/eaton/products/wiring-devices-and-connectivity/wiring-devices/z-wave-plus/z-wave-plus-wireless-switch-accessory-switch-rf9601-rf9617-instruction-sheet.pdf"
|
|
112
|
+
}
|
|
96
113
|
}
|
|
@@ -13,6 +13,17 @@
|
|
|
13
13
|
"min": "0.0",
|
|
14
14
|
"max": "255.255"
|
|
15
15
|
},
|
|
16
|
+
"associations": {
|
|
17
|
+
"1": {
|
|
18
|
+
"label": "Lifeline",
|
|
19
|
+
"maxNodes": 5,
|
|
20
|
+
"isLifeline": true
|
|
21
|
+
},
|
|
22
|
+
"2": {
|
|
23
|
+
"label": "On/Off",
|
|
24
|
+
"maxNodes": 5
|
|
25
|
+
}
|
|
26
|
+
},
|
|
16
27
|
"paramInformation": [
|
|
17
28
|
{
|
|
18
29
|
"#": "1",
|
|
@@ -95,5 +106,11 @@
|
|
|
95
106
|
"maxValue": 4,
|
|
96
107
|
"defaultValue": 2
|
|
97
108
|
}
|
|
98
|
-
]
|
|
109
|
+
],
|
|
110
|
+
"metadata": {
|
|
111
|
+
"inclusion": "This product may be added to a new or existing Z-Wave network. An Eaton Wiring Devices Z-Wave device has a blue LED,\nwhich will blink when the device is not included in a Z-Wave network. The LED stops blinking when the device is in a network.\n• This product works with other Z-Wave products from different vendors and product categories as part of the same network.\n• This product is a listening node and it will act as a repeater in the Z-Wave network. It will perform the repeater function with\nZ-Wave products from Eaton and from other Z-Wave vendors.\n• This secure Z-Wave Plus device will only associate with other secure devices based on the Z-Wave controller it’s being used with.\nPlease refer to instructions provided with the controller for more details.\nAdding Z-Wave Wireless switch to a Z-Wave Network:\n1. To include this device in a Z-Wave network, select the command on your Z-Wave controller for inclusion (Install, Add Device,\nAdd Node, Include Device, etc.). Then press the device ON/OFF switch one time to include it in the network.\n2. Based on the controller, the controller may ask you to scan the QR code on the device or manually enter 5 digit code under the\nQR code to install the device as a secured device. You may find this QR code on the device or included in device packaging.\n3. After the Device is added to the network, the LED will stop blinking. This indicates the device is installed in the Z-Wave network",
|
|
112
|
+
"exclusion": "Removing Z-Wave Wireless switch from a Z-Wave Network:\n1. To exclude this device from a Z-Wave network, select the setting on your Z-Wave controller for exclusion (Uninstall, Remove\nDevice, Remove Node, Exclude Device, etc.).\n2. Once your controller is in exclusion mode, press the device ON/OFF switch one time to exclude it from the network. The LED will start blinking",
|
|
113
|
+
"reset": "Local Reset (Please use this procedure only when the network primary controller is missing or otherwise inoperable).\nThe device could be reset locally. This will cause the device to be excluded from its network and restore to factory default.\nBefore leaving the network the switch will send a notification to the controller indicating its departure from the Z-Wave network.\n• Turn the device ON.\n• Press and hold ON/OFF button for 20 second till the LED flashes for the third time.\n• Release the ON/OFF button.\n• LED will start flashing rapidly. Once the LED starts blinking slowly, that indicates the device is not part of the network.",
|
|
114
|
+
"manual": "https://www.eaton.com/content/dam/eaton/products/wiring-devices-and-connectivity/wiring-devices/z-wave-plus/z-wave-plus-wireless-switch-accessory-switch-rf9601-rf9617-instruction-sheet.pdf"
|
|
115
|
+
}
|
|
99
116
|
}
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"paramInformation": [
|
|
17
17
|
{
|
|
18
18
|
"#": "1",
|
|
19
|
-
"$import": "templates/honeywell_template.json#schedule_type"
|
|
19
|
+
"$import": "~/templates/honeywell_template.json#schedule_type"
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
"#": "2",
|
|
@@ -24,151 +24,151 @@
|
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"#": "3",
|
|
27
|
-
"$import": "templates/honeywell_template.json#outdoor_temperature_sensor"
|
|
27
|
+
"$import": "~/templates/honeywell_template.json#outdoor_temperature_sensor"
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"#": "4",
|
|
31
|
-
"$import": "templates/honeywell_template.json#heating_equipment_type"
|
|
31
|
+
"$import": "~/templates/honeywell_template.json#heating_equipment_type"
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
"#": "5",
|
|
35
|
-
"$import": "templates/honeywell_template.json#reversing_valve"
|
|
35
|
+
"$import": "~/templates/honeywell_template.json#reversing_valve"
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
"#": "6",
|
|
39
|
-
"$import": "templates/honeywell_template.json#cool_stages"
|
|
39
|
+
"$import": "~/templates/honeywell_template.json#cool_stages"
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
42
|
"#": "7",
|
|
43
|
-
"$import": "templates/honeywell_template.json#heat_stages"
|
|
43
|
+
"$import": "~/templates/honeywell_template.json#heat_stages"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"#": "8",
|
|
47
|
-
"$import": "templates/honeywell_template.json#auxiliary_emergency_control"
|
|
47
|
+
"$import": "~/templates/honeywell_template.json#auxiliary_emergency_control"
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
"#": "9",
|
|
51
|
-
"$import": "templates/honeywell_template.json#auxiliary_heat_type"
|
|
51
|
+
"$import": "~/templates/honeywell_template.json#auxiliary_heat_type"
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
"#": "10",
|
|
55
|
-
"$import": "templates/honeywell_template.json#emergency_heat_type"
|
|
55
|
+
"$import": "~/templates/honeywell_template.json#emergency_heat_type"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
58
|
"#": "11",
|
|
59
|
-
"$import": "templates/honeywell_template.json#fossil_kit_control"
|
|
59
|
+
"$import": "~/templates/honeywell_template.json#fossil_kit_control"
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
62
|
"#": "12",
|
|
63
|
-
"$import": "templates/honeywell_template.json#auto_changeover"
|
|
63
|
+
"$import": "~/templates/honeywell_template.json#auto_changeover"
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"#": "13",
|
|
67
|
-
"$import": "templates/honeywell_template.json#auto_differential"
|
|
67
|
+
"$import": "~/templates/honeywell_template.json#auto_differential"
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
70
|
"#": "14",
|
|
71
|
-
"$import": "templates/honeywell_template.json#high_cool_stage_finish"
|
|
71
|
+
"$import": "~/templates/honeywell_template.json#high_cool_stage_finish"
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
74
|
"#": "15",
|
|
75
|
-
"$import": "templates/honeywell_template.json#high_heat_stage_finish"
|
|
75
|
+
"$import": "~/templates/honeywell_template.json#high_heat_stage_finish"
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
"#": "16",
|
|
79
|
-
"$import": "templates/honeywell_template.json#auxiliary_heat_droop"
|
|
79
|
+
"$import": "~/templates/honeywell_template.json#auxiliary_heat_droop"
|
|
80
80
|
},
|
|
81
81
|
{
|
|
82
82
|
"#": "17",
|
|
83
|
-
"$import": "templates/honeywell_template.json#up_stage_timer_aux_heat"
|
|
83
|
+
"$import": "~/templates/honeywell_template.json#up_stage_timer_aux_heat"
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"#": "18",
|
|
87
|
-
"$import": "templates/honeywell_template.json#balance_point"
|
|
87
|
+
"$import": "~/templates/honeywell_template.json#balance_point"
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
90
|
"#": "19",
|
|
91
|
-
"$import": "templates/honeywell_template.json#aux_heat_outdoor_lockout"
|
|
91
|
+
"$import": "~/templates/honeywell_template.json#aux_heat_outdoor_lockout"
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
94
|
"#": "20",
|
|
95
|
-
"$import": "templates/honeywell_template.json#cool_stage_1_cycle_rate"
|
|
95
|
+
"$import": "~/templates/honeywell_template.json#cool_stage_1_cycle_rate"
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
98
|
"#": "21",
|
|
99
|
-
"$import": "templates/honeywell_template.json#cool_stage_2_cycle_rate"
|
|
99
|
+
"$import": "~/templates/honeywell_template.json#cool_stage_2_cycle_rate"
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
"#": "22",
|
|
103
|
-
"$import": "templates/honeywell_template.json#heat_stage_1_cycle_rate"
|
|
103
|
+
"$import": "~/templates/honeywell_template.json#heat_stage_1_cycle_rate"
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
"#": "23",
|
|
107
|
-
"$import": "templates/honeywell_template.json#heat_stage_2_cycle_rate"
|
|
107
|
+
"$import": "~/templates/honeywell_template.json#heat_stage_2_cycle_rate"
|
|
108
108
|
},
|
|
109
109
|
{
|
|
110
110
|
"#": "24",
|
|
111
|
-
"$import": "templates/honeywell_template.json#aux_heat_cycle_rate"
|
|
111
|
+
"$import": "~/templates/honeywell_template.json#aux_heat_cycle_rate"
|
|
112
112
|
},
|
|
113
113
|
{
|
|
114
114
|
"#": "25",
|
|
115
|
-
"$import": "templates/honeywell_template.json#emergency_heat_cycle_rate"
|
|
115
|
+
"$import": "~/templates/honeywell_template.json#emergency_heat_cycle_rate"
|
|
116
116
|
},
|
|
117
117
|
{
|
|
118
118
|
"#": "26",
|
|
119
|
-
"$import": "templates/honeywell_template.json#compressor_protection"
|
|
119
|
+
"$import": "~/templates/honeywell_template.json#compressor_protection"
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
122
|
"#": "27",
|
|
123
|
-
"$import": "templates/honeywell_template.json#adaptive_intelligent_recovery"
|
|
123
|
+
"$import": "~/templates/honeywell_template.json#adaptive_intelligent_recovery"
|
|
124
124
|
},
|
|
125
125
|
{
|
|
126
126
|
"#": "28",
|
|
127
|
-
"$import": "templates/honeywell_template.json#minimum_cool_temperature"
|
|
127
|
+
"$import": "~/templates/honeywell_template.json#minimum_cool_temperature"
|
|
128
128
|
},
|
|
129
129
|
{
|
|
130
130
|
"#": "29",
|
|
131
|
-
"$import": "templates/honeywell_template.json#maximum_heat_temperature"
|
|
131
|
+
"$import": "~/templates/honeywell_template.json#maximum_heat_temperature"
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
"#": "30",
|
|
135
|
-
"$import": "templates/honeywell_template.json#air_filters"
|
|
135
|
+
"$import": "~/templates/honeywell_template.json#air_filters"
|
|
136
136
|
},
|
|
137
137
|
{
|
|
138
138
|
"#": "31",
|
|
139
|
-
"$import": "templates/honeywell_template.json#air_filter_1_reminder"
|
|
139
|
+
"$import": "~/templates/honeywell_template.json#air_filter_1_reminder"
|
|
140
140
|
},
|
|
141
141
|
{
|
|
142
142
|
"#": "32",
|
|
143
|
-
"$import": "templates/honeywell_template.json#air_filter_2_reminder"
|
|
143
|
+
"$import": "~/templates/honeywell_template.json#air_filter_2_reminder"
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
"#": "33",
|
|
147
|
-
"$import": "templates/honeywell_template.json#humidification_pad_reminder"
|
|
147
|
+
"$import": "~/templates/honeywell_template.json#humidification_pad_reminder"
|
|
148
148
|
},
|
|
149
149
|
{
|
|
150
150
|
"#": "34",
|
|
151
|
-
"$import": "templates/honeywell_template.json#dehumidification_filter_reminder"
|
|
151
|
+
"$import": "~/templates/honeywell_template.json#dehumidification_filter_reminder"
|
|
152
152
|
},
|
|
153
153
|
{
|
|
154
154
|
"#": "35",
|
|
155
|
-
"$import": "templates/honeywell_template.json#ventilation_filter_reminder"
|
|
155
|
+
"$import": "~/templates/honeywell_template.json#ventilation_filter_reminder"
|
|
156
156
|
},
|
|
157
157
|
{
|
|
158
158
|
"#": "36",
|
|
159
|
-
"$import": "templates/honeywell_template.json#uv_devices"
|
|
159
|
+
"$import": "~/templates/honeywell_template.json#uv_devices"
|
|
160
160
|
},
|
|
161
161
|
{
|
|
162
162
|
"#": "37",
|
|
163
|
-
"$import": "templates/honeywell_template.json#uv_bulb_1_reminder"
|
|
163
|
+
"$import": "~/templates/honeywell_template.json#uv_bulb_1_reminder"
|
|
164
164
|
},
|
|
165
165
|
{
|
|
166
166
|
"#": "38",
|
|
167
|
-
"$import": "templates/honeywell_template.json#uv_bulb_2_reminder"
|
|
167
|
+
"$import": "~/templates/honeywell_template.json#uv_bulb_2_reminder"
|
|
168
168
|
},
|
|
169
169
|
{
|
|
170
170
|
"#": "39",
|
|
171
|
-
"$import": "templates/honeywell_template.json#idle_brightness"
|
|
171
|
+
"$import": "~/templates/honeywell_template.json#idle_brightness"
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
174
|
"#": "40",
|
|
@@ -176,11 +176,11 @@
|
|
|
176
176
|
},
|
|
177
177
|
{
|
|
178
178
|
"#": "41",
|
|
179
|
-
"$import": "templates/honeywell_template.json#daylight_saving"
|
|
179
|
+
"$import": "~/templates/honeywell_template.json#daylight_saving"
|
|
180
180
|
},
|
|
181
181
|
{
|
|
182
182
|
"#": "42",
|
|
183
|
-
"$import": "templates/honeywell_template.json#temperature_offset"
|
|
183
|
+
"$import": "~/templates/honeywell_template.json#temperature_offset"
|
|
184
184
|
}
|
|
185
185
|
],
|
|
186
186
|
"compat": {
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"paramInformation": [
|
|
18
18
|
{
|
|
19
19
|
"#": "1",
|
|
20
|
+
"$if": "firmwareVersion < 3.24",
|
|
20
21
|
"label": "Pulse factor",
|
|
21
22
|
"description": "Impulse or Rotation factor per KWh * 10",
|
|
22
23
|
"valueSize": 2,
|
|
@@ -25,6 +26,17 @@
|
|
|
25
26
|
"defaultValue": 1024,
|
|
26
27
|
"unsigned": true
|
|
27
28
|
},
|
|
29
|
+
{
|
|
30
|
+
"#": "1",
|
|
31
|
+
"$if": "firmwareVersion >= 3.24",
|
|
32
|
+
"label": "Pulse factor",
|
|
33
|
+
"description": "Impulse or Rotation factor per KWh * 10",
|
|
34
|
+
"valueSize": 4,
|
|
35
|
+
"minValue": 0,
|
|
36
|
+
"maxValue": 1000000,
|
|
37
|
+
"defaultValue": 10000,
|
|
38
|
+
"unsigned": true
|
|
39
|
+
},
|
|
28
40
|
{
|
|
29
41
|
"#": "2",
|
|
30
42
|
"label": "Sensor type",
|
|
@@ -134,6 +134,7 @@
|
|
|
134
134
|
"inclusion": "To add the ZP3111 to the Z-Wave network (inclusion), place the Z-Wave primary controller into inclusion mode. Press the Program Switch of ZP3111 for sending the NIF. After sending NIF, Z-Wave will send the auto inclusion, otherwise, ZP3111 will go to sleep after 20 seconds.",
|
|
135
135
|
"exclusion": "To remove the ZP3111 from the Z-Wave network (exclusion), place the Z-Wave primary controller into “exclusion” mode, and following its instruction to delete the ZP3111 to the controller. Press the Program Switch of ZP3111 once to be excluded.",
|
|
136
136
|
"reset": "Remove cover to trigger tamper switch, LED flash once & send out Alarm Report. Press Program Switch 10 times within 10 seconds, ZP3111 will send the “Device Reset Locally Notification” command and reset to the factory default. (Remark: This is to be used only in the case of primary controller being inoperable or otherwise unavailable.)",
|
|
137
|
+
"wakeup": "Press the Programm Switch once.",
|
|
137
138
|
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/2479/ZP3111-5_R2_20170316.pdf"
|
|
138
139
|
}
|
|
139
140
|
}
|
|
@@ -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
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Dragon Tech Industrial, Ltd.",
|
|
3
|
+
"manufacturerId": "0x0184",
|
|
4
|
+
"label": "WD-100",
|
|
5
|
+
"description": "In-Wall Dimmer Switch",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x4447",
|
|
9
|
+
"productId": "0x3034",
|
|
10
|
+
"zwaveAllianceId": 2031
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"paramInformation": [
|
|
18
|
+
{
|
|
19
|
+
"#": "4",
|
|
20
|
+
"$import": "~/templates/master_template.json#orientation"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"#": "7",
|
|
24
|
+
"$import": "~/templates/master_template.json#base_1-99_nounit",
|
|
25
|
+
"label": "Remote Dimming Level Increment"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"#": "8",
|
|
29
|
+
"$import": "~/templates/master_template.json#dimming_timing",
|
|
30
|
+
"label": "Remote Dimming Step Duration"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"#": "9",
|
|
34
|
+
"$import": "~/templates/master_template.json#base_1-99_nounit",
|
|
35
|
+
"label": "Local Dimming Level Increment"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"#": "10",
|
|
39
|
+
"$import": "~/templates/master_template.json#dimming_timing",
|
|
40
|
+
"label": "Local Dimming Step Duration"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"compat": {
|
|
44
|
+
"commandClasses": {
|
|
45
|
+
"remove": {
|
|
46
|
+
"0x6c": {
|
|
47
|
+
// The device does not support supervision although it is mandatory for the device type
|
|
48
|
+
"endpoints": "*"
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
"metadata": {
|
|
54
|
+
"inclusion": "1. Turn the connected lights ON/OFF by tapping the switch. Tapping and releasing the upper part of the rocker turns the appliance ON. Tapping and releasing the lower part of the rocker turns the appliance OFF.\n2. Add(Include) the module to/from your Z-Wave network with your primary controller. Please refer to the instructions manual of your gateway or remote controller for details and procedures on how these actions can be done. \n3. Normally, the sequence is as follows: when the inclusion process is prompted by your primary controller, single click and release the rocker switch to ON or OFF position. The controller should show that the action was successful. If the controller shows it was a fail, repeat the procedure",
|
|
55
|
+
"exclusion": "1. Turn the connected appliance ON/OFF by tapping the switch. Tapping and releasing the upper part of the rocker turns the appliance ON. Tapping and releasing the lower part of the rocker turns the appliance OFF.\n2. Delete(Exclude) the module to/from your Z-Wave network with your primary controller. Please refer to the instructions manual of your gateway or remote controller for details and procedures on how these actions can be done. \n3. Normally, the sequence is as follows: when the exclusion process is prompted by your primary controller, single click and release the rocker switch. The controller should show that the action was successful. If the controller shows it was a fail, repeat the procedure",
|
|
56
|
+
"reset": "Please use this procedure only in the event that the network primary controller is lost or otherwise inoperable.\n\nAll Configuration Parameters can all be restored to their factory default settings by using your primary controller to delete/reset the device. \nTo manually reset, tap the ON button twice quickly and then tap the OFF button twice quickly. Repeat the procedure to restore the settings to the factory default.",
|
|
57
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/2031/WD-100_UG_updated%2007212016.pdf"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
@@ -491,7 +491,7 @@
|
|
|
491
491
|
"label": "Power Change Threshold",
|
|
492
492
|
"valueSize": 2,
|
|
493
493
|
"unit": "W",
|
|
494
|
-
"minValue":
|
|
494
|
+
"minValue": 1,
|
|
495
495
|
"maxValue": 500,
|
|
496
496
|
"defaultValue": 50,
|
|
497
497
|
"unsigned": true
|
|
@@ -500,7 +500,7 @@
|
|
|
500
500
|
"label": "Power Overload Limit",
|
|
501
501
|
"valueSize": 2,
|
|
502
502
|
"unit": "W",
|
|
503
|
-
"minValue":
|
|
503
|
+
"minValue": 1,
|
|
504
504
|
"maxValue": 3000,
|
|
505
505
|
"defaultValue": 2900,
|
|
506
506
|
"unsigned": true
|
|
@@ -522,7 +522,7 @@
|
|
|
522
522
|
"value": 1
|
|
523
523
|
},
|
|
524
524
|
{
|
|
525
|
-
"label": "
|
|
525
|
+
"label": "Colors set by parameters 6 and 7",
|
|
526
526
|
"value": 2
|
|
527
527
|
}
|
|
528
528
|
]
|