zigbee-herdsman-converters 14.0.447 → 14.0.448
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/devices/awox.js +151 -35
- package/devices/hive.js +3 -0
- package/devices/orvibo.js +2 -0
- package/devices/philips.js +10 -1
- package/devices/saswell.js +2 -1
- package/npm-shrinkwrap.json +1 -1
- package/package.json +1 -1
package/devices/awox.js
CHANGED
|
@@ -70,10 +70,28 @@ module.exports = [
|
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
72
|
fingerprint: [
|
|
73
|
-
{
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
73
|
+
{
|
|
74
|
+
type: 'EndDevice',
|
|
75
|
+
manufacturerName: 'AwoX',
|
|
76
|
+
modelID: 'TLSR82xx',
|
|
77
|
+
powerSource: 'Battery',
|
|
78
|
+
endpoints: [
|
|
79
|
+
{
|
|
80
|
+
ID: 1,
|
|
81
|
+
profileID: 260,
|
|
82
|
+
deviceID: 2048,
|
|
83
|
+
inputClusters: [0, 3, 4, 4096],
|
|
84
|
+
outputClusters: [0, 3, 4, 5, 6, 8, 768, 4096],
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
ID: 3,
|
|
88
|
+
profileID: 4751,
|
|
89
|
+
deviceID: 2048,
|
|
90
|
+
inputClusters: [65360, 65361],
|
|
91
|
+
outputClusters: [65360, 65361],
|
|
92
|
+
},
|
|
93
|
+
],
|
|
94
|
+
},
|
|
77
95
|
],
|
|
78
96
|
model: '33952',
|
|
79
97
|
vendor: 'AwoX',
|
|
@@ -87,24 +105,80 @@ module.exports = [
|
|
|
87
105
|
},
|
|
88
106
|
{
|
|
89
107
|
fingerprint: [
|
|
90
|
-
{
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
+
{
|
|
109
|
+
type: 'Router', manufacturerName: 'AwoX', modelID: 'TLSR82xx', endpoints: [
|
|
110
|
+
{
|
|
111
|
+
ID: 1,
|
|
112
|
+
profileID: 260,
|
|
113
|
+
deviceID: 269,
|
|
114
|
+
inputClusters: [0, 3, 4, 5, 6, 8, 768, 4096, 64599, 10],
|
|
115
|
+
outputClusters: [6],
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
ID: 3,
|
|
119
|
+
profileID: 4751,
|
|
120
|
+
deviceID: 269,
|
|
121
|
+
inputClusters: [65360, 65361],
|
|
122
|
+
outputClusters: [65360, 65361],
|
|
123
|
+
},
|
|
124
|
+
{ID: 242, profileID: 41440, deviceID: 97, inputClusters: [], outputClusters: [33]},
|
|
125
|
+
],
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'Router', manufacturerName: 'AwoX', modelID: 'TLSR82xx', endpoints: [
|
|
129
|
+
{
|
|
130
|
+
ID: 1,
|
|
131
|
+
profileID: 260,
|
|
132
|
+
deviceID: 258,
|
|
133
|
+
inputClusters: [0, 3, 4, 5, 6, 8, 768, 4096],
|
|
134
|
+
outputClusters: [6, 25],
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
ID: 3,
|
|
138
|
+
profileID: 49152,
|
|
139
|
+
deviceID: 258,
|
|
140
|
+
inputClusters: [65360, 65361],
|
|
141
|
+
outputClusters: [65360, 65361],
|
|
142
|
+
},
|
|
143
|
+
],
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'Router', manufacturerName: 'AwoX', modelID: 'TLSR82xx', endpoints: [
|
|
147
|
+
{
|
|
148
|
+
ID: 1,
|
|
149
|
+
profileID: 260,
|
|
150
|
+
deviceID: 269,
|
|
151
|
+
inputClusters: [0, 3, 4, 5, 6, 8, 768, 4096, 64599],
|
|
152
|
+
outputClusters: [6],
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
ID: 3,
|
|
156
|
+
profileID: 4751,
|
|
157
|
+
deviceID: 269,
|
|
158
|
+
inputClusters: [65360, 65361],
|
|
159
|
+
outputClusters: [65360, 65361],
|
|
160
|
+
},
|
|
161
|
+
{ID: 242, profileID: 41440, deviceID: 97, inputClusters: [], outputClusters: [33]},
|
|
162
|
+
],
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
type: 'Router', manufacturerName: 'AwoX', modelID: 'TLSR82xx', endpoints: [
|
|
166
|
+
{
|
|
167
|
+
ID: 1,
|
|
168
|
+
profileID: 260,
|
|
169
|
+
deviceID: 269,
|
|
170
|
+
inputClusters: [0, 3, 4, 5, 6, 8, 768, 4096, 64599],
|
|
171
|
+
outputClusters: [6],
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
ID: 3,
|
|
175
|
+
profileID: 4751,
|
|
176
|
+
deviceID: 269,
|
|
177
|
+
inputClusters: [65360, 65361],
|
|
178
|
+
outputClusters: [65360, 65361],
|
|
179
|
+
},
|
|
180
|
+
],
|
|
181
|
+
},
|
|
108
182
|
],
|
|
109
183
|
model: '33943/33944/33946',
|
|
110
184
|
vendor: 'AwoX',
|
|
@@ -113,15 +187,43 @@ module.exports = [
|
|
|
113
187
|
},
|
|
114
188
|
{
|
|
115
189
|
fingerprint: [
|
|
116
|
-
{
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
190
|
+
{
|
|
191
|
+
type: 'Router', manufacturerName: 'AwoX', modelID: 'TLSR82xx', endpoints: [
|
|
192
|
+
{
|
|
193
|
+
ID: 1,
|
|
194
|
+
profileID: 260,
|
|
195
|
+
deviceID: 268,
|
|
196
|
+
inputClusters: [0, 3, 4, 5, 6, 8, 768, 4096, 64599],
|
|
197
|
+
outputClusters: [6],
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
ID: 3,
|
|
201
|
+
profileID: 4751,
|
|
202
|
+
deviceID: 268,
|
|
203
|
+
inputClusters: [65360, 65361],
|
|
204
|
+
outputClusters: [65360, 65361],
|
|
205
|
+
},
|
|
206
|
+
],
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
type: 'Router', manufacturerName: 'AwoX', modelID: 'TLSR82xx', endpoints: [
|
|
210
|
+
{
|
|
211
|
+
ID: 1,
|
|
212
|
+
profileID: 260,
|
|
213
|
+
deviceID: 268,
|
|
214
|
+
inputClusters: [0, 3, 4, 5, 6, 8, 768, 4096, 64599],
|
|
215
|
+
outputClusters: [6],
|
|
216
|
+
},
|
|
217
|
+
{ID: 242, profileID: 41440, deviceID: 97, inputClusters: [], outputClusters: [33]},
|
|
218
|
+
{
|
|
219
|
+
ID: 3,
|
|
220
|
+
profileID: 4751,
|
|
221
|
+
deviceID: 268,
|
|
222
|
+
inputClusters: [65360, 65361],
|
|
223
|
+
outputClusters: [65360, 65361],
|
|
224
|
+
},
|
|
225
|
+
],
|
|
226
|
+
},
|
|
125
227
|
],
|
|
126
228
|
model: '33957',
|
|
127
229
|
vendor: 'AwoX',
|
|
@@ -130,10 +232,24 @@ module.exports = [
|
|
|
130
232
|
},
|
|
131
233
|
{
|
|
132
234
|
fingerprint: [
|
|
133
|
-
{
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
235
|
+
{
|
|
236
|
+
type: 'Router', manufacturerName: 'AwoX', modelID: 'TLSR82xx', endpoints: [
|
|
237
|
+
{
|
|
238
|
+
ID: 1,
|
|
239
|
+
profileID: 260,
|
|
240
|
+
deviceID: 268,
|
|
241
|
+
inputClusters: [0, 3, 4, 5, 6, 8, 768, 4096],
|
|
242
|
+
outputClusters: [6, 25],
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
ID: 3,
|
|
246
|
+
profileID: 49152,
|
|
247
|
+
deviceID: 268,
|
|
248
|
+
inputClusters: [65360, 65361],
|
|
249
|
+
outputClusters: [65360, 65361],
|
|
250
|
+
},
|
|
251
|
+
],
|
|
252
|
+
},
|
|
137
253
|
],
|
|
138
254
|
model: '33955',
|
|
139
255
|
vendor: 'Eglo',
|
package/devices/hive.js
CHANGED
|
@@ -275,6 +275,7 @@ module.exports = [
|
|
|
275
275
|
await reporting.thermostatTemperatureSetpointHold(heatEndpoint);
|
|
276
276
|
await reporting.thermostatTemperatureSetpointHoldDuration(heatEndpoint);
|
|
277
277
|
await reporting.bind(waterEndpoint, coordinatorEndpoint, binds);
|
|
278
|
+
await reporting.thermostatTemperature(waterEndpoint);
|
|
278
279
|
await reporting.thermostatRunningState(waterEndpoint);
|
|
279
280
|
await reporting.thermostatSystemMode(waterEndpoint);
|
|
280
281
|
await reporting.thermostatOccupiedHeatingSetpoint(waterEndpoint);
|
|
@@ -326,6 +327,7 @@ module.exports = [
|
|
|
326
327
|
await reporting.thermostatTemperatureSetpointHold(heatEndpoint);
|
|
327
328
|
await reporting.thermostatTemperatureSetpointHoldDuration(heatEndpoint);
|
|
328
329
|
await reporting.bind(waterEndpoint, coordinatorEndpoint, binds);
|
|
330
|
+
await reporting.thermostatTemperature(waterEndpoint);
|
|
329
331
|
await reporting.thermostatRunningState(waterEndpoint);
|
|
330
332
|
await reporting.thermostatSystemMode(waterEndpoint);
|
|
331
333
|
await reporting.thermostatOccupiedHeatingSetpoint(waterEndpoint);
|
|
@@ -377,6 +379,7 @@ module.exports = [
|
|
|
377
379
|
await reporting.thermostatTemperatureSetpointHold(heatEndpoint);
|
|
378
380
|
await reporting.thermostatTemperatureSetpointHoldDuration(heatEndpoint);
|
|
379
381
|
await reporting.bind(waterEndpoint, coordinatorEndpoint, binds);
|
|
382
|
+
await reporting.thermostatTemperature(waterEndpoint);
|
|
380
383
|
await reporting.thermostatRunningState(waterEndpoint);
|
|
381
384
|
await reporting.thermostatSystemMode(waterEndpoint);
|
|
382
385
|
await reporting.thermostatOccupiedHeatingSetpoint(waterEndpoint);
|
package/devices/orvibo.js
CHANGED
|
@@ -289,6 +289,8 @@ module.exports = [
|
|
|
289
289
|
await reporting.bind(endpoint, coordinatorEndpoint, ['genPowerCfg', 'closuresWindowCovering']);
|
|
290
290
|
await reporting.batteryPercentageRemaining(endpoint);
|
|
291
291
|
await reporting.currentPositionLiftPercentage(endpoint);
|
|
292
|
+
device.powerSource = 'Battery';
|
|
293
|
+
device.save();
|
|
292
294
|
},
|
|
293
295
|
exposes: [e.cover_position(), e.battery()],
|
|
294
296
|
},
|
package/devices/philips.js
CHANGED
|
@@ -1181,6 +1181,15 @@ module.exports = [
|
|
|
1181
1181
|
extend: hueExtend.light_onoff_brightness_colortemp(),
|
|
1182
1182
|
ota: ota.zigbeeOTA,
|
|
1183
1183
|
},
|
|
1184
|
+
{
|
|
1185
|
+
zigbeeModel: ['LTD004'],
|
|
1186
|
+
model: '801480',
|
|
1187
|
+
vendor: 'Philips',
|
|
1188
|
+
description: 'Hue white ambiance 4" retrofit recessed downlight',
|
|
1189
|
+
meta: {turnsOffAtBrightness1: true},
|
|
1190
|
+
extend: hueExtend.light_onoff_brightness_colortemp({colorTempRange: [153, 454]}),
|
|
1191
|
+
ota: ota.zigbeeOTA,
|
|
1192
|
+
},
|
|
1184
1193
|
{
|
|
1185
1194
|
zigbeeModel: ['LTD009'],
|
|
1186
1195
|
model: '5996311U5',
|
|
@@ -2553,7 +2562,7 @@ module.exports = [
|
|
|
2553
2562
|
ota: ota.zigbeeOTA,
|
|
2554
2563
|
},
|
|
2555
2564
|
{
|
|
2556
|
-
zigbeeModel: ['5309030P9', '5309031P9', '5309030P6', '5309031P6'],
|
|
2565
|
+
zigbeeModel: ['5309030P9', '5309031P9', '5309030P6', '5309031P6', '929003046101'],
|
|
2557
2566
|
model: '5309030P9',
|
|
2558
2567
|
vendor: 'Philips',
|
|
2559
2568
|
description: 'Hue White ambiance Runner single spotlight',
|
package/devices/saswell.js
CHANGED
|
@@ -46,7 +46,8 @@ module.exports = [
|
|
|
46
46
|
exposes.climate()
|
|
47
47
|
.withSetpoint('current_heating_setpoint', 5, 30, 0.5, ea.STATE_SET).withLocalTemperature(ea.STATE)
|
|
48
48
|
.withSystemMode(['off', 'heat', 'auto'], ea.STATE_SET)
|
|
49
|
-
|
|
49
|
+
// Range is -6 - 6 and step 1: https://github.com/Koenkk/zigbee2mqtt/issues/11777
|
|
50
|
+
.withLocalTemperatureCalibration(-6, 6, 1, ea.STATE_SET)
|
|
50
51
|
.withAwayMode()],
|
|
51
52
|
},
|
|
52
53
|
];
|
package/npm-shrinkwrap.json
CHANGED