zigbee-herdsman-converters 18.10.1 → 18.12.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 (62) hide show
  1. package/CHANGELOG.md +44 -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/danfoss.js +1 -1
  15. package/devices/danfoss.js.map +1 -1
  16. package/devices/easyiot.d.ts.map +1 -1
  17. package/devices/easyiot.js +44 -0
  18. package/devices/easyiot.js.map +1 -1
  19. package/devices/heiman.d.ts.map +1 -1
  20. package/devices/heiman.js +1 -0
  21. package/devices/heiman.js.map +1 -1
  22. package/devices/heimgard_technologies.d.ts.map +1 -1
  23. package/devices/heimgard_technologies.js +11 -0
  24. package/devices/heimgard_technologies.js.map +1 -1
  25. package/devices/ikea.d.ts.map +1 -1
  26. package/devices/ikea.js +27 -9
  27. package/devices/ikea.js.map +1 -1
  28. package/devices/lixee.d.ts.map +1 -1
  29. package/devices/lixee.js +133 -0
  30. package/devices/lixee.js.map +1 -1
  31. package/devices/moes.d.ts.map +1 -1
  32. package/devices/moes.js +37 -0
  33. package/devices/moes.js.map +1 -1
  34. package/devices/owon.d.ts.map +1 -1
  35. package/devices/owon.js +50 -12
  36. package/devices/owon.js.map +1 -1
  37. package/devices/schneider_electric.d.ts.map +1 -1
  38. package/devices/schneider_electric.js +23 -0
  39. package/devices/schneider_electric.js.map +1 -1
  40. package/devices/shinasystem.d.ts.map +1 -1
  41. package/devices/shinasystem.js +7 -6
  42. package/devices/shinasystem.js.map +1 -1
  43. package/devices/tuya.d.ts.map +1 -1
  44. package/devices/tuya.js +4 -38
  45. package/devices/tuya.js.map +1 -1
  46. package/devices/xiaomi.d.ts.map +1 -1
  47. package/devices/xiaomi.js +96 -329
  48. package/devices/xiaomi.js.map +1 -1
  49. package/lib/generateDefinition.js +1 -0
  50. package/lib/generateDefinition.js.map +1 -1
  51. package/lib/modernExtend.d.ts +4 -2
  52. package/lib/modernExtend.d.ts.map +1 -1
  53. package/lib/modernExtend.js +23 -7
  54. package/lib/modernExtend.js.map +1 -1
  55. package/lib/ota/common.d.ts.map +1 -1
  56. package/lib/ota/common.js +1 -2
  57. package/lib/ota/common.js.map +1 -1
  58. package/lib/xiaomi.d.ts +28 -8
  59. package/lib/xiaomi.d.ts.map +1 -1
  60. package/lib/xiaomi.js +212 -1
  61. package/lib/xiaomi.js.map +1 -1
  62. package/package.json +7 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,49 @@
1
1
  # Changelog
2
2
 
