zigbee-herdsman-converters 25.32.0 → 25.34.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 (41) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist/devices/develco.d.ts.map +1 -1
  3. package/dist/devices/develco.js +4 -2
  4. package/dist/devices/develco.js.map +1 -1
  5. package/dist/devices/eurotronic.d.ts.map +1 -1
  6. package/dist/devices/eurotronic.js +1 -0
  7. package/dist/devices/eurotronic.js.map +1 -1
  8. package/dist/devices/heiman.d.ts.map +1 -1
  9. package/dist/devices/heiman.js +14 -0
  10. package/dist/devices/heiman.js.map +1 -1
  11. package/dist/devices/ikea.d.ts.map +1 -1
  12. package/dist/devices/ikea.js +1 -0
  13. package/dist/devices/ikea.js.map +1 -1
  14. package/dist/devices/lumi.d.ts.map +1 -1
  15. package/dist/devices/lumi.js +216 -0
  16. package/dist/devices/lumi.js.map +1 -1
  17. package/dist/devices/mazda.js +2 -2
  18. package/dist/devices/mazda.js.map +1 -1
  19. package/dist/devices/miboxer.d.ts.map +1 -1
  20. package/dist/devices/miboxer.js +246 -31
  21. package/dist/devices/miboxer.js.map +1 -1
  22. package/dist/devices/namron.js +1 -1
  23. package/dist/devices/namron.js.map +1 -1
  24. package/dist/devices/shelly.d.ts.map +1 -1
  25. package/dist/devices/shelly.js +9 -2
  26. package/dist/devices/shelly.js.map +1 -1
  27. package/dist/devices/somfy.d.ts.map +1 -1
  28. package/dist/devices/somfy.js +7 -0
  29. package/dist/devices/somfy.js.map +1 -1
  30. package/dist/devices/third_reality.d.ts.map +1 -1
  31. package/dist/devices/third_reality.js +17 -5
  32. package/dist/devices/third_reality.js.map +1 -1
  33. package/dist/devices/tuya.d.ts.map +1 -1
  34. package/dist/devices/tuya.js +105 -5
  35. package/dist/devices/tuya.js.map +1 -1
  36. package/dist/lib/lumi.d.ts +33 -0
  37. package/dist/lib/lumi.d.ts.map +1 -1
  38. package/dist/lib/lumi.js +237 -7
  39. package/dist/lib/lumi.js.map +1 -1
  40. package/dist/models-index.json +1 -1
  41. package/package.json +3 -3
@@ -2541,7 +2541,14 @@ exports.definitions = [
2541
2541
  },
2542
2542
  },
2543
2543
  {
2544
- fingerprint: tuya.fingerprint("TS0601", ["_TZE284_aao3yzhs", "_TZE284_nhgdf6qr", "_TZE284_ap9owrsa", "_TZE284_33bwcga2", "_TZE284_wckqztdq"]),
2544
+ fingerprint: tuya.fingerprint("TS0601", [
2545
+ "_TZE284_aao3yzhs",
2546
+ "_TZE284_nhgdf6qr",
2547
+ "_TZE284_ap9owrsa",
2548
+ "_TZE284_33bwcga2",
2549
+ "_TZE284_wckqztdq",
2550
+ "_TZE284_3urschql",
2551
+ ]),
2545
2552
  model: "TS0601_soil_3",
2546
2553
  vendor: "Tuya",
2547
2554
  description: "Soil sensor",
@@ -2558,7 +2565,10 @@ exports.definitions = [
2558
2565
  [15, "battery", tuya.valueConverterBasic.scale(6, 60, 0, 100)], //device reports back false scaling
2559
2566
  ],
2560
2567
  },
2561
- whiteLabel: [tuya.whitelabel("GIEX", "GX04", "Soil Moisture Sensor", ["_TZE284_nhgdf6qr"])],
2568
+ whiteLabel: [
2569
+ tuya.whitelabel("GIEX", "GX04", "Soil Moisture Sensor", ["_TZE284_nhgdf6qr"]),
2570
+ tuya.whitelabel("GIEX", "GX06", "Soil Moisture Sensor", ["_TZE284_3urschql"]),
2571
+ ],
2562
2572
  },
