zigbee-herdsman-converters 25.28.0 → 25.30.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 (74) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist/converters/toZigbee.d.ts.map +1 -1
  3. package/dist/converters/toZigbee.js +16 -16
  4. package/dist/converters/toZigbee.js.map +1 -1
  5. package/dist/devices/adeo.d.ts.map +1 -1
  6. package/dist/devices/adeo.js +7 -0
  7. package/dist/devices/adeo.js.map +1 -1
  8. package/dist/devices/bacchus.d.ts.map +1 -1
  9. package/dist/devices/bacchus.js +7 -9
  10. package/dist/devices/bacchus.js.map +1 -1
  11. package/dist/devices/bosch.d.ts.map +1 -1
  12. package/dist/devices/bosch.js +71 -140
  13. package/dist/devices/bosch.js.map +1 -1
  14. package/dist/devices/eurotronic.d.ts.map +1 -1
  15. package/dist/devices/eurotronic.js +1 -0
  16. package/dist/devices/eurotronic.js.map +1 -1
  17. package/dist/devices/index.d.ts.map +1 -1
  18. package/dist/devices/index.js +2 -0
  19. package/dist/devices/index.js.map +1 -1
  20. package/dist/devices/innr.d.ts.map +1 -1
  21. package/dist/devices/innr.js +1 -0
  22. package/dist/devices/innr.js.map +1 -1
  23. package/dist/devices/lumi.d.ts.map +1 -1
  24. package/dist/devices/lumi.js +200 -0
  25. package/dist/devices/lumi.js.map +1 -1
  26. package/dist/devices/multir.d.ts +3 -0
  27. package/dist/devices/multir.d.ts.map +1 -0
  28. package/dist/devices/multir.js +129 -0
  29. package/dist/devices/multir.js.map +1 -0
  30. package/dist/devices/philips.d.ts.map +1 -1
  31. package/dist/devices/philips.js +7 -0
  32. package/dist/devices/philips.js.map +1 -1
  33. package/dist/devices/sber.js +6 -6
  34. package/dist/devices/sber.js.map +1 -1
  35. package/dist/devices/schneider_electric.d.ts.map +1 -1
  36. package/dist/devices/schneider_electric.js +47 -12
  37. package/dist/devices/schneider_electric.js.map +1 -1
  38. package/dist/devices/sonoff.d.ts +2 -0
  39. package/dist/devices/sonoff.d.ts.map +1 -1
  40. package/dist/devices/sonoff.js +34 -0
  41. package/dist/devices/sonoff.js.map +1 -1
  42. package/dist/devices/third_reality.js +2 -2
  43. package/dist/devices/third_reality.js.map +1 -1
  44. package/dist/devices/tuya.d.ts.map +1 -1
  45. package/dist/devices/tuya.js +42 -18
  46. package/dist/devices/tuya.js.map +1 -1
  47. package/dist/devices/yandex.d.ts.map +1 -1
  48. package/dist/devices/yandex.js +6 -18
  49. package/dist/devices/yandex.js.map +1 -1
  50. package/dist/devices/ysrsai.d.ts.map +1 -1
  51. package/dist/devices/ysrsai.js +4 -1
  52. package/dist/devices/ysrsai.js.map +1 -1
  53. package/dist/devices/zemismart.js +1 -1
  54. package/dist/devices/zemismart.js.map +1 -1
  55. package/dist/lib/bosch.d.ts +38 -5
  56. package/dist/lib/bosch.d.ts.map +1 -1
  57. package/dist/lib/bosch.js +651 -167
  58. package/dist/lib/bosch.js.map +1 -1
  59. package/dist/lib/lumi.js +3 -3
  60. package/dist/lib/lumi.js.map +1 -1
  61. package/dist/lib/modernExtend.d.ts +54 -1
  62. package/dist/lib/modernExtend.d.ts.map +1 -1
  63. package/dist/lib/modernExtend.js +97 -21
  64. package/dist/lib/modernExtend.js.map +1 -1
  65. package/dist/lib/philips.js +1 -1
  66. package/dist/lib/philips.js.map +1 -1
  67. package/dist/lib/tuya.js +8 -8
  68. package/dist/lib/tuya.js.map +1 -1
  69. package/dist/lib/utils.d.ts +1 -0
  70. package/dist/lib/utils.d.ts.map +1 -1
  71. package/dist/lib/utils.js +10 -0
  72. package/dist/lib/utils.js.map +1 -1
  73. package/dist/models-index.json +1 -1
  74. package/package.json +3 -3