3
+ ## [18.12.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v18.11.0...v18.12.0) (2024-01-13)
4
+
5
+
6
+ ### Features
7
+
8
+ * **add:** HT-INS-2 ([#6895](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6895)) ([fa2b139](https://github.com/Koenkk/zigbee-herdsman-converters/commit/fa2b139da542385630a31a7f8e571c4b7da8707c))
9
+ * **add:** L2207 ([#6891](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6891)) ([4da96c5](https://github.com/Koenkk/zigbee-herdsman-converters/commit/4da96c5fb50fb991b0c01f40e2eb37cd8e89d18d))
10
+ * Support co2 in defintion generator https://github.com/Koenkk/zigbee-herdsman-converters/pull/6890 ([6c724a1](https://github.com/Koenkk/zigbee-herdsman-converters/commit/6c724a19be51f9b6844a9da91fd5b8183f35c128))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * Added White Label For Moes ERS-10TZBVB-AA ([#6897](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6897)) ([14422ce](https://github.com/Koenkk/zigbee-herdsman-converters/commit/14422ce4fdcb07da2e3b2e1bcfe91712007069a4))
16
+ * Added White Label For Schneider CCTFR6500 ([#6896](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6896)) ([80cc974](https://github.com/Koenkk/zigbee-herdsman-converters/commit/80cc9740c579c677403f859394a18b52369e2b1a))
17
+ * **detect:** Detect `_TZ3000_0ht8dnxj` as TuYa TS004F ([#6888](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6888)) ([d49a030](https://github.com/Koenkk/zigbee-herdsman-converters/commit/d49a0303b55f8a67a444b6e36f2f2753693e0e0b))
18
+ * **detect:** Detect `_TZ3000_8h7wgocw` as Danor SK-Z802C-US ([#6900](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6900)) ([5e57f13](https://github.com/Koenkk/zigbee-herdsman-converters/commit/5e57f133087057606a9fa38ab825a051c84cc691))
19
+ * Disable unsupported `power_on_behavior` for various ShinaSystem devices ([#6886](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6886)) ([a7277de](https://github.com/Koenkk/zigbee-herdsman-converters/commit/a7277de441b54b2adbeb433b4397a3ae37c19ccf))
20
+ * Fix battery reporting for E2013 ([#6892](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6892)) ([af0d9e4](https://github.com/Koenkk/zigbee-herdsman-converters/commit/af0d9e424e4f20c21e4b489a318376e6e5ba2ab7))
21
+ * Fix Danfoss 014G2461 setpoint limit ([#6901](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6901)) ([9abfb9c](https://github.com/Koenkk/zigbee-herdsman-converters/commit/9abfb9c8b0002fc1430522e6e4b289b9a4aeed29))
22
+ * Fix no OTA endpoint available for various Xiaomi devices https://github.com/Koenkk/zigbee2mqtt/issues/10660 ([166b7af](https://github.com/Koenkk/zigbee-herdsman-converters/commit/166b7afd06aec1c553b04f0e670e1bc59113c1e1))
23
+ * Fix Xiaomi ZNCWWSQ01LM 0 days schedule parsing https://github.com/Koenkk/zigbee2mqtt/issues/20130 ([9496119](https://github.com/Koenkk/zigbee-herdsman-converters/commit/9496119f286c9761f14bae65577c3c00029ebf4b))
24
+ * **ignore:** change pendingRequestTimeout quirk to checkinInterval ([#6884](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6884)) ([35f962c](https://github.com/Koenkk/zigbee-herdsman-converters/commit/35f962cf7401811f7139b9d150eadf771c46dab8))
25
+ * **ignore:** update dependencies ([#6899](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6899)) ([5e58f2e](https://github.com/Koenkk/zigbee-herdsman-converters/commit/5e58f2e66e9ebfb863539bcca233a2ee2ca6bf37))
26
+
27
+ ## [18.11.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v18.10.1...v18.11.0) (2024-01-11)
28
+
29
+
30
+ ### Features
31
+
32
+ * **add:** 41ECSFWMZ-VW ([#6875](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6875)) ([c84bfd7](https://github.com/Koenkk/zigbee-herdsman-converters/commit/c84bfd7b05af3961f9c49193dbb848599810b23a))
33
+ * **add:** ZB-TTS01 ([#6881](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6881)) ([45bddc0](https://github.com/Koenkk/zigbee-herdsman-converters/commit/45bddc002cee6a7389c6e6d4467e9e2b51d6f26b))
34
+ * 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))
35
+ * 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))
36
+ * Support OTA for AU-A1ZBDSS https://github.com/Koenkk/zigbee-OTA/issues/403 ([5feb3b6](https://github.com/Koenkk/zigbee-herdsman-converters/commit/5feb3b6adeb0e1d264025fc09929e9dfb1527914))
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * 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))
42
+ * **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))
43
+ * 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))
44
+ * 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))
45
+ * Remove unused `imageSize` parameter from `upgradeEndResponse` https://github.com/Koenkk/zigbee2mqtt/issues/17374 ([42e1cec](https://github.com/Koenkk/zigbee-herdsman-converters/commit/42e1cecd35fd7c45919a2d7d102bba78dec3e684))
46
+
3
47
  ## [18.10.1](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v18.10.0...v18.10.1) (2024-01-09)
4
48
 
5
49
 
@@ -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 } };