zigbee-herdsman-converters 14.0.382 → 14.0.383
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/cleode.js +23 -0
- package/devices/gledopto.js +7 -0
- package/devices/philips.js +9 -0
- package/devices/tubeszb.js +20 -0
- package/devices/tuya.js +5 -1
- package/devices/xiaomi.js +3 -7
- package/devices/zemismart.js +22 -0
- package/lib/ota/zigbeeOTA.js +36 -8
- package/lib/reporting.js +1 -1
- package/npm-shrinkwrap.json +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const exposes = require('../lib/exposes');
|
|
2
|
+
const fz = {...require('../converters/fromZigbee'), legacy: require('../lib/legacy').fromZigbee};
|
|
3
|
+
const tz = require('../converters/toZigbee');
|
|
4
|
+
const reporting = require('../lib/reporting');
|
|
5
|
+
const e = exposes.presets;
|
|
6
|
+
|
|
7
|
+
module.exports = [
|
|
8
|
+
{
|
|
9
|
+
zigbeeModel: ['ZPLUG'],
|
|
10
|
+
model: 'ZPLUG_Boost',
|
|
11
|
+
vendor: 'CLEODE',
|
|
12
|
+
description: 'ZPlug boost',
|
|
13
|
+
meta: {multiEndpoint: true},
|
|
14
|
+
fromZigbee: [fz.on_off],
|
|
15
|
+
toZigbee: [tz.on_off],
|
|
16
|
+
exposes: [e.switch(), e.power()],
|
|
17
|
+
configure: async (device, coordinatorEndpoint, logger) => {
|
|
18
|
+
const endpoint = device.getEndpoint(1);
|
|
19
|
+
await reporting.bind(endpoint, coordinatorEndpoint, ['genOnOff', 'seMetering']);
|
|
20
|
+
await reporting.readMeteringMultiplierDivisor(endpoint);
|
|
21
|
+
},
|
|
22
|
+
},
|
|
23
|
+
];
|
package/devices/gledopto.js
CHANGED
|
@@ -508,6 +508,13 @@ module.exports = [
|
|
|
508
508
|
description: 'Zigbee 10W Floodlight RGB+CCT',
|
|
509
509
|
extend: gledoptoExtend.light_onoff_brightness_colortemp_color(),
|
|
510
510
|
},
|
|
511
|
+
{
|
|
512
|
+
zigbeeModel: ['GL-B-003P'],
|
|
513
|
+
model: 'GL-B-003P',
|
|
514
|
+
vendor: 'Gledopto',
|
|
515
|
+
description: 'Zigbee 7W E26/E27 Bulb RGB+CCT (pro)',
|
|
516
|
+
extend: extend.light_onoff_brightness_colortemp({colorTempRange: [155, 495]}),
|
|
517
|
+
},
|
|
511
518
|
{
|
|
512
519
|
zigbeeModel: ['GL-FL-004TZS'],
|
|
513
520
|
model: 'GL-FL-004TZS',
|
package/devices/philips.js
CHANGED
|
@@ -29,6 +29,15 @@ const hueExtend = {
|
|
|
29
29
|
};
|
|
30
30
|
|
|
31
31
|
module.exports = [
|
|
32
|
+
{
|
|
33
|
+
zigbeeModel: ['929003056901'],
|
|
34
|
+
model: '929003056901',
|
|
35
|
+
vendor: 'Philips',
|
|
36
|
+
description: 'Hue Struana 27W',
|
|
37
|
+
meta: {turnsOffAtBrightness1: true},
|
|
38
|
+
extend: hueExtend.light_onoff_brightness_colortemp({colorTempRange: [153, 454]}),
|
|
39
|
+
ota: ota.zigbeeOTA,
|
|
40
|
+
},
|
|
32
41
|
{
|
|
33
42
|
zigbeeModel: ['LWA018'],
|
|
34
43
|
model: '9290024693',
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const fz = {...require('../converters/fromZigbee'), legacy: require('../lib/legacy').fromZigbee};
|
|
2
|
+
const reporting = require('../lib/reporting');
|
|
3
|
+
|
|
4
|
+
module.exports = [
|
|
5
|
+
{
|
|
6
|
+
zigbeeModel: ['tubeszb.router'],
|
|
7
|
+
model: 'tubeszb.router',
|
|
8
|
+
vendor: 'TubesZB',
|
|
9
|
+
description: '[CC2652 Router](https://github.com/tube0013/tube_gateways/tree/main/tube_cc_router)',
|
|
10
|
+
fromZigbee: [fz.linkquality_from_basic],
|
|
11
|
+
toZigbee: [],
|
|
12
|
+
exposes: [],
|
|
13
|
+
configure: async (device, coordinatorEndpoint, logger) => {
|
|
14
|
+
const endpoint = device.getEndpoint(8);
|
|
15
|
+
const payload = [{attribute: 'zclVersion', minimumReportInterval: 0, maximumReportInterval: 3600, reportableChange: 0}];
|
|
16
|
+
await reporting.bind(endpoint, coordinatorEndpoint, ['genBasic']);
|
|
17
|
+
await endpoint.configureReporting('genBasic', payload);
|
|
18
|
+
},
|
|
19
|
+
},
|
|
20
|
+
];
|
package/devices/tuya.js
CHANGED
|
@@ -163,6 +163,7 @@ module.exports = [
|
|
|
163
163
|
{modelID: 'TS0505B', manufacturerName: '_TZ3210_bicjqpg4'},
|
|
164
164
|
{modelID: 'TS0505B', manufacturerName: '_TZ3000_cmaky9gq'},
|
|
165
165
|
{modelID: 'TS0505B', manufacturerName: '_TZ3000_tza2vjxx'},
|
|
166
|
+
{modelID: 'TS0505B', manufacturerName: '_TZ3210_k1pe6ibm'},
|
|
166
167
|
{modelID: 'TS0505B', manufacturerName: '_TZ3210_bfwvfyx1'}],
|
|
167
168
|
model: 'TS0505B',
|
|
168
169
|
vendor: 'TuYa',
|
|
@@ -179,7 +180,8 @@ module.exports = [
|
|
|
179
180
|
fingerprint: [{modelID: 'TS0503B', manufacturerName: '_TZ3000_i8l0nqdu'},
|
|
180
181
|
{modelID: 'TS0503B', manufacturerName: '_TZ3210_a5fxguxr'},
|
|
181
182
|
{modelID: 'TS0503B', manufacturerName: '_TZ3210_778drfdt'},
|
|
182
|
-
{modelID: 'TS0503B', manufacturerName: '_TZ3000_g5xawfcq'}
|
|
183
|
+
{modelID: 'TS0503B', manufacturerName: '_TZ3000_g5xawfcq'},
|
|
184
|
+
{modelID: 'TS0503B', manufacturerName: '_TZ3210_trm3l2aw'}],
|
|
183
185
|
model: 'TS0503B',
|
|
184
186
|
vendor: 'TuYa',
|
|
185
187
|
description: 'Zigbee RGB light',
|
|
@@ -225,6 +227,7 @@ module.exports = [
|
|
|
225
227
|
{modelID: 'TS0202', manufacturerName: '_TZ3000_msl6wxk9'},
|
|
226
228
|
{modelID: 'TS0202', manufacturerName: '_TYZB01_tv3wxhcz'},
|
|
227
229
|
{modelID: 'TS0202', manufacturerName: '_TYZB01_hqbdru35'},
|
|
230
|
+
{modelID: 'TS0202', manufacturerName: '_TZ3000_tiwq83wk'},
|
|
228
231
|
{modelID: 'WHD02', manufacturerName: '_TZ3000_hktqahrq'}],
|
|
229
232
|
model: 'TS0202',
|
|
230
233
|
vendor: 'TuYa',
|
|
@@ -505,6 +508,7 @@ module.exports = [
|
|
|
505
508
|
{modelID: 'TS0502B', manufacturerName: '_TZ3210_psgq7ysz'},
|
|
506
509
|
{modelID: 'TS0502B', manufacturerName: '_TZ3000_zw7wr5uo'},
|
|
507
510
|
{modelID: 'TS0502B', manufacturerName: '_TZ3210_pz9zmxjj'},
|
|
511
|
+
{modelID: 'TS0502B', manufacturerName: '_TZ3000_fzwhym79'},
|
|
508
512
|
],
|
|
509
513
|
model: 'TS0502B',
|
|
510
514
|
vendor: 'TuYa',
|
package/devices/xiaomi.js
CHANGED
|
@@ -1403,18 +1403,14 @@ module.exports = [
|
|
|
1403
1403
|
vendor: 'Xiaomi',
|
|
1404
1404
|
description: 'Aqara single switch module T1 (with neutral)',
|
|
1405
1405
|
// Ignore energy metering reports, rely on aqara_opple: https://github.com/Koenkk/zigbee2mqtt/issues/10709
|
|
1406
|
-
fromZigbee: [fz.on_off, fz.device_temperature, fz.aqara_opple, fz.ignore_metering, fz.ignore_electrical_measurement
|
|
1406
|
+
fromZigbee: [fz.on_off, fz.device_temperature, fz.aqara_opple, fz.ignore_metering, fz.ignore_electrical_measurement,
|
|
1407
|
+
fz.xiaomi_power],
|
|
1407
1408
|
exposes: [e.switch(), e.energy(), e.power(), e.device_temperature(), e.power_outage_memory(), e.switch_type()],
|
|
1408
1409
|
toZigbee: [tz.xiaomi_switch_type, tz.on_off, tz.xiaomi_switch_power_outage_memory],
|
|
1409
1410
|
configure: async (device, coordinatorEndpoint, logger) => {
|
|
1410
1411
|
const endpoint = device.getEndpoint(1);
|
|
1411
|
-
await reporting.bind(endpoint, coordinatorEndpoint, ['genOnOff', '
|
|
1412
|
+
await reporting.bind(endpoint, coordinatorEndpoint, ['genOnOff', 'genDeviceTempCfg']);
|
|
1412
1413
|
await reporting.onOff(endpoint);
|
|
1413
|
-
// Gives UNSUPPORTED_ATTRIBUTE on reporting.readEletricalMeasurementMultiplierDivisors.
|
|
1414
|
-
await endpoint.read('haElectricalMeasurement', ['acPowerMultiplier', 'acPowerDivisor']);
|
|
1415
|
-
await reporting.readMeteringMultiplierDivisor(endpoint);
|
|
1416
|
-
await reporting.currentSummDelivered(endpoint);
|
|
1417
|
-
await reporting.activePower(endpoint, {min: 5, max: 600, change: 10});
|
|
1418
1414
|
await reporting.deviceTemperature(endpoint);
|
|
1419
1415
|
device.powerSource = 'Mains (single phase)';
|
|
1420
1416
|
device.save();
|
package/devices/zemismart.js
CHANGED
|
@@ -5,6 +5,7 @@ const reporting = require('../lib/reporting');
|
|
|
5
5
|
const extend = require('../lib/extend');
|
|
6
6
|
const e = exposes.presets;
|
|
7
7
|
const tuya = require('../lib/tuya');
|
|
8
|
+
const ea = exposes.access;
|
|
8
9
|
|
|
9
10
|
const fzLocal = {
|
|
10
11
|
ZMRM02: {
|
|
@@ -102,4 +103,25 @@ module.exports = [
|
|
|
102
103
|
'button_5_hold', 'button_5_single', 'button_5_double',
|
|
103
104
|
'button_6_hold', 'button_6_single', 'button_6_double'])],
|
|
104
105
|
},
|
|
106
|
+
{
|
|
107
|
+
fingerprint: [{modelID: 'TS011F', manufacturerName: '_TZ3000_zigisuyh'}],
|
|
108
|
+
model: 'ZIGBEE-B09-UK',
|
|
109
|
+
vendor: 'Zemismart',
|
|
110
|
+
description: 'Zigbee smart outlet universal socket with USB port',
|
|
111
|
+
fromZigbee: [fz.on_off, fz.tuya_switch_power_outage_memory],
|
|
112
|
+
toZigbee: [tz.on_off, tz.tuya_switch_power_outage_memory],
|
|
113
|
+
exposes: [e.switch().withEndpoint('l1'), e.switch().withEndpoint('l2'),
|
|
114
|
+
exposes.enum('power_outage_memory', ea.STATE_SET, ['on', 'off', 'restore'])
|
|
115
|
+
.withDescription('Recover state after power outage')],
|
|
116
|
+
endpoint: (device) => {
|
|
117
|
+
return {'l1': 1, 'l2': 2};
|
|
118
|
+
},
|
|
119
|
+
meta: {multiEndpoint: true},
|
|
120
|
+
configure: async (device, coordinatorEndpoint, logger) => {
|
|
121
|
+
await reporting.bind(device.getEndpoint(1), coordinatorEndpoint, ['genOnOff']);
|
|
122
|
+
await reporting.bind(device.getEndpoint(2), coordinatorEndpoint, ['genOnOff']);
|
|
123
|
+
await reporting.onOff(device.getEndpoint(1));
|
|
124
|
+
await reporting.onOff(device.getEndpoint(2));
|
|
125
|
+
},
|
|
126
|
+
},
|
|
105
127
|
];
|
package/lib/ota/zigbeeOTA.js
CHANGED
|
@@ -32,8 +32,18 @@ async function getIndexFile(urlOrName) {
|
|
|
32
32
|
return JSON.parse(fs.readFileSync(urlOrName));
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
+
function readLocalFile(fileName, logger) {
|
|
36
|
+
// If the file name is not a full path, then treat it as a relative to the data directory
|
|
37
|
+
if (!path.isAbsolute(fileName) && dataDir) {
|
|
38
|
+
fileName = path.join(dataDir, fileName);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
logger.debug(`ZigbeeOTA: getting local firmware file ${fileName}`);
|
|
42
|
+
return fs.readFileSync(fileName);
|
|
43
|
+
}
|
|
44
|
+
|
|
35
45
|
async function getFirmwareFile(image, logger) {
|
|
36
|
-
|
|
46
|
+
const urlOrName = image.url;
|
|
37
47
|
|
|
38
48
|
// First try to download firmware file with the URL provided
|
|
39
49
|
if (isValidUrl(urlOrName)) {
|
|
@@ -41,15 +51,33 @@ async function getFirmwareFile(image, logger) {
|
|
|
41
51
|
return await axios.get(urlOrName, {responseType: 'arraybuffer'});
|
|
42
52
|
}
|
|
43
53
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
54
|
+
return {data: readLocalFile(urlOrName, logger)};
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
function fillImageInfo(meta, logger) {
|
|
58
|
+
// Web-hosted images must come with all fields filled already
|
|
59
|
+
if (isValidUrl(meta.url)) {
|
|
60
|
+
return meta;
|
|
47
61
|
}
|
|
48
62
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
63
|
+
// Nothing to do if needed fields were filled already
|
|
64
|
+
if (meta.hasOwnProperty('imageType') &&
|
|
65
|
+
meta.hasOwnProperty('manufacturerCode') &&
|
|
66
|
+
meta.hasOwnProperty('fileVersion')) {
|
|
67
|
+
return meta;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
// If no fields provided - get them from the image file
|
|
71
|
+
const buffer = readLocalFile(meta.url, logger);
|
|
72
|
+
const start = buffer.indexOf(common.upgradeFileIdentifier);
|
|
73
|
+
const image = common.parseImage(buffer.slice(start));
|
|
52
74
|
|
|
75
|
+
// Will fill only those fields that were absent
|
|
76
|
+
if (!meta.hasOwnProperty('imageType')) meta.imageType = image.header.imageType;
|
|
77
|
+
if (!meta.hasOwnProperty('manufacturerCode')) meta.manufacturerCode = image.header.manufacturerCode;
|
|
78
|
+
if (!meta.hasOwnProperty('fileVersion')) meta.fileVersion = image.header.fileVersion;
|
|
79
|
+
return meta;
|
|
80
|
+
}
|
|
53
81
|
|
|
54
82
|
async function getIndex(logger) {
|
|
55
83
|
const index = (await axios.get(url)).data;
|
|
@@ -61,7 +89,7 @@ async function getIndex(logger) {
|
|
|
61
89
|
const localIndex = await getIndexFile(overrideIndexFileName);
|
|
62
90
|
|
|
63
91
|
// Resulting index will have overriden items first
|
|
64
|
-
return localIndex.concat(index);
|
|
92
|
+
return localIndex.concat(index).map((item) => isValidUrl(item.url) ? item : fillImageInfo(item, logger));
|
|
65
93
|
}
|
|
66
94
|
|
|
67
95
|
return index;
|
package/lib/reporting.js
CHANGED
|
@@ -84,7 +84,7 @@ module.exports = {
|
|
|
84
84
|
await endpoint.configureReporting('msTemperatureMeasurement', p);
|
|
85
85
|
},
|
|
86
86
|
deviceTemperature: async (endpoint, overrides) => {
|
|
87
|
-
const p = payload('currentTemperature',
|
|
87
|
+
const p = payload('currentTemperature', 300, repInterval.HOUR, 1, overrides);
|
|
88
88
|
await endpoint.configureReporting('genDeviceTempCfg', p);
|
|
89
89
|
},
|
|
90
90
|
pressure: async (endpoint, overrides) => {
|
package/npm-shrinkwrap.json
CHANGED