@@ -2585,6 +2585,7 @@ exports.definitions = [
2585
2585
  "_TZE204_vevc4c6g",
2586
2586
  "_TZE200_0nauxa0p",
2587
2587
  "_TZE200_ykgar0ow",
2588
+ "_TZE284_m1cvyneb",
2588
2589
  "_TZE200_0hb4rdnp",
2589
2590
  ]),
2590
2591
  model: "TS0601_dimmer_1_gang_1",
@@ -4570,6 +4571,7 @@ exports.definitions = [
4570
4571
  { vendor: "AVATTO", model: "ZTS02" },
4571
4572
  tuya.whitelabel("PSMART", "T462", "2 Gang switch with backlight, countdown, inching", ["_TZ3000_wnzoyohq"]),
4572
4573
  tuya.whitelabel("Nova Digital", "FZB-2", "2-Gang switch with backlight, countdown and inching", ["_TZ3000_5ksufhqi"]),
4574
+ tuya.whitelabel("iHseno", "_TZ3000_zxrfobzw", "2-gang touch switch", ["_TZ3000_zxrfobzw"]),
4573
4575
  ],
4574
4576
  },
4575
4577
  {
@@ -6924,8 +6926,14 @@ exports.definitions = [
6924
6926
  { vendor: "MODEMIX", model: "MOD048" },
6925
6927
  { vendor: "Coswall", model: "CS-AJ-DE2U-ZG-11" },
6926
6928
  { vendor: "Aubess", model: "TS011F_plug_1" },
6927
- tuya.whitelabel("BSEED", "FK86ZEUSK1W", "Wall-mounted electrical socket", ["_TZ3000_4ux0ondb", "_TZ3000_b28wrpvx", "_TZ3000_2uollq9d"]),
6928
- tuya.whitelabel("BSEED", "GL86ZEUSKM1PDAC1W", "Wall-mounted electrical EU socket with power monitoring", ["_TZ3210_5ct6e7ye"]),
6929
+ tuya.whitelabel("BSEED", "TS011F_plug_1_2", "Wall-mounted electrical EU/FR/UK socket with power monitoring", [
6930
+ "_TZ3000_4ux0ondb",
6931
+ "_TZ3000_b28wrpvx",
6932
+ "_TZ3000_2uollq9d",
6933
+ ]),
6934
+ tuya.whitelabel("BSEED", "_TZ3210_5ct6e7ye", "Wall-mounted electrical EU/FR/UK socket with power monitoring and USB", [
6935
+ "_TZ3210_5ct6e7ye",
6936
+ ]),
6929
6937
  tuya.whitelabel("Nous", "A1Z", "Smart plug (with power monitoring)", ["_TZ3000_2putqrmw", "_TZ3000_ksw8qtmt"]),
6930
6938
  tuya.whitelabel("Moes", "Moes_plug", "Smart plug (with power monitoring)", ["_TZ3000_yujkchbz"]),
6931
6939
  tuya.whitelabel("Moes", "ZK-EU", "Smart wallsocket (with power monitoring)", ["_TZ3000_ss98ec5d"]),
@@ -6991,6 +6999,7 @@ exports.definitions = [
6991
6999
  model: "TS011F_plug_2",
6992
7000
  description: "Smart plug (without power monitoring)",
6993
7001
  vendor: "Tuya",
7002
+ whiteLabel: [tuya.whitelabel("BSEED", "_TZ3000_o1jzcxou", "Wall-mounted electrical EU/FR/UK socket", ["_TZ3000_o1jzcxou"])],
6994
7003
  extend: [
6995
7004
  tuya.modernExtend.tuyaOnOff({
6996
7005
  powerOutageMemory: true,
@@ -8222,7 +8231,7 @@ exports.definitions = [
8222
8231
  },
8223
8232
  },
8224
8233
  {
8225
- fingerprint: tuya.fingerprint("TS0726", ["_TZ3002_1s0vfmtv", "_TZ3002_zjuvw9zf", "_TZ3002_gdwja9a7"]),
8234
+ fingerprint: tuya.fingerprint("TS0726", ["_TZ3002_1s0vfmtv", "_TZ3002_gdwja9a7"]),
8226
8235
  model: "TS0726_2_gang",
8227
8236
  vendor: "Tuya",
8228
8237
  description: "2 gang switch with neutral wire",
@@ -8622,7 +8631,7 @@ exports.definitions = [
8622
8631
  },
8623
8632
  },
8624
8633
  {
8625
- fingerprint: tuya.fingerprint("TS0601", ["_TZE284_6kijc7nd"]),
8634
+ fingerprint: tuya.fingerprint("TS0601", ["_TZE284_6kijc7nd", "_TZE204_6kijc7nd"]),
8626
8635
  model: "_TZE284_6kijc7nd",
8627
8636
  vendor: "Tervix",
8628
8637
  description: "Tervix Zigbee thermostat",
@@ -8646,7 +8655,6 @@ exports.definitions = [
8646
8655
  .climate()
8647
8656
  .withSetpoint("current_heating_setpoint", 5, 35, 0.5, ea.STATE_SET)
8648
8657
  .withLocalTemperature(ea.STATE)
8649
- .withLocalTemperatureCalibration(-9.9, 9.9, 0.1, ea.STATE_SET)
8650
8658
  .withSystemMode(["off", "heat"], ea.STATE_SET)
8651
8659
  .withRunningState(["idle", "heat"], ea.STATE),
8652
8660
  // Expose local temperature as a sensor
@@ -8674,6 +8682,26 @@ exports.definitions = [
8674
8682
  e
8675
8683
  .text("week_schedule", ea.STATE_SET)
8676
8684
  .withDescription('Weekly schedule: structured format like - Monday: [{"time":"06:30","temp":20.0},...].'),
8685
+ e
8686
+ .numeric("window_open_detection_time", ea.STATE_SET)
8687
+ .withUnit("min")
8688
+ .withValueMin(2)
8689
+ .withValueMax(30)
8690
+ .withValueStep(1)
8691
+ .withDescription("Window open detection threshold in minutes."),
8692
+ e
8693
+ .numeric("window_open_detection_temp", ea.STATE_SET)
8694
+ .withUnit("°C")
8695
+ .withValueMin(2)
8696
+ .withValueMax(4)
8697
+ .withDescription("Temperature threshold for window open detection."),
8698
+ e
8699
+ .numeric("window_open_delay_time", ea.STATE_SET)
8700
+ .withUnit("min")
8701
+ .withValueMin(10)
8702
+ .withValueMax(60)
8703
+ .withValueStep(1)
8704
+ .withDescription("Delay time for triggering window open detection (minutes)."),
8677
8705
  // Temperature and Control Adjustments
8678
8706
  e
8679
8707
  .numeric("upper_temp", ea.STATE_SET)
@@ -8682,13 +8710,6 @@ exports.definitions = [
8682
8710
  .withValueMax(95)
8683
8711
  .withValueStep(0.5)
8684
8712
  .withDescription("Set the upper temperature limit"),
8685
- e
8686
- .numeric("hysteresis", ea.STATE_SET)
8687
- .withUnit("°C")
8688
- .withValueMin(0.1)
8689
- .withValueMax(5)
8690
- .withValueStep(0.1)
8691
- .withDescription("Hysteresis for heating/cooling cycle control."),
8692
8713
  e
8693
8714
  .numeric("temperature_correction", ea.STATE_SET)
8694
8715
  .withUnit("°C")
@@ -8720,7 +8741,7 @@ exports.definitions = [
8720
8741
  ],
8721
8742
  meta: {
8722
8743
  tuyaDatapoints: [
8723
- [1, "switch", tuya.valueConverter.onOff],
8744
+ [1, "system_mode", tuya.valueConverterBasic.lookup({ off: 0, heat: 1 })],
8724
8745
  [2, "mode", tuya.valueConverterBasic.lookup({ manual: 0, program: 1 })],
8725
8746
  [3, "working_status", tuya.valueConverterBasic.lookup({ "Keeping Warm": 0, Working: 1 })],
8726
8747
  [8, "window_check", tuya.valueConverter.onOff],
@@ -8732,10 +8753,11 @@ exports.definitions = [
8732
8753
  [27, "temperature_correction", tuya.valueConverter.raw],
8733
8754
  [34, "humidity", tuya.valueConverter.raw],
8734
8755
  [39, "factory_reset", tuya.valueConverter.onOff],
8756
+ [40, "child_lock", tuya.valueConverter.onOff],
8735
8757
  [43, "sensor_choose", tuya.valueConverterBasic.lookup({ in: 0, out: 1 })],
8736
8758
  [48, "week_schedule", tuya.valueConverter.raw],
8737
8759
  [58, "run_mode", tuya.valueConverterBasic.lookup({ heat_mode: 1, cool_mode: 2 })],
8738
- [61, "week_program_periods", tuya.valueConverterBasic.lookup({ periods_4: 1 })],
8760
+ [61, "week_program_periods", tuya.valueConverterBasic.lookup({ periods_4: "periods_4" })],
8739
8761
  [101, "switch_sensitivity", tuya.valueConverter.divideBy10],
8740
8762
  [102, "floor_temp_protection", tuya.valueConverter.divideBy10],
8741
8763
  [103, "floor_low_protection", tuya.valueConverter.divideBy10],
@@ -11593,7 +11615,7 @@ exports.definitions = [
11593
11615
  ],
11594
11616
  },
11595
11617
  {
11596
- fingerprint: tuya.fingerprint("TS0001", ["_TZ3000_65ajyxua"]),
11618
+ fingerprint: tuya.fingerprint("TS0001", ["_TZ3000_65ajyxua", "_TZ3000_qq9ahj6z"]),
11597
11619
  model: "FZB-1",
11598
11620
  vendor: "Nova Digital",
11599
11621
  description: "1-Gang switch with power-on behavior and indicator mode",
@@ -11609,6 +11631,7 @@ exports.definitions = [
11609
11631
  await tuya.configureMagicPacket(device, coordinatorEndpoint);
11610
11632
  await reporting.bind(device.getEndpoint(1), coordinatorEndpoint, ["genOnOff"]);
11611
11633
  },
11634
+ whiteLabel: [tuya.whitelabel("iHseno", "_TZ3000_qq9ahj6z", "1-gang touch switch", ["_TZ3000_qq9ahj6z"])],
11612
11635
  },
11613
11636
  {
11614
11637
  fingerprint: tuya.fingerprint("TS0003", ["_TZ3000_pv4puuxi", "_TZ3000_avky2mvc", "_TZ3000_785olaiq", "_TZ3000_qxcnwv26"]),
@@ -17910,10 +17933,11 @@ exports.definitions = [
17910
17933
  },
17911
17934
  },
17912
17935
  {
17913
- fingerprint: tuya.fingerprint("TS0726", ["_TZ3000_ezqbvrqz", "_TZ3002_ymv5vytn", "_TZ3002_6ahhkwyh"]),
17936
+ fingerprint: tuya.fingerprint("TS0726", ["_TZ3000_ezqbvrqz", "_TZ3002_ymv5vytn", "_TZ3002_6ahhkwyh", "_TZ3002_zjuvw9zf"]),
17914
17937
  model: "TS0726_2_gang_scene_switch",
17915
17938
  vendor: "Tuya",
17916
17939
  description: "2 gang switch with scene and backlight",
17940
+ whiteLabel: [tuya.whitelabel("BSEED", "EC-GL86ZPCS21", "2 gang switch with scene and backlight", ["_TZ3002_zjuvw9zf"])],
17917
17941
  fromZigbee: [fz.ignore_basic_report, fzLocal.TS0726_action],
17918
17942
  exposes: [e.action(["scene_1", "scene_2"])],
17919
17943
  extend: [
@@ -19053,8 +19077,8 @@ exports.definitions = [
19053
19077
  e.voltage(),
19054
19078
  e.current(),
19055
19079
  e.energy(),
19056
- e.energy().withProperty("energy_today").withDescription("Energy consumed today"),
19057
- e.energy().withProperty("energy_yesterday").withDescription("Energy consumed yesterday"),
19080
+ e.numeric("energy_today", ea.STATE).withUnit("kWh").withDescription("Energy consumed today"),
19081
+ e.numeric("energy_yesterday", ea.STATE).withUnit("kWh").withDescription("Energy consumed yesterday"),
19058
19082
  e
19059
19083
  .enum("device_mode_type", ea.STATE, ["four", "six", "switch"])
19060
19084
  .withDescription("Indicates the actual pilot wire mode of the thermostat")