zigbee-herdsman-converters 18.10.0 → 18.11.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.
Files changed (56) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/converters/toZigbee.d.ts +1 -1
  3. package/converters/toZigbee.js +1 -1
  4. package/converters/toZigbee.js.map +1 -1
  5. package/devices/adeo.d.ts.map +1 -1
  6. package/devices/adeo.js +3 -2
  7. package/devices/adeo.js.map +1 -1
  8. package/devices/aurora_lighting.d.ts.map +1 -1
  9. package/devices/aurora_lighting.js +2 -0
  10. package/devices/aurora_lighting.js.map +1 -1
  11. package/devices/bosch.d.ts.map +1 -1
  12. package/devices/bosch.js +3 -2
  13. package/devices/bosch.js.map +1 -1
  14. package/devices/custom_devices_diy.d.ts.map +1 -1
  15. package/devices/custom_devices_diy.js +14 -1
  16. package/devices/custom_devices_diy.js.map +1 -1
  17. package/devices/develco.d.ts.map +1 -1
  18. package/devices/develco.js +24 -4
  19. package/devices/develco.js.map +1 -1
  20. package/devices/easyiot.d.ts.map +1 -1
  21. package/devices/easyiot.js +44 -0
  22. package/devices/easyiot.js.map +1 -1
  23. package/devices/hej.d.ts.map +1 -1
  24. package/devices/hej.js +7 -6
  25. package/devices/hej.js.map +1 -1
  26. package/devices/ikea.d.ts.map +1 -1
  27. package/devices/ikea.js +4 -3
  28. package/devices/ikea.js.map +1 -1
  29. package/devices/lixee.d.ts.map +1 -1
  30. package/devices/lixee.js +145 -12
  31. package/devices/lixee.js.map +1 -1
  32. package/devices/owon.d.ts.map +1 -1
  33. package/devices/owon.js +50 -12
  34. package/devices/owon.js.map +1 -1
  35. package/devices/schneider_electric.d.ts.map +1 -1
  36. package/devices/schneider_electric.js +23 -0
  37. package/devices/schneider_electric.js.map +1 -1
  38. package/devices/sinope.d.ts.map +1 -1
  39. package/devices/sinope.js +4 -1
  40. package/devices/sinope.js.map +1 -1
  41. package/devices/sonoff.d.ts.map +1 -1
  42. package/devices/sonoff.js +7 -1
  43. package/devices/sonoff.js.map +1 -1
  44. package/devices/tuya.d.ts.map +1 -1
  45. package/devices/tuya.js +1 -0
  46. package/devices/tuya.js.map +1 -1
  47. package/devices/xiaomi.js +1 -1
  48. package/devices/xiaomi.js.map +1 -1
  49. package/lib/modernExtend.d.ts +4 -4
  50. package/lib/modernExtend.d.ts.map +1 -1
  51. package/lib/modernExtend.js +9 -8
  52. package/lib/modernExtend.js.map +1 -1
  53. package/lib/ota/common.d.ts.map +1 -1
  54. package/lib/ota/common.js +2 -3
  55. package/lib/ota/common.js.map +1 -1
  56. package/package.json +2 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # Changelog
2
2
 
