zigbee-herdsman-converters 18.42.0 → 18.44.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/CHANGELOG.md +40 -0
- package/devices/lumi.d.ts.map +1 -1
- package/devices/lumi.js +6 -1
- package/devices/lumi.js.map +1 -1
- package/devices/nodon.d.ts.map +1 -1
- package/devices/nodon.js +44 -4
- package/devices/nodon.js.map +1 -1
- package/devices/philips.d.ts.map +1 -1
- package/devices/philips.js +9 -0
- package/devices/philips.js.map +1 -1
- package/devices/rgb_genie.d.ts.map +1 -1
- package/devices/rgb_genie.js +13 -0
- package/devices/rgb_genie.js.map +1 -1
- package/devices/samotech.js +1 -1
- package/devices/samotech.js.map +1 -1
- package/devices/schneider_electric.d.ts.map +1 -1
- package/devices/schneider_electric.js +33 -6
- package/devices/schneider_electric.js.map +1 -1
- package/devices/third_reality.d.ts.map +1 -1
- package/devices/third_reality.js +10 -0
- package/devices/third_reality.js.map +1 -1
- package/devices/tuya.d.ts.map +1 -1
- package/devices/tuya.js +32 -1
- package/devices/tuya.js.map +1 -1
- package/devices/wirenboard.d.ts.map +1 -1
- package/devices/wirenboard.js +206 -58
- package/devices/wirenboard.js.map +1 -1
- package/lib/lumi.d.ts.map +1 -1
- package/lib/lumi.js +19 -20
- package/lib/lumi.js.map +1 -1
- package/lib/modernExtend.d.ts +4 -3
- package/lib/modernExtend.d.ts.map +1 -1
- package/lib/modernExtend.js +28 -37
- package/lib/modernExtend.js.map +1 -1
- package/lib/ota/common.d.ts +4 -4
- package/lib/ota/common.d.ts.map +1 -1
- package/lib/ota/common.js +18 -9
- package/lib/ota/common.js.map +1 -1
- package/lib/ota/ledvance.d.ts.map +1 -1
- package/lib/ota/ledvance.js +4 -1
- package/lib/ota/ledvance.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,45 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [18.44.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v18.43.0...v18.44.0) (2024-03-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* Add status LED switch for WB-MSW-ZIGBEE v.4 and refactor to modern extend ([#7074](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7074)) ([5bdb3e2](https://github.com/Koenkk/zigbee-herdsman-converters/commit/5bdb3e266b0e3a242c7c745a66ee9b0de49a6ce7))
|
|
9
|
+
* **add:** EA4161C-BI ([#7158](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7158)) ([d768c10](https://github.com/Koenkk/zigbee-herdsman-converters/commit/d768c10ac1c9b680b3470fbbc4677aec1ea97737))
|
|
10
|
+
* **add:** TRZB3 ([#7157](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7157)) ([55a7640](https://github.com/Koenkk/zigbee-herdsman-converters/commit/55a76407eac371c1e9c101017057d1bed4ecf5d4))
|
|
11
|
+
* Support `indicator_mode` for Schneider Electric EKO09716 ([#7162](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7162)) ([fcbee33](https://github.com/Koenkk/zigbee-herdsman-converters/commit/fcbee3340f0e01a44c9f4e27417b08e61e4a94f4))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* Fix power source for Aqara WS-USC01 ([#7159](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7159)) ([c9ccc92](https://github.com/Koenkk/zigbee-herdsman-converters/commit/c9ccc9215c12f98018df1f99e37c398dc7a9795d))
|
|
17
|
+
* **ignore:** update dependencies ([#7151](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7151)) ([2748f64](https://github.com/Koenkk/zigbee-herdsman-converters/commit/2748f64c59d7d27f12c7f9abd064add387e765f0))
|
|
18
|
+
|
|
19
|
+
## [18.43.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v18.42.0...v18.43.0) (2024-03-04)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* Add impulse mode configuration on SIN-4-1-2X devices from NodOn ([#7142](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7142)) ([d892a53](https://github.com/Koenkk/zigbee-herdsman-converters/commit/d892a536b7772a0818eac2fe738fd15edc7c22b2))
|
|
25
|
+
* **add:** 929003531502 [@galligan](https://github.com/galligan) https://github.com/Koenkk/zigbee2mqtt/issues/21645 ([ba7d5a7](https://github.com/Koenkk/zigbee-herdsman-converters/commit/ba7d5a7f91db218b5a9ee782d2dbb6d3af7952a0))
|
|
26
|
+
* **add:** ZB-3008 ([#7145](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7145)) ([ab72097](https://github.com/Koenkk/zigbee-herdsman-converters/commit/ab720971f1bbfa2eb806459bf3f70a788ab9f2d5))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Bug Fixes
|
|
30
|
+
|
|
31
|
+
* Add Aqara WB-R02D and DW-S03D whitelabels ([#7156](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7156)) ([c0be3df](https://github.com/Koenkk/zigbee-herdsman-converters/commit/c0be3dffbf9344dc6085fafcf2cc614fc4aee24f))
|
|
32
|
+
* Fix `led_indicator` reversed for Aqara ZNCWWSQ01LM https://github.com/Koenkk/zigbee2mqtt/issues/17148 ([3a5c6ae](https://github.com/Koenkk/zigbee-herdsman-converters/commit/3a5c6ae2572bb9e6ad070f6fae99799bf9f6b739))
|
|
33
|
+
* Fix `Value '4' is not allowed` for TuYa YXZBRB58 https://github.com/Koenkk/zigbee2mqtt/issues/21648 ([33e902e](https://github.com/Koenkk/zigbee-herdsman-converters/commit/33e902e9f9902d543a40171823903a8e845343c5))
|
|
34
|
+
* Fix incorrect `long` `click` send for WXKG01LM https://github.com/Koenkk/zigbee2mqtt/issues/21661 ([baac6a0](https://github.com/Koenkk/zigbee-herdsman-converters/commit/baac6a00ed4d846323a5b68ffa61ba851b75b035))
|
|
35
|
+
* Fix LEDVANCE ota failing https://github.com/Koenkk/zigbee2mqtt/issues/16900 ([7561baa](https://github.com/Koenkk/zigbee-herdsman-converters/commit/7561baa779d9ca858058795786a1cc7bfd183366))
|
|
36
|
+
* Fix no `energy` for Aqara QBKG24LM https://github.com/Koenkk/zigbee2mqtt/issues/20692 ([b002c99](https://github.com/Koenkk/zigbee-herdsman-converters/commit/b002c994e0633fcb201c44e579bf121a61a5dd31))
|
|
37
|
+
* Fix occupancy extend undefined args ([#7143](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7143)) ([69f5bdd](https://github.com/Koenkk/zigbee-herdsman-converters/commit/69f5bdd4142a31c9ace37acd0bffe737fac24449))
|
|
38
|
+
* Fix the broken LED indicator for Schneider Electric wiser devices ([#7152](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7152)) ([ea055df](https://github.com/Koenkk/zigbee-herdsman-converters/commit/ea055dfdbe66de0b5c5b0803af479804cea5a176))
|
|
39
|
+
* Make Philips 324131092621 configure more reliable ([#7149](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7149)) ([5e987c4](https://github.com/Koenkk/zigbee-herdsman-converters/commit/5e987c495aa76486c99eda85953ffbc06fa07c2c))
|
|
40
|
+
* Reference new named cluster and attribute for Schneider Electric switchActions ([#7144](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7144)) ([05770b3](https://github.com/Koenkk/zigbee-herdsman-converters/commit/05770b3a58f09b29afffe46e558a52ecbe11b747))
|
|
41
|
+
* Remove unsupported electricity measurements from Samotech SM323_v1 https://github.com/Koenkk/zigbee2mqtt/issues/21449 ([c09d44f](https://github.com/Koenkk/zigbee-herdsman-converters/commit/c09d44feedbe45ee46b16442a31dd5d807d8aec5))
|
|
42
|
+
|
|
3
43
|
## [18.42.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v18.41.0...v18.42.0) (2024-03-01)
|
|
4
44
|
|
|
5
45
|
|
package/devices/lumi.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lumi.d.ts","sourceRoot":"","sources":["../src/devices/lumi.ts"],"names":[],"mappings":"AAuBA,OAAO,EAAC,UAAU,EAAU,MAAM,cAAc,CAAC;AAsBjD,QAAA,MAAM,WAAW,EAAE,UAAU,
|
|
1
|
+
{"version":3,"file":"lumi.d.ts","sourceRoot":"","sources":["../src/devices/lumi.ts"],"names":[],"mappings":"AAuBA,OAAO,EAAC,UAAU,EAAU,MAAM,cAAc,CAAC;AAsBjD,QAAA,MAAM,WAAW,EAAE,UAAU,EAsqG5B,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
package/devices/lumi.js
CHANGED
|
@@ -430,6 +430,8 @@ const definitions = [
|
|
|
430
430
|
const endpoint1 = device.getEndpoint(1);
|
|
431
431
|
// set "event" mode
|
|
432
432
|
await endpoint1.write('manuSpecificLumi', { 'mode': 1 }, { manufacturerCode: manufacturerCode, disableResponse: true });
|
|
433
|
+
device.powerSource = 'Mains (single phase)';
|
|
434
|
+
device.save();
|
|
433
435
|
},
|
|
434
436
|
extend: [lumiZigbeeOTA()],
|
|
435
437
|
},
|
|
@@ -1098,7 +1100,8 @@ const definitions = [
|
|
|
1098
1100
|
model: 'QBKG24LM',
|
|
1099
1101
|
vendor: 'Aqara',
|
|
1100
1102
|
description: 'Smart wall switch D1 (with neutral, double rocker)',
|
|
1101
|
-
fromZigbee: [fromZigbee_1.default.on_off, lumi.fromZigbee.lumi_power, lumi.fromZigbee.lumi_action_multistate, lumi.fromZigbee.lumi_operation_mode_basic
|
|
1103
|
+
fromZigbee: [fromZigbee_1.default.on_off, lumi.fromZigbee.lumi_power, lumi.fromZigbee.lumi_action_multistate, lumi.fromZigbee.lumi_operation_mode_basic,
|
|
1104
|
+
lumi.fromZigbee.lumi_specific, lumi.fromZigbee.lumi_basic],
|
|
1102
1105
|
toZigbee: [toZigbee_1.default.on_off, lumi.toZigbee.lumi_power, lumi.toZigbee.lumi_switch_operation_mode_basic],
|
|
1103
1106
|
meta: { multiEndpoint: true },
|
|
1104
1107
|
endpoint: (device) => {
|
|
@@ -2616,6 +2619,7 @@ const definitions = [
|
|
|
2616
2619
|
model: 'WXKG13LM',
|
|
2617
2620
|
vendor: 'Aqara',
|
|
2618
2621
|
description: 'Wireless mini switch T1',
|
|
2622
|
+
whiteLabel: [{ vendor: 'Aqara', model: 'WB-R02D' }],
|
|
2619
2623
|
meta: { battery: { voltageToPercentage: '3V_2850_3000' } },
|
|
2620
2624
|
fromZigbee: [fromZigbee_1.default.battery, lumi.fromZigbee.lumi_action_multistate, lumi.fromZigbee.lumi_specific],
|
|
2621
2625
|
toZigbee: [],
|
|
@@ -2671,6 +2675,7 @@ const definitions = [
|
|
|
2671
2675
|
model: 'MCCGQ12LM',
|
|
2672
2676
|
vendor: 'Aqara',
|
|
2673
2677
|
description: 'Door and window sensor T1',
|
|
2678
|
+
whiteLabel: [{ vendor: 'Aqara', model: 'DW-S03D' }],
|
|
2674
2679
|
fromZigbee: [lumi.fromZigbee.lumi_contact, lumi.fromZigbee.lumi_specific, fromZigbee_1.default.ias_contact_alarm_1],
|
|
2675
2680
|
toZigbee: [],
|
|
2676
2681
|
exposes: [e.contact(), e.battery(), e.battery_voltage()],
|