@zwave-js/config 8.5.1 → 8.7.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.
- package/build/Logger.d.ts +3 -2
- package/build/Logger.d.ts.map +1 -1
- package/build/Logger.js +1 -0
- package/build/Logger.js.map +1 -1
- package/build/Logic.d.ts.map +1 -1
- package/build/Logic.js +6 -6
- package/build/Logic.js.map +1 -1
- package/build/utils.d.ts +0 -2
- package/build/utils.d.ts.map +1 -1
- package/build/utils.js +3 -8
- package/build/utils.js.map +1 -1
- package/config/devices/0x001d/dzs15.json +4 -0
- package/config/devices/0x007a/506219.json +5 -1
- package/config/devices/0x0085/fvs.json +52 -0
- package/config/devices/0x0109/{zse40.json → zp3111-5.json} +3 -3
- package/config/devices/0x010a/01e06s263.json +32 -186
- package/config/devices/0x010a/templates/vitrum_template.json +218 -0
- package/config/devices/0x010a/vitrium_ii_roller_blinds.json +3 -3
- package/config/devices/0x010a/vitrum_i_dimmer.json +15 -3
- package/config/devices/0x010a/vitrum_i_eu_boiler.json +3 -3
- package/config/devices/0x010a/vitrum_i_switch.json +33 -0
- package/config/devices/0x010a/vitrum_ii_dimmer.json +19 -3
- package/config/devices/0x010a/vitrum_ii_switch.json +37 -0
- package/config/devices/0x010a/vitrum_iii_eu_dimmer.json +12 -6
- package/config/devices/0x010a/vitrum_satellite_i.json +28 -0
- package/config/devices/0x010a/vitrum_satellite_iv.json +13 -11
- package/config/devices/0x010a/vitrum_satellite_vi.json +14 -9
- package/config/devices/0x010a/vitrum_scenario.json +3 -3
- package/config/devices/0x010f/fgs212.json +6 -1
- package/config/devices/0x010f/fgs223.json +10 -0
- package/config/devices/0x010f/fgt001.json +4 -1
- package/config/devices/0x013c/pan06_0.0-1.7.json +29 -2
- package/config/devices/0x0258/nas-ds01z.json +4 -0
- package/config/devices/0x0344/he-ft01.json +780 -0
- package/config/devices/0x0344/he-ht01.json +2 -2
- package/config/devices/0x0371/{zwa009.json → zwa009_0.0_1.255.json} +2 -2
- package/config/devices/0x0371/zwa009_11.1_11.1.json +226 -0
- package/config/devices/0x0371/zwa039.json +282 -0
- package/package.json +9 -9
- package/config/devices/0x010a/vitrum_i_eu_switch.json +0 -21
- package/config/devices/0x010a/vitrum_ii_eu_switch.json +0 -17
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
{
|
|
2
|
+
"led_color_options": {
|
|
3
|
+
"valueSize": 1,
|
|
4
|
+
"minValue": 0,
|
|
5
|
+
"maxValue": 7,
|
|
6
|
+
"unsigned": true,
|
|
7
|
+
"allowManualEntry": false,
|
|
8
|
+
"options": [
|
|
9
|
+
{
|
|
10
|
+
"label": "Disable",
|
|
11
|
+
"value": 0
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"label": "Red",
|
|
15
|
+
"value": 1
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"label": "Green",
|
|
19
|
+
"value": 2
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"label": "Blue",
|
|
23
|
+
"value": 3
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"label": "Yellow",
|
|
27
|
+
"value": 4
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"label": "Magenta",
|
|
31
|
+
"value": 5
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"label": "Cyan",
|
|
35
|
+
"value": 6
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"label": "White",
|
|
39
|
+
"value": 7
|
|
40
|
+
}
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"button_1_off_color": {
|
|
44
|
+
"$import": "#led_color_options",
|
|
45
|
+
"label": "Button 1: LED Color When Off",
|
|
46
|
+
"defaultValue": 3
|
|
47
|
+
},
|
|
48
|
+
"button_1_on_color": {
|
|
49
|
+
"$import": "#led_color_options",
|
|
50
|
+
"label": "Button 1: LED Color When On",
|
|
51
|
+
"defaultValue": 4
|
|
52
|
+
},
|
|
53
|
+
"button_1_eco_color": {
|
|
54
|
+
"$import": "#led_color_options",
|
|
55
|
+
"label": "Button 1: LED Color When Eco",
|
|
56
|
+
"defaultValue": 2
|
|
57
|
+
},
|
|
58
|
+
"button_2_off_color": {
|
|
59
|
+
"$import": "#led_color_options",
|
|
60
|
+
"label": "Button 2: LED Color When Off",
|
|
61
|
+
"defaultValue": 3
|
|
62
|
+
},
|
|
63
|
+
"button_2_on_color": {
|
|
64
|
+
"$import": "#led_color_options",
|
|
65
|
+
"label": "Button 2: LED Color When On",
|
|
66
|
+
"defaultValue": 4
|
|
67
|
+
},
|
|
68
|
+
"button_2_eco_color": {
|
|
69
|
+
"$import": "#led_color_options",
|
|
70
|
+
"label": "Button 2: LED Color When Eco",
|
|
71
|
+
"defaultValue": 2
|
|
72
|
+
},
|
|
73
|
+
"button_3_off_color": {
|
|
74
|
+
"$import": "#led_color_options",
|
|
75
|
+
"label": "Button 3: LED Color When Off",
|
|
76
|
+
"defaultValue": 3
|
|
77
|
+
},
|
|
78
|
+
"button_3_on_color": {
|
|
79
|
+
"$import": "#led_color_options",
|
|
80
|
+
"label": "Button 3: LED Color When On",
|
|
81
|
+
"defaultValue": 4
|
|
82
|
+
},
|
|
83
|
+
"button_3_eco_color": {
|
|
84
|
+
"$import": "#led_color_options",
|
|
85
|
+
"label": "Button 3: LED Color When Eco",
|
|
86
|
+
"defaultValue": 2
|
|
87
|
+
},
|
|
88
|
+
"button_4_off_color": {
|
|
89
|
+
"$import": "#led_color_options",
|
|
90
|
+
"label": "Button 4: LED Color When Off",
|
|
91
|
+
"defaultValue": 3
|
|
92
|
+
},
|
|
93
|
+
"button_4_on_color": {
|
|
94
|
+
"$import": "#led_color_options",
|
|
95
|
+
"label": "Button 4: LED Color When On",
|
|
96
|
+
"defaultValue": 4
|
|
97
|
+
},
|
|
98
|
+
"button_4_eco_color": {
|
|
99
|
+
"$import": "#led_color_options",
|
|
100
|
+
"label": "Button 4: LED Color When Eco",
|
|
101
|
+
"defaultValue": 2
|
|
102
|
+
},
|
|
103
|
+
"button_5_off_color": {
|
|
104
|
+
"$import": "#led_color_options",
|
|
105
|
+
"label": "Button 5: LED Color When Off",
|
|
106
|
+
"defaultValue": 3
|
|
107
|
+
},
|
|
108
|
+
"button_5_on_color": {
|
|
109
|
+
"$import": "#led_color_options",
|
|
110
|
+
"label": "Button 5: LED Color When On",
|
|
111
|
+
"defaultValue": 4
|
|
112
|
+
},
|
|
113
|
+
"button_5_eco_color": {
|
|
114
|
+
"$import": "#led_color_options",
|
|
115
|
+
"label": "Button 5: LED Color When Eco",
|
|
116
|
+
"defaultValue": 2
|
|
117
|
+
},
|
|
118
|
+
"button_6_off_color": {
|
|
119
|
+
"$import": "#led_color_options",
|
|
120
|
+
"label": "Button 6: LED Color When Off",
|
|
121
|
+
"defaultValue": 3
|
|
122
|
+
},
|
|
123
|
+
"button_6_on_color": {
|
|
124
|
+
"$import": "#led_color_options",
|
|
125
|
+
"label": "Button 6: LED Color When On",
|
|
126
|
+
"defaultValue": 4
|
|
127
|
+
},
|
|
128
|
+
"button_6_eco_color": {
|
|
129
|
+
"$import": "#led_color_options",
|
|
130
|
+
"label": "Button 6: LED Color When Eco",
|
|
131
|
+
"defaultValue": 2
|
|
132
|
+
},
|
|
133
|
+
"output_port_options_6ch": {
|
|
134
|
+
"valueSize": 1,
|
|
135
|
+
"minValue": 0,
|
|
136
|
+
"maxValue": 6,
|
|
137
|
+
"unsigned": true,
|
|
138
|
+
"allowManualEntry": false,
|
|
139
|
+
"options": [
|
|
140
|
+
{
|
|
141
|
+
"label": "Disable",
|
|
142
|
+
"value": 0
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"label": "Output Port 1",
|
|
146
|
+
"value": 1
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"label": "Output Port 2",
|
|
150
|
+
"value": 2
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"label": "Output Port 3",
|
|
154
|
+
"value": 3
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"label": "Output Port 4",
|
|
158
|
+
"value": 4
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"label": "Output Port 5",
|
|
162
|
+
"value": 5
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"label": "Output Port 6",
|
|
166
|
+
"value": 6
|
|
167
|
+
}
|
|
168
|
+
]
|
|
169
|
+
},
|
|
170
|
+
"button_1_output_6ch": {
|
|
171
|
+
"$import": "#output_port_options_6ch",
|
|
172
|
+
"label": "Button 1 Connected to",
|
|
173
|
+
"defaultValue": 1
|
|
174
|
+
},
|
|
175
|
+
"button_2_output_6ch": {
|
|
176
|
+
"$import": "#output_port_options_6ch",
|
|
177
|
+
"label": "Button 2 Connected to",
|
|
178
|
+
"defaultValue": 2
|
|
179
|
+
},
|
|
180
|
+
"button_3_output_6ch": {
|
|
181
|
+
"$import": "#output_port_options_6ch",
|
|
182
|
+
"label": "Button 3 Connected to",
|
|
183
|
+
"defaultValue": 3
|
|
184
|
+
},
|
|
185
|
+
"button_4_output_6ch": {
|
|
186
|
+
"$import": "#output_port_options_6ch",
|
|
187
|
+
"label": "Button 4 Connected to",
|
|
188
|
+
"defaultValue": 4
|
|
189
|
+
},
|
|
190
|
+
"button_5_output_6ch": {
|
|
191
|
+
"$import": "#output_port_options_6ch",
|
|
192
|
+
"label": "Button 5 Connected to",
|
|
193
|
+
"defaultValue": 5
|
|
194
|
+
},
|
|
195
|
+
"button_6_output_6ch": {
|
|
196
|
+
"$import": "#output_port_options_6ch",
|
|
197
|
+
"label": "Button 6 Connected to",
|
|
198
|
+
"defaultValue": 6
|
|
199
|
+
},
|
|
200
|
+
"basic_set_type": {
|
|
201
|
+
"valueSize": 1,
|
|
202
|
+
"minValue": 0,
|
|
203
|
+
"maxValue": 1,
|
|
204
|
+
"defaultValue": 1,
|
|
205
|
+
"unsigned": true,
|
|
206
|
+
"allowManualEntry": false,
|
|
207
|
+
"options": [
|
|
208
|
+
{
|
|
209
|
+
"label": "100% (0x63)",
|
|
210
|
+
"value": 0
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"label": "Last level (0xFF)",
|
|
214
|
+
"value": 1
|
|
215
|
+
}
|
|
216
|
+
]
|
|
217
|
+
}
|
|
218
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"manufacturer": "
|
|
2
|
+
"manufacturer": "Vitrum",
|
|
3
3
|
"manufacturerId": "0x010a",
|
|
4
|
-
"label": "
|
|
5
|
-
"description": "
|
|
4
|
+
"label": "02E020011 / 02B020011",
|
|
5
|
+
"description": "II Rolldown Shutters and Curtains",
|
|
6
6
|
"devices": [
|
|
7
7
|
{
|
|
8
8
|
"productType": "0x1300",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"manufacturer": "
|
|
2
|
+
"manufacturer": "Vitrum",
|
|
3
3
|
"manufacturerId": "0x010a",
|
|
4
|
-
"label": "
|
|
5
|
-
"description": "
|
|
4
|
+
"label": "01E010010 / 01B010010",
|
|
5
|
+
"description": "I Dimmer Wireless",
|
|
6
6
|
"devices": [
|
|
7
7
|
{
|
|
8
8
|
"productType": "0x1100",
|
|
@@ -18,5 +18,17 @@
|
|
|
18
18
|
"firmwareVersion": {
|
|
19
19
|
"min": "0.0",
|
|
20
20
|
"max": "255.255"
|
|
21
|
+
},
|
|
22
|
+
"associations": {
|
|
23
|
+
"1": {
|
|
24
|
+
"label": "Button 1",
|
|
25
|
+
"maxNodes": 5
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"metadata": {
|
|
29
|
+
"inclusion": "1. Check the device is not already included in a Z-Wave network by pressing any button on the front panel: the LED button should blink with red colour brielfy. Should the device be already included, follow the exclusion instructions to exclude it from the network\n2. Set the controller into “Inclusion Mode”. Refer to the controller documentation to set the controller into Inclusion mode\n3. Touch any of the keys on Vitrum to include the unit.\n4. If adding succeeds, Vitrum will flash the LEDs yellow three times, and switch on all outputs.",
|
|
30
|
+
"exclusion": "1. The device can be excluded from a network only if previously included. Check that by pressing a button on the front panel: the LED button should not blink with red colour brielfy.\n2. Set the controller into “Exclusion Mode”. Refer to the controller documentation to set the controller into Exclusion mode.\n 3. Press and hold the top left most button for at least 8 seconds.\n 4. LED will flash red three times and sound a tone to confirm successful exclusion.",
|
|
31
|
+
"reset": "WARNING: Please use this procedure only when the Z-Wave Primary Controller is missing or otherwise inoperable.\nTo reset the unit to Factory Settings:\n1. Remove the unit from the wall mounting box.\n2. Press and hold the hidden Factory Reset button for at least 3 seconds.\n3. LED will flash red three times and sound a tone to confirm successful factory reset.",
|
|
32
|
+
"manual": "https://z-wave.ru/podderzhka/skachat/category/83-thinksimple.html?download=231:vitrum-dimmer-wireless"
|
|
21
33
|
}
|
|
22
34
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"manufacturer": "
|
|
2
|
+
"manufacturer": "Vitrum",
|
|
3
3
|
"manufacturerId": "0x010a",
|
|
4
|
-
"label": "
|
|
5
|
-
"description": "
|
|
4
|
+
"label": "Boiler",
|
|
5
|
+
"description": "Touch Timer Switch Dual Relay",
|
|
6
6
|
"devices": [
|
|
7
7
|
{
|
|
8
8
|
"productType": "0x7032",
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Vitrum",
|
|
3
|
+
"manufacturerId": "0x010a",
|
|
4
|
+
"label": "01E010020 / 01B010020",
|
|
5
|
+
"description": "I On-Off Wireless",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x1200",
|
|
9
|
+
"productId": "0x5100",
|
|
10
|
+
"zwaveAllianceId": 8
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"productType": "0x7001",
|
|
14
|
+
"productId": "0x0f02"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"firmwareVersion": {
|
|
18
|
+
"min": "0.0",
|
|
19
|
+
"max": "255.255"
|
|
20
|
+
},
|
|
21
|
+
"associations": {
|
|
22
|
+
"1": {
|
|
23
|
+
"label": "Button 1",
|
|
24
|
+
"maxNodes": 5
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"metadata": {
|
|
28
|
+
"inclusion": "1. Check the device is not already included in a Z-Wave network by pressing any button on the front panel: the LED button should blink with red colour brielfy. Should the device be already included, follow the exclusion instructions to exclude it from the network\n2. Set the controller into “Inclusion Mode”. Refer to the controller documentation to set the controller into Inclusion mode\n3. Touch any of the keys on Vitrum to include the unit.\n4. If adding succeeds, Vitrum will flash the LEDs yellow three times, and switch on all outputs.",
|
|
29
|
+
"exclusion": "1. The device can be excluded from a network only if previously included. Check that by pressing a button on the front panel: the LED button should not blink with red colour brielfy.\n2. Set the controller into “Exclusion Mode”. Refer to the controller documentation to set the controller into Exclusion mode.\n 3. Press and hold the top left most button for at least 8 seconds.\n 4. LED will flash red three times and sound a tone to confirm successful exclusion.",
|
|
30
|
+
"reset": "WARNING: Please use this procedure only when the Z-Wave Primary Controller is missing or otherwise inoperable.\nTo reset the unit to Factory Settings:\n1. Remove the unit from the wall mounting box.\n2. Press and hold the hidden Factory Reset button for at least 3 seconds.\n3. LED will flash red three times and sound a tone to confirm successful factory reset.",
|
|
31
|
+
"manual": "https://www.manualslib.com/manual/1360869/Vitrum-On-Off-Wireless.html"
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"manufacturer": "
|
|
2
|
+
"manufacturer": "Vitrum",
|
|
3
3
|
"manufacturerId": "0x010a",
|
|
4
|
-
"label": "
|
|
5
|
-
"description": "
|
|
4
|
+
"label": "01E020010 / 01B020010",
|
|
5
|
+
"description": "II Dimmer Wireless",
|
|
6
6
|
"devices": [
|
|
7
7
|
{
|
|
8
8
|
"productType": "0x1100",
|
|
@@ -18,5 +18,21 @@
|
|
|
18
18
|
"firmwareVersion": {
|
|
19
19
|
"min": "0.0",
|
|
20
20
|
"max": "255.255"
|
|
21
|
+
},
|
|
22
|
+
"associations": {
|
|
23
|
+
"1": {
|
|
24
|
+
"label": "Button 1",
|
|
25
|
+
"maxNodes": 5
|
|
26
|
+
},
|
|
27
|
+
"2": {
|
|
28
|
+
"label": "Button 2",
|
|
29
|
+
"maxNodes": 5
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"metadata": {
|
|
33
|
+
"inclusion": "1. Check the device is not already included in a Z-Wave network by pressing any button on the front panel: the LED button should blink with red colour brielfy. Should the device be already included, follow the exclusion instructions to exclude it from the network\n2. Set the controller into “Inclusion Mode”. Refer to the controller documentation to set the controller into Inclusion mode\n3. Touch any of the keys on Vitrum to include the unit.\n4. If adding succeeds, Vitrum will flash the LEDs yellow three times, and switch on all outputs.",
|
|
34
|
+
"exclusion": "1. The device can be excluded from a network only if previously included. Check that by pressing a button on the front panel: the LED button should not blink with red colour brielfy.\n2. Set the controller into “Exclusion Mode”. Refer to the controller documentation to set the controller into Exclusion mode.\n 3. Press and hold the top left most button for at least 8 seconds.\n 4. LED will flash red three times and sound a tone to confirm successful exclusion.",
|
|
35
|
+
"reset": "WARNING: Please use this procedure only when the Z-Wave Primary Controller is missing or otherwise inoperable.\nTo reset the unit to Factory Settings:\n1. Remove the unit from the wall mounting box.\n2. Press and hold the hidden Factory Reset button for at least 3 seconds.\n3. LED will flash red three times and sound a tone to confirm successful factory reset.",
|
|
36
|
+
"manual": "https://z-wave.ru/podderzhka/skachat/category/83-thinksimple.html?download=231:vitrum-dimmer-wireless"
|
|
21
37
|
}
|
|
22
38
|
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Vitrum",
|
|
3
|
+
"manufacturerId": "0x010a",
|
|
4
|
+
"label": "01E020020 / 01B020020",
|
|
5
|
+
"description": "II On-Off Wireless",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x1200",
|
|
9
|
+
"productId": "0x5200",
|
|
10
|
+
"zwaveAllianceId": 87
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"productType": "0x2200",
|
|
14
|
+
"productId": "0x9200"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"firmwareVersion": {
|
|
18
|
+
"min": "0.0",
|
|
19
|
+
"max": "255.255"
|
|
20
|
+
},
|
|
21
|
+
"associations": {
|
|
22
|
+
"1": {
|
|
23
|
+
"label": "Button 1",
|
|
24
|
+
"maxNodes": 5
|
|
25
|
+
},
|
|
26
|
+
"2": {
|
|
27
|
+
"label": "Button 2",
|
|
28
|
+
"maxNodes": 5
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"metadata": {
|
|
32
|
+
"inclusion": "1. Check the device is not already included in a Z-Wave network by pressing any button on the front panel: the LED button should blink with red colour brielfy. Should the device be already included, follow the exclusion instructions to exclude it from the network\n2. Set the controller into “Inclusion Mode”. Refer to the controller documentation to set the controller into Inclusion mode\n3. Touch any of the keys on Vitrum to include the unit.\n4. If adding succeeds, Vitrum will flash the LEDs yellow three times, and switch on all outputs.",
|
|
33
|
+
"exclusion": "1. The device can be excluded from a network only if previously included. Check that by pressing a button on the front panel: the LED button should not blink with red colour brielfy.\n2. Set the controller into “Exclusion Mode”. Refer to the controller documentation to set the controller into Exclusion mode.\n 3. Press and hold the top left most button for at least 8 seconds.\n 4. LED will flash red three times and sound a tone to confirm successful exclusion.",
|
|
34
|
+
"reset": "WARNING: Please use this procedure only when the Z-Wave Primary Controller is missing or otherwise inoperable.\nTo reset the unit to Factory Settings:\n1. Remove the unit from the wall mounting box.\n2. Press and hold the hidden Factory Reset button for at least 3 seconds.\n3. LED will flash red three times and sound a tone to confirm successful factory reset.",
|
|
35
|
+
"manual": "https://www.manualslib.com/manual/1360869/Vitrum-On-Off-Wireless.html"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"manufacturer": "
|
|
2
|
+
"manufacturer": "Vitrum",
|
|
3
3
|
"manufacturerId": "0x010a",
|
|
4
|
-
"label": "
|
|
5
|
-
"description": "",
|
|
4
|
+
"label": "01E030010",
|
|
5
|
+
"description": "III Dimmer Wireless",
|
|
6
6
|
"devices": [
|
|
7
7
|
{
|
|
8
8
|
"productType": "0x1100",
|
|
@@ -15,16 +15,22 @@
|
|
|
15
15
|
},
|
|
16
16
|
"associations": {
|
|
17
17
|
"1": {
|
|
18
|
-
"label": "
|
|
18
|
+
"label": "Button 1",
|
|
19
19
|
"maxNodes": 5
|
|
20
20
|
},
|
|
21
21
|
"2": {
|
|
22
|
-
"label": "
|
|
22
|
+
"label": "Button 2",
|
|
23
23
|
"maxNodes": 5
|
|
24
24
|
},
|
|
25
25
|
"3": {
|
|
26
|
-
"label": "
|
|
26
|
+
"label": "Button 3",
|
|
27
27
|
"maxNodes": 5
|
|
28
28
|
}
|
|
29
|
+
},
|
|
30
|
+
"metadata": {
|
|
31
|
+
"inclusion": "1. Check the device is not already included in a Z-Wave network by pressing any button on the front panel: the LED button should blink with red colour brielfy. Should the device be already included, follow the exclusion instructions to exclude it from the network\n2. Set the controller into “Inclusion Mode”. Refer to the controller documentation to set the controller into Inclusion mode\n3. Touch any of the keys on Vitrum to include the unit.\n4. If adding succeeds, Vitrum will flash the LEDs yellow three times, and switch on all outputs.",
|
|
32
|
+
"exclusion": "1. The device can be excluded from a network only if previously included. Check that by pressing a button on the front panel: the LED button should not blink with red colour brielfy.\n2. Set the controller into “Exclusion Mode”. Refer to the controller documentation to set the controller into Exclusion mode.\n 3. Press and hold the top left most button for at least 8 seconds.\n 4. LED will flash red three times and sound a tone to confirm successful exclusion.",
|
|
33
|
+
"reset": "WARNING: Please use this procedure only when the Z-Wave Primary Controller is missing or otherwise inoperable.\nTo reset the unit to Factory Settings:\n1. Remove the unit from the wall mounting box.\n2. Press and hold the hidden Factory Reset button for at least 3 seconds.\n3. LED will flash red three times and sound a tone to confirm successful factory reset.",
|
|
34
|
+
"manual": "https://z-wave.ru/podderzhka/skachat/category/83-thinksimple.html?download=231:vitrum-dimmer-wireless"
|
|
29
35
|
}
|
|
30
36
|
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Vitrum",
|
|
3
|
+
"manufacturerId": "0x010a",
|
|
4
|
+
"label": "01E010030 / 01B010030",
|
|
5
|
+
"description": "I Satellite Wireless",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x2400",
|
|
9
|
+
"productId": "0xa100"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"associations": {
|
|
17
|
+
"1": {
|
|
18
|
+
"label": "Button 1",
|
|
19
|
+
"maxNodes": 10
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"metadata": {
|
|
23
|
+
"inclusion": "1. Check the device is not already included in a Z-Wave network by pressing any button on the front panel: the LED button should blink with red colour brielfy. Should the device be already included, follow the exclusion instructions to exclude it from the network\n2. Set the controller into “Inclusion Mode”. Refer to the controller documentation to set the controller into Inclusion mode\n3. Touch any of the keys on Vitrum to include the unit.\n4. If adding succeeds, Vitrum will flash the LEDs yellow three times, and switch on all outputs.",
|
|
24
|
+
"exclusion": "1. The device can be excluded from a network only if previously included. Check that by pressing a button on the front panel: the LED button should not blink with red colour brielfy.\n2. Set the controller into “Exclusion Mode”. Refer to the controller documentation to set the controller into Exclusion mode.\n 3. Press and hold the top left most button for at least 8 seconds.\n 4. LED will flash red three times and sound a tone to confirm successful exclusion.",
|
|
25
|
+
"reset": "WARNING: Please use this procedure only when the Z-Wave Primary Controller is missing or otherwise inoperable.\nTo reset the unit to Factory Settings:\n1. Remove the unit from the wall mounting box.\n2. Press and hold the hidden Factory Reset button for at least 3 seconds.\n3. LED will flash red three times and sound a tone to confirm successful factory reset.",
|
|
26
|
+
"manual": "https://docplayer.net/31994823-Vitrum-satellite-wireless-installation-and-operation.html"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"manufacturer": "
|
|
2
|
+
"manufacturer": "Vitrum",
|
|
3
3
|
"manufacturerId": "0x010a",
|
|
4
|
-
"label": "
|
|
5
|
-
"description": "
|
|
4
|
+
"label": "01E040041",
|
|
5
|
+
"description": "IV Satellite Wireless",
|
|
6
6
|
"devices": [
|
|
7
7
|
{
|
|
8
8
|
"productType": "0x3400",
|
|
@@ -15,24 +15,26 @@
|
|
|
15
15
|
},
|
|
16
16
|
"associations": {
|
|
17
17
|
"1": {
|
|
18
|
-
"label": "
|
|
19
|
-
"description": "Group for Button 1",
|
|
18
|
+
"label": "Button 1",
|
|
20
19
|
"maxNodes": 5
|
|
21
20
|
},
|
|
22
21
|
"2": {
|
|
23
|
-
"label": "
|
|
24
|
-
"description": "Group for Button 2",
|
|
22
|
+
"label": "Button 2",
|
|
25
23
|
"maxNodes": 5
|
|
26
24
|
},
|
|
27
25
|
"3": {
|
|
28
|
-
"label": "
|
|
29
|
-
"description": "Group for Button 3",
|
|
26
|
+
"label": "Button 3",
|
|
30
27
|
"maxNodes": 5
|
|
31
28
|
},
|
|
32
29
|
"4": {
|
|
33
|
-
"label": "
|
|
34
|
-
"description": "Group for Button 4",
|
|
30
|
+
"label": "Button 4",
|
|
35
31
|
"maxNodes": 5
|
|
36
32
|
}
|
|
33
|
+
},
|
|
34
|
+
"metadata": {
|
|
35
|
+
"inclusion": "1. Check the device is not already included in a Z-Wave network by pressing any button on the front panel: the LED button should blink with red colour brielfy. Should the device be already included, follow the exclusion instructions to exclude it from the network\n2. Set the controller into “Inclusion Mode”. Refer to the controller documentation to set the controller into Inclusion mode\n3. Touch any of the keys on Vitrum to include the unit.\n4. If adding succeeds, Vitrum will flash the LEDs yellow three times, and switch on all outputs.",
|
|
36
|
+
"exclusion": "1. The device can be excluded from a network only if previously included. Check that by pressing a button on the front panel: the LED button should not blink with red colour brielfy.\n2. Set the controller into “Exclusion Mode”. Refer to the controller documentation to set the controller into Exclusion mode.\n 3. Press and hold the top left most button for at least 8 seconds.\n 4. LED will flash red three times and sound a tone to confirm successful exclusion.",
|
|
37
|
+
"reset": "WARNING: Please use this procedure only when the Z-Wave Primary Controller is missing or otherwise inoperable.\nTo reset the unit to Factory Settings:\n1. Remove the unit from the wall mounting box.\n2. Press and hold the hidden Factory Reset button for at least 3 seconds.\n3. LED will flash red three times and sound a tone to confirm successful factory reset.",
|
|
38
|
+
"manual": "https://docplayer.net/31994823-Vitrum-satellite-wireless-installation-and-operation.html"
|
|
37
39
|
}
|
|
38
40
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"manufacturer": "
|
|
2
|
+
"manufacturer": "Vitrum",
|
|
3
3
|
"manufacturerId": "0x010a",
|
|
4
|
-
"label": "
|
|
5
|
-
"description": "
|
|
4
|
+
"label": "01E060041",
|
|
5
|
+
"description": "VI Satellite Wireless",
|
|
6
6
|
"devices": [
|
|
7
7
|
{
|
|
8
8
|
"productType": "0x1400",
|
|
@@ -15,29 +15,34 @@
|
|
|
15
15
|
},
|
|
16
16
|
"associations": {
|
|
17
17
|
"1": {
|
|
18
|
-
"label": "Button
|
|
18
|
+
"label": "Button 1",
|
|
19
19
|
"maxNodes": 5
|
|
20
20
|
},
|
|
21
21
|
"2": {
|
|
22
|
-
"label": "Button
|
|
22
|
+
"label": "Button 2",
|
|
23
23
|
"maxNodes": 5
|
|
24
24
|
},
|
|
25
25
|
"3": {
|
|
26
|
-
"label": "Button
|
|
26
|
+
"label": "Button 3",
|
|
27
27
|
"maxNodes": 5
|
|
28
28
|
},
|
|
29
29
|
"4": {
|
|
30
|
-
"label": "Button
|
|
30
|
+
"label": "Button 4",
|
|
31
31
|
"maxNodes": 5
|
|
32
32
|
},
|
|
33
33
|
"5": {
|
|
34
|
-
"label": "Button
|
|
34
|
+
"label": "Button 5",
|
|
35
35
|
"maxNodes": 5
|
|
36
36
|
},
|
|
37
37
|
"6": {
|
|
38
|
-
"label": "Button
|
|
38
|
+
"label": "Button 6",
|
|
39
39
|
"maxNodes": 5,
|
|
40
40
|
"isLifeline": true
|
|
41
41
|
}
|
|
42
|
+
},
|
|
43
|
+
"metadata": {
|
|
44
|
+
"inclusion": "1. Check the device is not already included in a Z-Wave network by pressing any button on the front panel: the LED button should blink with red colour brielfy. Should the device be already included, follow the exclusion instructions to exclude it from the network\n2. Set the controller into “Inclusion Mode”. Refer to the controller documentation to set the controller into Inclusion mode\n3. Touch any of the keys on Vitrum to include the unit.\n4. If adding succeeds, Vitrum will flash the LEDs yellow three times, and switch on all outputs.",
|
|
45
|
+
"exclusion": "1. The device can be excluded from a network only if previously included. Check that by pressing a button on the front panel: the LED button should not blink with red colour brielfy.\n2. Set the controller into “Exclusion Mode”. Refer to the controller documentation to set the controller into Exclusion mode.\n 3. Press and hold the top left most button for at least 8 seconds.\n 4. LED will flash red three times and sound a tone to confirm successful exclusion.",
|
|
46
|
+
"reset": "WARNING: Please use this procedure only when the Z-Wave Primary Controller is missing or otherwise inoperable.\nTo reset the unit to Factory Settings:\n1. Remove the unit from the wall mounting box.\n2. Press and hold the hidden Factory Reset button for at least 3 seconds.\n3. LED will flash red three times and sound a tone to confirm successful factory reset."
|
|
42
47
|
}
|
|
43
48
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"manufacturer": "
|
|
2
|
+
"manufacturer": "Vitrum",
|
|
3
3
|
"manufacturerId": "0x010a",
|
|
4
|
-
"label": "
|
|
5
|
-
"description": "
|
|
4
|
+
"label": "Scenario",
|
|
5
|
+
"description": "Scenario Controller",
|
|
6
6
|
"devices": [
|
|
7
7
|
{
|
|
8
8
|
"productType": "0x1500",
|
|
@@ -29,6 +29,16 @@
|
|
|
29
29
|
"min": "0.0",
|
|
30
30
|
"max": "255.255"
|
|
31
31
|
},
|
|
32
|
+
"associations": {
|
|
33
|
+
"1": {
|
|
34
|
+
"label": "Lifeline",
|
|
35
|
+
"maxNodes": 1,
|
|
36
|
+
// This device requires a multi channel association on the root
|
|
37
|
+
// to be able to report from the correct endpoints
|
|
38
|
+
"multiChannel": true,
|
|
39
|
+
"isLifeline": true
|
|
40
|
+
}
|
|
41
|
+
},
|
|
32
42
|
"paramInformation": [
|
|
33
43
|
{
|
|
34
44
|
"#": "9",
|
|
@@ -138,6 +138,9 @@
|
|
|
138
138
|
}
|
|
139
139
|
],
|
|
140
140
|
"compat": {
|
|
141
|
-
|
|
141
|
+
// The device has two endpoints with different device classes, but both need to exist
|
|
142
|
+
"preserveEndpoints": [1, 2],
|
|
143
|
+
// Not sure if necessary, but this can prevent missing updates on endpoint 1
|
|
144
|
+
"mapRootReportsToEndpoint": 1
|
|
142
145
|
}
|
|
143
146
|
}
|
|
@@ -22,14 +22,19 @@
|
|
|
22
22
|
"label": "Relay 1 + 2",
|
|
23
23
|
"maxNodes": 1,
|
|
24
24
|
"isLifeline": true
|
|
25
|
+
// Corresponds to endpoint 1 (both relays)
|
|
25
26
|
},
|
|
26
27
|
"2": {
|
|
27
28
|
"label": "Relay 1",
|
|
28
|
-
"maxNodes": 1
|
|
29
|
+
"maxNodes": 1,
|
|
30
|
+
"isLifeline": true
|
|
31
|
+
// Corresponds to endpoint 2
|
|
29
32
|
},
|
|
30
33
|
"3": {
|
|
31
34
|
"label": "Relay 2",
|
|
32
|
-
"maxNodes": 1
|
|
35
|
+
"maxNodes": 1,
|
|
36
|
+
"isLifeline": true
|
|
37
|
+
// Corresponds to endpoint 3
|
|
33
38
|
}
|
|
34
39
|
},
|
|
35
40
|
"paramInformation": [
|
|
@@ -82,6 +87,28 @@
|
|
|
82
87
|
"value": 3
|
|
83
88
|
}
|
|
84
89
|
]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
// This parameter is undocumented, but necessary for endpoint reporting
|
|
93
|
+
"#": "11",
|
|
94
|
+
"label": "Send Reports From Endpoints",
|
|
95
|
+
"description": "Enable this to distinguish between the relays.",
|
|
96
|
+
"valueSize": 1,
|
|
97
|
+
"minValue": 1,
|
|
98
|
+
"maxValue": 2,
|
|
99
|
+
"defaultValue": 1,
|
|
100
|
+
"unsigned": true,
|
|
101
|
+
"allowManualEntry": false,
|
|
102
|
+
"options": [
|
|
103
|
+
{
|
|
104
|
+
"label": "Disable",
|
|
105
|
+
"value": 1
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"label": "Enable",
|
|
109
|
+
"value": 2
|
|
110
|
+
}
|
|
111
|
+
]
|
|
85
112
|
}
|
|
86
113
|
],
|
|
87
114
|
"compat": {
|