zigbee-herdsman-converters 25.83.1 → 25.85.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 +46 -0
  2. package/dist/converters/fromZigbee.d.ts.map +1 -1
  3. package/dist/converters/fromZigbee.js +9 -1
  4. package/dist/converters/fromZigbee.js.map +1 -1
  5. package/dist/devices/bituo_technik.d.ts.map +1 -1
  6. package/dist/devices/bituo_technik.js +1 -0
  7. package/dist/devices/bituo_technik.js.map +1 -1
  8. package/dist/devices/ctm.d.ts.map +1 -1
  9. package/dist/devices/ctm.js +11 -0
  10. package/dist/devices/ctm.js.map +1 -1
  11. package/dist/devices/index.d.ts.map +1 -1
  12. package/dist/devices/index.js +2 -0
  13. package/dist/devices/index.js.map +1 -1
  14. package/dist/devices/legrand.d.ts.map +1 -1
  15. package/dist/devices/legrand.js +14 -0
  16. package/dist/devices/legrand.js.map +1 -1
  17. package/dist/devices/lixee.d.ts.map +1 -1
  18. package/dist/devices/lixee.js +1 -0
  19. package/dist/devices/lixee.js.map +1 -1
  20. package/dist/devices/moes.d.ts.map +1 -1
  21. package/dist/devices/moes.js +23 -1
  22. package/dist/devices/moes.js.map +1 -1
  23. package/dist/devices/onokom.d.ts.map +1 -1
  24. package/dist/devices/onokom.js +117 -99
  25. package/dist/devices/onokom.js.map +1 -1
  26. package/dist/devices/philips.d.ts.map +1 -1
  27. package/dist/devices/philips.js +16 -4
  28. package/dist/devices/philips.js.map +1 -1
  29. package/dist/devices/sonoff.d.ts.map +1 -1
  30. package/dist/devices/sonoff.js +2 -0
  31. package/dist/devices/sonoff.js.map +1 -1
  32. package/dist/devices/sunricher.d.ts.map +1 -1
  33. package/dist/devices/sunricher.js +39 -8
  34. package/dist/devices/sunricher.js.map +1 -1
  35. package/dist/devices/tcl.d.ts +3 -0
  36. package/dist/devices/tcl.d.ts.map +1 -0
  37. package/dist/devices/tcl.js +47 -0
  38. package/dist/devices/tcl.js.map +1 -0
  39. package/dist/devices/third_reality.js +2 -2
  40. package/dist/devices/third_reality.js.map +1 -1
  41. package/dist/devices/tuya.d.ts.map +1 -1
  42. package/dist/devices/tuya.js +96 -7
  43. package/dist/devices/tuya.js.map +1 -1
  44. package/dist/devices/zemismart.d.ts.map +1 -1
  45. package/dist/devices/zemismart.js +61 -0
  46. package/dist/devices/zemismart.js.map +1 -1
  47. package/dist/lib/bosch.js +3 -3
  48. package/dist/lib/bosch.js.map +1 -1
  49. package/dist/models-index.json +1 -1
  50. package/package.json +3 -3
