zigbee-herdsman-converters 23.50.1 → 23.51.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.
@@ -1451,6 +1451,7 @@ exports.definitions = [
1451
1451
  },
1452
1452
  },
1453
1453
  {
1454
+ zigbeeModel: ["ZG-301Z"],
1454
1455
  fingerprint: [
1455
1456
  ...tuya.fingerprint("TS0001", [
1456
1457
  "_TZ3000_hktqahrq",
@@ -1479,7 +1480,11 @@ exports.definitions = [
1479
1480
  ],
1480
1481
  model: "WHD02",
1481
1482
  vendor: "Tuya",
1482
- whiteLabel: [{ vendor: "Tuya", model: "iHSW02" }, tuya.whitelabel("Tuya", "QS-zigbee-S08-16A-RF", "Wall switch module", ["_TZ3000_dlhhrhs8"])],
1483
+ whiteLabel: [
1484
+ { vendor: "Tuya", model: "iHSW02" },
1485
+ { vendor: "HOBEIAN", model: "ZG-301Z", fingerprint: [{ modelID: "ZG-301Z" }] },
1486
+ tuya.whitelabel("Tuya", "QS-zigbee-S08-16A-RF", "Wall switch module", ["_TZ3000_dlhhrhs8"]),
1487
+ ],
1483
1488
  description: "Wall switch module",
1484
1489
  extend: [tuya.modernExtend.tuyaOnOff({ switchType: true, onOffCountdown: true })],
1485
1490
  configure: async (device, coordinatorEndpoint) => {
@@ -1892,6 +1897,7 @@ exports.definitions = [
1892
1897
  whiteLabel: [tuya.whitelabel("Aubess", "40ZH-O", "Motion sensor", ["_TZ3040_msl6wxk9"])],
1893
1898
  },
1894
1899
  {
1900
+ zigbeeModel: ["ZG-204Z"],
1895
1901
  fingerprint: tuya.fingerprint("TS0202", ["_TZ3000_mcxw5ehu", "_TZ3000_6ygjfyll", "_TZ3040_6ygjfyll", "_TZ3000_msl6wxk9"]),
1896
1902
  model: "IH012-RT01",
1897
1903
  vendor: "Tuya",
@@ -1919,7 +1925,10 @@ exports.definitions = [
1919
1925
  await reporting.batteryPercentageRemaining(endpoint);
1920
1926
  await reporting.batteryVoltage(endpoint);
1921
1927
  },
1922
- whiteLabel: [tuya.whitelabel("Tuya", "ZMS-102", "Motion sensor", ["_TZ3000_msl6wxk9"])],
1928
+ whiteLabel: [
1929
+ { vendor: "HOBEIAN", model: "ZG-204Z", fingerprint: [{ modelID: "ZG-204Z" }] },
1930
+ tuya.whitelabel("Tuya", "ZMS-102", "Motion sensor", ["_TZ3000_msl6wxk9"]),
1931
+ ],
1923
1932
  },
1924
1933
  {
1925
1934
  fingerprint: tuya.fingerprint("TS0202", ["_TZ3000_o4mkahkc"]),
@@ -1972,13 +1981,14 @@ exports.definitions = [
1972
1981
  exposes: [],
1973
1982
  },
1974
1983
  {
1975
- zigbeeModel: ["TS0207", "FNB54-WTS08ML1.0"],
1984
+ zigbeeModel: ["TS0207", "FNB54-WTS08ML1.0", "ZG-222Z"],
1976
1985
  model: "TS0207_water_leak_detector",
1977
1986
  vendor: "Tuya",
1978
1987
  description: "Water leak detector",
1979
1988
  fromZigbee: [fz.ias_water_leak_alarm_1, fz.battery, fz.ignore_basic_report],
1980
1989
  whiteLabel: [
1981
1990
  { vendor: "CR Smart Home", model: "TS0207" },
1991
+ { vendor: "HOBEIAN", model: "ZG-222Z", fingerprint: [{ modelID: "ZG-222Z" }] },
1982
1992
  tuya.whitelabel("Meian", "SW02", "Water leak sensor", ["_TZ3000_kyb656no"]),
1983
1993
  tuya.whitelabel("Aubess", "IH-K665", "Water leak sensor", ["_TZ3000_kstbkt6a"]),
1984
1994
  tuya.whitelabel("HOBEIAN", "ZG-222ZA", "Water leak sensor", ["_TZ3000_k4ej3ww2"]),
@@ -2894,6 +2904,7 @@ exports.definitions = [
2894
2904
  "_TZE204_g4au0afs",
2895
2905
  "_TZE204_w1wwxoja",
2896
2906
  "_TZE204_lmgrbuwf",
2907
+ "_TZE284_tdhnhhiy",
2897
2908
  ]),
2898
2909
  model: "TS0601_switch_6_gang",
2899
2910
  vendor: "Tuya",
@@ -2932,6 +2943,7 @@ exports.definitions = [
2932
2943
  whiteLabel: [
2933
2944
  tuya.whitelabel("Mercator Ikuü", "SSW06G", "6 Gang switch", ["_TZE200_wnp4d4va"]),
2934
2945
  tuya.whitelabel("Nova Digital", "NTZB-04-W-B", "4 gang switch with 2 gang socket 4x4", ["_TZE204_lmgrbuwf"]),
2946
+ tuya.whitelabel("Nova Digital", "SYZB-6W", "6 gang switch 4x4", ["_TZE284_tdhnhhiy"]),
2935
2947
  ],
2936
2948
  },
2937
2949
  {
@@ -9551,6 +9563,7 @@ exports.definitions = [
9551
9563
  ],
9552
9564
  },
9553
9565
  {
9566
+ zigbeeModel: ["ZG-227Z", "ZG-227ZL"],
9554
9567
  fingerprint: tuya.fingerprint("TS0601", ["_TZE200_qoy0ekbd", "_TZE200_znbl8dj5", "_TZE200_a8sdabtg", "_TZE200_dikkika5", "_TZE200_vs0skpuc"]),
9555
9568
  model: "ZG-227ZL",
9556
9569
  vendor: "Tuya",
@@ -9765,6 +9778,7 @@ exports.definitions = [
9765
9778
  },
9766
9779
  },
9767
9780
  {
9781
+ zigbeeModel: ["ZG-102Z"],
9768
9782
  fingerprint: tuya.fingerprint("TS0601", ["_TZE200_n8dljorx"]),
9769
9783
  model: "ZG-102Z",
9770
9784
  vendor: "Tuya",
@@ -9867,6 +9881,7 @@ exports.definitions = [
9867
9881
  },
9868
9882
  },
9869
9883
  {
9884
+ zigbeeModel: ["ZG-204ZL"],
9870
9885
  fingerprint: tuya.fingerprint("TS0601", ["_TZE200_3towulqd", "_TZE200_1ibpyhdc", "_TZE200_bh3n6gk8", "_TZE200_ttcovulf", "_TZE200_gjldowol"]),
9871
9886
  model: "ZG-204ZL",
9872
9887
  vendor: "Tuya",
@@ -13578,6 +13593,7 @@ exports.definitions = [
13578
13593
  },
13579
13594
  },
13580
13595
  {
13596
+ zigbeeModel: ["ZG-101Z"],
13581
13597
  fingerprint: tuya.fingerprint("TS0601", ["_TZE200_nojsjtj2"]),
13582
13598
  model: "ZG-101Z",
13583
13599
  vendor: "Loginovo",
@@ -17454,5 +17470,39 @@ exports.definitions = [
17454
17470
  ],
17455
17471
  },
17456
17472
  },
17473
+ {
17474
+ fingerprint: tuya.fingerprint("TS0601", ["_TZE200_gubdgai2", "_TZE200_vdiuwbkq"]),
17475
+ model: "M515EGBZTN",
17476
+ vendor: "Quoya",
17477
+ description: "Zigbee roller blind",
17478
+ fromZigbee: [tuya.fz.datapoints],
17479
+ toZigbee: [tuya.tz.datapoints],
17480
+ onEvent: tuya.onEventSetTime,
17481
+ configure: tuya.configureMagicPacket,
17482
+ options: [exposes.options.invert_cover()],
17483
+ exposes: [
17484
+ e.cover_position().setAccess("position", ea.STATE_SET),
17485
+ e.enum("motor_direction", ea.STATE_SET, ["forward", "back"]).withDescription("Motor direction"),
17486
+ e.enum("border", ea.STATE_SET, ["up", "down", "up_delete", "down_delete", "remove_top_bottom"]).withDescription("Limit setting"),
17487
+ ],
17488
+ meta: {
17489
+ tuyaDatapoints: [
17490
+ [1, "state", tuya.valueConverterBasic.lookup({ OPEN: tuya.enum(0), STOP: tuya.enum(1), CLOSE: tuya.enum(2) })],
17491
+ [2, "position", tuya.valueConverter.coverPositionInverted],
17492
+ [5, "motor_direction", tuya.valueConverterBasic.lookup({ forward: tuya.enum(0), back: tuya.enum(1) })],
17493
+ [
17494
+ 16,
17495
+ "border",
17496
+ tuya.valueConverterBasic.lookup({
17497
+ up: tuya.enum(0),
17498
+ down: tuya.enum(1),
17499
+ up_delete: tuya.enum(2),
17500
+ down_delete: tuya.enum(3),
17501
+ remove_top_bottom: tuya.enum(4),
17502
+ }),
17503
+ ],
17504
+ ],
17505
+ },
17506
+ },
17457
17507
  ];
17458
17508
  //# sourceMappingURL=tuya.js.map