zigbee-herdsman-converters 25.108.0 → 25.110.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 (60) hide show
  1. package/CHANGELOG.md +52 -0
  2. package/dist/devices/custom_devices_diy.d.ts.map +1 -1
  3. package/dist/devices/custom_devices_diy.js +8 -0
  4. package/dist/devices/custom_devices_diy.js.map +1 -1
  5. package/dist/devices/danfoss.js +1 -1
  6. package/dist/devices/danfoss.js.map +1 -1
  7. package/dist/devices/domraem.d.ts.map +1 -1
  8. package/dist/devices/domraem.js +8 -1
  9. package/dist/devices/domraem.js.map +1 -1
  10. package/dist/devices/ikea.d.ts.map +1 -1
  11. package/dist/devices/ikea.js +108 -1
  12. package/dist/devices/ikea.js.map +1 -1
  13. package/dist/devices/lincukoo.d.ts.map +1 -1
  14. package/dist/devices/lincukoo.js +2 -1
  15. package/dist/devices/lincukoo.js.map +1 -1
  16. package/dist/devices/moes.d.ts.map +1 -1
  17. package/dist/devices/moes.js +251 -6
  18. package/dist/devices/moes.js.map +1 -1
  19. package/dist/devices/muller_licht.d.ts.map +1 -1
  20. package/dist/devices/muller_licht.js +7 -0
  21. package/dist/devices/muller_licht.js.map +1 -1
  22. package/dist/devices/nous.js +2 -2
  23. package/dist/devices/nous.js.map +1 -1
  24. package/dist/devices/onesti.d.ts.map +1 -1
  25. package/dist/devices/onesti.js +74 -16
  26. package/dist/devices/onesti.js.map +1 -1
  27. package/dist/devices/philips.d.ts.map +1 -1
  28. package/dist/devices/philips.js +63 -16
  29. package/dist/devices/philips.js.map +1 -1
  30. package/dist/devices/shelly.d.ts.map +1 -1
  31. package/dist/devices/shelly.js +18 -0
  32. package/dist/devices/shelly.js.map +1 -1
  33. package/dist/devices/slacky_diy.d.ts.map +1 -1
  34. package/dist/devices/slacky_diy.js +322 -9
  35. package/dist/devices/slacky_diy.js.map +1 -1
  36. package/dist/devices/somfy.js +1 -1
  37. package/dist/devices/somfy.js.map +1 -1
  38. package/dist/devices/tuya.d.ts.map +1 -1
  39. package/dist/devices/tuya.js +58 -2
  40. package/dist/devices/tuya.js.map +1 -1
  41. package/dist/devices/yale.d.ts.map +1 -1
  42. package/dist/devices/yale.js +8 -1
  43. package/dist/devices/yale.js.map +1 -1
  44. package/dist/devices/yandex.d.ts.map +1 -1
  45. package/dist/devices/yandex.js +2 -4
  46. package/dist/devices/yandex.js.map +1 -1
  47. package/dist/devices/zemismart.d.ts.map +1 -1
  48. package/dist/devices/zemismart.js +34 -0
  49. package/dist/devices/zemismart.js.map +1 -1
  50. package/dist/lib/constants.d.ts.map +1 -1
  51. package/dist/lib/constants.js +1 -0
  52. package/dist/lib/constants.js.map +1 -1
  53. package/dist/lib/modernExtend.d.ts +2 -1
  54. package/dist/lib/modernExtend.d.ts.map +1 -1
  55. package/dist/lib/modernExtend.js +3 -2
  56. package/dist/lib/modernExtend.js.map +1 -1
  57. package/dist/lib/types.d.ts +1 -1
  58. package/dist/lib/types.d.ts.map +1 -1
  59. package/dist/models-index.json +1 -1
  60. package/package.json +3 -3
@@ -3032,6 +3032,8 @@ exports.definitions = [
3032
3032
  color: true,
3033
3033
  }),
3034
3034
  ],
3035
+ // https://github.com/Koenkk/zigbee2mqtt/issues/30584
3036
+ meta: { moveToLevelWithOnOffDisable: (e) => e.getDevice().manufacturerName === "_TZB210_uoiqhjqe" },
3035
3037
  toZigbee: [tzLocal.TS0505B_1_transitionFixesOnOffBrightness],
