z4d-certified-devices 5.389__py3-none-any.whl → 5.391__py3-none-any.whl

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.
@@ -14,7 +14,7 @@
14
14
  "0008": "",
15
15
  "0300": "",
16
16
  "0019": "",
17
- "Type": "LvlControl"
17
+ "Type": "Switch/LvlControl"
18
18
  },
19
19
  "f2": {
20
20
  "0021": "",
@@ -22,18 +22,28 @@
22
22
  }
23
23
  },
24
24
  "Type": "",
25
- "ClusterToBind": [],
26
- "ConfigureReporting": {},
25
+ "ClusterToBind": ["0000", "0006", "0008", "0300"],
26
+ "ConfigureReporting": {
27
+ "0006": { "Attributes": { "0000": { "Change": "01", "DataType": "10", "MaxInterval": "00aa", "MinInterval": "0000", "TimeOut": "0000" }}},
28
+ "0008": { "Attributes": { "0000": { "Change": "01", "DataType": "20", "MaxInterval": "00aa", "MinInterval": "0000", "TimeOut": "0000" }}},
29
+ "0300": {
30
+ "Attributes": {
31
+ "0000": { "Change": "01", "DataType": "20", "MaxInterval": "00aa", "MinInterval": "0000", "TimeOut": "0000" },
32
+ "0001": { "Change": "01", "DataType": "20", "MaxInterval": "00aa", "MinInterval": "0000", "TimeOut": "0000" }
33
+ }
34
+ }
35
+ },
27
36
  "ReadAttributes": {
28
- "0000": [],
37
+ "0000": [ "0004", "0005"],
29
38
  "0019": [],
30
39
  "0006": [ "0000" ],
31
40
  "0008": [ "0000" ],
32
- "0300": []
41
+ "0300": [ "0000", "0001", "0007"]
33
42
  },
43
+ "AllowSwitchLvlControl": true,
44
+ "MoveWithOnOff": false,
34
45
  "Param": {
35
- "fadingOff": 0,
36
- "moveToLevel": 0
46
+ "MinDimmerPercentage": 1
37
47
  },
38
48
  "GroupMembership": {}
39
49
  }
@@ -13,7 +13,16 @@
13
13
  "0404": "",
14
14
  "0b05": "",
15
15
  "fc57": "",
16
- "fc11": "",
16
+ "fc11": { "Attributes": {
17
+ "5006": { "SpecifStoragelvl1": "Sonoff", "Name": "5006", "DataType": "23", "ActionList": [ "check_store_value", "store_specif_attribute"] },
18
+ "5007": { "SpecifStoragelvl1": "Sonoff", "Name": "5007", "DataType": "23", "ActionList": [ "check_store_value", "store_specif_attribute" ] },
19
+ "500c": { "SpecifStoragelvl1": "Sonoff", "Name": "CurrentDeviceStatus", "DataType": "20", "ActionList": [ "check_store_value", "store_specif_attribute" ] },
20
+ "500d": { "SpecifStoragelvl1": "Sonoff", "Name": "500d", "DataType": "23", "ActionList": [ "check_store_value", "store_specif_attribute" ] },
21
+ "500e": { "SpecifStoragelvl1": "Sonoff", "Name": "500e", "DataType": "23", "ActionList": [ "check_store_value", "store_specif_attribute" ] },
22
+ "500f": { "SpecifStoragelvl1": "Sonoff", "Name": "500f", "DataType": "23", "ActionList": [ "check_store_value", "store_specif_attribute" ] },
23
+ "5010": { "SpecifStoragelvl1": "Sonoff", "Name": "5010", "DataType": "20", "ActionList": [ "check_store_value", "store_specif_attribute" ] },
24
+ "5011": { "SpecifStoragelvl1": "Sonoff", "Name": "WaterCloseValveTimeout", "DataType": "20", "ActionList": [ "check_store_value", "store_specif_attribute" ] }}
25
+ },
17
26
  "000a": "",
18
27
  "0019": "",
19
28
  "Type": "Flow/Switch"
@@ -30,7 +39,8 @@
30
39
  "0404": [ "0000", "0001", "0002", "0003"],
