zigbee-herdsman-converters 16.7.0 → 16.9.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 +36 -0
  2. package/converters/fromZigbee.js +1 -1
  3. package/converters/fromZigbee.js.map +1 -1
  4. package/converters/toZigbee.d.ts.map +1 -1
  5. package/converters/toZigbee.js +3 -6
  6. package/converters/toZigbee.js.map +1 -1
  7. package/devices/ewelink.d.ts.map +1 -1
  8. package/devices/ewelink.js +11 -1
  9. package/devices/ewelink.js.map +1 -1
  10. package/devices/ikea.d.ts.map +1 -1
  11. package/devices/ikea.js +7 -0
  12. package/devices/ikea.js.map +1 -1
  13. package/devices/immax.js +1 -1
  14. package/devices/immax.js.map +1 -1
  15. package/devices/index.d.ts.map +1 -1
  16. package/devices/index.js +2 -0
  17. package/devices/index.js.map +1 -1
  18. package/devices/lellki.js +1 -1
  19. package/devices/lellki.js.map +1 -1
  20. package/devices/m/303/274ller_licht.d.ts.map +1 -1
  21. package/devices/m/303/274ller_licht.js +8 -0
  22. package/devices/m/303/274ller_licht.js.map +1 -1
  23. package/devices/orvibo.js +1 -1
  24. package/devices/orvibo.js.map +1 -1
  25. package/devices/philips.js +1 -1
  26. package/devices/philips.js.map +1 -1
  27. package/devices/robb.d.ts.map +1 -1
  28. package/devices/robb.js +17 -0
  29. package/devices/robb.js.map +1 -1
  30. package/devices/schneider_electric.js +1 -1
  31. package/devices/schneider_electric.js.map +1 -1
  32. package/devices/sikom.d.ts +4 -0
  33. package/devices/sikom.d.ts.map +1 -0
  34. package/devices/sikom.js +56 -0
  35. package/devices/sikom.js.map +1 -0
  36. package/devices/sonoff.d.ts.map +1 -1
  37. package/devices/sonoff.js +1 -0
  38. package/devices/sonoff.js.map +1 -1
  39. package/devices/tuya.d.ts.map +1 -1
  40. package/devices/tuya.js +1 -0
  41. package/devices/tuya.js.map +1 -1
  42. package/devices/xiaomi.d.ts.map +1 -1
  43. package/devices/xiaomi.js +1 -0
  44. package/devices/xiaomi.js.map +1 -1
  45. package/lib/legacy.d.ts +1 -1
  46. package/lib/legacy.d.ts.map +1 -1
  47. package/lib/legacy.js +3 -4
  48. package/lib/legacy.js.map +1 -1
  49. package/lib/modernExtend.d.ts +4 -0
  50. package/lib/modernExtend.d.ts.map +1 -1
  51. package/lib/modernExtend.js +19 -9
  52. package/lib/modernExtend.js.map +1 -1
  53. package/lib/ota/common.d.ts.map +1 -1
  54. package/lib/ota/common.js +8 -2
  55. package/lib/ota/common.js.map +1 -1
  56. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # Changelog
2
2
 