2563
2573
  {
2564
2574
  fingerprint: tuya.fingerprint("TS0601", [
@@ -4593,7 +4603,6 @@ exports.definitions = [
4593
4603
  "_TZ3000_v4l4b0lp",
4594
4604
  "_TZ3000_uilitwsy",
4595
4605
  "_TZ3000_66fekqhh",
4596
- "_TZ3000_eqsair32",
4597
4606
  "_TZ3000_ok0ggpk7",
4598
4607
  ]),
4599
4608
  model: "TS0003_switch_3_gang_with_backlight",
@@ -4622,7 +4631,6 @@ exports.definitions = [
4622
4631
  tuya.whitelabel("Zemismart", "ZM-L03E-Z", "3 gang switch with neutral", ["_TZ3000_empogkya", "_TZ3000_lsunm46z", "_TZ3000_uilitwsy"]),
4623
4632
  tuya.whitelabel("AVATTO", "ZWOT16-W2", "2 gang switch and 1 socket", ["_TZ3000_66fekqhh"]),
4624
4633
  tuya.whitelabel("Tuya", "M10Z", "2 gang switch with 20A power socket", ["_TZ3000_lubfc1t5"]),
4625
- tuya.whitelabel("Zemismart", "TB26-3", "3 gang switch", ["_TZ3000_eqsair32"]),
4626
4634
  ],
4627
4635
  },
4628
4636
  {
@@ -4658,6 +4666,7 @@ exports.definitions = [
4658
4666
  whiteLabel: [
4659
4667
  { vendor: "BSEED", model: "TS0003", description: "Zigbee switch" },
4660
4668
  tuya.whitelabel("Tuya", "TS0003_1", "3 gang switch", ["_TZ3000_ouwfc1qj"]),
4669
+ tuya.whitelabel("Zemismart", "TB26-3", "3 gang switch", ["_TZ3000_eqsair32"]),
4661
4670
  ],
4662
4671
  meta: { disableDefaultResponse: true },
4663
4672
  configure: async (device, coordinatorEndpoint) => {
@@ -6523,7 +6532,7 @@ exports.definitions = [
6523
6532
  model: "TRV602Z",
6524
6533
  vendor: "Tuya",
6525
6534
  description: "Thermostatic radiator valve.",
6526
- whiteLabel: [tuya.whitelabel("Moes", "TRV801Z", "Thermostatic radiator valve", ["_TZE204_qyr2m29i"])],
6535
+ whiteLabel: [tuya.whitelabel("Moes", "TRV801Z", "Thermostatic radiator valve", ["_TZE204_qyr2m29i", "_TZE284_ltwbm23f"])],
6527
6536
  extend: [tuyaBase({ dp: true })],
6528
6537
  exposes: [
6529
6538
  e.battery(),
@@ -16647,6 +16656,54 @@ exports.definitions = [
16647
16656
  ],
16648
16657
  },
16649
16658
  },
16659
+ {
16660
+ fingerprint: tuya.fingerprint("TS0601", ["_TZE284_madl8ejv"]),
16661
+ model: "SAS936RHB-7-Z03",
16662
+ vendor: "Saswell",
16663
+ description: "Wireless temperature sensor",
16664
+ extend: [tuya.modernExtend.tuyaBase({ dp: true })],
16665
+ exposes: [
16666
+ e
16667
+ .climate()
16668
+ .withLocalTemperature(ea.STATE)
16669
+ .withSetpoint("current_heating_setpoint", 5, 30, 0.5, ea.STATE_SET)
16670
+ .withSystemMode(["off", "heat"], ea.STATE_SET),
16671
+ e.binary("heating_demand", ea.STATE, "ON", "OFF").withDescription("Valve demand (0=off, 1=heating)"),
16672
+ e
16673
+ .binary("temporary_leaving", ea.STATE_SET, "ON", "OFF")
16674
+ .withDescription("Temporary leaving mode (checkmark on display, disables heating)"),
16675
+ e.child_lock(),
16676
+ ],
16677
+ meta: {
16678
+ tuyaDatapoints: [
16679
+ [102, "local_temperature", tuya.valueConverter.divideBy10],
16680
+ [103, "current_heating_setpoint", tuya.valueConverter.divideBy10],
16681
+ [
16682
+ 101,
16683
+ "system_mode",
16684
+ {
16685
+ to: async (v, meta) => {
16686
+ await tuya.sendDataPointBool(meta.device.endpoints[0], 101, v === "heat", "dataRequest", 1);
16687
+ },
16688
+ from: (v) => (v === true ? "heat" : "off"),
16689
+ },
16690
+ ],
16691
+ [
16692
+ 3,
16693
+ "heating_demand",
16694
+ {
16695
+ from: (v) => {
16696
+ const value = Array.isArray(v) ? v[v.length - 1] : v;
16697
+ return value === 1 ? "ON" : "OFF";
16698
+ },
16699
+ to: (v) => (v === "ON" ? 1 : 0),
16700
+ },
16701
+ ],
16702
+ [106, "temporary_leaving", tuya.valueConverter.onOff],
16703
+ [40, "child_lock", tuya.valueConverter.lockUnlock],
16704
+ ],
16705
+ },
16706
+ },
16650
16707
  {
16651
16708
  fingerprint: tuya.fingerprint("TS0601", ["_TZE200_pbo8cj0z"]),
16652
16709
  model: "TS0601_GTZ10",
@@ -19200,5 +19257,48 @@ exports.definitions = [
19200
19257
  ],
19201
19258
  },
19202
19259
  },
19260
+ {
19261
+ fingerprint: tuya.fingerprint("TS0601", ["_TZE284_k7p2q5d9"]),
19262
+ model: "ZS-300Z",
19263
+ vendor: "Arteco",
19264
+ description: "Soil moisture sensor",
19265
+ extend: [tuya.modernExtend.tuyaBase({ dp: true, timeStart: "2000" })],
19266
+ exposes: [
19267
+ e.enum("water_warning", ea.STATE, ["none", "alarm"]).withDescription("Water shortage warning"),
19268
+ e.enum("battery_state", ea.STATE, ["low", "middle", "high"]).withDescription("low: 16.67%, middle:16.68-83.33%, high: 83.34-100%"),
19269
+ e.soil_moisture(),
19270
+ e.temperature(),
19271
+ e.humidity(),
19272
+ e.illuminance(),
19273
+ tuya.exposes.soilSampling(),
19274
+ tuya.exposes.soilCalibration(),
19275
+ tuya.exposes.humidityCalibration(),
19276
+ e
19277
+ .numeric("illuminance_calibration", ea.STATE_SET)
19278
+ .withValueMin(-1000)
19279
+ .withValueMax(1000)
19280
+ .withValueStep(1)
19281
+ .withUnit("lx")
19282
+ .withDescription("Illuminance calibration"),
19283
+ tuya.exposes.temperatureCalibration(),
19284
+ tuya.exposes.soilWarning(),
19285
+ ],
19286
+ meta: {
19287
+ tuyaDatapoints: [
19288
+ [3, "soil_moisture", tuya.valueConverter.raw],
19289
+ [5, "temperature", tuya.valueConverter.divideBy10],
19290
+ [101, "humidity", tuya.valueConverter.raw],
19291
+ [102, "illuminance", tuya.valueConverter.raw],
19292
+ [14, "battery_state", tuya.valueConverterBasic.lookup({ low: tuya.enum(0), middle: tuya.enum(1), high: tuya.enum(2) })],
19293
+ [103, "soil_sampling", tuya.valueConverter.raw],
19294
+ [104, "soil_calibration", tuya.valueConverter.raw],
19295
+ [105, "humidity_calibration", tuya.valueConverter.raw],
19296
+ [106, "illuminance_calibration", tuya.valueConverter.raw],
19297
+ [107, "temperature_calibration", tuya.valueConverter.divideBy10],
19298
+ [110, "soil_warning", tuya.valueConverter.raw],
19299
+ [111, "water_warning", tuya.valueConverterBasic.lookup({ none: tuya.enum(0), alarm: tuya.enum(1) })],
19300
+ ],
19301
+ },
19302
+ },
19203
19303
  ];
19204
19304
  //# sourceMappingURL=tuya.js.map