zigbee-herdsman-converters 23.48.0 → 23.49.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 CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [23.49.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v23.48.0...v23.49.0) (2025-05-22)
4
+
5
+
6
+ ### Features
7
+
8
+ * **add:** E1M-G7H https://github.com/Koenkk/zigbee2mqtt/discussions/27446 ([bf7bbf7](https://github.com/Koenkk/zigbee-herdsman-converters/commit/bf7bbf7e918da2cbc60c8639d00683df49f9eafe))
9
+ * **add:** EFEKTA_AQ_Smart_Monitor_Gen2 ([#9381](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9381)) ([d478dd7](https://github.com/Koenkk/zigbee-herdsman-converters/commit/d478dd7fc3aa69ba63eac95d7727fda32d70a0d6))
10
+ * **add:** HA-ZM12mw2-4K ([#9376](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9376)) ([bc832e2](https://github.com/Koenkk/zigbee-herdsman-converters/commit/bc832e2e649bf6e91bfa495e4204ba973aeaa243))
11
+ * **add:** WS-K03E ([#9382](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9382)) ([a0edd40](https://github.com/Koenkk/zigbee-herdsman-converters/commit/a0edd4018ac1995dd6c589612678da5ec3c4487c))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **detect:** Detect `_TZ3000_rdhukkmi` as Tuya ZY-ZTH02 and `_TZ3000_bguser20` as TH03 ([#9379](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9379)) ([7d2129a](https://github.com/Koenkk/zigbee-herdsman-converters/commit/7d2129a2b729effd117c0cdbbf1ed4ed093d6b0b))
17
+
3
18
  ## [23.48.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v23.47.0...v23.48.0) (2025-05-21)
4
19
 
5
20
 
@@ -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,EA6yM7C,CAAC"}
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,EA6tN7C,CAAC"}
@@ -4588,7 +4588,7 @@ exports.definitions = [
4588
4588
  name: "long_chart_period2",
4589
4589
  lookup: { "1H": 0, "24H": 1 },
4590
4590
  cluster: "msCO2",
4591
- attribute: { ID: 0x0404, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
4591
+ attribute: { ID: 0x0244, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
4592
4592
  description: "The period of plotting the VOC Index points(OFF - 1H | ON - 24H)",
4593
4593
  access: "STATE_SET",
4594
4594
  }),
@@ -6495,5 +6495,437 @@ exports.definitions = [
6495
6495
  }),
6496
6496
  ],
6497
6497
  },
6498
+ {
6499
+ zigbeeModel: ["EFEKTA_AQ_Smart_Monitor_Gen2"],
6500
+ model: "EFEKTA_AQ_Smart_Monitor_Gen2",
6501
+ vendor: "EFEKTA",
6502
+ description: "CO2, VOC Index, illuminance Smart Monitor, rgb indicator, binding, control the relays",
6503
+ ota: true,
6504
+ extend: [
6505
+ m.identify(),
6506
+ m.co2({
6507
+ reporting: co2Reporting,
6508
+ access: "STATE",
6509
+ }),
6510
+ m.temperature({
6511
+ reporting: fourReporting,
6512
+ access: "STATE",
6513
+ }),
6514
+ m.humidity({
6515
+ reporting: fourReporting,
6516
+ access: "STATE",
6517
+ }),
6518
+ m.numeric({
6519
+ name: "voc_index",
6520
+ unit: "VOC Index points",
6521
+ cluster: "genAnalogInput",
6522
+ attribute: "presentValue",
6523
+ description: "VOC index",
6524
+ access: "STATE",
6525
+ reporting: defaultReporting,
6526
+ }),
6527
+ m.illuminance({
6528
+ reporting: fourReporting,
6529
+ access: "STATE",
6530
+ }),
6531
+ m.numeric({
6532
+ name: "lifetime",
6533
+ unit: "Hours",
6534
+ cluster: "genTime",
6535
+ attribute: { ID: 0x0199, type: zigbee_herdsman_1.Zcl.DataType.UINT32 },
6536
+ description: "Uptime",
6537
+ access: "STATE",
6538
+ }),
6539
+ m.numeric({
6540
+ name: "lux_factor",
6541
+ valueMin: 0.0,
6542
+ valueMax: 10.0,
6543
+ valueStep: 0.1,
6544
+ cluster: "msIlluminanceMeasurement",
6545
+ attribute: { ID: 0x0310, type: zigbee_herdsman_1.Zcl.DataType.SINGLE_PREC },
6546
+ description: "Lux factor",
6547
+ access: "STATE_SET",
6548
+ }),
6549
+ m.light({
6550
+ effect: false,
6551
+ powerOnBehavior: false,
6552
+ configureReporting: true,
6553
+ levelReportingConfig: fiveReporting,
6554
+ }),
6555
+ m.binary({
6556
+ name: "night_onoff_backlight",
6557
+ valueOn: ["ON", 1],
6558
+ valueOff: ["OFF", 0],
6559
+ cluster: "msIlluminanceMeasurement",
6560
+ attribute: { ID: 0x0401, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
6561
+ description: "Complete shutdown of the backlight at night mode",
6562
+ access: "STATE_SET",
6563
+ }),
6564
+ m.numeric({
6565
+ name: "night_on_backlight",
6566
+ unit: "Hr",
6567
+ valueMin: 0,
6568
+ valueMax: 23,
6569
+ cluster: "msIlluminanceMeasurement",
6570
+ attribute: { ID: 0x0405, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
6571
+ description: "Night mode activation time",
6572
+ access: "STATE_SET",
6573
+ }),
6574
+ m.numeric({
6575
+ name: "night_off_backlight",
6576
+ unit: "Hr",
6577
+ valueMin: 0,
6578
+ valueMax: 23,
6579
+ cluster: "msIlluminanceMeasurement",
6580
+ attribute: { ID: 0x0406, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
6581
+ description: "Night mode deactivation time",
6582
+ access: "STATE_SET",
6583
+ }),
6584
+ m.numeric({
6585
+ name: "reading_interval",
6586
+ unit: "seconds",
6587
+ valueMin: 15,
6588
+ valueMax: 300,
6589
+ cluster: "msCO2",
6590
+ attribute: { ID: 0x0201, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
6591
+ description: "Setting the sensor reading interval.",
6592
+ access: "STATE_SET",
6593
+ }),
6594
+ m.numeric({
6595
+ name: "set_altitude",
6596
+ unit: "meters",
6597
+ valueMin: 0,
6598
+ valueMax: 3000,
6599
+ cluster: "msCO2",
6600
+ attribute: { ID: 0x0205, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
6601
+ description: "Setting the altitude above sea level (for high accuracy of the CO2 sensor)",
6602
+ access: "STATE_SET",
6603
+ }),
6604
+ m.numeric({
6605
+ name: "temperature_offset",
6606
+ unit: "°C",
6607
+ valueMin: -10,
6608
+ valueMax: 10,
6609
+ valueStep: 0.1,
6610
+ scale: 10,
6611
+ cluster: "msTemperatureMeasurement",
6612
+ attribute: { ID: 0x0210, type: zigbee_herdsman_1.Zcl.DataType.INT16 },
6613
+ description: "Adjust temperature",
6614
+ access: "STATE_SET",
6615
+ }),
6616
+ m.numeric({
6617
+ name: "humidity_offset",
6618
+ unit: "%",
6619
+ valueMin: -50,
6620
+ valueMax: 50,
6621
+ valueStep: 1,
6622
+ cluster: "msRelativeHumidity",
6623
+ attribute: { ID: 0x0210, type: zigbee_herdsman_1.Zcl.DataType.INT16 },
6624
+ description: "Adjust humidity",
6625
+ access: "STATE_SET",
6626
+ }),
6627
+ m.binary({
6628
+ name: "automatic_calibrations",
6629
+ valueOn: ["ON", 1],
6630
+ valueOff: ["OFF", 0],
6631
+ cluster: "msCO2",
6632
+ attribute: { ID: 0x0402, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
6633
+ description: "Automatic calibration of the CO2 sensor",
6634
+ access: "STATE_SET",
6635
+ }),
6636
+ m.binary({
6637
+ name: "forced_recalibration",
6638
+ valueOn: ["ON", 1],
6639
+ valueOff: ["OFF", 0],
6640
+ cluster: "msCO2",
6641
+ attribute: { ID: 0x0202, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
6642
+ description: "Start FRC (Perform Forced Recalibration of the CO2 Sensor)",
6643
+ access: "STATE_SET",
6644
+ }),
6645
+ m.binary({
6646
+ name: "factory_reset_co2",
6647
+ valueOn: ["ON", 1],
6648
+ valueOff: ["OFF", 0],
6649
+ cluster: "msCO2",
6650
+ attribute: { ID: 0x0206, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
6651
+ description: "Factory Reset CO2 sensor",
6652
+ access: "STATE_SET",
6653
+ }),
6654
+ m.numeric({
6655
+ name: "manual_forced_recalibration",
6656
+ unit: "ppm",
6657
+ valueMin: 0,
6658
+ valueMax: 5000,
6659
+ cluster: "msCO2",
6660
+ attribute: { ID: 0x0207, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
6661
+ description: "Start Manual FRC (Perform Forced Recalibration of the CO2 Sensor)",
6662
+ access: "STATE_SET",
6663
+ }),
6664
+ m.binary({
6665
+ name: "invert_logic_onoff",
6666
+ valueOn: ["ON", 1],
6667
+ valueOff: ["OFF", 0],
6668
+ cluster: "genAnalogInput",
6669
+ attribute: { ID: 0x0225, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
6670
+ description: "Enable invert logic onoff",
6671
+ access: "STATE_SET",
6672
+ }),
6673
+ m.binary({
6674
+ name: "enable_co2_gas",
6675
+ valueOn: ["ON", 1],
6676
+ valueOff: ["OFF", 0],
6677
+ cluster: "msCO2",
6678
+ attribute: { ID: 0x0220, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
6679
+ description: "Enable CO2 Gas Control",
6680
+ access: "STATE_SET",
6681
+ }),
6682
+ m.numeric({
6683
+ name: "high_co2_gas",
6684
+ unit: "ppm",
6685
+ valueMin: 400,
6686
+ valueMax: 5000,
6687
+ cluster: "msCO2",
6688
+ attribute: { ID: 0x0221, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
6689
+ description: "Setting High CO2 Gas Border",
6690
+ access: "STATE_SET",
6691
+ }),
6692
+ m.numeric({
6693
+ name: "low_co2_gas",
6694
+ unit: "ppm",
6695
+ valueMin: 400,
6696
+ valueMax: 5000,
6697
+ cluster: "msCO2",
6698
+ attribute: { ID: 0x0222, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
6699
+ description: "Setting Low CO2 Gas Border",
6700
+ access: "STATE_SET",
6701
+ }),
6702
+ m.binary({
6703
+ name: "enable_voc",
6704
+ valueOn: ["ON", 1],
6705
+ valueOff: ["OFF", 0],
6706
+ cluster: "genAnalogInput",
6707
+ attribute: { ID: 0x0220, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
6708
+ description: "Enable VOC Control",
6709
+ access: "STATE_SET",
6710
+ }),
6711
+ m.numeric({
6712
+ name: "high_voc",
6713
+ unit: "VOC Index points",
6714
+ valueMin: 0,
6715
+ valueMax: 500,
6716
+ cluster: "genAnalogInput",
6717
+ attribute: { ID: 0x0221, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
6718
+ description: "Setting High VOC Border",
6719
+ access: "STATE_SET",
6720
+ }),
6721
+ m.numeric({
6722
+ name: "low_voc",
6723
+ unit: "VOC Index points",
6724
+ valueMin: 0,
6725
+ valueMax: 500,
6726
+ cluster: "genAnalogInput",
6727
+ attribute: { ID: 0x0222, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
6728
+ description: "Setting Low VOC Border",
6729
+ access: "STATE_SET",
6730
+ }),
6731
+ ],
6732
+ },
6733
+ {
6734
+ zigbeeModel: ["EFEKTA_CO2_Smart_Monitor_Gen2"],
6735
+ model: "EFEKTA_CO2_Smart_Monitor_Gen2",
6736
+ vendor: "EFEKTA",
6737
+ description: "CO2, illuminance Smart Monitor, rgb indicator, binding, control the relays",
6738
+ ota: true,
6739
+ extend: [
6740
+ m.identify(),
6741
+ m.co2({
6742
+ reporting: co2Reporting,
6743
+ access: "STATE",
6744
+ }),
6745
+ m.temperature({
6746
+ reporting: fourReporting,
6747
+ access: "STATE",
6748
+ }),
6749
+ m.humidity({
6750
+ reporting: fourReporting,
6751
+ access: "STATE",
6752
+ }),
6753
+ m.illuminance({
6754
+ reporting: fourReporting,
6755
+ access: "STATE",
6756
+ }),
6757
+ m.numeric({
6758
+ name: "lifetime",
6759
+ unit: "Hours",
6760
+ cluster: "genTime",
6761
+ attribute: { ID: 0x0199, type: zigbee_herdsman_1.Zcl.DataType.UINT32 },
6762
+ description: "Uptime",
6763
+ access: "STATE",
6764
+ }),
6765
+ m.numeric({
6766
+ name: "lux_factor",
6767
+ valueMin: 0.0,
6768
+ valueMax: 10.0,
6769
+ valueStep: 0.1,
6770
+ cluster: "msIlluminanceMeasurement",
6771
+ attribute: { ID: 0x0310, type: zigbee_herdsman_1.Zcl.DataType.SINGLE_PREC },
6772
+ description: "Lux factor",
6773
+ access: "STATE_SET",
6774
+ }),
6775
+ m.light({
6776
+ effect: false,
6777
+ powerOnBehavior: false,
6778
+ configureReporting: true,
6779
+ levelReportingConfig: fiveReporting,
6780
+ }),
6781
+ m.binary({
6782
+ name: "night_onoff_backlight",
6783
+ valueOn: ["ON", 1],
6784
+ valueOff: ["OFF", 0],
6785
+ cluster: "msIlluminanceMeasurement",
6786
+ attribute: { ID: 0x0401, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
6787
+ description: "Complete shutdown of the backlight at night mode",
6788
+ access: "STATE_SET",
6789
+ }),
6790
+ m.numeric({
6791
+ name: "night_on_backlight",
6792
+ unit: "Hr",
6793
+ valueMin: 0,
6794
+ valueMax: 23,
6795
+ cluster: "msIlluminanceMeasurement",
6796
+ attribute: { ID: 0x0405, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
6797
+ description: "Night mode activation time",
6798
+ access: "STATE_SET",
6799
+ }),
6800
+ m.numeric({
6801
+ name: "night_off_backlight",
6802
+ unit: "Hr",
6803
+ valueMin: 0,
6804
+ valueMax: 23,
6805
+ cluster: "msIlluminanceMeasurement",
6806
+ attribute: { ID: 0x0406, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
6807
+ description: "Night mode deactivation time",
6808
+ access: "STATE_SET",
6809
+ }),
6810
+ m.numeric({
6811
+ name: "reading_interval",
6812
+ unit: "seconds",
6813
+ valueMin: 15,
6814
+ valueMax: 300,
6815
+ cluster: "msCO2",
6816
+ attribute: { ID: 0x0201, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
6817
+ description: "Setting the sensor reading interval.",
6818
+ access: "STATE_SET",
6819
+ }),
6820
+ m.numeric({
6821
+ name: "set_altitude",
6822
+ unit: "meters",
6823
+ valueMin: 0,
6824
+ valueMax: 3000,
6825
+ cluster: "msCO2",
6826
+ attribute: { ID: 0x0205, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
6827
+ description: "Setting the altitude above sea level (for high accuracy of the CO2 sensor)",
6828
+ access: "STATE_SET",
6829
+ }),
6830
+ m.numeric({
6831
+ name: "temperature_offset",
6832
+ unit: "°C",
6833
+ valueMin: -10,
6834
+ valueMax: 10,
6835
+ valueStep: 0.1,
6836
+ scale: 10,
6837
+ cluster: "msTemperatureMeasurement",
6838
+ attribute: { ID: 0x0210, type: zigbee_herdsman_1.Zcl.DataType.INT16 },
6839
+ description: "Adjust temperature",
6840
+ access: "STATE_SET",
6841
+ }),
6842
+ m.numeric({
6843
+ name: "humidity_offset",
6844
+ unit: "%",
6845
+ valueMin: -50,
6846
+ valueMax: 50,
6847
+ valueStep: 1,
6848
+ cluster: "msRelativeHumidity",
6849
+ attribute: { ID: 0x0210, type: zigbee_herdsman_1.Zcl.DataType.INT16 },
6850
+ description: "Adjust humidity",
6851
+ access: "STATE_SET",
6852
+ }),
6853
+ m.binary({
6854
+ name: "automatic_calibrations",
6855
+ valueOn: ["ON", 1],
6856
+ valueOff: ["OFF", 0],
6857
+ cluster: "msCO2",
6858
+ attribute: { ID: 0x0402, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
6859
+ description: "Automatic calibration of the CO2 sensor",
6860
+ access: "STATE_SET",
6861
+ }),
6862
+ m.binary({
6863
+ name: "forced_recalibration",
6864
+ valueOn: ["ON", 1],
6865
+ valueOff: ["OFF", 0],
6866
+ cluster: "msCO2",
6867
+ attribute: { ID: 0x0202, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
6868
+ description: "Start FRC (Perform Forced Recalibration of the CO2 Sensor)",
6869
+ access: "STATE_SET",
6870
+ }),
6871
+ m.binary({
6872
+ name: "factory_reset_co2",
6873
+ valueOn: ["ON", 1],
6874
+ valueOff: ["OFF", 0],
6875
+ cluster: "msCO2",
6876
+ attribute: { ID: 0x0206, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
6877
+ description: "Factory Reset CO2 sensor",
6878
+ access: "STATE_SET",
6879
+ }),
6880
+ m.numeric({
6881
+ name: "manual_forced_recalibration",
6882
+ unit: "ppm",
6883
+ valueMin: 0,
6884
+ valueMax: 5000,
6885
+ cluster: "msCO2",
6886
+ attribute: { ID: 0x0207, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
6887
+ description: "Start Manual FRC (Perform Forced Recalibration of the CO2 Sensor)",
6888
+ access: "STATE_SET",
6889
+ }),
6890
+ m.binary({
6891
+ name: "invert_logic_onoff",
6892
+ valueOn: ["ON", 1],
6893
+ valueOff: ["OFF", 0],
6894
+ cluster: "genAnalogInput",
6895
+ attribute: { ID: 0x0225, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
6896
+ description: "Enable invert logic onoff",
6897
+ access: "STATE_SET",
6898
+ }),
6899
+ m.binary({
6900
+ name: "enable_co2_gas",
6901
+ valueOn: ["ON", 1],
6902
+ valueOff: ["OFF", 0],
6903
+ cluster: "msCO2",
6904
+ attribute: { ID: 0x0220, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
6905
+ description: "Enable CO2 Gas Control",
6906
+ access: "STATE_SET",
6907
+ }),
6908
+ m.numeric({
6909
+ name: "high_co2_gas",
6910
+ unit: "ppm",
6911
+ valueMin: 400,
6912
+ valueMax: 5000,
6913
+ cluster: "msCO2",
6914
+ attribute: { ID: 0x0221, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
6915
+ description: "Setting High CO2 Gas Border",
6916
+ access: "STATE_SET",
6917
+ }),
6918
+ m.numeric({
6919
+ name: "low_co2_gas",
6920
+ unit: "ppm",
6921
+ valueMin: 400,
6922
+ valueMax: 5000,
6923
+ cluster: "msCO2",
6924
+ attribute: { ID: 0x0222, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
6925
+ description: "Setting Low CO2 Gas Border",
6926
+ access: "STATE_SET",
6927
+ }),
6928
+ ],
6929
+ },
6498
6930
  ];
6499
6931
  //# sourceMappingURL=efekta.js.map