3
+ ## [16.9.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v16.8.0...v16.9.0) (2023-12-13)
4
+
5
+
6
+ ### Features
7
+
8
+ * **add:** 404127 ([#6697](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6697)) ([8b88029](https://github.com/Koenkk/zigbee-herdsman-converters/commit/8b88029b3a2ab14653f7d04d65ef40261d79c6d3))
9
+ * **add:** ROB_200-024-0 ([#6686](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6686)) ([0067ea3](https://github.com/Koenkk/zigbee-herdsman-converters/commit/0067ea382f9cba82327c32a17fa7fea73e840b6c))
10
+ * Support OTA for SONOFF TRVZB ([#6681](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6681)) ([9316a5e](https://github.com/Koenkk/zigbee-herdsman-converters/commit/9316a5e8b6e2067fbd867898646e800de8608734))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **detect:** Detect `_TZB210_rwy5hexp` as MiBoxer FUT106ZR https://github.com/Koenkk/zigbee2mqtt/discussions/19431 ([a59d7c3](https://github.com/Koenkk/zigbee-herdsman-converters/commit/a59d7c33f5272fb54f9a68d30cba9d0d17ed749c))
16
+ * **detect:** Detect `c8daea86aa9c415aa524365775b1218c` and `c8daea86aa9c415aa524365775b1218` as ORVIBO W40CZ ([#6696](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6696)) ([c14c895](https://github.com/Koenkk/zigbee-herdsman-converters/commit/c14c8951e35ab195ce8cc2e5c5978cdd0b95153e))
17
+ * Fix `'Error: Expected one of: true, false, got: 'true''` errors https://github.com/Koenkk/zigbee2mqtt/issues/20196 ([8ddba37](https://github.com/Koenkk/zigbee-herdsman-converters/commit/8ddba37851dba80fe0afd9f40e9e8fdb95873058))
18
+ * Fix `Cannot read properties of undefined` for Schneider Electric A9MEM1570 https://github.com/Koenkk/zigbee2mqtt/issues/20193 ([9513f4b](https://github.com/Koenkk/zigbee-herdsman-converters/commit/9513f4b638b15b6bbff5f58dafc5f3c80dd8bc07))
19
+ * Fix `hcho` value for HEIMAN HS2AQ-EM ([#6699](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6699)) ([ab11b8a](https://github.com/Koenkk/zigbee-herdsman-converters/commit/ab11b8a796bab2620e233e5a7a0b92506c6d6639))
20
+ * Fix configure for eWeLink SA-003-Zigbee failing https://github.com/Koenkk/zigbee2mqtt/issues/19865 ([b403cc0](https://github.com/Koenkk/zigbee-herdsman-converters/commit/b403cc032f5ad5b4073690b57ac58b4419254e52))
21
+ * Fix no electrical measurements for Immax 07752L https://github.com/Koenkk/zigbee2mqtt/issues/18326 ([4210477](https://github.com/Koenkk/zigbee-herdsman-converters/commit/4210477e8897bf87059cc577a7a30fe52f86e94c))
22
+
23
+ ## [16.8.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v16.7.0...v16.8.0) (2023-12-12)
24
+
25
+
26
+ ### Features
27
+
28
+ * **add:** 300-9715V10 ([#6690](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6690)) ([bc43504](https://github.com/Koenkk/zigbee-herdsman-converters/commit/bc4350418f394a94dfeb88d06e4affd63d5c807b))
29
+ * **add:** L2208 ([#6687](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6687)) ([ce757a3](https://github.com/Koenkk/zigbee-herdsman-converters/commit/ce757a3d7e03caa540951df99206cc27ac601fa8))
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * Disable unsupported `power_on_behaviour` for LELLKI WP33-EU/WP34-EU https://github.com/Koenkk/zigbee2mqtt/issues/20172 ([7d9b710](https://github.com/Koenkk/zigbee-herdsman-converters/commit/7d9b710f78ff187002e7745933443ae93583488c))
35
+ * Fix device type for Xiaomi SP-EUC01 https://github.com/Koenkk/zigbee2mqtt/issues/20184 ([e18d637](https://github.com/Koenkk/zigbee-herdsman-converters/commit/e18d637ea92c02fd4ce5c859c117f154ffa7aa98))
36
+ * **ignore:** fix e18d637ea92c02fd4ce5c859c117f154ffa7aa98 ([e237b3c](https://github.com/Koenkk/zigbee-herdsman-converters/commit/e237b3c90272be7bfe106aca2da1a45e31b48e93))
37
+ * Remove unsupported color for Philips 8719514491106 https://github.com/Koenkk/zigbee2mqtt/issues/20168 ([d0d67cc](https://github.com/Koenkk/zigbee-herdsman-converters/commit/d0d67ccc86fac7187cb114ef6ec428e417c4fdc9))
38
+
3
39
  ## [16.7.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v16.6.0...v16.7.0) (2023-12-11)
4
40
 
5
41
 
@@ -4284,7 +4284,7 @@ const converters1 = {
4284
4284
  type: ['attributeReport', 'readResponse'],
4285
4285
  convert: (model, msg, publish, options, meta) => {
4286
4286
  if (msg.data['measuredValue']) {
4287
- return { hcho: parseFloat(msg.data['measuredValue']) / 100.0 };
4287
+ return { hcho: parseFloat(msg.data['measuredValue']) / 1000.0 };
4288
4288
  }
4289
4289
  },
4290
4290
  },