zigbee-herdsman-converters 26.74.0 → 26.76.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 (50) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist/devices/heiman.d.ts.map +1 -1
  3. package/dist/devices/heiman.js +62 -14
  4. package/dist/devices/heiman.js.map +1 -1
  5. package/dist/devices/ikea.d.ts.map +1 -1
  6. package/dist/devices/ikea.js +3 -0
  7. package/dist/devices/ikea.js.map +1 -1
  8. package/dist/devices/legrand.js +2 -2
  9. package/dist/devices/legrand.js.map +1 -1
  10. package/dist/devices/lumi.d.ts.map +1 -1
  11. package/dist/devices/lumi.js +33 -2
  12. package/dist/devices/lumi.js.map +1 -1
  13. package/dist/devices/mercator.d.ts.map +1 -1
  14. package/dist/devices/mercator.js +14 -0
  15. package/dist/devices/mercator.js.map +1 -1
  16. package/dist/devices/muller_licht.d.ts.map +1 -1
  17. package/dist/devices/muller_licht.js +4 -1
  18. package/dist/devices/muller_licht.js.map +1 -1
  19. package/dist/devices/osram.d.ts.map +1 -1
  20. package/dist/devices/osram.js +7 -0
  21. package/dist/devices/osram.js.map +1 -1
  22. package/dist/devices/owon.d.ts.map +1 -1
  23. package/dist/devices/owon.js +9 -8
  24. package/dist/devices/owon.js.map +1 -1
  25. package/dist/devices/philips.d.ts.map +1 -1
  26. package/dist/devices/philips.js +7 -1
  27. package/dist/devices/philips.js.map +1 -1
  28. package/dist/devices/schneider_electric.js +2 -2
  29. package/dist/devices/schneider_electric.js.map +1 -1
  30. package/dist/devices/somfy.d.ts.map +1 -1
  31. package/dist/devices/somfy.js +7 -0
  32. package/dist/devices/somfy.js.map +1 -1
  33. package/dist/devices/sonoff.d.ts.map +1 -1
  34. package/dist/devices/sonoff.js +244 -0
  35. package/dist/devices/sonoff.js.map +1 -1
  36. package/dist/devices/tuya.d.ts.map +1 -1
  37. package/dist/devices/tuya.js +194 -3
  38. package/dist/devices/tuya.js.map +1 -1
  39. package/dist/devices/wirenboard.d.ts.map +1 -1
  40. package/dist/devices/wirenboard.js +263 -0
  41. package/dist/devices/wirenboard.js.map +1 -1
  42. package/dist/devices/zemismart.d.ts.map +1 -1
  43. package/dist/devices/zemismart.js +1 -0
  44. package/dist/devices/zemismart.js.map +1 -1
  45. package/dist/lib/ikea.d.ts +11 -0
  46. package/dist/lib/ikea.d.ts.map +1 -1
  47. package/dist/lib/ikea.js +44 -0
  48. package/dist/lib/ikea.js.map +1 -1
  49. package/dist/models-index.json +1 -1
  50. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,47 @@
1
1
  # Changelog
2
2
 
