zigbee-herdsman-converters 23.10.0 → 23.12.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/dist/devices/efekta.d.ts.map +1 -1
- package/dist/devices/efekta.js +515 -0
- package/dist/devices/efekta.js.map +1 -1
- package/dist/devices/gledopto.js +1 -1
- package/dist/devices/gledopto.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/mazda.d.ts.map +1 -1
- package/dist/devices/mazda.js +40 -54
- package/dist/devices/mazda.js.map +1 -1
- package/dist/devices/mindy.d.ts +3 -0
- package/dist/devices/mindy.d.ts.map +1 -0
- package/dist/devices/mindy.js +384 -0
- package/dist/devices/mindy.js.map +1 -0
- package/dist/devices/philips.d.ts.map +1 -1
- package/dist/devices/philips.js +7 -0
- package/dist/devices/philips.js.map +1 -1
- package/dist/devices/third_reality.js +2 -2
- package/dist/devices/third_reality.js.map +1 -1
- package/dist/devices/tuya.d.ts.map +1 -1
- package/dist/devices/tuya.js +6 -4
- package/dist/devices/tuya.js.map +1 -1
- package/dist/devices/vimar.d.ts.map +1 -1
- package/dist/devices/vimar.js +7 -0
- package/dist/devices/vimar.js.map +1 -1
- package/dist/devices/yandex.d.ts.map +1 -1
- package/dist/devices/yandex.js +47 -0
- package/dist/devices/yandex.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +28 -29
- package/dist/index.js.map +1 -1
- package/dist/lib/modernExtend.d.ts +1 -0
- package/dist/lib/modernExtend.d.ts.map +1 -1
- package/dist/lib/modernExtend.js +1 -1
- package/dist/lib/modernExtend.js.map +1 -1
- package/dist/models-index.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [23.12.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v23.11.0...v23.12.0) (2025-03-23)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **add:** 929003103601 https://github.com/Koenkk/zigbee2mqtt/issues/26750 ([c9a067a](https://github.com/Koenkk/zigbee-herdsman-converters/commit/c9a067a9b0cf26dc4d8419020f4a7fad4769223c))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* Battery for Yandex wireless switch ([#9051](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9051)) ([b017e58](https://github.com/Koenkk/zigbee-herdsman-converters/commit/b017e58468a6550af0a260c6ce02037c5469b89b))
|
|
14
|
+
* Generate definition when candidates present but no match found ([#9046](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9046)) ([a4c9ae8](https://github.com/Koenkk/zigbee-herdsman-converters/commit/a4c9ae856eecf0698bf96c96d507f7c670ec0b8f))
|
|
15
|
+
* Gledopto GL-C-009P: configure reporting ([#9047](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9047)) ([2bb3beb](https://github.com/Koenkk/zigbee-herdsman-converters/commit/2bb3bebf6ab72c359b9e486611cd8614162dabf0))
|
|
16
|
+
* **ignore:** update dependencies ([#9050](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9050)) ([0f46b24](https://github.com/Koenkk/zigbee-herdsman-converters/commit/0f46b24a948cef7c9eeef53cda0765ca0f231131))
|
|
17
|
+
* Tuya TS110E_2gang_2: expose light type and power on behaviour for l2 ([#9052](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9052)) ([d7829b3](https://github.com/Koenkk/zigbee-herdsman-converters/commit/d7829b39b8c8ce0b4686985a63fcbabe7bc7a16c))
|
|
18
|
+
|
|
19
|
+
## [23.11.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v23.10.0...v23.11.0) (2025-03-21)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* **add:** EFEKTA_eFlora, EFEKTA_eFlora_Pro, EFEKTA_eTH102zex ([#9043](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9043)) ([17822f8](https://github.com/Koenkk/zigbee-herdsman-converters/commit/17822f87130cd7f1a7ee3bd22dbe952e5450afa2))
|
|
25
|
+
* **add:** Leleka ([#9001](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9001)) ([5d56367](https://github.com/Koenkk/zigbee-herdsman-converters/commit/5d56367bcffdcf33954e6e915fc1846984ace797))
|
|
26
|
+
* **add:** RemoteControl_v1.0 ([#9044](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9044)) ([94ff86d](https://github.com/Koenkk/zigbee-herdsman-converters/commit/94ff86d3faa55830a60f61eb1d9247bb5d5a5537))
|
|
27
|
+
* **add:** YNDX_00530 ([#9017](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9017)) ([0c7f856](https://github.com/Koenkk/zigbee-herdsman-converters/commit/0c7f856eb5f311429dd79a777b0436dcd51311fc))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Bug Fixes
|
|
31
|
+
|
|
32
|
+
* MAZDA TR-M2Z: improve system mode and presets ([#9040](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9040)) ([52969df](https://github.com/Koenkk/zigbee-herdsman-converters/commit/52969dfb4eec15356d4f58ddf155478981fa3fbf))
|
|
33
|
+
* Rename some Tongou devices ([#9041](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9041)) ([68d9d8b](https://github.com/Koenkk/zigbee-herdsman-converters/commit/68d9d8bd731dcd447bed181c0f9d0adbf4de6d98))
|
|
34
|
+
* Third Reality 3RSMR01067Z: expose voltage and battery low ([#9042](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9042)) ([7a55249](https://github.com/Koenkk/zigbee-herdsman-converters/commit/7a552494a474f3c4345961e41f6d261bdae7f4be))
|
|
35
|
+
|
|
3
36
|
## [23.10.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v23.9.1...v23.10.0) (2025-03-20)
|
|
4
37
|
|
|
5
38
|
|
|
@@ -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,EAskL7C,CAAC"}
|
package/dist/devices/efekta.js
CHANGED
|
@@ -5237,5 +5237,520 @@ exports.definitions = [
|
|
|
5237
5237
|
}),
|
|
5238
5238
|
],
|
|
5239
5239
|
},
|
|
5240
|
+
{
|
|
5241
|
+
zigbeeModel: ["EFEKTA_eFlora"],
|
|
5242
|
+
model: "EFEKTA_eFlora",
|
|
5243
|
+
vendor: "EFEKTA",
|
|
5244
|
+
description: "Plant Wattering Sensor with e-ink display 1.02",
|
|
5245
|
+
extend: [
|
|
5246
|
+
m.soilMoisture({
|
|
5247
|
+
reporting: soilMoistureReporting,
|
|
5248
|
+
access: "STATE",
|
|
5249
|
+
}),
|
|
5250
|
+
m.battery({
|
|
5251
|
+
percentage: true,
|
|
5252
|
+
lowStatus: true,
|
|
5253
|
+
voltage: true,
|
|
5254
|
+
percentageReporting: true,
|
|
5255
|
+
voltageReporting: true,
|
|
5256
|
+
percentageReportingConfig: sixReporting,
|
|
5257
|
+
voltageReportingConfig: sixReporting,
|
|
5258
|
+
}),
|
|
5259
|
+
m.temperature({
|
|
5260
|
+
reporting: slowReporting,
|
|
5261
|
+
access: "STATE",
|
|
5262
|
+
}),
|
|
5263
|
+
m.humidity({
|
|
5264
|
+
reporting: slow2Reporting,
|
|
5265
|
+
access: "STATE",
|
|
5266
|
+
}),
|
|
5267
|
+
m.illuminance({
|
|
5268
|
+
reporting: slowReporting,
|
|
5269
|
+
access: "STATE",
|
|
5270
|
+
}),
|
|
5271
|
+
m.numeric({
|
|
5272
|
+
name: "reading_interval",
|
|
5273
|
+
unit: "sec",
|
|
5274
|
+
valueMin: 1,
|
|
5275
|
+
valueMax: 360,
|
|
5276
|
+
cluster: "genPowerCfg",
|
|
5277
|
+
attribute: { ID: 0x0201, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
|
|
5278
|
+
description: "Setting the time in minutes, by default 10 minutes",
|
|
5279
|
+
access: "STATE_SET",
|
|
5280
|
+
}),
|
|
5281
|
+
m.numeric({
|
|
5282
|
+
name: "lower_level",
|
|
5283
|
+
unit: "%",
|
|
5284
|
+
valueMin: 0,
|
|
5285
|
+
valueMax: 99,
|
|
5286
|
+
cluster: "msSoilMoisture",
|
|
5287
|
+
attribute: { ID: 0x0502, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
|
|
5288
|
+
description: "Lower level of soil moisture 0% is:",
|
|
5289
|
+
access: "STATE_SET",
|
|
5290
|
+
}),
|
|
5291
|
+
m.numeric({
|
|
5292
|
+
name: "upper_level",
|
|
5293
|
+
unit: "%",
|
|
5294
|
+
valueMin: 1,
|
|
5295
|
+
valueMax: 100,
|
|
5296
|
+
cluster: "msSoilMoisture",
|
|
5297
|
+
attribute: { ID: 0x0503, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
|
|
5298
|
+
description: "Upper level of soil moisture 100% is:",
|
|
5299
|
+
access: "STATE_SET",
|
|
5300
|
+
}),
|
|
5301
|
+
m.enumLookup({
|
|
5302
|
+
name: "invert",
|
|
5303
|
+
lookup: { BW: 0, WB: 1 },
|
|
5304
|
+
cluster: "genPowerCfg",
|
|
5305
|
+
attribute: { ID: 0x0210, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
|
|
5306
|
+
description: "Invert display color",
|
|
5307
|
+
access: "STATE_SET",
|
|
5308
|
+
}),
|
|
5309
|
+
m.binary({
|
|
5310
|
+
name: "temperature_compensation",
|
|
5311
|
+
valueOn: ["ON", 1],
|
|
5312
|
+
valueOff: ["OFF", 0],
|
|
5313
|
+
cluster: "msSoilMoisture",
|
|
5314
|
+
attribute: { ID: 0x0505, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
5315
|
+
description: "Temperature compensation",
|
|
5316
|
+
access: "STATE_SET",
|
|
5317
|
+
}),
|
|
5318
|
+
],
|
|
5319
|
+
},
|
|
5320
|
+
{
|
|
5321
|
+
zigbeeModel: ["EFEKTA_eFlora_Pro"],
|
|
5322
|
+
model: "EFEKTA_eFlora_Pro",
|
|
5323
|
+
vendor: "EFEKTA",
|
|
5324
|
+
description: "Plant Wattering Sensor with e-ink display 2.13",
|
|
5325
|
+
extend: [
|
|
5326
|
+
m.soilMoisture({
|
|
5327
|
+
reporting: soilMoistureReporting,
|
|
5328
|
+
access: "STATE",
|
|
5329
|
+
}),
|
|
5330
|
+
m.battery({
|
|
5331
|
+
percentage: true,
|
|
5332
|
+
lowStatus: true,
|
|
5333
|
+
voltage: true,
|
|
5334
|
+
percentageReporting: true,
|
|
5335
|
+
voltageReporting: true,
|
|
5336
|
+
percentageReportingConfig: sixReporting,
|
|
5337
|
+
voltageReportingConfig: sixReporting,
|
|
5338
|
+
}),
|
|
5339
|
+
m.temperature({
|
|
5340
|
+
reporting: slowReporting,
|
|
5341
|
+
access: "STATE",
|
|
5342
|
+
}),
|
|
5343
|
+
m.humidity({
|
|
5344
|
+
reporting: slow2Reporting,
|
|
5345
|
+
access: "STATE",
|
|
5346
|
+
}),
|
|
5347
|
+
m.illuminance({
|
|
5348
|
+
reporting: slowReporting,
|
|
5349
|
+
access: "STATE",
|
|
5350
|
+
}),
|
|
5351
|
+
m.numeric({
|
|
5352
|
+
name: "reading_interval",
|
|
5353
|
+
unit: "sec",
|
|
5354
|
+
valueMin: 1,
|
|
5355
|
+
valueMax: 360,
|
|
5356
|
+
cluster: "genPowerCfg",
|
|
5357
|
+
attribute: { ID: 0x0201, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
|
|
5358
|
+
description: "Setting the time in minutes, by default 5 minutes",
|
|
5359
|
+
access: "STATE_SET",
|
|
5360
|
+
}),
|
|
5361
|
+
m.enumLookup({
|
|
5362
|
+
name: "tx_radio_power",
|
|
5363
|
+
lookup: { "4dbm": 4, "19dbm": 19 },
|
|
5364
|
+
cluster: "genPowerCfg",
|
|
5365
|
+
attribute: { ID: 0x0236, type: zigbee_herdsman_1.Zcl.DataType.INT8 },
|
|
5366
|
+
description: "Set TX Radio Power, dbm",
|
|
5367
|
+
access: "STATE_SET",
|
|
5368
|
+
}),
|
|
5369
|
+
m.enumLookup({
|
|
5370
|
+
name: "invert",
|
|
5371
|
+
lookup: { BW: 0, WB: 1 },
|
|
5372
|
+
cluster: "genPowerCfg",
|
|
5373
|
+
attribute: { ID: 0xf004, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
|
|
5374
|
+
description: "Invert display color",
|
|
5375
|
+
access: "STATE_SET",
|
|
5376
|
+
}),
|
|
5377
|
+
m.enumLookup({
|
|
5378
|
+
name: "fastmode",
|
|
5379
|
+
lookup: { Fast: 0, "Ultra Fast": 1 },
|
|
5380
|
+
cluster: "genPowerCfg",
|
|
5381
|
+
attribute: { ID: 0xf005, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
|
|
5382
|
+
description: "Display refresh mode",
|
|
5383
|
+
access: "STATE_SET",
|
|
5384
|
+
}),
|
|
5385
|
+
m.numeric({
|
|
5386
|
+
name: "lower_level",
|
|
5387
|
+
unit: "%",
|
|
5388
|
+
valueMin: 0,
|
|
5389
|
+
valueMax: 99,
|
|
5390
|
+
cluster: "msSoilMoisture",
|
|
5391
|
+
attribute: { ID: 0x0502, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
|
|
5392
|
+
description: "Lower level of soil moisture 0% is:",
|
|
5393
|
+
access: "STATE_SET",
|
|
5394
|
+
}),
|
|
5395
|
+
m.numeric({
|
|
5396
|
+
name: "upper_level",
|
|
5397
|
+
unit: "%",
|
|
5398
|
+
valueMin: 1,
|
|
5399
|
+
valueMax: 100,
|
|
5400
|
+
cluster: "msSoilMoisture",
|
|
5401
|
+
attribute: { ID: 0x0503, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
|
|
5402
|
+
description: "Upper level of soil moisture 100% is:",
|
|
5403
|
+
access: "STATE_SET",
|
|
5404
|
+
}),
|
|
5405
|
+
m.binary({
|
|
5406
|
+
name: "temperature_compensation",
|
|
5407
|
+
valueOn: ["ON", 1],
|
|
5408
|
+
valueOff: ["OFF", 0],
|
|
5409
|
+
cluster: "msSoilMoisture",
|
|
5410
|
+
attribute: { ID: 0x0505, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
5411
|
+
description: "Temperature compensation",
|
|
5412
|
+
access: "STATE_SET",
|
|
5413
|
+
}),
|
|
5414
|
+
],
|
|
5415
|
+
},
|
|
5416
|
+
{
|
|
5417
|
+
zigbeeModel: ["EFEKTA_eTH102zex"],
|
|
5418
|
+
model: "EFEKTA_eTH102zex",
|
|
5419
|
+
vendor: "EFEKTA",
|
|
5420
|
+
description: "Temperature and humidity sensor with e-ink1.02, date, termostat, hygrostat",
|
|
5421
|
+
extend: [
|
|
5422
|
+
m.temperature({
|
|
5423
|
+
reporting: fourReporting,
|
|
5424
|
+
access: "STATE",
|
|
5425
|
+
}),
|
|
5426
|
+
m.humidity({
|
|
5427
|
+
reporting: fourReporting,
|
|
5428
|
+
access: "STATE",
|
|
5429
|
+
}),
|
|
5430
|
+
m.battery({
|
|
5431
|
+
percentage: true,
|
|
5432
|
+
lowStatus: true,
|
|
5433
|
+
voltage: true,
|
|
5434
|
+
percentageReporting: true,
|
|
5435
|
+
voltageReporting: true,
|
|
5436
|
+
percentageReportingConfig: sixReporting,
|
|
5437
|
+
voltageReportingConfig: sixReporting,
|
|
5438
|
+
}),
|
|
5439
|
+
m.numeric({
|
|
5440
|
+
name: "reading_interval",
|
|
5441
|
+
unit: "sec",
|
|
5442
|
+
valueMin: 10,
|
|
5443
|
+
valueMax: 600,
|
|
5444
|
+
cluster: "genPowerCfg",
|
|
5445
|
+
attribute: { ID: 0x0201, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
|
|
5446
|
+
description: "Setting the sensor reading interval in seconds, by default 30 seconds",
|
|
5447
|
+
access: "STATE_SET",
|
|
5448
|
+
}),
|
|
5449
|
+
m.binary({
|
|
5450
|
+
name: "config_report_enable",
|
|
5451
|
+
valueOn: ["ON", 1],
|
|
5452
|
+
valueOff: ["OFF", 0],
|
|
5453
|
+
cluster: "genPowerCfg",
|
|
5454
|
+
attribute: { ID: 0x0275, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
5455
|
+
description: "Enable reporting based on reporting configuration",
|
|
5456
|
+
access: "STATE_SET",
|
|
5457
|
+
}),
|
|
5458
|
+
m.binary({
|
|
5459
|
+
name: "comparison_previous_data",
|
|
5460
|
+
valueOn: ["ON", 1],
|
|
5461
|
+
valueOff: ["OFF", 0],
|
|
5462
|
+
cluster: "genPowerCfg",
|
|
5463
|
+
attribute: { ID: 0x0205, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
5464
|
+
description: "Enable сontrol of comparison with previous data",
|
|
5465
|
+
access: "STATE_SET",
|
|
5466
|
+
}),
|
|
5467
|
+
m.binary({
|
|
5468
|
+
name: "enable_temperature",
|
|
5469
|
+
valueOn: ["ON", 1],
|
|
5470
|
+
valueOff: ["OFF", 0],
|
|
5471
|
+
cluster: "msTemperatureMeasurement",
|
|
5472
|
+
attribute: { ID: 0x0220, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
5473
|
+
description: "Enable Temperature Control",
|
|
5474
|
+
}),
|
|
5475
|
+
m.binary({
|
|
5476
|
+
name: "invert_logic_temperature",
|
|
5477
|
+
valueOn: ["ON", 1],
|
|
5478
|
+
valueOff: ["OFF", 0],
|
|
5479
|
+
cluster: "msTemperatureMeasurement",
|
|
5480
|
+
attribute: { ID: 0x0225, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
5481
|
+
description: "Invert Logic Temperature Control",
|
|
5482
|
+
}),
|
|
5483
|
+
m.enumLookup({
|
|
5484
|
+
name: "invert",
|
|
5485
|
+
lookup: { BW: 0, WB: 1 },
|
|
5486
|
+
cluster: "genPowerCfg",
|
|
5487
|
+
attribute: { ID: 0xf004, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
|
|
5488
|
+
description: "Invert display color",
|
|
5489
|
+
access: "STATE_SET",
|
|
5490
|
+
}),
|
|
5491
|
+
m.numeric({
|
|
5492
|
+
name: "high_temperature",
|
|
5493
|
+
unit: "°C",
|
|
5494
|
+
valueMin: -35,
|
|
5495
|
+
valueMax: 90,
|
|
5496
|
+
cluster: "msTemperatureMeasurement",
|
|
5497
|
+
attribute: { ID: 0x0221, type: zigbee_herdsman_1.Zcl.DataType.INT16 },
|
|
5498
|
+
description: "Setting High Temperature Border",
|
|
5499
|
+
}),
|
|
5500
|
+
m.numeric({
|
|
5501
|
+
name: "low_temperature",
|
|
5502
|
+
unit: "°C",
|
|
5503
|
+
valueMin: -35,
|
|
5504
|
+
valueMax: 90,
|
|
5505
|
+
cluster: "msTemperatureMeasurement",
|
|
5506
|
+
attribute: { ID: 0x0222, type: zigbee_herdsman_1.Zcl.DataType.INT16 },
|
|
5507
|
+
description: "Setting Low Temperature Border",
|
|
5508
|
+
}),
|
|
5509
|
+
m.binary({
|
|
5510
|
+
name: "enable_humidity",
|
|
5511
|
+
valueOn: ["ON", 1],
|
|
5512
|
+
valueOff: ["OFF", 0],
|
|
5513
|
+
cluster: "msRelativeHumidity",
|
|
5514
|
+
attribute: { ID: 0x0220, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
5515
|
+
description: "Enable Humidity Control",
|
|
5516
|
+
}),
|
|
5517
|
+
m.binary({
|
|
5518
|
+
name: "invert_logic_humidity",
|
|
5519
|
+
valueOn: ["ON", 1],
|
|
5520
|
+
valueOff: ["OFF", 0],
|
|
5521
|
+
cluster: "msRelativeHumidity",
|
|
5522
|
+
attribute: { ID: 0x0225, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
5523
|
+
description: "Invert Logic Humidity Control",
|
|
5524
|
+
}),
|
|
5525
|
+
m.numeric({
|
|
5526
|
+
name: "high_humidity",
|
|
5527
|
+
unit: "%",
|
|
5528
|
+
valueMin: 0,
|
|
5529
|
+
valueMax: 99,
|
|
5530
|
+
cluster: "msRelativeHumidity",
|
|
5531
|
+
attribute: { ID: 0x0221, type: zigbee_herdsman_1.Zcl.DataType.INT16 },
|
|
5532
|
+
description: "Setting High Humidity Border",
|
|
5533
|
+
}),
|
|
5534
|
+
m.numeric({
|
|
5535
|
+
name: "low_humidity",
|
|
5536
|
+
unit: "%",
|
|
5537
|
+
valueMin: 0,
|
|
5538
|
+
valueMax: 99,
|
|
5539
|
+
cluster: "msRelativeHumidity",
|
|
5540
|
+
attribute: { ID: 0x0222, type: zigbee_herdsman_1.Zcl.DataType.INT16 },
|
|
5541
|
+
description: "Setting Low Humidity Border",
|
|
5542
|
+
}),
|
|
5543
|
+
],
|
|
5544
|
+
},
|
|
5545
|
+
{
|
|
5546
|
+
zigbeeModel: ["EFEKTA_eTH102z"],
|
|
5547
|
+
model: "EFEKTA_eTH102z",
|
|
5548
|
+
vendor: "EFEKTA",
|
|
5549
|
+
description: "Temperature and humidity sensor with e-ink1.02, date, termostat, hygrostat",
|
|
5550
|
+
extend: [
|
|
5551
|
+
m.temperature({
|
|
5552
|
+
reporting: fourReporting,
|
|
5553
|
+
access: "STATE",
|
|
5554
|
+
}),
|
|
5555
|
+
m.humidity({
|
|
5556
|
+
reporting: fourReporting,
|
|
5557
|
+
access: "STATE",
|
|
5558
|
+
}),
|
|
5559
|
+
m.battery({
|
|
5560
|
+
percentage: true,
|
|
5561
|
+
lowStatus: true,
|
|
5562
|
+
voltage: true,
|
|
5563
|
+
percentageReporting: true,
|
|
5564
|
+
voltageReporting: true,
|
|
5565
|
+
percentageReportingConfig: sixReporting,
|
|
5566
|
+
voltageReportingConfig: sixReporting,
|
|
5567
|
+
}),
|
|
5568
|
+
m.numeric({
|
|
5569
|
+
name: "reading_interval",
|
|
5570
|
+
unit: "sec",
|
|
5571
|
+
valueMin: 10,
|
|
5572
|
+
valueMax: 600,
|
|
5573
|
+
cluster: "genPowerCfg",
|
|
5574
|
+
attribute: { ID: 0x0201, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
|
|
5575
|
+
description: "Setting the sensor reading interval in seconds, by default 30 seconds",
|
|
5576
|
+
access: "STATE_SET",
|
|
5577
|
+
}),
|
|
5578
|
+
m.binary({
|
|
5579
|
+
name: "config_report_enable",
|
|
5580
|
+
valueOn: ["ON", 1],
|
|
5581
|
+
valueOff: ["OFF", 0],
|
|
5582
|
+
cluster: "genPowerCfg",
|
|
5583
|
+
attribute: { ID: 0x0275, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
5584
|
+
description: "Enable reporting based on reporting configuration",
|
|
5585
|
+
access: "STATE_SET",
|
|
5586
|
+
}),
|
|
5587
|
+
m.binary({
|
|
5588
|
+
name: "comparison_previous_data",
|
|
5589
|
+
valueOn: ["ON", 1],
|
|
5590
|
+
valueOff: ["OFF", 0],
|
|
5591
|
+
cluster: "genPowerCfg",
|
|
5592
|
+
attribute: { ID: 0x0205, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
5593
|
+
description: "Enable сontrol of comparison with previous data",
|
|
5594
|
+
access: "STATE_SET",
|
|
5595
|
+
}),
|
|
5596
|
+
m.binary({
|
|
5597
|
+
name: "enable_temperature",
|
|
5598
|
+
valueOn: ["ON", 1],
|
|
5599
|
+
valueOff: ["OFF", 0],
|
|
5600
|
+
cluster: "msTemperatureMeasurement",
|
|
5601
|
+
attribute: { ID: 0x0220, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
5602
|
+
description: "Enable Temperature Control",
|
|
5603
|
+
}),
|
|
5604
|
+
m.binary({
|
|
5605
|
+
name: "invert_logic_temperature",
|
|
5606
|
+
valueOn: ["ON", 1],
|
|
5607
|
+
valueOff: ["OFF", 0],
|
|
5608
|
+
cluster: "msTemperatureMeasurement",
|
|
5609
|
+
attribute: { ID: 0x0225, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
5610
|
+
description: "Invert Logic Temperature Control",
|
|
5611
|
+
}),
|
|
5612
|
+
m.enumLookup({
|
|
5613
|
+
name: "invert",
|
|
5614
|
+
lookup: { BW: 0, WB: 1 },
|
|
5615
|
+
cluster: "genPowerCfg",
|
|
5616
|
+
attribute: { ID: 0xf004, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
|
|
5617
|
+
description: "Invert display color",
|
|
5618
|
+
access: "STATE_SET",
|
|
5619
|
+
}),
|
|
5620
|
+
m.numeric({
|
|
5621
|
+
name: "high_temperature",
|
|
5622
|
+
unit: "°C",
|
|
5623
|
+
valueMin: -5,
|
|
5624
|
+
valueMax: 60,
|
|
5625
|
+
cluster: "msTemperatureMeasurement",
|
|
5626
|
+
attribute: { ID: 0x0221, type: zigbee_herdsman_1.Zcl.DataType.INT16 },
|
|
5627
|
+
description: "Setting High Temperature Border",
|
|
5628
|
+
}),
|
|
5629
|
+
m.numeric({
|
|
5630
|
+
name: "low_temperature",
|
|
5631
|
+
unit: "°C",
|
|
5632
|
+
valueMin: -5,
|
|
5633
|
+
valueMax: 60,
|
|
5634
|
+
cluster: "msTemperatureMeasurement",
|
|
5635
|
+
attribute: { ID: 0x0222, type: zigbee_herdsman_1.Zcl.DataType.INT16 },
|
|
5636
|
+
description: "Setting Low Temperature Border",
|
|
5637
|
+
}),
|
|
5638
|
+
m.binary({
|
|
5639
|
+
name: "enable_humidity",
|
|
5640
|
+
valueOn: ["ON", 1],
|
|
5641
|
+
valueOff: ["OFF", 0],
|
|
5642
|
+
cluster: "msRelativeHumidity",
|
|
5643
|
+
attribute: { ID: 0x0220, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
5644
|
+
description: "Enable Humidity Control",
|
|
5645
|
+
}),
|
|
5646
|
+
m.binary({
|
|
5647
|
+
name: "invert_logic_humidity",
|
|
5648
|
+
valueOn: ["ON", 1],
|
|
5649
|
+
valueOff: ["OFF", 0],
|
|
5650
|
+
cluster: "msRelativeHumidity",
|
|
5651
|
+
attribute: { ID: 0x0225, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
5652
|
+
description: "Invert Logic Humidity Control",
|
|
5653
|
+
}),
|
|
5654
|
+
m.numeric({
|
|
5655
|
+
name: "high_humidity",
|
|
5656
|
+
unit: "%",
|
|
5657
|
+
valueMin: 0,
|
|
5658
|
+
valueMax: 99,
|
|
5659
|
+
cluster: "msRelativeHumidity",
|
|
5660
|
+
attribute: { ID: 0x0221, type: zigbee_herdsman_1.Zcl.DataType.INT16 },
|
|
5661
|
+
description: "Setting High Humidity Border",
|
|
5662
|
+
}),
|
|
5663
|
+
m.numeric({
|
|
5664
|
+
name: "low_humidity",
|
|
5665
|
+
unit: "%",
|
|
5666
|
+
valueMin: 0,
|
|
5667
|
+
valueMax: 99,
|
|
5668
|
+
cluster: "msRelativeHumidity",
|
|
5669
|
+
attribute: { ID: 0x0222, type: zigbee_herdsman_1.Zcl.DataType.INT16 },
|
|
5670
|
+
description: "Setting Low Humidity Border",
|
|
5671
|
+
}),
|
|
5672
|
+
],
|
|
5673
|
+
},
|
|
5674
|
+
{
|
|
5675
|
+
zigbeeModel: ["EFEKTA_Air_Monitor"],
|
|
5676
|
+
model: "EFEKTA_Air_Monitor",
|
|
5677
|
+
vendor: "EfektaLab",
|
|
5678
|
+
description: "CO2 smart monitor, AA battery",
|
|
5679
|
+
extend: [
|
|
5680
|
+
m.co2({
|
|
5681
|
+
reporting: false,
|
|
5682
|
+
access: "STATE",
|
|
5683
|
+
}),
|
|
5684
|
+
m.temperature({
|
|
5685
|
+
reporting: false,
|
|
5686
|
+
access: "STATE",
|
|
5687
|
+
}),
|
|
5688
|
+
m.humidity({
|
|
5689
|
+
reporting: false,
|
|
5690
|
+
access: "STATE",
|
|
5691
|
+
}),
|
|
5692
|
+
m.battery({
|
|
5693
|
+
percentage: true,
|
|
5694
|
+
lowStatus: true,
|
|
5695
|
+
voltage: false,
|
|
5696
|
+
percentageReporting: false,
|
|
5697
|
+
}),
|
|
5698
|
+
m.numeric({
|
|
5699
|
+
name: "uptime",
|
|
5700
|
+
unit: "Hours",
|
|
5701
|
+
cluster: "genTime",
|
|
5702
|
+
attribute: "localTime",
|
|
5703
|
+
description: "Uptime",
|
|
5704
|
+
access: "STATE",
|
|
5705
|
+
}),
|
|
5706
|
+
m.numeric({
|
|
5707
|
+
name: "report_delay",
|
|
5708
|
+
unit: "sec",
|
|
5709
|
+
valueMin: 20,
|
|
5710
|
+
valueMax: 1800,
|
|
5711
|
+
cluster: "genPowerCfg",
|
|
5712
|
+
attribute: { ID: 0x0201, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
|
|
5713
|
+
description: "Setting the sensor report delay. Setting the time in seconds (20-1800), by default 60 seconds",
|
|
5714
|
+
access: "STATE_SET",
|
|
5715
|
+
}),
|
|
5716
|
+
m.binary({
|
|
5717
|
+
name: "forced_recalibration",
|
|
5718
|
+
valueOn: ["ON", 1],
|
|
5719
|
+
valueOff: ["OFF", 0],
|
|
5720
|
+
cluster: "msCO2",
|
|
5721
|
+
attribute: { ID: 0x0202, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
5722
|
+
description: "Start FRC (Perform Forced Recalibration of the CO2 Sensor)",
|
|
5723
|
+
access: "STATE_SET",
|
|
5724
|
+
}),
|
|
5725
|
+
m.numeric({
|
|
5726
|
+
name: "manual_forced_recalibration",
|
|
5727
|
+
unit: "ppm",
|
|
5728
|
+
valueMin: 0,
|
|
5729
|
+
valueMax: 5000,
|
|
5730
|
+
cluster: "msCO2",
|
|
5731
|
+
attribute: { ID: 0x0207, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
|
|
5732
|
+
description: "Start Manual FRC (Perform Forced Recalibration of the CO2 Sensor)",
|
|
5733
|
+
access: "STATE_SET",
|
|
5734
|
+
}),
|
|
5735
|
+
m.binary({
|
|
5736
|
+
name: "automatic_scal",
|
|
5737
|
+
valueOn: ["ON", 1],
|
|
5738
|
+
valueOff: ["OFF", 0],
|
|
5739
|
+
cluster: "msCO2",
|
|
5740
|
+
attribute: { ID: 0x0402, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
5741
|
+
description: "Automatic self calibration",
|
|
5742
|
+
access: "STATE_SET",
|
|
5743
|
+
}),
|
|
5744
|
+
m.binary({
|
|
5745
|
+
name: "factory_reset_co2",
|
|
5746
|
+
valueOn: ["ON", 1],
|
|
5747
|
+
valueOff: ["OFF", 0],
|
|
5748
|
+
cluster: "msCO2",
|
|
5749
|
+
attribute: { ID: 0x0206, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
5750
|
+
description: "Factory Reset CO2 sensor",
|
|
5751
|
+
access: "STATE_SET",
|
|
5752
|
+
}),
|
|
5753
|
+
],
|
|
5754
|
+
},
|
|
5240
5755
|
];
|
|
5241
5756
|
//# sourceMappingURL=efekta.js.map
|