31
40
  "0019": [],
32
41
  "0006": [ "0000", "fffd" ],
33
- "fc57": [ "500c", "5011" ]
42
+ "fc11": [ "500c", "5011", "5006", "5007", "500d", "500e"],
43
+ "fc57": [ ]
34
44
  },
35
45
  "Param": {
36
46
  }
@@ -0,0 +1,47 @@
1
+ {
2
+ "_comment": "Zigbee Over-Under Voltage Protector Energery Meter",
3
+ "_source": "",
4
+ "_blakadder": "",
5
+ "_version": "1",
6
+ "MinPluginVersion": "7.1.002",
7
+ "Identifier": [
8
+ [ "TS0601", "_TZE204_jcwbwckh" ]
9
+ ],
10
+ "Ep": {
11
+ "01": {
12
+ "0000": "",
13
+ "0004": "",
14
+ "ef00": "",
15
+ "000a": "",
16
+ "0019": "",
17
+ "Type": "Switch/Voltage/Ampere/Power/Meter"
18
+ }
19
+ },
20
+ "Type": "",
21
+ "ClusterToBind": [ ],
22
+ "ConfigureReporting": {},
23
+ "ReadAttributes": {
24
+ "0000": [ "0004", "0000", "0001", "0003", "0005", "0007", "fffe" ]
25
+ },
26
+ "TUYA_REGISTRATION": 19,
27
+ "TS0601_DP": {
28
+ "10": { "store_tuya_attribute": "State", "sensor_type": "switch", "action_type": "switch" },
29
+ "06": [
30
+ { "store_tuya_attribute": "Voltage", "EvalExp": "((value & 0xFFFF000000000000) >> 48)/10", "sensor_type": "voltage", "domo_round": 2},
31
+ { "store_tuya_attribute": "Current", "EvalExp": "((value & 0x0000FFFFFF000000) >> 24)/1000", "sensor_type": "current", "domo_round": 2},
32
+ { "store_tuya_attribute": "Power", "EvalExp": "(value & 0x0000000000FFFFFF)", "sensor_type": "power", "domo_round": 2 }
33
+ ],
34
+ "86": { "store_tuya_value": "PowerOnAfterOffOn", "action_type": "PowerOnAfterOffOn" },
35
+ "68": { "store_tuya_value": "ReclosingEnabled", "action_type": "ReclosingEnabled" },
36
+ "6b": { "store_tuya_value": "RecloseRecover", "action_type": "RecloseRecover" },
37
+ "66": { "store_tuya_value": "ReclosingAllowedTimes", "action_type": "ReclosingAllowedTimes" },
38
+ "77": { "store_tuya_value": "PoweronDelay", "action_type": "PoweronDelay" }
39
+ },
40
+ "Param": {
41
+ "PowerOnAfterOffOn": 2,
42
+ "ReclosingAllowedTimes": 5,
43
+ "ReclosingEnabled": 1,
44
+ "RecloseRecover": 10,
45
+ "PoweronDelay": 1
46
+ }
47
+ }
@@ -1,3 +1,3 @@
1
1
  MAJOR_VERSION = 5
2
- MINOR_VERSION = 389
2
+ MINOR_VERSION = 391
3
3
  __version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: z4d-certified-devices
3
- Version: 5.389
3
+ Version: 5.391
4
4
  Summary: "Certified devices for Zigbee for Domoticz plugin"
5
5
  Home-page: https://github.com/zigbeefordomoticz/z4d-certified-devices
6
6
  Author: "Patrick Pichon"
@@ -1,5 +1,5 @@
1
1
  z4d_certified_devices/__init__.py,sha256=GZ6zf1bgjFvi5yOBDJp9R4Hea53iA-MoqbTcESSa6ms,3860
2
- z4d_certified_devices/version.py,sha256=gamUdnwbQT4NrkM9r0JILcTsb4Lrnqc3j2Uae46FN8U,87
2
+ z4d_certified_devices/version.py,sha256=PTxpXH1NwBH_rqMZUt8okuJrVbQcJKyCyiKu_czYJs8,87
3
3
  z4d_certified_devices/Certified/README.md,sha256=1WnlKFf_NJon6zCJ0zfbBIOHES0L2YoE9EjzI2zhlDA,1415
