zigbee-herdsman-converters 25.103.0 → 25.104.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 +24 -0
- package/dist/devices/efekta.d.ts.map +1 -1
- package/dist/devices/efekta.js +33 -13
- package/dist/devices/efekta.js.map +1 -1
- package/dist/devices/heiman.d.ts.map +1 -1
- package/dist/devices/heiman.js +2 -1
- package/dist/devices/heiman.js.map +1 -1
- package/dist/devices/lincukoo.d.ts.map +1 -1
- package/dist/devices/lincukoo.js +351 -7
- package/dist/devices/lincukoo.js.map +1 -1
- package/dist/devices/philips.js +1 -1
- package/dist/devices/philips.js.map +1 -1
- package/dist/devices/sinope.js +2 -2
- package/dist/devices/sinope.js.map +1 -1
- package/dist/devices/sonoff.d.ts.map +1 -1
- package/dist/devices/sonoff.js +88 -34
- package/dist/devices/sonoff.js.map +1 -1
- package/dist/devices/sunricher.d.ts.map +1 -1
- package/dist/devices/sunricher.js +7 -0
- package/dist/devices/sunricher.js.map +1 -1
- package/dist/devices/tuya.d.ts.map +1 -1
- package/dist/devices/tuya.js +61 -6
- package/dist/devices/tuya.js.map +1 -1
- package/dist/lib/ikea.d.ts.map +1 -1
- package/dist/lib/ikea.js +6 -13
- package/dist/lib/ikea.js.map +1 -1
- package/dist/models-index.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [25.104.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v25.103.0...v25.104.0) (2026-01-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **add:** M9-zigbee-SL-2 ([#11234](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11234)) ([a150cbb](https://github.com/Koenkk/zigbee-herdsman-converters/commit/a150cbb6ecf5790ebbc9b103ccf982f058393dcd))
|
|
9
|
+
* **add:** SR-ZG9101SAC-HP2 ([#11229](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11229)) ([b72b270](https://github.com/Koenkk/zigbee-herdsman-converters/commit/b72b2700b816f5c8ff2bbd9e2b312a0a4f394b69))
|
|
10
|
+
* **add:** V04-Z20T, GEZ65, R12LM-Z10T, E02C-Z10T, EZC04, EZCP04, E04CF-Z10T, A08-Z10T ([#11214](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11214)) ([0ee6d30](https://github.com/Koenkk/zigbee-herdsman-converters/commit/0ee6d30d799106cd903a6994a34fb704fe5ae6e4))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **detect:** Detect `_TZ3000_iv4eq7eh` as AVATTO ZWSM16-3-Zigbee ([#11231](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11231)) ([9608ac5](https://github.com/Koenkk/zigbee-herdsman-converters/commit/9608ac586256f3842721b62c4b1e5790b42fd569))
|
|
16
|
+
* **detect:** Detect `_TZ3000_sgpbz53b` as TS0207_repeater ([#11241](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11241)) ([df19734](https://github.com/Koenkk/zigbee-herdsman-converters/commit/df19734f5bd07d1f8ce1e5a392be50714ee45ef4))
|
|
17
|
+
* **detect:** Detect `_TZE204_bvfld3xc` as Tuya MIR-HE200-TY ([#11237](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11237)) ([2e14a40](https://github.com/Koenkk/zigbee-herdsman-converters/commit/2e14a40a2ee863b45b193ba3d42513aa9e653e8b))
|
|
18
|
+
* **detect:** Detect `LTC009` as Philips 6109231C5 ([#11235](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11235)) ([c2c546e](https://github.com/Koenkk/zigbee-herdsman-converters/commit/c2c546e0364b7f2e05e12ab9c79de46009a23d7f))
|
|
19
|
+
* **detect:** Detect `SMOK_YDLV10N` as Heiman HS1SA ([#11227](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11227)) ([d315a39](https://github.com/Koenkk/zigbee-herdsman-converters/commit/d315a39ea7f50270c78d67f7db832b37ae3ba08c))
|
|
20
|
+
* EFEKTA: various fixes ([#11242](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11242)) ([e4e37da](https://github.com/Koenkk/zigbee-herdsman-converters/commit/e4e37daa1e3f85f4e0ac8b02f172b7e387150868))
|
|
21
|
+
* KEA TRETAKT and INSPELNING: expose child lock and led control for all versions ([#11230](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11230)) ([b7b0a2f](https://github.com/Koenkk/zigbee-herdsman-converters/commit/b7b0a2f5b317d25fb3a65d3110b257ca5eb008c1))
|
|
22
|
+
* Revert "fix: Sinope TH1123ZB-G2 and TH1124ZB-G2: swap sensing and off values for backlight dimming modes" ([#11236](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11236)) ([ecee5f2](https://github.com/Koenkk/zigbee-herdsman-converters/commit/ecee5f25014af68b08ffa93f8ad18b28a0d9d3e0))
|
|
23
|
+
* Sonoff TRVZB: allow updating multiple schedule days with batch processing ([#11206](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11206)) ([e8cd21f](https://github.com/Koenkk/zigbee-herdsman-converters/commit/e8cd21f387b571eef8a9824348cab98e19302671))
|
|
24
|
+
* Tuya _TZ3000_yupc0pb7: fix humidity multiplied by 10 https://github.com/Koenkk/zigbee2mqtt/issues/13973 ([cdd9baa](https://github.com/Koenkk/zigbee-herdsman-converters/commit/cdd9baa69af23075ccfe7f3299263063bce23b0a))
|
|
25
|
+
* Tuya TS0001_switch_module: restore memory and backlight ([#11232](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11232)) ([e3fe138](https://github.com/Koenkk/zigbee-herdsman-converters/commit/e3fe138590a63bd5f143589e7016550a163082ef))
|
|
26
|
+
|
|
3
27
|
## [25.103.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v25.102.0...v25.103.0) (2026-01-07)
|
|
4
28
|
|
|
5
29
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"efekta.d.ts","sourceRoot":"","sources":["../../src/devices/efekta.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,oBAAoB,EAAC,MAAM,cAAc,CAAC;AAwBvD,eAAO,MAAM,WAAW,EAAE,oBAAoB,
|
|
1
|
+
{"version":3,"file":"efekta.d.ts","sourceRoot":"","sources":["../../src/devices/efekta.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,oBAAoB,EAAC,MAAM,cAAc,CAAC;AAwBvD,eAAO,MAAM,WAAW,EAAE,oBAAoB,EA2+P7C,CAAC"}
|
package/dist/devices/efekta.js
CHANGED
|
@@ -1058,19 +1058,19 @@ exports.definitions = [
|
|
|
1058
1058
|
extend: [
|
|
1059
1059
|
m.battery({
|
|
1060
1060
|
voltage: true,
|
|
1061
|
-
voltageReportingConfig:
|
|
1062
|
-
percentageReportingConfig:
|
|
1061
|
+
voltageReportingConfig: sixReporting,
|
|
1062
|
+
percentageReportingConfig: sixReporting,
|
|
1063
1063
|
}),
|
|
1064
|
-
m.temperature({ reporting:
|
|
1065
|
-
m.humidity({ reporting:
|
|
1064
|
+
m.temperature({ reporting: fourReporting }),
|
|
1065
|
+
m.humidity({ reporting: slowReporting }),
|
|
1066
1066
|
m.numeric({
|
|
1067
|
-
name: "
|
|
1068
|
-
unit: "
|
|
1067
|
+
name: "sensor_reading_interval",
|
|
1068
|
+
unit: "sec.",
|
|
1069
1069
|
valueMin: 1,
|
|
1070
1070
|
valueMax: 60,
|
|
1071
1071
|
cluster: "genPowerCfg",
|
|
1072
1072
|
attribute: { ID: 0x0201, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
|
|
1073
|
-
description: "Adjust Report Delay. Setting the time in
|
|
1073
|
+
description: "Adjust Report Delay. Setting the time in seconds, by default 6 seconds",
|
|
1074
1074
|
}),
|
|
1075
1075
|
m.binary({
|
|
1076
1076
|
name: "enabling_temperature_control",
|
|
@@ -1081,23 +1081,33 @@ exports.definitions = [
|
|
|
1081
1081
|
description: "Enables/disables Tempearure control",
|
|
1082
1082
|
access: "STATE_SET",
|
|
1083
1083
|
}),
|
|
1084
|
+
m.enumLookup({
|
|
1085
|
+
name: "temperature_actions",
|
|
1086
|
+
lookup: { HEAT: 0, COOL: 1 },
|
|
1087
|
+
cluster: "msTemperatureMeasurement",
|
|
1088
|
+
attribute: { ID: 0x0225, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
1089
|
+
description: "Heat or cool",
|
|
1090
|
+
access: "STATE_SET",
|
|
1091
|
+
}),
|
|
1084
1092
|
m.numeric({
|
|
1085
1093
|
name: "high_temperature",
|
|
1086
1094
|
unit: "°C",
|
|
1087
|
-
valueMin: -
|
|
1088
|
-
valueMax:
|
|
1095
|
+
valueMin: -40,
|
|
1096
|
+
valueMax: 90,
|
|
1089
1097
|
cluster: "msTemperatureMeasurement",
|
|
1090
1098
|
attribute: { ID: 0x0221, type: zigbee_herdsman_1.Zcl.DataType.INT16 },
|
|
1091
1099
|
description: "Setting High Temperature Border",
|
|
1100
|
+
access: "STATE_SET",
|
|
1092
1101
|
}),
|
|
1093
1102
|
m.numeric({
|
|
1094
1103
|
name: "low_temperature",
|
|
1095
1104
|
unit: "°C",
|
|
1096
|
-
valueMin: -
|
|
1097
|
-
valueMax:
|
|
1105
|
+
valueMin: -40,
|
|
1106
|
+
valueMax: 90,
|
|
1098
1107
|
cluster: "msTemperatureMeasurement",
|
|
1099
1108
|
attribute: { ID: 0x0222, type: zigbee_herdsman_1.Zcl.DataType.INT16 },
|
|
1100
1109
|
description: "Setting Low Temperature Border",
|
|
1110
|
+
access: "STATE_SET",
|
|
1101
1111
|
}),
|
|
1102
1112
|
m.binary({
|
|
1103
1113
|
name: "enabling_humidity_control",
|
|
@@ -1108,6 +1118,14 @@ exports.definitions = [
|
|
|
1108
1118
|
description: "Enables/disables Humidity control",
|
|
1109
1119
|
access: "STATE_SET",
|
|
1110
1120
|
}),
|
|
1121
|
+
m.enumLookup({
|
|
1122
|
+
name: "humidity_actions",
|
|
1123
|
+
lookup: { WET: 0, DRY: 1 },
|
|
1124
|
+
cluster: "msRelativeHumidity",
|
|
1125
|
+
attribute: { ID: 0x0225, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
1126
|
+
description: "Wet or dry",
|
|
1127
|
+
access: "STATE_SET",
|
|
1128
|
+
}),
|
|
1111
1129
|
m.numeric({
|
|
1112
1130
|
name: "high_humidity",
|
|
1113
1131
|
unit: "%",
|
|
@@ -1116,6 +1134,7 @@ exports.definitions = [
|
|
|
1116
1134
|
cluster: "msRelativeHumidity",
|
|
1117
1135
|
attribute: { ID: 0x0221, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
|
|
1118
1136
|
description: "Setting High Humidity Border",
|
|
1137
|
+
access: "STATE_SET",
|
|
1119
1138
|
}),
|
|
1120
1139
|
m.numeric({
|
|
1121
1140
|
name: "low_humidity",
|
|
@@ -1125,6 +1144,7 @@ exports.definitions = [
|
|
|
1125
1144
|
cluster: "msRelativeHumidity",
|
|
1126
1145
|
attribute: { ID: 0x0222, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
|
|
1127
1146
|
description: "Setting Low Humidity Border",
|
|
1147
|
+
access: "STATE_SET",
|
|
1128
1148
|
}),
|
|
1129
1149
|
],
|
|
1130
1150
|
},
|
|
@@ -8152,8 +8172,8 @@ exports.definitions = [
|
|
|
8152
8172
|
access: "STATE",
|
|
8153
8173
|
}),
|
|
8154
8174
|
m.enumLookup({
|
|
8155
|
-
name: "
|
|
8156
|
-
lookup: {
|
|
8175
|
+
name: "оperating_mode",
|
|
8176
|
+
lookup: { Normal: 0, "Energy-saving": 1 },
|
|
8157
8177
|
cluster: "genPowerCfg",
|
|
8158
8178
|
attribute: { ID: 0xf005, type: 0x20 },
|
|
8159
8179
|
description: "Set data output on the display",
|