@@ -2609,7 +2609,12 @@ exports.definitions = [
2609
2609
  tuya.whitelabel("Moes", "ZLD-RCW_1", "RGB+CCT Zigbee LED controller", ["_TZ3000_7hcgjxpc"]),
2610
2610
  tuya.whitelabel("Moes", "ZB-TD5-RCW-GU10", "RGB+CCT 4.7W GU10 LED bulb", ["_TZ3210_rcggc0ys", "_TZ3210_ljoasixl"]),
2611
2611
  tuya.whitelabel("Moes", "ZB-TDA9-RCW-E27-MS", "RGB+CCT 9W E27 LED bulb", ["_TZ3210_wxa85bwk"]),
2612
- tuya.whitelabel("Moes", "ZB-LZD10-RCW", "10W RGB+CCT Smart Downlight", ["_TZ3210_s9lumfhn", "_TZ3210_jjqdqxfq", "_TZ3210_dwzfzfjc"]),
2612
+ tuya.whitelabel("Moes", "ZB-LZD10-RCW", "10W RGB+CCT Smart Downlight", [
2613
+ "_TZ3210_s9lumfhn",
2614
+ "_TZ3210_jjqdqxfq",
2615
+ "_TZ3210_dwzfzfjc",
2616
+ "_TZ3210_wbsgmojq",
2617
+ ]),
2613
2618
  tuya.whitelabel("Moes", "ZB-TDC6-RCW-E14", "RGB+CCT 5W E14 LED bulb", ["_TZ3210_ifga63rg"]),
2614
2619
  tuya.whitelabel("MiBoxer", "E3-ZR", "3 in 1 LED Controller", ["_TZB210_wy1pyu1q", "_TZB210_yatkpuha"]),
2615
2620
  tuya.whitelabel("MiBoxer", "SZ5", "5 in 1 LED Controller", ["_TZB210_w9hcix2r"]),
@@ -4488,7 +4493,7 @@ exports.definitions = [
4488
4493
  { vendor: "Smart9", model: "S9TSZGB" },
4489
4494
  { vendor: "Lonsonho", model: "TS0041" },
4490
4495
  { vendor: "Benexmart", model: "ZM-sui1" },
4491
- tuya.whitelabel("Tuya", "SH-SC07", "Button scene switch", ["_TZ3000_mrpevh8p", "_TZ3000_5bpeda8u"]),
4496
+ tuya.whitelabel("Tuya", "SH-SC07", "Button scene switch", ["_TZ3000_mrpevh8p", "_TZ3000_5bpeda8u", "_TZ3000_b4awzgct"]),
4492
4497
  tuya.whitelabel("Tuya", "MINI-ZSB", "Smart button", ["_TZ3000_qgwcxxws"]),
4493
4498
  tuya.whitelabel("Nous", "LZ4", "Wireless switch button", ["_TZ3000_6km7djcm"]),
4494
4499
  tuya.whitelabel("Marmitek", "Push_LE", "Smart switch", ["_TZ3000_4upl1fcj"]),
@@ -5013,9 +5018,9 @@ exports.definitions = [
5013
5018
  ],
5014
5019
  extend: [
5015
5020
  tuya.modernExtend.electricityMeasurementPoll({
5016
- electricalMeasurement: (device) => device.manufacturerName === "_TZ3000_x3ewpzyr" ||
5021
+ electricalMeasurement: (device) => (device.manufacturerName === "_TZ3000_x3ewpzyr" && [162, 100].includes(device.applicationVersion)) ||
5017
5022
  (device.manufacturerName === "_TZ3000_xkap8wtb" && [162, 100].includes(device.applicationVersion)),
5018
- metering: (device) => device.manufacturerName === "_TZ3000_x3ewpzyr" ||
5023
+ metering: (device) => (device.manufacturerName === "_TZ3000_x3ewpzyr" && [162, 100].includes(device.applicationVersion)) ||
5019
5024
  (device.manufacturerName === "_TZ3000_xkap8wtb" && [162, 100].includes(device.applicationVersion)),
5020
5025
  }),
5021
5026
  ],
@@ -7326,7 +7331,9 @@ exports.definitions = [
7326
7331
  vendor: "Tuya",
7327
7332
  description: "Thermostatic radiator valve.",
7328
7333
  whiteLabel: [tuya.whitelabel("Moes", "TRV801Z", "Thermostatic radiator valve", ["_TZE204_qyr2m29i", "_TZE284_ltwbm23f"])],
7329
- extend: [tuyaBase({ dp: true, timeStart: "1970" })],
7334
+ // _TZE204_qyr2m29i requires 2000
7335
+ // https://github.com/Koenkk/zigbee2mqtt/issues/30054
7336
+ extend: [tuyaBase({ dp: true, timeStart: "2000" })],
7330
7337
  exposes: [
7331
7338
  e.battery(),
7332
7339
  e.child_lock(),
@@ -7784,6 +7791,7 @@ exports.definitions = [
7784
7791
  tuya.whitelabel("GreenSun", "HSC-ZW-EU", "Outdoor Smart Plug (with power monitoring)", ["_TZ3000_cicwjqth"]),
7785
7792
  tuya.whitelabel("Nous", "A10Z", "Smart Zigbee Socket", ["_TZ3210_jlf1nepw"]),
7786
7793
  tuya.whitelabel("MatSee Plus", "PJ-MINI-ZSW01", "Smart Socket Switch Module (with power monitoring)", ["_TZ3000_cjrngdr3"]),
7794
+ tuya.whitelabel("BlitzWolf", "BW-SHP13", "Smart plug (with power monitoring)", ["_TZ3000_amdymr7l"]),
7787
7795
  ],
7788
7796
  ota: true,
7789
7797
  extend: [
@@ -9852,7 +9860,7 @@ exports.definitions = [
9852
9860
  .withDescription("Holidays (2 times `hh:mm/cc.c°C)`"),
9853
9861
  // ============== exposes for found, but not functional datapoints:
9854
9862
  /*
9855
- e.min_temperature_limit() // dp 16
9863
+ e.min_temperature_limit()
9856
9864
  .withValueMin(5)
9857
9865
  .withValueMax(15)
9858
9866
  .withValueStep(0.5)
@@ -12355,6 +12363,24 @@ exports.definitions = [
12355
12363
  },
12356
12364
  whiteLabel: [{ vendor: "Liwokit", model: "Fan+Light-01" }],
12357
12365
  },
12366
+ {
12367
+ fingerprint: tuya.fingerprint("TS0601", ["_TZE204_bql5khqx"]),
12368
+ model: "X99-G-kbFan-1g-ZG-LN-11",
12369
+ vendor: "Coswall",
12370
+ description: "Fan & light switch",
12371
+ extend: [tuya.modernExtend.tuyaBase({ dp: true })],
12372
+ exposes: [
12373
+ e.binary("status_indication", ea.STATE_SET, "ON", "OFF").withDescription("Light switch"),
12374
+ e.numeric("fan_speed", ea.STATE_SET).withValueMin(0).withValueMax(100).withValueStep(1).withDescription("Fan Speed %"),
12375
+ ],
12376
+ meta: {
12377
+ tuyaDatapoints: [
12378
+ [1, "state", tuya.valueConverter.onOff],
12379
+ [4, "fan_speed", tuya.valueConverter.raw],
12380
+ [5, "status_indication", tuya.valueConverter.onOff],
12381
+ ],
12382
+ },
12383
+ },
12358
12384
  {
12359
12385
  fingerprint: tuya.fingerprint("TS0601", ["_TZE200_lawxy9e2", "_TZE204_lawxy9e2"]),
12360
12386
  model: "TS0601_fan_5_levels_and_light_switch",
@@ -20563,6 +20589,7 @@ exports.definitions = [
20563
20589
  },
20564
20590
  },
20565
20591
  {
20592
+ zigbeeModel: ["ZS-304Z"],
20566
20593
  fingerprint: tuya.fingerprint("TS0601", ["_TZE284_k7p2q5d9", "_TZE284_65gzcss7", "_TZE284_0ints6wl", "_TZE284_yzr43ayq"]),
20567
20594
  model: "ZS-300Z",
20568
20595
  vendor: "Arteco",
@@ -20570,7 +20597,7 @@ exports.definitions = [
20570
20597
  extend: [tuya.modernExtend.tuyaBase({ dp: true })],
20571
20598
  whiteLabel: [
20572
20599
  tuya.whitelabel("Arteco", "ZS-302Z", "Soil moisture sensor", ["_TZE284_65gzcss7"]),
20573
- tuya.whitelabel("Arteco", "ZS-304Z", "Soil moisture sensor", ["_TZE284_0ints6wl", "_TZE284_yzr43ayq"]),
20600
+ { model: "ZS-304Z", fingerprint: [{ manufacturerName: "_TZE284_0ints6wl" }, { manufacturerName: "_TZE284_yzr43ayq" }, { modelID: "ZS-304Z" }] },
20574
20601
  ],
20575
20602
  exposes: [
20576
20603
  e.enum("water_warning", ea.STATE, ["none", "alarm"]).withDescription("Water shortage warning"),
@@ -21494,5 +21521,67 @@ exports.definitions = [
21494
21521
  ],
21495
21522
  },
21496
21523
  },
21524
+ {
21525
+ fingerprint: tuya.fingerprint("TS0601", ["_TZE200_eqpaxqdv"]),
21526
+ model: "PIMS3028",
21527
+ vendor: "KnockautX",
21528
+ description: "Cover plug-in receiver multi STAK 3/STAS 3",
21529
+ extend: [tuya.modernExtend.tuyaBase({ dp: true })],
21530
+ exposes: [
21531
+ e.enum("state", ea.STATE_SET, ["open", "stop", "close", "lock", "unlock"]).withDescription("Control commands"),
21532
+ e.cover_position().setAccess("position", ea.STATE_SET),
21533
+ e.enum("mode", ea.STATE_SET, ["up", "up_delete", "remove_up_down"]).withDescription("Set mode"),
21534
+ e.enum("control_back", ea.STATE_SET, ["forward", "back"]).withDescription("Set the motor running direction"),
21535
+ e.binary("auto_power", ea.STATE_SET, true, false).withDescription("Add wireless remote"),
21536
+ e.enum("work_state", ea.STATE, ["opening", "closing", "123"]).withDescription("Work state"),
21537
+ e.numeric("time_total", ea.STATE).withValueMin(0).withValueMax(600).withUnit("s").withDescription("Total travel time"),
21538
+ e.enum("situation_set", ea.STATE, ["fully_open", "fully_close"]).withDescription("Situation of the blinds"),
21539
+ e.binary("fault", ea.STATE, true, false).withDescription("Motor fault"),
21540
+ e.enum("border", ea.STATE_SET, ["down_delete", "remove_top_bottom"]).withDescription("Set lower/upper limit"),
21541
+ e.numeric("position_best", ea.STATE_SET).withValueMin(1).withValueMax(100).withDescription("Set the best position"),
21542
+ e
21543
+ .numeric("angle_horizontal", ea.STATE_SET)
21544
+ .withValueMin(0)
21545
+ .withValueMax(100)
21546
+ .withValueStep(25)
21547
+ .withUnit("°")
21548
+ .withDescription("Set the angle"),
21549
+ e.enum("calibration", ea.STATE_SET, ["start", "end"]).withDescription("Calibrate the travel limits"),
21550
+ e.numeric("quick_calibration", ea.STATE_SET).withValueMin(0).withValueMax(900).withUnit("s").withDescription("Set quick calibration"),
21551
+ e.binary("switch", ea.STATE_SET, true, false).withDescription("Trigger best position"),
21552
+ e.enum("reset", ea.STATE_SET, ["reset"]).withDescription("Trigger factory reset"),
21553
+ ],
21554
+ meta: {
21555
+ tuyaDatapoints: [
21556
+ [
21557
+ 1,
21558
+ "state",
21559
+ tuya.valueConverterBasic.lookup({
21560
+ open: tuya.enum(0),
21561
+ stop: tuya.enum(1),
21562
+ close: tuya.enum(2),
21563
+ lock: tuya.enum(3),
21564
+ unlock: tuya.enum(4),
21565
+ }),
21566
+ ],
21567
+ [2, "position", tuya.valueConverter.coverPosition],
21568
+ [3, "position", tuya.valueConverter.coverPositionInverted],
21569
+ [4, "mode", tuya.valueConverterBasic.lookup({ up: tuya.enum(0), up_delete: tuya.enum(1), remove_up_down: tuya.enum(2) })],
21570
+ [5, "control_back", tuya.valueConverterBasic.lookup({ forward: tuya.enum(0), back: tuya.enum(1) })],
21571
+ [6, "auto_power", tuya.valueConverter.raw],
21572
+ [7, "work_state", tuya.valueConverterBasic.lookup({ opening: tuya.enum(0), closing: tuya.enum(1), 123: tuya.enum(2) })],
21573
+ [10, "time_total", tuya.valueConverter.raw],
21574
+ [11, "situation_set", tuya.valueConverterBasic.lookup({ fully_open: tuya.enum(0), fully_close: tuya.enum(1) })],
21575
+ [12, "fault", tuya.valueConverter.raw],
21576
+ [16, "border", tuya.valueConverterBasic.lookup({ down_delete: tuya.enum(0), remove_top_bottom: tuya.enum(1) })],
21577
+ [19, "position_best", tuya.valueConverter.setLimit],
21578
+ [21, "angle_horizontal", tuya.valueConverter.raw],
21579
+ [101, "calibration", tuya.valueConverterBasic.lookup({ start: tuya.enum(0), end: tuya.enum(1) })],
21580
+ [102, "quick_calibration", tuya.valueConverter.raw],
21581
+ [103, "switch", tuya.valueConverter.raw],
21582
+ [104, "reset", tuya.valueConverterBasic.lookup({ reset: tuya.enum(0) })],
21583
+ ],
21584
+ },
21585
+ },
21497
21586
  ];
21498
21587
  //# sourceMappingURL=tuya.js.map