4
4
  z4d_certified_devices/Certified/Adeo/LDSENK01F.json,sha256=F0fX15nW3O9CRNR7GixvAjzTaOPN_WouZ2VWq7RtcGg,2067
5
5
  z4d_certified_devices/Certified/Adeo/LDSENK02F.json,sha256=eYpL0-1uta51sAzIpg7wIqUdl9AC16vYkrXZgW7AtA0,2067
@@ -95,7 +95,7 @@ z4d_certified_devices/Certified/GLEDOPTO/GL-D-003Z.json,sha256=ZEvZ3oub903tvlc--
95
95
  z4d_certified_devices/Certified/GLEDOPTO/GL-FL-004TZS.json,sha256=eJvY1snuDPB8wHZb5Yjis1M-wi4COdpiRhsCG-nMasY,727
96
96
  z4d_certified_devices/Certified/GLEDOPTO/GL-MC-001.json,sha256=eJvY1snuDPB8wHZb5Yjis1M-wi4COdpiRhsCG-nMasY,727
97
97
  z4d_certified_devices/Certified/GLEDOPTO/GL-S-007ZS.json,sha256=kWVPc030HQ82C3rkxlWc4MuC3R5OgnNphcrt9gsoy7A,1022
98
- z4d_certified_devices/Certified/GLEDOPTO/GL-SD-003P.json,sha256=xs-r7ziwhPpX2mjdkn5jvFjQMLZqCccy3QoYjkLfD4Y,859
98
+ z4d_certified_devices/Certified/GLEDOPTO/GL-SD-003P.json,sha256=S5EXssbVPyxHjH-y8kQnOvsXGlblsJX-pCrGVq7TxMA,1604
99
99
  z4d_certified_devices/Certified/GLEDOPTO/GLEDOPTO.json,sha256=vJMZWegHpksy4R1T-TyafxN4y4w6k75F0vME7Yseim0,709
100
100
  z4d_certified_devices/Certified/GammaTroniques/TICMeter-historique-mono-base.json,sha256=BAzfO00HyjikvWx1EX62zpADt1DYqmHNvOXGewsLGwY,4588
101
101
  z4d_certified_devices/Certified/GammaTroniques/TICMeter-historique-mono-hchp.json,sha256=ZgdbNz9raH_hoOvVHnQpHMUO-PXibAL_4rzUu-6Wrws,5044
@@ -458,7 +458,7 @@ z4d_certified_devices/Certified/Sonoff/SNZB-02P.json,sha256=cz2nVsJgJ_QFupb8iR5D
458
458
  z4d_certified_devices/Certified/Sonoff/SNZB-03P.json,sha256=na3XIcLQIKxsTTaEeWgbJwnuPjOSYLm_fgH5fYJIJZY,1325
459
459
  z4d_certified_devices/Certified/Sonoff/SNZB-04P.json,sha256=FCrr9v1trI4twBCDGZiTUHdALWbQC0ALipP9kCfl55Y,1099
460
460
  z4d_certified_devices/Certified/Sonoff/SNZB-06P.json,sha256=FhkdnA7KR_AcZ0OwD5wDQ9FEIdPYwtUjUKeQA5G2MOg,1154
461
- z4d_certified_devices/Certified/Sonoff/SWV.json,sha256=uovR5jSI9rUOax8II0WRTNCJq1EZ3VsKi7qYlW462T0,1101
461
+ z4d_certified_devices/Certified/Sonoff/SWV.json,sha256=5rzp4cu8TE-w84nqlsQFAVTTiOq1LYM9x7Jwp6DyIS4,2478
462
462
  z4d_certified_devices/Certified/Sonoff/TH01.json,sha256=5YVaiXuYsQ0JHsXTdYBL8qi2tDZjfAPM6fY1QRZznWU,1239
463
463
  z4d_certified_devices/Certified/Sonoff/TRVZB.json,sha256=tFhpRJogiAhITYthEUN-H_RyMZZ2GIOz0_X-N3IMWHY,3726