3
+ ## [26.76.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v26.75.0...v26.76.0) (2026-06-30)
4
+
5
+
6
+ ### Features
7
+
8
+ * **add:** 1800194 ([#12569](https://github.com/Koenkk/zigbee-herdsman-converters/issues/12569)) ([14c3e81](https://github.com/Koenkk/zigbee-herdsman-converters/commit/14c3e8109da2b8b9400343891d765766524098d6))
9
+ * **add:** 929004610601 https://github.com/Koenkk/zigbee2mqtt/issues/32440 ([92a75cb](https://github.com/Koenkk/zigbee-herdsman-converters/commit/92a75cbfd92dfbc8dc2364a4f60cbaf56e1e1124))
10
+ * **add:** C200 ([#12591](https://github.com/Koenkk/zigbee-herdsman-converters/issues/12591)) ([48f3c6d](https://github.com/Koenkk/zigbee-herdsman-converters/commit/48f3c6d20691c2f5e484d7a9a93ca1d938933b7e))
11
+ * **add:** HM-5HA-E ([#12587](https://github.com/Koenkk/zigbee-herdsman-converters/issues/12587)) ([701b983](https://github.com/Koenkk/zigbee-herdsman-converters/commit/701b983c16a794aee5d357c5c01213593fee1784))
12
+ * **add:** MINI-ZB1GS ([#12590](https://github.com/Koenkk/zigbee-herdsman-converters/issues/12590)) ([3fccb19](https://github.com/Koenkk/zigbee-herdsman-converters/commit/3fccb197757751b3cf4e895e9ee477d4cd8a0522))
13
+ * **add:** SISWD11-ZB ([#12588](https://github.com/Koenkk/zigbee-herdsman-converters/issues/12588)) ([28c99e6](https://github.com/Koenkk/zigbee-herdsman-converters/commit/28c99e635840f66f6fdfaa9dfb9903ba936fb4a8))
14
+ * **add:** SNZB-02UL ([#12589](https://github.com/Koenkk/zigbee-herdsman-converters/issues/12589)) ([c62ee3d](https://github.com/Koenkk/zigbee-herdsman-converters/commit/c62ee3d2a55f99b8b0d2b1d9f87d1bd820ea5976))
15
+ * **add:** WB-MSW-ZIGBEE_v.4_official ([#12582](https://github.com/Koenkk/zigbee-herdsman-converters/issues/12582)) ([d056c5c](https://github.com/Koenkk/zigbee-herdsman-converters/commit/d056c5c3563789db642a7f24c39ef4de0cfbc4dd))
16
+ * IKEA E2134: support on duration, trigger condition ([#12566](https://github.com/Koenkk/zigbee-herdsman-converters/issues/12566)) ([dcb6b9b](https://github.com/Koenkk/zigbee-herdsman-converters/commit/dcb6b9b886573f68cab3bed4a8d8040d66f6b1bf))
17
+ * OWON PIR313-E: expose battery percentage and configure reporting ([#12583](https://github.com/Koenkk/zigbee-herdsman-converters/issues/12583)) ([0cd2f9c](https://github.com/Koenkk/zigbee-herdsman-converters/commit/0cd2f9c85d45aecc5490bbf5486d9a2be4e55f57))
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * Tuya TS011F_plug_1 `_TZ3008_reatplte`: report correct voltage/power ([#12545](https://github.com/Koenkk/zigbee-herdsman-converters/issues/12545)) ([5589f90](https://github.com/Koenkk/zigbee-herdsman-converters/commit/5589f90e128faac0929a4821025511c51fc59730))
23
+
24
+ ## [26.75.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v26.74.0...v26.75.0) (2026-06-29)
25
+
26
+
27
+ ### Features
28
+
29
+ * **add:** 4099854461767/4099854461774 ([#12575](https://github.com/Koenkk/zigbee-herdsman-converters/issues/12575)) ([39c0fd9](https://github.com/Koenkk/zigbee-herdsman-converters/commit/39c0fd92ea00f0e5d80c54f9014700f05e8c633c))
30
+ * **add:** TO-6-W-B ([#12580](https://github.com/Koenkk/zigbee-herdsman-converters/issues/12580)) ([c981734](https://github.com/Koenkk/zigbee-herdsman-converters/commit/c981734a44e03a8065eb83bc6fabca730a7e2a88))
31
+ * SONOFF SNZB-02LD: support OTA ([#12572](https://github.com/Koenkk/zigbee-herdsman-converters/issues/12572)) ([a677ebb](https://github.com/Koenkk/zigbee-herdsman-converters/commit/a677ebbc276ec4d5b882751906963838a6b57352))
32
+
33
+
34
+ ### Bug Fixes
35
+
36
+ * Aqara PS-S04D: adjust min/step values for absence delay timer ([#12577](https://github.com/Koenkk/zigbee-herdsman-converters/issues/12577)) ([d579980](https://github.com/Koenkk/zigbee-herdsman-converters/commit/d579980a295bf9dcdafade19936361a3a5df1fa6))
37
+ * **detect:** Detect `_TZE210_yqwse3h5` as Tuya TS0301_dual_rail ([#12571](https://github.com/Koenkk/zigbee-herdsman-converters/issues/12571)) ([969dee1](https://github.com/Koenkk/zigbee-herdsman-converters/commit/969dee19bdd3ca79c2453f61db0f393419292d7c))
38
+ * **detect:** Detect `_TZE28C1000000_y4jqpry8` as Zemismart ZMS-206US-4 ([#12573](https://github.com/Koenkk/zigbee-herdsman-converters/issues/12573)) ([5ee2ba1](https://github.com/Koenkk/zigbee-herdsman-converters/commit/5ee2ba138e793c5d6a208c1f7c02c0ad0f2010ef))
39
+ * **detect:** Detect MLI switch01 as Müller Licht 404021 ([#12556](https://github.com/Koenkk/zigbee-herdsman-converters/issues/12556)) ([5fb231d](https://github.com/Koenkk/zigbee-herdsman-converters/commit/5fb231da09ed2407f0202c82ca05d402e1df8bc4))
40
+ * **ignore:** bump the minor-patch group with 3 updates ([#12578](https://github.com/Koenkk/zigbee-herdsman-converters/issues/12578)) ([fd97b8e](https://github.com/Koenkk/zigbee-herdsman-converters/commit/fd97b8edd10faa756ffe97dc2b02e3bed24d2cf3))
41
+ * Legrand 067772: expose as switch ([#12574](https://github.com/Koenkk/zigbee-herdsman-converters/issues/12574)) ([7ca59b5](https://github.com/Koenkk/zigbee-herdsman-converters/commit/7ca59b5b327f582fd80ad94cc16c67ae9df68324))
42
+ * Schneider Electric 41EPBDWCLMZ/354PBDMBTZ: expose level_config (on_level, current_level_startup) ([#12581](https://github.com/Koenkk/zigbee-herdsman-converters/issues/12581)) ([5730968](https://github.com/Koenkk/zigbee-herdsman-converters/commit/5730968da035999089414378e74fd74cbf64b553))
43
+ * Tuya TS011F_with_threshold: fix over current and under voltage limits https://github.com/Koenkk/zigbee2mqtt/issues/32423 ([0a7f280](https://github.com/Koenkk/zigbee-herdsman-converters/commit/0a7f280329ab73500e6ea1c3eefbb35cf1a6ff6b))
44
+
3
45
  ## [26.74.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v26.73.0...v26.74.0) (2026-06-27)
4
46
 
5
47
 
@@ -1 +1 @@
1
- {"version":3,"file":"heiman.d.ts","sourceRoot":"","sources":["../../src/devices/heiman.ts"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAC,oBAAoB,EAAmD,MAAM,cAAc,CAAC;AA4wDzG,eAAO,MAAM,WAAW,EAAE,oBAAoB,EAo2D7C,CAAC"}
1
+ {"version":3,"file":"heiman.d.ts","sourceRoot":"","sources":["../../src/devices/heiman.ts"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAC,oBAAoB,EAAmD,MAAM,cAAc,CAAC;AA4wDzG,eAAO,MAAM,WAAW,EAAE,oBAAoB,EAw5D7C,CAAC"}
@@ -2290,8 +2290,16 @@ exports.definitions = [
2290
2290
  heimanExtend.heimanClusterSpecial(),
2291
2291
  m.deviceEndpoints({ endpoints: { l1: 1, l2: 2 } }),
2292
2292
  m.onOff({ endpointNames: ["l1", "l2"] }),
2293
- m.deviceTemperature(),
2294
2293
  m.identify(),
2294
+ m.numeric({
2295
+ name: "device_intenal_temperature",
2296
+ cluster: "genDeviceTempCfg",
2297
+ attribute: "currentTemperature",
2298
+ description: "Temperature of the device",
2299
+ unit: "°C",
2300
+ access: "STATE_GET",
2301
+ entityCategory: "diagnostic",
2302
+ }),
2295
2303
  m.enumLookup({
2296
2304
  name: "switch_type_l1",
2297
2305
  endpointName: "l1",
@@ -3293,16 +3301,6 @@ exports.definitions = [
3293
3301
  access: "ALL",
3294
3302
  }),
3295
3303
  heimanExtend.heimanClusterRadarDetectionRange(),
3296
- m.numeric({
3297
- name: "repeated_reporting_duration",
3298
- unit: "minute(s)",
3299
- valueMin: 0,
3300
- valueMax: 65535,
3301
- cluster: "heimanClusterSpecial",
3302
- attribute: "occupiedToOccupiedDuration",
3303
- description: "occupied repeated reporting duartion, 65535 indicates forever",
3304
- access: "ALL",
3305
- }),
3306
3304
  m.numeric({
3307
3305
  name: "illuminance_threshold",
3308
3306
  unit: "lx",
@@ -3332,9 +3330,10 @@ exports.definitions = [
3332
3330
  }),
3333
3331
  heimanExtend.temperatureOffset(),
3334
3332
  heimanExtend.humidityOffset(),
3335
- m.enumLookup({
3333
+ m.binary({
3336
3334
  name: "learning_control",
3337
- lookup: { start: 65534, reset: 65535 },
3335
+ valueOn: ["start", 65534],
3336
+ valueOff: ["reset", 65535],
3338
3337
  cluster: "heimanClusterSpecial",
3339
3338
  attribute: "radarLearningControl",
3340
3339
  description: "Radar learning mode, please wake up the device first.",
@@ -3342,7 +3341,7 @@ exports.definitions = [
3342
3341
  }),
3343
3342
  m.enumLookup({
3344
3343
  name: "learning_state",
3345
- lookup: { not: 0, learning: 1, completed: 2, failed: 3 },
3344
+ lookup: { normal: 0, learning: 1, completed: 2, failed: 3 },
3346
3345
  cluster: "heimanClusterSpecial",
3347
3346
  attribute: "radarLearningState",
3348
3347
  description: "radar learning state",
@@ -3363,5 +3362,54 @@ exports.definitions = [
3363
3362
  ],
3364
3363
  ota: true,
3365
3364
  },
3365
+ {
3366
+ zigbeeModel: ["HM-5HA-E", "HM-5HA-EF-3.0"],
3367
+ model: "HM-5HA-E",
3368
+ vendor: "Heiman",
3369
+ description: "Heat detector",
3370
+ fromZigbee: [fzLocal.heimanClusterSpecialfz],
3371
+ toZigbee: [tz.warning],
3372
+ configure: async (device, coordinatorEndpoint) => {
3373
+ const endpoint = device.getEndpoint(1);
3374
+ await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg", "heimanClusterSpecial"]);
3375
+ await reporting.batteryPercentageRemaining(endpoint);
3376
+ await endpoint.read("ssIasZone", ["zoneStatus", "zoneState", "iasCieAddr", "zoneId"]);
3377
+ await endpoint.read("msTemperatureMeasurement", ["measuredValue"]);
3378
+ await endpoint.read("heimanClusterSpecial", [
3379
+ "sensorFaultState",
3380
+ "deviceMuteControl",
3381
+ "deviceMuteState",
3382
+ "indicatorLightLevelControlOf1",
3383
+ "interconnectable",
3384
+ "temperatureOffset",
3385
+ "rebootedCount",
3386
+ "rejoinedCount",
3387
+ "reportedPackages",
3388
+ ], {
3389
+ manufacturerCode: zigbee_herdsman_1.Zcl.ManufacturerCode.HEIMAN_TECHNOLOGY_CO_LTD,
3390
+ });
3391
+ },
3392
+ exposes: [],
3393
+ extend: [
3394
+ m.battery(),
3395
+ m.identify(),
3396
+ m.temperature(),
3397
+ m.iasZoneAlarm({ zoneType: "alarm", zoneAttributes: ["alarm_1", "battery_low", "test", "tamper"] }),
3398
+ heimanExtend.heimanClusterSpecial(),
3399
+ heimanExtend.heimanClusterSensorFaultState(),
3400
+ heimanExtend.heimanClusterDeviceMuteState(),
3401
+ heimanExtend.iasZoneInitiateTestMode(),
3402
+ heimanExtend.heimanClusterSensorMutable(),
3403
+ heimanExtend.heimanClusterIndicatorLight(),
3404
+ heimanExtend.heimanClusterSensorInterconnectable(),
3405
+ heimanExtend.sirenForAutomationOnly(),
3406
+ heimanExtend.temperatureOffset(),
3407
+ heimanExtend.linkAvailable(),
3408
+ heimanExtend.reportedPackages(),
3409
+ heimanExtend.rejoinedCount(),
3410
+ heimanExtend.rebootedCount(),
3411
+ ],
3412
+ ota: true,
3413
+ },
3366
3414
  ];
3367
3415
  //# sourceMappingURL=heiman.js.map