3036
3038
  configure: (device, coordinatorEndpoint) => {
3037
3039
  device.getEndpoint(1).saveClusterAttributeKeyValue("lightingColorCtrl", {
@@ -3281,7 +3283,9 @@ exports.definitions = [
3281
3283
  m.iasZoneAlarm({
3282
3284
  zoneType: "occupancy",
3283
3285
  zoneAttributes: ["alarm_1", "battery_low"],
3284
- keepAliveTimeout: 125,
3286
+ // No keepAlivetimeout for ZG-204Z
3287
+ // https://github.com/Koenkk/zigbee2mqtt/issues/30676
3288
+ keepAliveTimeout: (d) => (d.modelID === "ZG-204Z" ? 0 : 125),
3285
3289
  }),
3286
3290
  ],
3287
3291
  exposes: [
@@ -4766,6 +4770,7 @@ exports.definitions = [
4766
4770
  description: "Donovan Panel Light",
4767
4771
  },
4768
4772
  tuya.whitelabel("Aldi", "F122SB62H22A4.5W", "LIGHTWAY smart home LED-lamp - filament", ["_TZ3000_g1glzzfk"]),
4773
+ tuya.whitelabel("Sibling", "Light-ZSLL", "Linear ceiling LED luminaire", ["_TZ3000_bumeauzp"]),
4769
4774
  tuya.whitelabel("MiBoxer", "FUT035Z+", "Dual white LED controller", [
4770
4775
  "_TZ3210_frm6149r",
4771
4776
  "_TZ3210_jtifm80b",
@@ -6020,6 +6025,7 @@ exports.definitions = [
6020
6025
  {
6021
6026
  fingerprint: tuya.fingerprint("TS0001", [
6022
6027
  "_TZ3000_tqlv4ug4",
6028
+ "_TZ3210_tqlv4ug4",
6023
6029
  "_TZ3000_gjrubzje",
6024
6030
  "_TZ3000_tygpxwqa",
6025
6031
  "_TZ3000_4rbqgcuv",
@@ -6152,7 +6158,6 @@ exports.definitions = [
6152
6158
  "_TZE200_2odrmqwq",
6153
6159
  "_TZE204_lh3arisb",
6154
6160
  "_TZE284_udank5zs",
6155
- "_TZE284_6hrnp30w",
6156
6161
  "_TZE284_b7kbnl6q",
6157
6162
  "_TZE200_7shyddj3",
6158
6163
  "_TZE204_a2jcoyuk",
@@ -6473,6 +6478,57 @@ exports.definitions = [
6473
6478
  ],
6474
6479
  },
6475
6480
  },
6481
+ {
6482
+ fingerprint: tuya.fingerprint("TS0601", ["_TZE284_pzm3wab5", "_TZE284_twybxdzl"]),
6483
+ model: "ZF24",
6484
+ vendor: "Tuya",
6485
+ description: "Human presence sensor (millimeter wave radar)",
6486
+ extend: [tuya.modernExtend.tuyaBase({ dp: true })],
6487
+ exposes: [
6488
+ e.presence(),
6489
+ e.numeric("distance", ea.STATE).withUnit("m").withDescription("Object distance"),
6490
+ e.illuminance(),
6491
+ e.numeric("move_sensitivity", ea.STATE_SET).withValueMin(1).withValueMax(10).withValueStep(1).withDescription("Mobility sensitivity"),
6492
+ e.numeric("presence_sensitivity", ea.STATE_SET).withValueMin(1).withValueMax(10).withValueStep(1).withDescription("Presence sensitivity"),
6493
+ e
6494
+ .numeric("presence_timeout", ea.STATE_SET)
6495
+ .withValueMin(1)
6496
+ .withValueMax(600)
6497
+ .withValueStep(1)
6498
+ .withUnit("s")
6499
+ .withDescription("Presence state timeout time"),
6500
+ e
6501
+ .numeric("detection_distance_max", ea.STATE_SET)
6502
+ .withValueMin(0.75)
6503
+ .withValueMax(9.0)
6504
+ .withValueStep(0.75)
6505
+ .withUnit("m")
6506
+ .withDescription("Maximum detection distance"),
6507
+ e.binary("state", ea.STATE_SET, "ON", "OFF").withDescription("Function"),
6508
+ e.binary("living_room", ea.STATE_SET, "ON", "OFF").withDescription("Living room"),
6509
+ e.binary("bedroom", ea.STATE_SET, "ON", "OFF").withDescription("Bedroom"),
6510
+ e.binary("bathroom", ea.STATE_SET, "ON", "OFF").withDescription("Bathroom"),
6511
+ e.binary("sleep", ea.STATE_SET, "ON", "OFF").withDescription("Sleep"),
6512
+ e.binary("radar_switch", ea.STATE_SET, "ON", "OFF").withDescription("Radar switch"),
6513
+ ],
6514
+ meta: {
6515
+ tuyaDatapoints: [
6516
+ [1, "presence", tuya.valueConverter.trueFalse1],
6517
+ [2, "move_sensitivity", tuya.valueConverter.raw],
6518
+ [4, "detection_distance_max", tuya.valueConverter.divideBy100],
6519
+ [9, "distance", tuya.valueConverter.divideBy100],
6520
+ [101, "presence_timeout", tuya.valueConverter.raw],
6521
+ [102, "illuminance", tuya.valueConverter.raw],
6522
+ [103, "presence_sensitivity", tuya.valueConverter.raw],
6523
+ [104, "state", tuya.valueConverter.onOff],
6524
+ [105, "living_room", tuya.valueConverter.onOff],
6525
+ [106, "bedroom", tuya.valueConverter.onOff],
6526
+ [107, "bathroom", tuya.valueConverter.onOff],
6527
+ [108, "sleep", tuya.valueConverter.onOff],
6528
+ [109, "radar_switch", tuya.valueConverter.onOff],
6529
+ ],
6530
+ },
6531
+ },
6476
6532
  {
6477
6533
  fingerprint: tuya.fingerprint("TS0601", [
6478
6534
  "_TZE200_clm4gdw4",