@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
|
@@ -0,0 +1,230 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Ring",
|
|
3
|
+
"manufacturerId": "0x0346",
|
|
4
|
+
"label": "Glass Break Sensor",
|
|
5
|
+
"description": "Glass Break Sensor",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0a01",
|
|
9
|
+
"productId": "0x0301",
|
|
10
|
+
"zwaveAllianceId": 4554
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"associations": {
|
|
18
|
+
"1": {
|
|
19
|
+
"label": "Lifeline",
|
|
20
|
+
"maxNodes": 5,
|
|
21
|
+
"isLifeline": true
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"paramInformation": [
|
|
25
|
+
{
|
|
26
|
+
"#": "1",
|
|
27
|
+
"label": "Heartbeat Interval",
|
|
28
|
+
"valueSize": 1,
|
|
29
|
+
"unit": "minutes",
|
|
30
|
+
"minValue": 1,
|
|
31
|
+
"maxValue": 70,
|
|
32
|
+
"defaultValue": 70,
|
|
33
|
+
"unsigned": true
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"#": "2",
|
|
37
|
+
"label": "Message Retry Attempt Limit",
|
|
38
|
+
"valueSize": 1,
|
|
39
|
+
"minValue": 0,
|
|
40
|
+
"maxValue": 5,
|
|
41
|
+
"defaultValue": 1,
|
|
42
|
+
"unsigned": true
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"#": "3",
|
|
46
|
+
"label": "Delay Between Retry Attempts",
|
|
47
|
+
"valueSize": 1,
|
|
48
|
+
"unit": "seconds",
|
|
49
|
+
"minValue": 1,
|
|
50
|
+
"maxValue": 60,
|
|
51
|
+
"defaultValue": 5,
|
|
52
|
+
"unsigned": true
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"#": "4",
|
|
56
|
+
"label": "Low Battery Threshold",
|
|
57
|
+
"valueSize": 1,
|
|
58
|
+
"unit": "%",
|
|
59
|
+
"minValue": 0,
|
|
60
|
+
"maxValue": 100,
|
|
61
|
+
"defaultValue": 25,
|
|
62
|
+
"unsigned": true
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"#": "5",
|
|
66
|
+
"label": "Critical Battery Threshold",
|
|
67
|
+
"valueSize": 1,
|
|
68
|
+
"unit": "%",
|
|
69
|
+
"minValue": 0,
|
|
70
|
+
"maxValue": 100,
|
|
71
|
+
"defaultValue": 10,
|
|
72
|
+
"unsigned": true
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"#": "6",
|
|
76
|
+
"label": "Supervision Report Timeout",
|
|
77
|
+
"description": "How long to wait for a Supervision Report response to a Supervision Get",
|
|
78
|
+
"valueSize": 2,
|
|
79
|
+
"unit": "ms",
|
|
80
|
+
"minValue": 500,
|
|
81
|
+
"maxValue": 30000,
|
|
82
|
+
"defaultValue": 10000,
|
|
83
|
+
"unsigned": true
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"#": "7",
|
|
87
|
+
"label": "Z-Wave Sleep Timeout",
|
|
88
|
+
"valueSize": 1,
|
|
89
|
+
"unit": "seconds",
|
|
90
|
+
"minValue": 0,
|
|
91
|
+
"maxValue": 15,
|
|
92
|
+
"defaultValue": 10,
|
|
93
|
+
"unsigned": true
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"#": "8",
|
|
97
|
+
"label": "Glass Break Clear Delay",
|
|
98
|
+
"valueSize": 1,
|
|
99
|
+
"unit": "seconds",
|
|
100
|
+
"minValue": 5,
|
|
101
|
+
"maxValue": 255,
|
|
102
|
+
"defaultValue": 15,
|
|
103
|
+
"unsigned": true
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"#": "9",
|
|
107
|
+
"label": "Faults Within Clear Delay Flag",
|
|
108
|
+
"valueSize": 1,
|
|
109
|
+
"minValue": 0,
|
|
110
|
+
"maxValue": 1,
|
|
111
|
+
"defaultValue": 0,
|
|
112
|
+
"unsigned": true
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"#": "10",
|
|
116
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
117
|
+
"label": "LED Indicator",
|
|
118
|
+
"defaultValue": 1
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"#": "11",
|
|
122
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
123
|
+
"label": "Enable Detection"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"#": "12",
|
|
127
|
+
"label": "SPL Range Optimization",
|
|
128
|
+
"valueSize": 1,
|
|
129
|
+
"minValue": 0,
|
|
130
|
+
"maxValue": 15,
|
|
131
|
+
"defaultValue": 9,
|
|
132
|
+
"unsigned": true
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"#": "13",
|
|
136
|
+
"label": "Minimum Mic SPL, Part 1",
|
|
137
|
+
"valueSize": 1,
|
|
138
|
+
"minValue": 0,
|
|
139
|
+
"maxValue": 7,
|
|
140
|
+
"defaultValue": 0,
|
|
141
|
+
"unsigned": true
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"#": "14",
|
|
145
|
+
"label": "Minimum Mic SPL, Part 2",
|
|
146
|
+
"valueSize": 1,
|
|
147
|
+
"minValue": 0,
|
|
148
|
+
"maxValue": 8,
|
|
149
|
+
"defaultValue": 1,
|
|
150
|
+
"unsigned": true
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"#": "15",
|
|
154
|
+
"label": "Automatic Gain Control",
|
|
155
|
+
"valueSize": 1,
|
|
156
|
+
"minValue": 0,
|
|
157
|
+
"maxValue": 3,
|
|
158
|
+
"defaultValue": 0,
|
|
159
|
+
"unsigned": true
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"#": "16",
|
|
163
|
+
"label": "Minimum Detection SPL",
|
|
164
|
+
"valueSize": 1,
|
|
165
|
+
"minValue": 0,
|
|
166
|
+
"maxValue": 7,
|
|
167
|
+
"defaultValue": 4,
|
|
168
|
+
"unsigned": true
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"#": "17",
|
|
172
|
+
"label": "Mic-off Time",
|
|
173
|
+
"valueSize": 1,
|
|
174
|
+
"minValue": 0,
|
|
175
|
+
"maxValue": 7,
|
|
176
|
+
"defaultValue": 6,
|
|
177
|
+
"unsigned": true
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"#": "18",
|
|
181
|
+
"label": "DNN Queue Size",
|
|
182
|
+
"valueSize": 1,
|
|
183
|
+
"minValue": 0,
|
|
184
|
+
"maxValue": 63,
|
|
185
|
+
"defaultValue": 9,
|
|
186
|
+
"unsigned": true
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"#": "19",
|
|
190
|
+
"label": "DNN Window",
|
|
191
|
+
"valueSize": 1,
|
|
192
|
+
"minValue": 0,
|
|
193
|
+
"maxValue": 255,
|
|
194
|
+
"defaultValue": 6,
|
|
195
|
+
"unsigned": true
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"#": "20",
|
|
199
|
+
"label": "DNN Backoff",
|
|
200
|
+
"valueSize": 1,
|
|
201
|
+
"minValue": 0,
|
|
202
|
+
"maxValue": 255,
|
|
203
|
+
"defaultValue": 55,
|
|
204
|
+
"unsigned": true
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"#": "21",
|
|
208
|
+
"label": "DNN Decision Threshold",
|
|
209
|
+
"valueSize": 2,
|
|
210
|
+
"minValue": 0,
|
|
211
|
+
"maxValue": 65535,
|
|
212
|
+
"defaultValue": 32112,
|
|
213
|
+
"unsigned": true
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"#": "22",
|
|
217
|
+
"label": "Debug NDR Error",
|
|
218
|
+
"valueSize": 2,
|
|
219
|
+
"minValue": 0,
|
|
220
|
+
"maxValue": 65535,
|
|
221
|
+
"defaultValue": 0,
|
|
222
|
+
"unsigned": true
|
|
223
|
+
}
|
|
224
|
+
],
|
|
225
|
+
"metadata": {
|
|
226
|
+
"inclusion": "Classic Inclusion Steps: \n1. Initiate add flow for Security Devices in the Ring mobile application – Follow the guided add flow instructions provided in the Ring mobile application.\n2. Select add manually and enter the 5-digit DSK pin found on the package of the Ring Alarm Glass Break Sensor or the 5-digit DSK pin found under the QR code on the device. \n3. After powering on the device, press and hold the setup button on the front for 3 seconds. Release the button and the device will enter Classic inclusion mode",
|
|
227
|
+
"exclusion": "Exclusion Instructions: \n1. Initiate remove “Ring Alarm Glass Break Sensor” flow in the Ring Alarm mobile application – Select the settings icon from device details page and choose “Remove Device” to remove the device. This will place the controller into Remove or “Z-Wave Exclusion” mode. \n2. With the controller in Remove (Z-Wave Exclusion) mode, use a paper clip or similar object and tap the pinhole button. The device’s red LED turns on solid to indicate the device was removed from the network",
|
|
228
|
+
"reset": "Factory Default Instructions \n1. 1. To restore Ring Alarm Glass Break Sensor to factory default settings, locate the pinhole reset button on the device. This is found inside the battery compartment on the back of the device after removing the back bracket. \n2. Using a paperclip or similar object, insert it into the pinhole, press and hold the button down for 10 seconds. \n3. The device will rapidly blink green continuously for 10 seconds. After about 10 seconds, when the green blinking stops, release the button. The red LED will turn on solid to indicate the device was removed from the network"
|
|
229
|
+
}
|
|
230
|
+
}
|
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Honeywell",
|
|
3
|
+
"manufacturerId": "0x041b",
|
|
4
|
+
"label": "TH6320ZW2007",
|
|
5
|
+
"description": "T6 Pro Z-Wave Programmable Thermostat with SmartStart",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0011",
|
|
9
|
+
"productId": "0x0009"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"paramInformation": [
|
|
17
|
+
{
|
|
18
|
+
"#": "1",
|
|
19
|
+
"$import": "~/templates/honeywell_template.json#schedule_type"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"#": "2",
|
|
23
|
+
"$import": "~/templates/master_template.json#temperature_scale"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"#": "3",
|
|
27
|
+
"$import": "~/templates/honeywell_template.json#outdoor_temperature_sensor"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"#": "4",
|
|
31
|
+
"$import": "~/templates/honeywell_template.json#heating_equipment_type"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"#": "5",
|
|
35
|
+
"$import": "~/templates/honeywell_template.json#reversing_valve"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"#": "6",
|
|
39
|
+
"$import": "~/templates/honeywell_template.json#cool_stages"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"#": "7",
|
|
43
|
+
"$import": "~/templates/honeywell_template.json#heat_stages"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"#": "8",
|
|
47
|
+
"$import": "~/templates/honeywell_template.json#auxiliary_emergency_control"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"#": "9",
|
|
51
|
+
"$import": "~/templates/honeywell_template.json#auxiliary_heat_type"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"#": "10",
|
|
55
|
+
"$import": "~/templates/honeywell_template.json#emergency_heat_type"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"#": "11",
|
|
59
|
+
"$import": "~/templates/honeywell_template.json#fossil_kit_control"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"#": "12",
|
|
63
|
+
"$import": "~/templates/honeywell_template.json#auto_changeover"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"#": "13",
|
|
67
|
+
"$import": "~/templates/honeywell_template.json#auto_differential"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"#": "14",
|
|
71
|
+
"$import": "~/templates/honeywell_template.json#high_cool_stage_finish"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"#": "15",
|
|
75
|
+
"$import": "~/templates/honeywell_template.json#high_heat_stage_finish"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"#": "16",
|
|
79
|
+
"$import": "~/templates/honeywell_template.json#auxiliary_heat_droop"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"#": "17",
|
|
83
|
+
"$import": "~/templates/honeywell_template.json#up_stage_timer_aux_heat"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"#": "18",
|
|
87
|
+
"$import": "~/templates/honeywell_template.json#balance_point"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"#": "19",
|
|
91
|
+
"$import": "~/templates/honeywell_template.json#aux_heat_outdoor_lockout"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"#": "20",
|
|
95
|
+
"$import": "~/templates/honeywell_template.json#cool_stage_1_cycle_rate"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"#": "21",
|
|
99
|
+
"$import": "~/templates/honeywell_template.json#cool_stage_2_cycle_rate"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"#": "22",
|
|
103
|
+
"$import": "~/templates/honeywell_template.json#heat_stage_1_cycle_rate"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"#": "23",
|
|
107
|
+
"$import": "~/templates/honeywell_template.json#heat_stage_2_cycle_rate"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"#": "24",
|
|
111
|
+
"$import": "~/templates/honeywell_template.json#aux_heat_cycle_rate"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"#": "25",
|
|
115
|
+
"$import": "~/templates/honeywell_template.json#emergency_heat_cycle_rate"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"#": "26",
|
|
119
|
+
"$import": "~/templates/honeywell_template.json#compressor_protection"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"#": "27",
|
|
123
|
+
"$import": "~/templates/honeywell_template.json#adaptive_intelligent_recovery"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"#": "28",
|
|
127
|
+
"$import": "~/templates/honeywell_template.json#minimum_cool_temperature"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"#": "29",
|
|
131
|
+
"$import": "~/templates/honeywell_template.json#maximum_heat_temperature"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"#": "30",
|
|
135
|
+
"$import": "~/templates/honeywell_template.json#air_filters"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"#": "31",
|
|
139
|
+
"$import": "~/templates/honeywell_template.json#air_filter_1_reminder"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"#": "32",
|
|
143
|
+
"$import": "~/templates/honeywell_template.json#air_filter_2_reminder"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"#": "33",
|
|
147
|
+
"$import": "~/templates/honeywell_template.json#humidification_pad_reminder"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"#": "34",
|
|
151
|
+
"$import": "~/templates/honeywell_template.json#dehumidification_filter_reminder"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"#": "35",
|
|
155
|
+
"$import": "~/templates/honeywell_template.json#ventilation_filter_reminder"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"#": "36",
|
|
159
|
+
"$import": "~/templates/honeywell_template.json#uv_devices"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"#": "37",
|
|
163
|
+
"$import": "~/templates/honeywell_template.json#uv_bulb_1_reminder"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"#": "38",
|
|
167
|
+
"$import": "~/templates/honeywell_template.json#uv_bulb_2_reminder"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"#": "39",
|
|
171
|
+
"$import": "~/templates/honeywell_template.json#idle_brightness"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"#": "40",
|
|
175
|
+
"$import": "~/templates/master_template.json#clock_format"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"#": "41",
|
|
179
|
+
"$import": "~/templates/honeywell_template.json#daylight_saving"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"#": "42",
|
|
183
|
+
"$import": "~/templates/honeywell_template.json#temperature_offset"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"#": "43",
|
|
187
|
+
"$import": "~/templates/honeywell_template.json#humidity_offset"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"#": "44",
|
|
191
|
+
"$import": "~/templates/honeywell_template.json#temperature_resolution"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"#": "45",
|
|
195
|
+
"$import": "~/templates/honeywell_template.json#humidity_resolution"
|
|
196
|
+
}
|
|
197
|
+
],
|
|
198
|
+
"compat": {
|
|
199
|
+
// The device responds in a weird way to these requests which causes S2 collisions
|
|
200
|
+
"skipConfigurationNameQuery": true,
|
|
201
|
+
"skipConfigurationInfoQuery": true
|
|
202
|
+
}
|
|
203
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Namron",
|
|
3
|
+
"manufacturerId": "0x0438",
|
|
4
|
+
"label": "4512711",
|
|
5
|
+
"description": "4-channel Remote Control",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0300",
|
|
9
|
+
"productId": "0xb302"
|
|
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": "Button 1",
|
|
24
|
+
"maxNodes": 5
|
|
25
|
+
},
|
|
26
|
+
"3": {
|
|
27
|
+
"label": "Button 2",
|
|
28
|
+
"maxNodes": 5
|
|
29
|
+
},
|
|
30
|
+
"4": {
|
|
31
|
+
"label": "Button 3",
|
|
32
|
+
"maxNodes": 5
|
|
33
|
+
},
|
|
34
|
+
"5": {
|
|
35
|
+
"label": "Button 4",
|
|
36
|
+
"maxNodes": 5
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"metadata": {
|
|
40
|
+
"inclusion": "Step 1. Make sure the remote control does not belong to any Z-Wave network, short press any button, if LED\nindicator does not turn on, the remote control does not belong to any network, then continue step 2,if LED\nindicator turns on, it means the remote control has already been included to a network, please first set the\nremote control to exclusion mode (refer to the part \"Exclusion\" of this manual),then continue step 2.\nStep 2. Set primary controller/gateway into inclusion mode (Please refer to your primary controllers manual on\nhow to turn your controller into inclusion).\nStep 3. Press and hold down both buttons I and O of Group 2 over 3 seconds, LED indicator turns on, the\nremote control will be set to inclusion mode, and waiting to be included, after 10s LED indicator blinks 6 times\nquickly to indicate successful inclusion. The remote control is a sleepy device, after inclusion it will not enter\ninto sleepy mode immediately, and will continue activation status for 30s and wait data interaction from the\ngateway, the LED indicator will stay solid on, please be patient to wait LED indicator to turn off",
|
|
41
|
+
"exclusion": "There are two exclusion methods:\nMethod 1: Exclusion from the primary controller/gateway as follows:\n1. Set the primary controller/gateway into exclusion mode (Please refer to your primary controllers manual on\nhow to set your controller into exclusion).\n2. Press and hold down both buttons and of Group 2 over 3 seconds, LED indicator turns on, the remote\ncontrol will be set to exclusion mode, and waiting to be excluded, after 7s LED indicator blinks 4 times quickly to indicate successful exclusion.\nMethod 2: Factory reset the remote control will force the remote control to be excluded from a network. (please refer to the part “Factory Reset” of this manual)",
|
|
42
|
+
"reset": "Press and hold down both buttons I and O of Group 2 for over 10 seconds, LED indicator turns on and then\nblinks 4 times quickly to indicate successful factory reset.Please use this procedure only when the network\nprimary controller is missing or otherwise inoperable",
|
|
43
|
+
"manual": "https://www.elektroimportoren.no/docs/lib/4512711-Brukerveiledning-5.pdf"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Namron",
|
|
3
|
+
"manufacturerId": "0x0438",
|
|
4
|
+
"label": "4512725",
|
|
5
|
+
"description": "16A Thermostat Wall Plug",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0200",
|
|
9
|
+
"productId": "0xd004"
|
|
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
|
+
},
|
|
23
|
+
"paramInformation": [
|
|
24
|
+
{
|
|
25
|
+
"#": "7",
|
|
26
|
+
"label": "Operating Mode",
|
|
27
|
+
"description": "In Switch Mode, the device operates as a regular switch. In Thermostat Mode, the binary set command class will be invalid and the action button is disabled.",
|
|
28
|
+
"valueSize": 1,
|
|
29
|
+
"defaultValue": 1,
|
|
30
|
+
"unsigned": true,
|
|
31
|
+
"allowManualEntry": false,
|
|
32
|
+
"options": [
|
|
33
|
+
{
|
|
34
|
+
"label": "Switch mode",
|
|
35
|
+
"value": 0
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"label": "Thermostat mode",
|
|
39
|
+
"value": 1
|
|
40
|
+
}
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"#": "8",
|
|
45
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
46
|
+
"label": "Energy Save Mode"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"#": "9",
|
|
50
|
+
"label": "Temperature Calibration",
|
|
51
|
+
"valueSize": 1,
|
|
52
|
+
"unit": "0.1 °C",
|
|
53
|
+
"minValue": -50,
|
|
54
|
+
"maxValue": 50,
|
|
55
|
+
"defaultValue": 0
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"#": "10",
|
|
59
|
+
"label": "Overheat Protection",
|
|
60
|
+
"description": "Allowable range: 30-60",
|
|
61
|
+
"valueSize": 1,
|
|
62
|
+
"unit": "°C",
|
|
63
|
+
"minValue": 0,
|
|
64
|
+
"maxValue": 60,
|
|
65
|
+
"defaultValue": 36,
|
|
66
|
+
"unsigned": true,
|
|
67
|
+
"options": [
|
|
68
|
+
{
|
|
69
|
+
"label": "Disable",
|
|
70
|
+
"value": 0
|
|
71
|
+
}
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"#": "11",
|
|
76
|
+
"label": "Automatic Reporting: Temperature Change Threshold",
|
|
77
|
+
"description": "Allowable range: 2-50",
|
|
78
|
+
"valueSize": 1,
|
|
79
|
+
"unit": "0.1 °C",
|
|
80
|
+
"minValue": 0,
|
|
81
|
+
"maxValue": 50,
|
|
82
|
+
"defaultValue": 5,
|
|
83
|
+
"unsigned": true,
|
|
84
|
+
"options": [
|
|
85
|
+
{
|
|
86
|
+
"label": "Disable",
|
|
87
|
+
"value": 0
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"#": "12",
|
|
93
|
+
"label": "Automatic Reporting: Temperature Reporting Interval",
|
|
94
|
+
"description": "Allowable range: 10-65535",
|
|
95
|
+
"valueSize": 2,
|
|
96
|
+
"unit": "seconds",
|
|
97
|
+
"minValue": 0,
|
|
98
|
+
"maxValue": 65535,
|
|
99
|
+
"defaultValue": 300,
|
|
100
|
+
"unsigned": true,
|
|
101
|
+
"options": [
|
|
102
|
+
{
|
|
103
|
+
"label": "Disable",
|
|
104
|
+
"value": 0
|
|
105
|
+
}
|
|
106
|
+
]
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"#": "13",
|
|
110
|
+
"label": "Automatic Reporting: Power Change Threshold",
|
|
111
|
+
"valueSize": 1,
|
|
112
|
+
"unit": "W",
|
|
113
|
+
"minValue": 0,
|
|
114
|
+
"maxValue": 255,
|
|
115
|
+
"defaultValue": 2,
|
|
116
|
+
"unsigned": true,
|
|
117
|
+
"options": [
|
|
118
|
+
{
|
|
119
|
+
"label": "Disable",
|
|
120
|
+
"value": 0
|
|
121
|
+
}
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"#": "14",
|
|
126
|
+
"label": "Automatic Reporting: Voltage Change Threshold",
|
|
127
|
+
"valueSize": 1,
|
|
128
|
+
"unit": "V",
|
|
129
|
+
"minValue": 0,
|
|
130
|
+
"maxValue": 255,
|
|
131
|
+
"defaultValue": 2,
|
|
132
|
+
"unsigned": true,
|
|
133
|
+
"options": [
|
|
134
|
+
{
|
|
135
|
+
"label": "Disable",
|
|
136
|
+
"value": 0
|
|
137
|
+
}
|
|
138
|
+
]
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"#": "15",
|
|
142
|
+
"label": "Automatic Reporting: Current Change Threshold",
|
|
143
|
+
"valueSize": 1,
|
|
144
|
+
"unit": "0.1 A",
|
|
145
|
+
"minValue": 0,
|
|
146
|
+
"maxValue": 255,
|
|
147
|
+
"defaultValue": 1,
|
|
148
|
+
"unsigned": true,
|
|
149
|
+
"options": [
|
|
150
|
+
{
|
|
151
|
+
"label": "Disable",
|
|
152
|
+
"value": 0
|
|
153
|
+
}
|
|
154
|
+
]
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"#": "17",
|
|
158
|
+
"label": "Automatic Reporting: Reporting Interval",
|
|
159
|
+
"description": "Allowable range: 60-2678400",
|
|
160
|
+
"valueSize": 4,
|
|
161
|
+
"unit": "seconds",
|
|
162
|
+
"minValue": 0,
|
|
163
|
+
"maxValue": 2678400,
|
|
164
|
+
"defaultValue": 600,
|
|
165
|
+
"unsigned": true,
|
|
166
|
+
"options": [
|
|
167
|
+
{
|
|
168
|
+
"label": "Disable",
|
|
169
|
+
"value": 0
|
|
170
|
+
}
|
|
171
|
+
]
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"#": "18",
|
|
175
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev",
|
|
176
|
+
"description": "Depending on the operating mode this affects the relay or HVAC."
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"#": "19",
|
|
180
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
181
|
+
"label": "Send Binary Switch Reports to Lifeline",
|
|
182
|
+
"description": "Switch mode only",
|
|
183
|
+
"defaultValue": 1
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"#": "20",
|
|
187
|
+
"label": "Overcurrent Protection",
|
|
188
|
+
"description": "Allowable range: 10-16",
|
|
189
|
+
"valueSize": 1,
|
|
190
|
+
"unit": "A",
|
|
191
|
+
"minValue": 0,
|
|
192
|
+
"maxValue": 16,
|
|
193
|
+
"defaultValue": 16,
|
|
194
|
+
"unsigned": true,
|
|
195
|
+
"options": [
|
|
196
|
+
{
|
|
197
|
+
"label": "Disable",
|
|
198
|
+
"value": 0
|
|
199
|
+
}
|
|
200
|
+
]
|
|
201
|
+
}
|
|
202
|
+
],
|
|
203
|
+
"metadata": {
|
|
204
|
+
"inclusion": "Method 1: Repower on the smart plug, it will be set into inclusion mode automatically, and waiting to be included. Method 2: Triple press the action button on the smart plug, it will set the plug into inclusion mode. The LED indicator will flash a white LED fast then stay solid white for 3 seconds to indicate successful inclusion. If there is no Z-Wave network available, the LED indicator will flash white fast for 30 seconds and the plug will quit inclusion mode automatically.",
|
|
205
|
+
"exclusion": "Method 1: Set the primary controller/gateway into exclusion mode (Please refer to your primary controllers manual on how to set your controller into exclusion). Then triple press the action button, the smart plug will be set to exclusion mode, the LED indicator will flash a white LED fast and then flash white slowly for 3 times to indicate successful exclusion. Method 2: Factory reset the smart plug will force the it to be excluded from a network.",
|
|
206
|
+
"reset": "Press and hold down action button for over 10 seconds, LED indicator stays solid white for 3s to indicate successful factory reset, release action button, the smart plug will restart automatically.",
|
|
207
|
+
"manual": "https://www.elektroimportoren.no/docs/lib/4512725-Brukerveiledning-5.pdf"
|
|
208
|
+
}
|
|
209
|
+
}
|