zigbee-herdsman-converters 25.9.0 → 25.11.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.
- package/CHANGELOG.md +42 -0
- package/dist/devices/bosch.d.ts.map +1 -1
- package/dist/devices/bosch.js +379 -54
- package/dist/devices/bosch.js.map +1 -1
- package/dist/devices/custom_devices_diy.d.ts.map +1 -1
- package/dist/devices/custom_devices_diy.js +11 -3
- package/dist/devices/custom_devices_diy.js.map +1 -1
- package/dist/devices/giex.js +2 -2
- package/dist/devices/innr.d.ts.map +1 -1
- package/dist/devices/innr.js +7 -0
- package/dist/devices/innr.js.map +1 -1
- package/dist/devices/inovelli.d.ts.map +1 -1
- package/dist/devices/inovelli.js +201 -223
- package/dist/devices/inovelli.js.map +1 -1
- package/dist/devices/lumi.d.ts.map +1 -1
- package/dist/devices/lumi.js +7 -2
- package/dist/devices/lumi.js.map +1 -1
- package/dist/devices/onokom.d.ts.map +1 -1
- package/dist/devices/onokom.js +621 -51
- package/dist/devices/onokom.js.map +1 -1
- package/dist/devices/philips.d.ts.map +1 -1
- package/dist/devices/philips.js +17 -2
- package/dist/devices/philips.js.map +1 -1
- package/dist/devices/seastar_intelligence.js +1 -1
- package/dist/devices/seastar_intelligence.js.map +1 -1
- package/dist/devices/slacky_diy.d.ts.map +1 -1
- package/dist/devices/slacky_diy.js +249 -2
- package/dist/devices/slacky_diy.js.map +1 -1
- package/dist/devices/sprut.d.ts.map +1 -1
- package/dist/devices/sprut.js +124 -0
- package/dist/devices/sprut.js.map +1 -1
- package/dist/devices/tuya.d.ts.map +1 -1
- package/dist/devices/tuya.js +12 -6
- package/dist/devices/tuya.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/models-index.json +1 -1
- package/package.json +1 -1
package/dist/devices/tuya.js
CHANGED
|
@@ -1821,6 +1821,7 @@ exports.definitions = [
|
|
|
1821
1821
|
tuya.whitelabel("MiBoxer", "FUT037Z+", "RGB led controller", ["_TZB210_417ikxay", "_TZB210_wxazcmsh"]),
|
|
1822
1822
|
tuya.whitelabel("MiBoxer", "FUT039Z", "RGB+CCT LED controller", ["_TZ3210_jicmoite", "_TZB210_rs0ufzwg"]),
|
|
1823
1823
|
tuya.whitelabel("MiBoxer", "FUT066Z", "RGB+CCT LED Downlight", ["_TZ3210_zrvxvydd"]),
|
|
1824
|
+
tuya.whitelabel("MiBoxer", "FUT068ZR", "RGB+CCT LED Downlight", ["_TZB210_endmggws"]),
|
|
1824
1825
|
tuya.whitelabel("MiBoxer", "FUT103ZR", "GU10 RGB+CCT", ["_TZB210_6eed09b9"]),
|
|
1825
1826
|
tuya.whitelabel("MiBoxer", "FUT106ZR", "GU10 RGB+CCT", ["_TZB210_rwy5hexp", "_TZB210_lnnkh3f9"]),
|
|
1826
1827
|
tuya.whitelabel("Tuya", "TS0505B_1_1", "Zigbee 3.0 18W led light bulb E27 RGBCW", [
|
|
@@ -4405,6 +4406,9 @@ exports.definitions = [
|
|
|
4405
4406
|
"_TZ3000_v4l4b0lp",
|
|
4406
4407
|
"_TZ3000_uilitwsy",
|
|
4407
4408
|
"_TZ3000_66fekqhh",
|
|
4409
|
+
"_TZ3000_eqsair32",
|
|
4410
|
+
"_TZ3000_fawk5xjv",
|
|
4411
|
+
"_TZ3000_ok0ggpk7",
|
|
4408
4412
|
]),
|
|
4409
4413
|
model: "TS0003_switch_3_gang_with_backlight",
|
|
4410
4414
|
vendor: "Tuya",
|
|
@@ -4432,6 +4436,7 @@ exports.definitions = [
|
|
|
4432
4436
|
tuya.whitelabel("Zemismart", "ZM-L03E-Z", "3 gang switch with neutral", ["_TZ3000_empogkya", "_TZ3000_lsunm46z", "_TZ3000_uilitwsy"]),
|
|
4433
4437
|
tuya.whitelabel("AVATTO", "ZWOT16-W2", "2 gang switch and 1 socket", ["_TZ3000_66fekqhh"]),
|
|
4434
4438
|
tuya.whitelabel("Tuya", "M10Z", "2 gang switch with 20A power socket", ["_TZ3000_lubfc1t5"]),
|
|
4439
|
+
tuya.whitelabel("Zemismart", "TB26-3", "3 gang switch", ["_TZ3000_eqsair32"]),
|
|
4435
4440
|
],
|
|
4436
4441
|
},
|
|
4437
4442
|
{
|
|
@@ -4449,7 +4454,6 @@ exports.definitions = [
|
|
|
4449
4454
|
whiteLabel: [
|
|
4450
4455
|
{ vendor: "BSEED", model: "TS0003", description: "Zigbee switch" },
|
|
4451
4456
|
tuya.whitelabel("Tuya", "TS0003_1", "3 gang switch", ["_TZ3000_ouwfc1qj"]),
|
|
4452
|
-
tuya.whitelabel("Zemismart", "TB26-3", "3 gang switch", ["_TZ3000_eqsair32"]),
|
|
4453
4457
|
],
|
|
4454
4458
|
meta: { disableDefaultResponse: true },
|
|
4455
4459
|
configure: async (device, coordinatorEndpoint) => {
|
|
@@ -4934,8 +4938,8 @@ exports.definitions = [
|
|
|
4934
4938
|
},
|
|
4935
4939
|
},
|
|
4936
4940
|
{
|
|
4937
|
-
fingerprint: tuya.fingerprint("TS0601", ["_TZE284_debczeci"]),
|
|
4938
|
-
model: "
|
|
4941
|
+
fingerprint: tuya.fingerprint("TS0601", ["_TZE284_debczeci", "_TZE284_1lvln0x6"]),
|
|
4942
|
+
model: "iHsenso_TS0601_human_presence",
|
|
4939
4943
|
vendor: "iHseno",
|
|
4940
4944
|
description: "Human presence sensor",
|
|
4941
4945
|
extend: [tuya.modernExtend.tuyaBase({ dp: true, forceTimeUpdates: true })],
|
|
@@ -6685,7 +6689,9 @@ exports.definitions = [
|
|
|
6685
6689
|
await tuya.configureMagicPacket(device, coordinatorEndpoint);
|
|
6686
6690
|
const endpoint = device.getEndpoint(1);
|
|
6687
6691
|
await reporting.bind(endpoint, coordinatorEndpoint, ["genOnOff", "haElectricalMeasurement", "seMetering"]);
|
|
6688
|
-
|
|
6692
|
+
if (!["_TZ3000_okaz9tjs"].includes(device.manufacturerName)) {
|
|
6693
|
+
await reporting.rmsVoltage(endpoint, { change: 5 });
|
|
6694
|
+
}
|
|
6689
6695
|
await reporting.rmsCurrent(endpoint, { change: 50 });
|
|
6690
6696
|
if (!["_TZ3000_0zfrhq4i", "_TZ3000_okaz9tjs", "_TZ3000_typdpbpg", "_TZ3000_ww6drja5"].includes(device.manufacturerName)) {
|
|
6691
6697
|
// Gives INVALID_DATA_TYPE error for _TZ3000_0zfrhq4i (as well as a few others in issue 20028)
|
|
@@ -17735,7 +17741,7 @@ exports.definitions = [
|
|
|
17735
17741
|
},
|
|
17736
17742
|
{
|
|
17737
17743
|
zigbeeModel: ["ZG-102ZM"],
|
|
17738
|
-
fingerprint: tuya.fingerprint("TS0601", ["_TZE200_wzk0x7fq"]),
|
|
17744
|
+
fingerprint: tuya.fingerprint("TS0601", ["_TZE200_wzk0x7fq", "_TZE200_jfw0a4aa"]),
|
|
17739
17745
|
model: "ZG-102ZM",
|
|
17740
17746
|
vendor: "HOBEIAN",
|
|
17741
17747
|
description: "Vibration sensor",
|
|
@@ -18175,7 +18181,7 @@ exports.definitions = [
|
|
|
18175
18181
|
},
|
|
18176
18182
|
{
|
|
18177
18183
|
zigbeeModel: ["ZG-204ZH"],
|
|
18178
|
-
fingerprint: tuya.fingerprint("TS0601", ["_TZE200_vuqzj1ej"]),
|
|
18184
|
+
fingerprint: tuya.fingerprint("TS0601", ["_TZE200_vuqzj1ej", "_TZE200_hdih4foa"]),
|
|
18179
18185
|
model: "ZG-204ZH",
|
|
18180
18186
|
vendor: "HOBEIAN",
|
|
18181
18187
|
description: "PIR 24Ghz human presence sensor",
|