zigbee-herdsman-converters 14.0.373 → 14.0.374
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/bticino.js +1 -1
- package/devices/iris.js +15 -0
- package/devices/legrand.js +1 -1
- package/devices/lidl.js +1 -1
- package/devices/osram.js +7 -4
- package/npm-shrinkwrap.json +1 -1
- package/package.json +1 -1
package/devices/bticino.js
CHANGED
|
@@ -70,7 +70,7 @@ module.exports = [
|
|
|
70
70
|
{
|
|
71
71
|
zigbeeModel: ['Bticino Din power consumption module '],
|
|
72
72
|
model: 'F20T60A',
|
|
73
|
-
description: 'DIN power consumption module',
|
|
73
|
+
description: 'DIN power consumption module (same as Legrand 412015)',
|
|
74
74
|
vendor: 'BTicino',
|
|
75
75
|
extend: extend.switch(),
|
|
76
76
|
fromZigbee: [fz.identify, fz.on_off, fz.electrical_measurement, fz.legrand_device_mode, fz.ignore_basic_report, fz.ignore_genOta],
|
package/devices/iris.js
CHANGED
|
@@ -3,6 +3,7 @@ const fz = {...require('../converters/fromZigbee'), legacy: require('../lib/lega
|
|
|
3
3
|
const tz = require('../converters/toZigbee');
|
|
4
4
|
const reporting = require('../lib/reporting');
|
|
5
5
|
const e = exposes.presets;
|
|
6
|
+
const extend = require('../lib/extend');
|
|
6
7
|
|
|
7
8
|
module.exports = [
|
|
8
9
|
{
|
|
@@ -144,4 +145,18 @@ module.exports = [
|
|
|
144
145
|
},
|
|
145
146
|
exposes: [e.switch(), e.battery()],
|
|
146
147
|
},
|
|
148
|
+
{
|
|
149
|
+
zigbeeModel: ['1113-S'],
|
|
150
|
+
model: 'iL03_1',
|
|
151
|
+
vendor: 'Iris',
|
|
152
|
+
description: 'Smart plug',
|
|
153
|
+
extend: extend.switch(),
|
|
154
|
+
configure: async (device, coordinatorEndpoint, logger) => {
|
|
155
|
+
const endpoint = device.getEndpoint(1);
|
|
156
|
+
await reporting.bind(endpoint, coordinatorEndpoint, ['genOnOff']);
|
|
157
|
+
await reporting.onOff(endpoint);
|
|
158
|
+
device.powerSource = 'Mains (single phase)';
|
|
159
|
+
device.save();
|
|
160
|
+
},
|
|
161
|
+
},
|
|
147
162
|
];
|
package/devices/legrand.js
CHANGED
|
@@ -19,7 +19,7 @@ module.exports = [
|
|
|
19
19
|
zigbeeModel: [' Contactor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000'+
|
|
20
20
|
'\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000'],
|
|
21
21
|
model: 'FC80CC',
|
|
22
|
-
description: 'Legrand (or Bticino) DIN contactor module
|
|
22
|
+
description: 'Legrand (or Bticino) DIN contactor module',
|
|
23
23
|
vendor: 'Legrand',
|
|
24
24
|
extend: extend.switch(),
|
|
25
25
|
fromZigbee: [fz.identify, fz.on_off, fz.electrical_measurement, fz.legrand_device_mode, fz.ignore_basic_report, fz.ignore_genOta],
|
package/devices/lidl.js
CHANGED
|
@@ -667,7 +667,7 @@ module.exports = [
|
|
|
667
667
|
fingerprint: [{modelID: 'TS0101', manufacturerName: '_TZ3000_pnzfdr9y'}],
|
|
668
668
|
model: 'HG06619',
|
|
669
669
|
vendor: 'Lidl',
|
|
670
|
-
description: 'Silvercrest
|
|
670
|
+
description: 'Silvercrest outdoor plug',
|
|
671
671
|
extend: extend.switch(),
|
|
672
672
|
configure: async (device, coordinatorEndpoint, logger) => {
|
|
673
673
|
const endpoint = device.getEndpoint(1);
|
package/devices/osram.js
CHANGED
|
@@ -390,14 +390,15 @@ module.exports = [
|
|
|
390
390
|
ota: ota.ledvance,
|
|
391
391
|
},
|
|
392
392
|
{
|
|
393
|
-
zigbeeModel: ['Zigbee 3.0 DALI CONV LI'],
|
|
393
|
+
zigbeeModel: ['Zigbee 3.0 DALI CONV LI', 'Zigbee 3.0 DALI CONV LI\u0000'],
|
|
394
394
|
model: '4062172044776_1',
|
|
395
395
|
vendor: 'OSRAM',
|
|
396
396
|
description: 'Zigbee 3.0 DALI CONV LI dimmer for DALI-based luminaires (only one device)',
|
|
397
397
|
extend: extend.ledvance.light_onoff_brightness(),
|
|
398
398
|
},
|
|
399
399
|
{
|
|
400
|
-
fingerprint: [{modelID: 'Zigbee 3.0 DALI CONV LI', endpoints: [{ID: 10}, {ID: 25}, {ID: 242}]}
|
|
400
|
+
fingerprint: [{modelID: 'Zigbee 3.0 DALI CONV LI', endpoints: [{ID: 10}, {ID: 25}, {ID: 242}]},
|
|
401
|
+
{modelID: 'Zigbee 3.0 DALI CONV LI\u0000', endpoints: [{ID: 10}, {ID: 25}, {ID: 242}]}],
|
|
401
402
|
model: '4062172044776_2',
|
|
402
403
|
vendor: 'OSRAM',
|
|
403
404
|
description: 'Zigbee 3.0 DALI CONV LI dimmer for DALI-based luminaires (one device and pushbutton)',
|
|
@@ -410,7 +411,8 @@ module.exports = [
|
|
|
410
411
|
},
|
|
411
412
|
},
|
|
412
413
|
{
|
|
413
|
-
fingerprint: [{modelID: 'Zigbee 3.0 DALI CONV LI', endpoints: [{ID: 10}, {ID: 11}, {ID: 242}]}
|
|
414
|
+
fingerprint: [{modelID: 'Zigbee 3.0 DALI CONV LI', endpoints: [{ID: 10}, {ID: 11}, {ID: 242}]},
|
|
415
|
+
{modelID: 'Zigbee 3.0 DALI CONV LI\u0000', endpoints: [{ID: 10}, {ID: 11}, {ID: 242}]}],
|
|
414
416
|
model: '4062172044776_3',
|
|
415
417
|
vendor: 'OSRAM',
|
|
416
418
|
description: 'Zigbee 3.0 DALI CONV LI dimmer for DALI-based luminaires (with two devices)',
|
|
@@ -430,7 +432,8 @@ module.exports = [
|
|
|
430
432
|
},
|
|
431
433
|
},
|
|
432
434
|
{
|
|
433
|
-
fingerprint: [{modelID: 'Zigbee 3.0 DALI CONV LI', endpoints: [{ID: 10}, {ID: 11}, {ID: 25}, {ID: 242}]}
|
|
435
|
+
fingerprint: [{modelID: 'Zigbee 3.0 DALI CONV LI', endpoints: [{ID: 10}, {ID: 11}, {ID: 25}, {ID: 242}]},
|
|
436
|
+
{modelID: 'Zigbee 3.0 DALI CONV LI\u0000', endpoints: [{ID: 10}, {ID: 11}, {ID: 25}, {ID: 242}]}],
|
|
434
437
|
model: '4062172044776_4',
|
|
435
438
|
vendor: 'OSRAM',
|
|
436
439
|
description: 'Zigbee 3.0 DALI CONV LI dimmer for DALI-based luminaires (with two devices and pushbutton)',
|
package/npm-shrinkwrap.json
CHANGED