3
+ ## [18.11.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v18.10.1...v18.11.0) (2024-01-11)
4
+
5
+
6
+ ### Features
7
+
8
+ * **add:** 41ECSFWMZ-VW ([#6875](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6875)) ([c84bfd7](https://github.com/Koenkk/zigbee-herdsman-converters/commit/c84bfd7b05af3961f9c49193dbb848599810b23a))
9
+ * **add:** ZB-TTS01 ([#6881](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6881)) ([45bddc0](https://github.com/Koenkk/zigbee-herdsman-converters/commit/45bddc002cee6a7389c6e6d4467e9e2b51d6f26b))
10
+ * Improve OWON PC321: add power factor and summation attributes ([#6879](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6879)) ([76310d5](https://github.com/Koenkk/zigbee-herdsman-converters/commit/76310d5cdffda9a4992b8d11b90ebb2a28d14001))
11
+ * Lixee : explode STGE into sub-values ([#6882](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6882)) ([4bc707a](https://github.com/Koenkk/zigbee-herdsman-converters/commit/4bc707ad415dfc29b47cad1880b82416a6f7a881))
12
+ * Support OTA for AU-A1ZBDSS https://github.com/Koenkk/zigbee-OTA/issues/403 ([5feb3b6](https://github.com/Koenkk/zigbee-herdsman-converters/commit/5feb3b6adeb0e1d264025fc09929e9dfb1527914))
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * Add new model IDs to `LED2002G5`, `LED1738G7` and `LED1935C3` ([#6872](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6872)) ([11df892](https://github.com/Koenkk/zigbee-herdsman-converters/commit/11df892b390c435ae1d72b3cbfc8efe3fd539bcc))
18
+ * **detect:** Detect `_TZE200_yia0p3tr` as TuYa TS0601_cover_1 @IceEyz https://github.com/Koenkk/zigbee2mqtt/issues/20725 ([f83994e](https://github.com/Koenkk/zigbee-herdsman-converters/commit/f83994e792b09f87f26119e0691dca660d07e758))
19
+ * Fix setting ELKO 4523430 `display_text` https://github.com/Koenkk/zigbee-herdsman-converters/issues/6883 ([495a32e](https://github.com/Koenkk/zigbee-herdsman-converters/commit/495a32ee5fe63b2b8e75de12b250269f086a82b8))
20
+ * Move devices to modernExtend.quirkPendingRequestTimeout ([#6874](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6874)) ([d284368](https://github.com/Koenkk/zigbee-herdsman-converters/commit/d284368128618053c7efca8d75152d8026e6bc7e))
21
+ * Remove unused `imageSize` parameter from `upgradeEndResponse` https://github.com/Koenkk/zigbee2mqtt/issues/17374 ([42e1cec](https://github.com/Koenkk/zigbee-herdsman-converters/commit/42e1cecd35fd7c45919a2d7d102bba78dec3e684))
22
+
23
+ ## [18.10.1](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v18.10.0...v18.10.1) (2024-01-09)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * **detect:** Detect `TH1320ZB-04` as Sinopé TH1320ZB-04 ([#6867](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6867)) ([0c33647](https://github.com/Koenkk/zigbee-herdsman-converters/commit/0c336472fbdea3a80296bbe36a35917cfc41cc73))
29
+ * Fix configure for Hej switches https://github.com/Koenkk/zigbee2mqtt/issues/20666 ([5ffd5a7](https://github.com/Koenkk/zigbee-herdsman-converters/commit/5ffd5a7d791bc6d446d4aa402aa6d9e14d431c1f))
30
+ * Fix configure for SONOFF S31ZB. https://github.com/Koenkk/zigbee2mqtt/issues/20618 ([759a395](https://github.com/Koenkk/zigbee-herdsman-converters/commit/759a395a34b1b89586e10d44d3ca78d396c4b0cf))
31
+ * Fix LiXee typo activeEnerfyOutD0x to activeEnergyOutD0x ([#6866](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6866)) ([91a7de4](https://github.com/Koenkk/zigbee-herdsman-converters/commit/91a7de4478e5e914766d80c7dfe65d2edbb035cd))
32
+ * Fix reported "latest version" when "no update available" ([#6864](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6864)) ([5f26292](https://github.com/Koenkk/zigbee-herdsman-converters/commit/5f2629252c2778655f6798695da00ae386dd9fc7))
33
+ * ptvo.switch: fixed an error message when Z2M tries to read an OnOff ([#6868](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6868)) ([f88f026](https://github.com/Koenkk/zigbee-herdsman-converters/commit/f88f026fb9094e4881dcdf39b9265d04081aa54d))
34
+ * Replace `defaultSendRequestWhen` with `pendingRequestTimeout` ([#6865](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6865)) ([05e8da6](https://github.com/Koenkk/zigbee-herdsman-converters/commit/05e8da64a684904d5e8301e6beb31964f616c29f))
35
+ * Update `power` expose and add `power_reactive` to Develco EMIZB-132 ([#6823](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6823)) ([0f7b04b](https://github.com/Koenkk/zigbee-herdsman-converters/commit/0f7b04b3729ef186d1a0df32d3d1c78bf4bbdc29))
36
+
3
37
  ## [18.10.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v18.9.0...v18.10.0) (2024-01-08)
4
38
 
5
39
 
@@ -575,7 +575,7 @@ declare const converters: {
575
575
  key: string[];
576
576
  convertSet: (entity: import("zigbee-herdsman/dist/controller/model/group").default | import("zigbee-herdsman/dist/controller/model/endpoint").default, key: string, value: unknown, meta: Tz.Meta) => Promise<{
577
577
  state: {
578
- display_text: unknown[];
578
+ display_text: string;
579
579
  };
580
580
  }>;
581
581
  convertGet: (entity: import("zigbee-herdsman/dist/controller/model/group").default | import("zigbee-herdsman/dist/controller/model/endpoint").default, key: string, meta: Tz.Meta) => Promise<void>;
@@ -1739,7 +1739,7 @@ const converters2 = {
1739
1739
  elko_display_text: {
1740
1740
  key: ['display_text'],
1741
1741
  convertSet: async (entity, key, value, meta) => {
1742
- utils.assertArray(value);
1742
+ utils.assertString(value);
1743
1743
  if (value.length <= 14) {
1744
1744
  await entity.write('hvacThermostat', { 'elkoDisplayText': value });
1745
1745
  return { state: { display_text: value } };