zigbee-herdsman-converters 23.24.0 → 23.26.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 +33 -0
- package/README.md +33 -18
- package/dist/devices/efekta.d.ts.map +1 -1
- package/dist/devices/efekta.js +104 -16
- package/dist/devices/efekta.js.map +1 -1
- package/dist/devices/index.d.ts.map +1 -1
- package/dist/devices/index.js +2 -0
- package/dist/devices/index.js.map +1 -1
- package/dist/devices/lincukoo.d.ts +3 -0
- package/dist/devices/lincukoo.d.ts.map +1 -0
- package/dist/devices/lincukoo.js +135 -0
- package/dist/devices/lincukoo.js.map +1 -0
- package/dist/devices/muller_licht.d.ts.map +1 -1
- package/dist/devices/muller_licht.js +7 -0
- package/dist/devices/muller_licht.js.map +1 -1
- package/dist/devices/philips.d.ts.map +1 -1
- package/dist/devices/philips.js +9 -2
- package/dist/devices/philips.js.map +1 -1
- package/dist/devices/tuya.d.ts.map +1 -1
- package/dist/devices/tuya.js +107 -27
- package/dist/devices/tuya.js.map +1 -1
- package/dist/devices/zen.d.ts.map +1 -1
- package/dist/devices/zen.js +1 -0
- package/dist/devices/zen.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +7 -1
- package/dist/index.js.map +1 -1
- package/dist/lib/ota.d.ts +2 -1
- package/dist/lib/ota.d.ts.map +1 -1
- package/dist/lib/ota.js +30 -18
- package/dist/lib/ota.js.map +1 -1
- package/dist/lib/tuya.d.ts +17 -0
- package/dist/lib/tuya.d.ts.map +1 -1
- package/dist/lib/tuya.js +30 -0
- package/dist/lib/tuya.js.map +1 -1
- package/dist/models-index.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [23.26.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v23.25.0...v23.26.0) (2025-04-13)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **add:** 404122/404123 ([#9172](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9172)) ([9bb704d](https://github.com/Koenkk/zigbee-herdsman-converters/commit/9bb704d01d3b204738493c0bba328bee059ee1a3))
|
|
9
|
+
* **add:** 929003808501 ([#9163](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9163)) ([0549838](https://github.com/Koenkk/zigbee-herdsman-converters/commit/05498380f1bcf3cc4463133d60859920f642c8bd))
|
|
10
|
+
* **add:** SZW08, SZLR08, SZLM04U ([#9167](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9167)) ([53ef9cb](https://github.com/Koenkk/zigbee-herdsman-converters/commit/53ef9cb0b38afa71d4acf46d7c85c806f1ece382))
|
|
11
|
+
* **add:** TS0726_4_gang_scene_switch, TS0726_3_gang_scene_switch, TS0726_2_gang_scene_switch, TS0003_3_gang_switch ([#9158](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9158)) ([7a5cd1c](https://github.com/Koenkk/zigbee-herdsman-converters/commit/7a5cd1c1f6b10ec3d6da3d3e1da15bd8028e7364))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* Allow scheduling OTA on device request ([#9048](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9048)) ([7286e85](https://github.com/Koenkk/zigbee-herdsman-converters/commit/7286e8572c4cba1546273011eeb4962c272553f4))
|
|
17
|
+
* **detect:** Detect `_TZ3000_s678wazd` as Tuya TS0726_4_gang https://github.com/Koenkk/zigbee-herdsman-converters/issues/9138 ([55a5202](https://github.com/Koenkk/zigbee-herdsman-converters/commit/55a52021cde6c6d118eae7d9753f2f7795ec753a))
|
|
18
|
+
* do not throw when exposes function throws ([#9169](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9169)) ([625a913](https://github.com/Koenkk/zigbee-herdsman-converters/commit/625a9130552c4213f2ecd4ee6c1d5ee3845299bf))
|
|
19
|
+
* **ignore:** update dependencies ([#9170](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9170)) ([8c8cae8](https://github.com/Koenkk/zigbee-herdsman-converters/commit/8c8cae87ca900c4c00e00a237bb66146dce334e5))
|
|
20
|
+
|
|
21
|
+
## [23.25.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v23.24.0...v23.25.0) (2025-04-10)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
* **add:** EFEKTA_eFlora_Max_Pro ([#9155](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9155)) ([bfc30ed](https://github.com/Koenkk/zigbee-herdsman-converters/commit/bfc30edf0c7ac6bf042b1a537f8fec4570de1edf))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Bug Fixes
|
|
30
|
+
|
|
31
|
+
* **detect:** Detect `929003617901` as Philips 929003115701 and `929003618201` as Philips 929003116101 ([#9154](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9154)) ([8d7f62a](https://github.com/Koenkk/zigbee-herdsman-converters/commit/8d7f62a1d673a22a82c1b244bc7ecdbb57be8758))
|
|
32
|
+
* Rename `TS0601_smart_CO_air_box` to `DCR-CO` https://github.com/Koenkk/zigbee2mqtt.io/pull/3681 ([e1060be](https://github.com/Koenkk/zigbee-herdsman-converters/commit/e1060be944f1f381e81cfb415afc686c2bfdc8d2))
|
|
33
|
+
* Tuya TS0601_smart_CO_air_box: fix `carbon_monodixe` expose ([#9159](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9159)) ([333f3e0](https://github.com/Koenkk/zigbee-herdsman-converters/commit/333f3e0198cd2535e6bbfee0f5ac7ac080b48e13))
|
|
34
|
+
* Zen-01-W: expose battery voltage ([#9156](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9156)) ([1ab25a5](https://github.com/Koenkk/zigbee-herdsman-converters/commit/1ab25a53910f4b8e8ac3f62295ad10ceb663e654))
|
|
35
|
+
|
|
3
36
|
## [23.24.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v23.23.0...v23.24.0) (2025-04-09)
|
|
4
37
|
|
|
5
38
|
|
package/README.md
CHANGED
|
@@ -4,6 +4,39 @@
|
|
|
4
4
|
|
|
5
5
|
Collection of device converters to be used with zigbee-herdsman.
|
|
6
6
|
|
|
7
|
+
## Contributing
|
|
8
|
+
|
|
9
|
+
See [Zigbee2MQTT how to support new devices](https://www.zigbee2mqtt.io/advanced/support-new-devices/01_support_new_devices.html).
|
|
10
|
+
|
|
11
|
+
### Creating a pull request
|
|
12
|
+
|
|
13
|
+
#### Github codespaces
|
|
14
|
+
|
|
15
|
+
You can use Github codespaces to create pull requests with a fully setup editor, right from your web browser:
|
|
16
|
+
- https://docs.github.com/en/codespaces/developing-in-a-codespace/creating-a-codespace-for-a-repository
|
|
17
|
+
- https://docs.github.com/en/codespaces/developing-in-a-codespace/using-github-codespaces-for-pull-requests
|
|
18
|
+
|
|
19
|
+
#### Locally
|
|
20
|
+
|
|
21
|
+
Install the prerequisites:
|
|
22
|
+
|
|
23
|
+
```sh
|
|
24
|
+
npm install -g pnpm
|
|
25
|
+
pnpm install --frozen-lockfile
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
#### Submitting your pull request
|
|
29
|
+
|
|
30
|
+
Before you submit a pull request, you should run the following commands to ensure your changes will pass the tests:
|
|
31
|
+
|
|
32
|
+
```sh
|
|
33
|
+
pnpm run check --fix
|
|
34
|
+
pnpm run build
|
|
35
|
+
pnpm test
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
If any of those commands finish with an error your PR won't pass the tests and will likely be rejected.
|
|
39
|
+
|
|
7
40
|
## Breaking changes
|
|
8
41
|
|
|
9
42
|
23.0.0
|
|
@@ -44,21 +77,3 @@ Collection of device converters to be used with zigbee-herdsman.
|
|
|
44
77
|
|
|
45
78
|
- OTA `isUpdateAvailable` now returns an object instead of a boolean (e.g. `{available: true, currentFileVersion: 120, otaFileVersion: 125}`)
|
|
46
79
|
- OTA `updateToLatest` now returns a number (`fileVersion` of the new OTA) instead of a void
|
|
47
|
-
|
|
48
|
-
## Contributing
|
|
49
|
-
|
|
50
|
-
See [Zigbee2MQTT how to support new devices](https://www.zigbee2mqtt.io/advanced/support-new-devices/01_support_new_devices.html).
|
|
51
|
-
|
|
52
|
-
## Submitting a pull request
|
|
53
|
-
|
|
54
|
-
If you'd like to submit a pull request, you should run the following commands to ensure your changes will pass the tests:
|
|
55
|
-
|
|
56
|
-
```sh
|
|
57
|
-
npm install -g pnpm
|
|
58
|
-
pnpm install --frozen-lockfile
|
|
59
|
-
pnpm run check --fix
|
|
60
|
-
pnpm run build
|
|
61
|
-
pnpm test
|
|
62
|
-
```
|
|
63
|
-
|
|
64
|
-
If any of those commands finish with an error your PR won't pass the tests and will likely be rejected.
|
|
@@ -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;AAiBvD,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;AAiBvD,eAAO,MAAM,WAAW,EAAE,oBAAoB,EAgtM7C,CAAC"}
|
package/dist/devices/efekta.js
CHANGED
|
@@ -1777,7 +1777,7 @@ exports.definitions = [
|
|
|
1777
1777
|
name: "uptime",
|
|
1778
1778
|
unit: "Hours",
|
|
1779
1779
|
cluster: "genTime",
|
|
1780
|
-
attribute: "
|
|
1780
|
+
attribute: "standartTime",
|
|
1781
1781
|
description: "Uptime",
|
|
1782
1782
|
scale: 3600,
|
|
1783
1783
|
precision: 1,
|
|
@@ -1892,7 +1892,7 @@ exports.definitions = [
|
|
|
1892
1892
|
name: "uptime",
|
|
1893
1893
|
unit: "Hours",
|
|
1894
1894
|
cluster: "genTime",
|
|
1895
|
-
attribute: "
|
|
1895
|
+
attribute: "standartTime",
|
|
1896
1896
|
description: "Uptime",
|
|
1897
1897
|
scale: 3600,
|
|
1898
1898
|
precision: 1,
|
|
@@ -2019,7 +2019,7 @@ exports.definitions = [
|
|
|
2019
2019
|
name: "uptime",
|
|
2020
2020
|
unit: "Hours",
|
|
2021
2021
|
cluster: "genTime",
|
|
2022
|
-
attribute: "
|
|
2022
|
+
attribute: "standartTime",
|
|
2023
2023
|
description: "Uptime",
|
|
2024
2024
|
scale: 3600,
|
|
2025
2025
|
precision: 1,
|
|
@@ -2168,7 +2168,7 @@ exports.definitions = [
|
|
|
2168
2168
|
name: "uptime",
|
|
2169
2169
|
unit: "Hours",
|
|
2170
2170
|
cluster: "genTime",
|
|
2171
|
-
attribute: "
|
|
2171
|
+
attribute: "standartTime",
|
|
2172
2172
|
description: "Uptime",
|
|
2173
2173
|
scale: 3600,
|
|
2174
2174
|
precision: 1,
|
|
@@ -2325,7 +2325,7 @@ exports.definitions = [
|
|
|
2325
2325
|
name: "uptime",
|
|
2326
2326
|
unit: "Hours",
|
|
2327
2327
|
cluster: "genTime",
|
|
2328
|
-
attribute: "
|
|
2328
|
+
attribute: "standartTime",
|
|
2329
2329
|
description: "Uptime",
|
|
2330
2330
|
scale: 3600,
|
|
2331
2331
|
precision: 1,
|
|
@@ -2474,7 +2474,7 @@ exports.definitions = [
|
|
|
2474
2474
|
name: "uptime",
|
|
2475
2475
|
unit: "Hours",
|
|
2476
2476
|
cluster: "genTime",
|
|
2477
|
-
attribute: "
|
|
2477
|
+
attribute: "standartTime",
|
|
2478
2478
|
description: "Uptime",
|
|
2479
2479
|
scale: 3600,
|
|
2480
2480
|
precision: 1,
|
|
@@ -2647,7 +2647,7 @@ exports.definitions = [
|
|
|
2647
2647
|
name: "uptime",
|
|
2648
2648
|
unit: "Hours",
|
|
2649
2649
|
cluster: "genTime",
|
|
2650
|
-
attribute: "
|
|
2650
|
+
attribute: "standartTime",
|
|
2651
2651
|
description: "Uptime",
|
|
2652
2652
|
scale: 3600,
|
|
2653
2653
|
precision: 1,
|
|
@@ -2830,7 +2830,7 @@ exports.definitions = [
|
|
|
2830
2830
|
name: "uptime",
|
|
2831
2831
|
unit: "Hours",
|
|
2832
2832
|
cluster: "genTime",
|
|
2833
|
-
attribute: "
|
|
2833
|
+
attribute: "standartTime",
|
|
2834
2834
|
description: "Uptime",
|
|
2835
2835
|
scale: 3600,
|
|
2836
2836
|
precision: 1,
|
|
@@ -4984,7 +4984,7 @@ exports.definitions = [
|
|
|
4984
4984
|
}),
|
|
4985
4985
|
m.numeric({
|
|
4986
4986
|
name: "reading_interval",
|
|
4987
|
-
unit: "
|
|
4987
|
+
unit: "min",
|
|
4988
4988
|
valueMin: 1,
|
|
4989
4989
|
valueMax: 360,
|
|
4990
4990
|
cluster: "genPowerCfg",
|
|
@@ -5096,7 +5096,7 @@ exports.definitions = [
|
|
|
5096
5096
|
}),
|
|
5097
5097
|
m.numeric({
|
|
5098
5098
|
name: "reading_interval",
|
|
5099
|
-
unit: "
|
|
5099
|
+
unit: "min",
|
|
5100
5100
|
valueMin: 1,
|
|
5101
5101
|
valueMax: 360,
|
|
5102
5102
|
cluster: "genPowerCfg",
|
|
@@ -5208,7 +5208,7 @@ exports.definitions = [
|
|
|
5208
5208
|
}),
|
|
5209
5209
|
m.numeric({
|
|
5210
5210
|
name: "reading_interval",
|
|
5211
|
-
unit: "
|
|
5211
|
+
unit: "min",
|
|
5212
5212
|
valueMin: 1,
|
|
5213
5213
|
valueMax: 360,
|
|
5214
5214
|
cluster: "genPowerCfg",
|
|
@@ -5320,7 +5320,7 @@ exports.definitions = [
|
|
|
5320
5320
|
}),
|
|
5321
5321
|
m.numeric({
|
|
5322
5322
|
name: "reading_interval",
|
|
5323
|
-
unit: "
|
|
5323
|
+
unit: "min",
|
|
5324
5324
|
valueMin: 1,
|
|
5325
5325
|
valueMax: 360,
|
|
5326
5326
|
cluster: "genPowerCfg",
|
|
@@ -5431,7 +5431,7 @@ exports.definitions = [
|
|
|
5431
5431
|
}),
|
|
5432
5432
|
m.numeric({
|
|
5433
5433
|
name: "reading_interval",
|
|
5434
|
-
unit: "
|
|
5434
|
+
unit: "min",
|
|
5435
5435
|
valueMin: 1,
|
|
5436
5436
|
valueMax: 360,
|
|
5437
5437
|
cluster: "genPowerCfg",
|
|
@@ -5463,7 +5463,7 @@ exports.definitions = [
|
|
|
5463
5463
|
name: "invert",
|
|
5464
5464
|
lookup: { BW: 0, WB: 1 },
|
|
5465
5465
|
cluster: "genPowerCfg",
|
|
5466
|
-
attribute: { ID: 0x0210, type: zigbee_herdsman_1.Zcl.DataType.
|
|
5466
|
+
attribute: { ID: 0x0210, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
5467
5467
|
description: "Invert display color",
|
|
5468
5468
|
access: "STATE_SET",
|
|
5469
5469
|
}),
|
|
@@ -5511,12 +5511,100 @@ exports.definitions = [
|
|
|
5511
5511
|
}),
|
|
5512
5512
|
m.numeric({
|
|
5513
5513
|
name: "reading_interval",
|
|
5514
|
-
unit: "
|
|
5514
|
+
unit: "min",
|
|
5515
|
+
valueMin: 1,
|
|
5516
|
+
valueMax: 360,
|
|
5517
|
+
cluster: "genPowerCfg",
|
|
5518
|
+
attribute: { ID: 0x0201, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
|
|
5519
|
+
description: "Setting the time in minutes, by default 3 minutes",
|
|
5520
|
+
access: "STATE_SET",
|
|
5521
|
+
}),
|
|
5522
|
+
m.enumLookup({
|
|
5523
|
+
name: "invert",
|
|
5524
|
+
lookup: { BW: 0, WB: 1 },
|
|
5525
|
+
cluster: "genPowerCfg",
|
|
5526
|
+
attribute: { ID: 0xf004, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
|
|
5527
|
+
description: "Invert display color",
|
|
5528
|
+
access: "STATE_SET",
|
|
5529
|
+
}),
|
|
5530
|
+
m.enumLookup({
|
|
5531
|
+
name: "fastmode",
|
|
5532
|
+
lookup: { Fast: 0, "Ultra Fast": 1 },
|
|
5533
|
+
cluster: "genPowerCfg",
|
|
5534
|
+
attribute: { ID: 0xf005, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
|
|
5535
|
+
description: "Display refresh mode",
|
|
5536
|
+
access: "STATE_SET",
|
|
5537
|
+
}),
|
|
5538
|
+
m.numeric({
|
|
5539
|
+
name: "lower_level",
|
|
5540
|
+
unit: "%",
|
|
5541
|
+
valueMin: 0,
|
|
5542
|
+
valueMax: 99,
|
|
5543
|
+
cluster: "msSoilMoisture",
|
|
5544
|
+
attribute: { ID: 0x0502, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
|
|
5545
|
+
description: "Lower level of soil moisture 0% is:",
|
|
5546
|
+
access: "STATE_SET",
|
|
5547
|
+
}),
|
|
5548
|
+
m.numeric({
|
|
5549
|
+
name: "upper_level",
|
|
5550
|
+
unit: "%",
|
|
5551
|
+
valueMin: 1,
|
|
5552
|
+
valueMax: 100,
|
|
5553
|
+
cluster: "msSoilMoisture",
|
|
5554
|
+
attribute: { ID: 0x0503, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
|
|
5555
|
+
description: "Upper level of soil moisture 100% is:",
|
|
5556
|
+
access: "STATE_SET",
|
|
5557
|
+
}),
|
|
5558
|
+
m.binary({
|
|
5559
|
+
name: "temperature_compensation",
|
|
5560
|
+
valueOn: ["ON", 1],
|
|
5561
|
+
valueOff: ["OFF", 0],
|
|
5562
|
+
cluster: "msSoilMoisture",
|
|
5563
|
+
attribute: { ID: 0x0505, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
5564
|
+
description: "Temperature compensation",
|
|
5565
|
+
access: "STATE_SET",
|
|
5566
|
+
}),
|
|
5567
|
+
],
|
|
5568
|
+
},
|
|
5569
|
+
{
|
|
5570
|
+
zigbeeModel: ["EFEKTA_eFlora_Max_Pro"],
|
|
5571
|
+
model: "EFEKTA_eFlora_Max_Pro",
|
|
5572
|
+
vendor: "EFEKTA",
|
|
5573
|
+
description: "Plant Wattering Sensor with e-ink display 2.13 with signal amplifier",
|
|
5574
|
+
extend: [
|
|
5575
|
+
m.soilMoisture({
|
|
5576
|
+
reporting: soilMoistureReporting,
|
|
5577
|
+
access: "STATE",
|
|
5578
|
+
}),
|
|
5579
|
+
m.battery({
|
|
5580
|
+
percentage: true,
|
|
5581
|
+
lowStatus: true,
|
|
5582
|
+
voltage: true,
|
|
5583
|
+
percentageReporting: true,
|
|
5584
|
+
voltageReporting: true,
|
|
5585
|
+
percentageReportingConfig: sixReporting,
|
|
5586
|
+
voltageReportingConfig: sixReporting,
|
|
5587
|
+
}),
|
|
5588
|
+
m.temperature({
|
|
5589
|
+
reporting: slowReporting,
|
|
5590
|
+
access: "STATE",
|
|
5591
|
+
}),
|
|
5592
|
+
m.humidity({
|
|
5593
|
+
reporting: slow2Reporting,
|
|
5594
|
+
access: "STATE",
|
|
5595
|
+
}),
|
|
5596
|
+
m.illuminance({
|
|
5597
|
+
reporting: slowReporting,
|
|
5598
|
+
access: "STATE",
|
|
5599
|
+
}),
|
|
5600
|
+
m.numeric({
|
|
5601
|
+
name: "reading_interval",
|
|
5602
|
+
unit: "min",
|
|
5515
5603
|
valueMin: 1,
|
|
5516
5604
|
valueMax: 360,
|
|
5517
5605
|
cluster: "genPowerCfg",
|
|
5518
5606
|
attribute: { ID: 0x0201, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
|
|
5519
|
-
description: "Setting the time in minutes, by default
|
|
5607
|
+
description: "Setting the time in minutes, by default 6 minutes",
|
|
5520
5608
|
access: "STATE_SET",
|
|
5521
5609
|
}),
|
|
5522
5610
|
m.enumLookup({
|