464
464
  z4d_certified_devices/Certified/Sonoff/WB-01.json,sha256=VwNi4R-Jh94qKywFLJqdliN8zpasRy5XOE6uUweYUC8,480
@@ -566,6 +566,7 @@ z4d_certified_devices/Certified/Tuya/TS0601-SmartAirHouseKeeper.json,sha256=nGLq
566
566
  z4d_certified_devices/Certified/Tuya/TS0601-Solar-Siren.json,sha256=borykqW1I7gVkVbH-zLOnsjYjxlkgWNStX7qkzAT26E,1751
567
567
  z4d_certified_devices/Certified/Tuya/TS0601-WZ-M100-C.json,sha256=lc6ucKqW2ex3SyqeeNEqomjBUbamCUhnZYxkBjp-Bek,1915
568
568
  z4d_certified_devices/Certified/Tuya/TS0601-XOCA-DAC2161C.json,sha256=jwTgiPoYQQzKDtDb1wBC_xJ2HdOgUbNR3qgygxoS5rQ,1851
569
+ z4d_certified_devices/Certified/Tuya/TS0601-ZBN-J-63.json,sha256=WGqL0KYs8rQnO_ZYPjy8CRp5lS0Uz8H914b7q9FxqlM,1890
569
570
  z4d_certified_devices/Certified/Tuya/TS0601-_TZE200_b6wax7g0.json,sha256=Uiw4HrBIaunCMGbe_dUa_72h_R4fkzyE-4vnrY-XPJc,856
570
571
  z4d_certified_devices/Certified/Tuya/TS0601-_TZE200_chyvmhay.json,sha256=yEtCMwXKDWqSbWlulijNauTfMtlGZRAfytEekAkKhmk,427
571
572
  z4d_certified_devices/Certified/Tuya/TS0601-_TZE200_dzuqwsyg.json,sha256=EUXk1SmPfVzRcp2vPC2vezmGN428xNadW-Yl_WxxTxY,610
@@ -631,9 +632,9 @@ z4d_certified_devices/Certified/eWeLink/SA-003-Zigbee.json,sha256=PHqliTZ0_8a7F_
631
632
  z4d_certified_devices/Certified/eWeLink/SA-030-1.json,sha256=PHqliTZ0_8a7F_hbRVIVQ9A-sJipGrBD1jzhgkKJRvw,833
632
633
  z4d_certified_devices/Certified/eWeLink/SWITCH-ZR02.json,sha256=poSWAakR1iWJyvCXx5vgjYga38l6QYZM5C0MSk5vqas,835
633
634
  z4d_certified_devices/Certified/eWeLink/SWITCH-ZR03-1.json,sha256=poSWAakR1iWJyvCXx5vgjYga38l6QYZM5C0MSk5vqas,835
634
- z4d_certified_devices-5.389.dist-info/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
635
- z4d_certified_devices-5.389.dist-info/METADATA,sha256=5_X08phj1HkrVqMLb7LtcmpG7O8wx5Pla9p2LvPm0VI,36878
636
- z4d_certified_devices-5.389.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
637
- z4d_certified_devices-5.389.dist-info/top_level.txt,sha256=dZpL9ibb5CtTAY-pS-wGk-1jh9d-q04ogJ-Dfskashk,22
638
- z4d_certified_devices-5.389.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
639
- z4d_certified_devices-5.389.dist-info/RECORD,,
635
+ z4d_certified_devices-5.391.dist-info/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
636
+ z4d_certified_devices-5.391.dist-info/METADATA,sha256=3Vsd8OZHzYBearsCX9qr1FWNjRrrWAxXWENOlqepVj0,36878
637
+ z4d_certified_devices-5.391.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
638
+ z4d_certified_devices-5.391.dist-info/top_level.txt,sha256=dZpL9ibb5CtTAY-pS-wGk-1jh9d-q04ogJ-Dfskashk,22
639
+ z4d_certified_devices-5.391.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
640
+ z4d_certified_devices-5.391.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.2)
2
+ Generator: setuptools (76.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5