z4d-certified-devices 3.203__py3-none-any.whl → 3.205__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.
@@ -0,0 +1,26 @@
1
+ {
2
+ "_comment": "Zigbee occupancy sensor",
3
+ "_source": "https://easydomoticz.com/forum/viewtopic.php?t=13871",
4
+ "_version": "1.0",
5
+ "Ep": {
6
+ "01": {
7
+ "0000": "",
8
+ "0003": "",
9
+ "0406": "",
10
+ "fc57": "",
11
+ "fc11": { "Attributes": { "2001": { "Enabled": true, "Name": "Illumination", "DataType": "20" , "ActionList": [ "check_store_value"]} } },
12
+ "0500": "",
13
+ "Type": "Motion"
14
+ }
15
+ },
16
+ "Type": "",
17
+ "ClusterToBind": [ "0001" ],
18
+ "ConfigureReporting": {},
19
+ "ReadAttributes": {
20
+ "0000": [ "0000", "0001", "0002", "0003", "0004", "0005" ],
21
+ "0001": [ "0020", "0021" ],
22
+ "0406": [ "0000", "0001", "0002", "0020", "0022"],
23
+ "0500": [ "0000", "0001", "0002", "0010" ]
24
+ },
25
+ "BatteryDevice": 1
26
+ }
@@ -1,5 +1,8 @@
1
1
  {
2
2
  "_comment": "Tuya Zigbee-Détecteur de Présence Humaine Intelligent",
3
+ "Identifier": [
4
+ [ "TS0225", "_TZE200_2aaelwxk" ]
5
+ ],
3
6
  "Ep": {
4
7
  "01": {
5
8
  "0000": "",
@@ -25,19 +28,25 @@
25
28
  "ef00": []
26
29
  },
27
30
  "TS0601_DP": {
28
- "01": { "store_tuya_attribute": "motion", "EvalExp": "int(value == 0)", "DomoDeviceFormat": "str"},
29
- "65": { "store_tuya_attribute": "MotionState" },
30
- "6a": { "store_tuya_attribute": "Illuminance" },
31
- "6b": { "store_tuya_attribute": "Indicator" },
32
- "66": { "store_tuya_attribute": "fading_time", "action_type": "TuyaFadingTime" },
33
- "02": { "store_tuya_attribute": "LargeMotionDetectionSensitivity" },
34
- "04": { "store_tuya_attribute": "LargeMotionDetectionDistance" },
35
- "68": { "store_tuya_attribute": "MediumMotionDetectionDistance" },
36
- "69": { "store_tuya_attribute": "MediumMotionDetectionSensitivity" },
37
- "6c": { "store_tuya_attribute": "SmallDetectionDistance" },
38
- "6d": { "store_tuya_attribute": "SmallDetectionSensitivity" }
31
+ "01": { "store_tuya_value": "motion", "EvalExp": "int(value == 0)", "DomoDeviceFormat": "str"},
32
+ "65": { "store_tuya_value": "MotionState" },
33
+ "6a": { "store_tuya_value": "Illuminance" },
34
+ "6b": { "store_tuya_value": "Indicator" },
35
+ "66": { "store_tuya_value": "fading_time", "action_type": "TuyaFadingTime" },
36
+ "02": { "store_tuya_value": "LargeMotionDetectionSensitivity", "action_type": "LargeMotionDetectionSensitivity" },
37
+ "04": { "store_tuya_value": "LargeMotionDetectionDistance", "action_type": "LargeMotionDetectionDistance" },
38
+ "68": { "store_tuya_value": "MediumMotionDetectionDistance", "action_type": "MediumMotionDetectionDistance"},
39
+ "69": { "store_tuya_value": "MediumMotionDetectionSensitivity", "action_type": "MediumMotionDetectionSensitivity" },
40
+ "6c": { "store_tuya_value": "SmallDetectionDistance", "action_type": "SmallDetectionDistance" },
41
+ "6d": { "store_tuya_value": "SmallDetectionSensitivity", "action_type": "SmallDetectionSensitivity" }
39
42
  },
40
43
  "Param": {
41
- "TuyaFadingTime": 60
44
+ "TuyaFadingTime": 2,
45
+ "SmallDetectionSensitivity": 1,
46
+ "MediumMotionDetectionSensitivity": 1,
47
+ "LargeMotionDetectionSensitivity": 1,
48
+ "SmallDetectionDistance": 0,
49
+ "MediumMotionDetectionDistance": 8,
50
+ "LargeMotionDetectionDistance": 1
42
51
  }
43
52
  }
@@ -32,11 +32,11 @@
32
32
  "66": { "store_tuya_attribute": "Unknow_66_02"},
33
33
  "68": { "sensor_type": "illuminance"},
34
34
  "69": { "sensor_type": "presence_state"},
35
- "6a": { "store_tuya_attribute": "Sensitivity","action_type": "TuyaRadarSensitivity"},
36
- "6b": { "store_tuya_attribute": "max_range", "action_type": "TuyaRadarMaxRange"},
37
- "6d": { "store_tuya_attribute": "target_distance"},
38
- "6e": { "store_tuya_attribute": "fading_time", "action_type": "TuyaFadingTime" },
39
- "6f": { "store_tuya_attribute": "presence_sensitivity", "action_type": "TuyaPresenceSensitivity"},
35
+ "6a": { "store_tuya_value": "Sensitivity", "action_type": "TuyaRadarSensitivity"},
36
+ "6b": { "store_tuya_value": "max_range", "action_type": "TuyaRadarMaxRange"},
37
+ "6d": { "store_tuya_value": "target_distance"},
38
+ "6e": { "store_tuya_value": "fading_time", "action_type": "TuyaFadingTime" },
39
+ "6f": { "store_tuya_value": "presence_sensitivity", "action_type": "TuyaPresenceSensitivity"},
40
40
  "70": { "sensor_type": "motion", "EvalExp": "int(value != 0)", "DomoDeviceFormat": "str"}
41
41
  },
42
42
  "Param": {
@@ -1,3 +1,3 @@
1
1
  MAJOR_VERSION = 3
2
- MINOR_VERSION = 203
2
+ MINOR_VERSION = 205
3
3
  __version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: z4d-certified-devices
3
- Version: 3.203
3
+ Version: 3.205
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=wdYFaADr5SrC5bXe1OBsrmpfJ7J6GN0H22o49UA4_Es,3533
2
- z4d_certified_devices/version.py,sha256=rGobwIRE-3zXqzUY71oRSa7jgonK1r_-Fr04qKwypMc,87
2
+ z4d_certified_devices/version.py,sha256=m4ZlyiSqlR5aLbG6GtMIgi0IFtNCUtZ_HQIsQpCXmes,87
3
3
  z4d_certified_devices/Certified/README.md,sha256=1WnlKFf_NJon6zCJ0zfbBIOHES0L2YoE9EjzI2zhlDA,1415
4
4
  z4d_certified_devices/Certified/Adeo/LDSENK02F.json,sha256=eYpL0-1uta51sAzIpg7wIqUdl9AC16vYkrXZgW7AtA0,2067
5
5
  z4d_certified_devices/Certified/Adeo/LDSENK10.json,sha256=G_Z1dpeZv0kuJ9te9hsFOfdjQx-1FIFTf8F9gC5PZYA,843
@@ -400,6 +400,7 @@ z4d_certified_devices/Certified/Sonoff/SA-030-1.json,sha256=cuPF8fzkbGwmw5ve6-Y8
400
400
  z4d_certified_devices/Certified/Sonoff/SNZB-01P.json,sha256=G0Z4ttRkWYk3xaZrtM9kbLbpdNqzdN0d8CmtOAl0HEk,914
401
401
  z4d_certified_devices/Certified/Sonoff/SNZB-02.json,sha256=H43nPu3S5WnyCbFhL7-1tyv6xy0CDXP2Arca6uHXclM,1481
402
402
  z4d_certified_devices/Certified/Sonoff/SNZB-02D.json,sha256=90uctooHEps9SqSlmGf-4x05lRNUdx-o5tjAD8cF-_U,1203
403
+ z4d_certified_devices/Certified/Sonoff/SNZB-06P.json,sha256=kjo4_CqYjHFkRf_5PMR0y91QkBGYqz6v9wsJ5kIIB3I,838
403
404
  z4d_certified_devices/Certified/Sonoff/TH01.json,sha256=5YVaiXuYsQ0JHsXTdYBL8qi2tDZjfAPM6fY1QRZznWU,1239
404
405
  z4d_certified_devices/Certified/Sonoff/TRVZB.json,sha256=tFhpRJogiAhITYthEUN-H_RyMZZ2GIOz0_X-N3IMWHY,3726
405
406
  z4d_certified_devices/Certified/Sonoff/WB-01.json,sha256=VwNi4R-Jh94qKywFLJqdliN8zpasRy5XOE6uUweYUC8,480
@@ -464,7 +465,7 @@ z4d_certified_devices/Certified/Tuya/TS0215A-secure-remote.json,sha256=2VxUs3-Eh
464
465
  z4d_certified_devices/Certified/Tuya/TS0215A-sos.json,sha256=sfsq4X47kCihC-9XpPm_koqJF6CuBhL-wZpSKiqRgAE,1161
465
466
  z4d_certified_devices/Certified/Tuya/TS0219.json,sha256=MQsd5cE-2dG6Ck89Kdl_gxgW1Pi3jIdVXtfRbw4wOlk,1346
466
467
  z4d_certified_devices/Certified/Tuya/TS0222.json,sha256=3cuGPhlSruvh9gDaOR_32v4CkQKMGyDgv6jUTUdyg7o,1132
467
- z4d_certified_devices/Certified/Tuya/TS0225.json,sha256=MNs2CEq1gKuEo2i4b0HC5ZXRy-XjTo_YG1tG8xeutM8,1589
468
+ z4d_certified_devices/Certified/Tuya/TS0225.json,sha256=dl3bMKV7OdUiJAsrsqP24jiWvlRlJELyc_WzoNuPsWI,2149
468
469
  z4d_certified_devices/Certified/Tuya/TS0302.json,sha256=y-pCJjs4Tc1JcBCzs0cWY49TFX3U3kP7zm7bxJGMrQI,760
469
470
  z4d_certified_devices/Certified/Tuya/TS0502A.json,sha256=WTJhJWwz3T2rAc40ZHT0-CGHx1_3Wh6Un_89aLYRIwA,1284
470
471
  z4d_certified_devices/Certified/Tuya/TS0505A-HueSaturation.json,sha256=NOJqzvN2SRonVNiEfIbDB97i5DME_kpoQNxRYvtsSFo,1811
@@ -485,7 +486,7 @@ z4d_certified_devices/Certified/Tuya/TS0601-SZ-T04.json,sha256=BUWp5ConZB7as-XEn
485
486
  z4d_certified_devices/Certified/Tuya/TS0601-Smart-Energy-1P+N.json,sha256=N7wKPnZA29UZZEeyTEmeO8oZaCkeP9AjovcBgzBA8UY,1528
486
487
  z4d_certified_devices/Certified/Tuya/TS0601-SmartAir.json,sha256=Mq2X5WqiLH4Wth5zloDJHPIB5HFqHcXq6C47EZW2M3I,458
487
488
  z4d_certified_devices/Certified/Tuya/TS0601-Solar-Siren.json,sha256=borykqW1I7gVkVbH-zLOnsjYjxlkgWNStX7qkzAT26E,1751
488
- z4d_certified_devices/Certified/Tuya/TS0601-WZ-M100-C.json,sha256=2q47pBdjgVBNbIFga2r0bMp9Yde7u2bSEfYmchj9Uic,1826
489
+ z4d_certified_devices/Certified/Tuya/TS0601-WZ-M100-C.json,sha256=pZU_NSuI90ZUC0p55XCwAL_ObAXQVqe3lV6u8tbLqJs,1807
489
490
  z4d_certified_devices/Certified/Tuya/TS0601-XOCA-DAC2161C.json,sha256=jwTgiPoYQQzKDtDb1wBC_xJ2HdOgUbNR3qgygxoS5rQ,1851
490
491
  z4d_certified_devices/Certified/Tuya/TS0601-_TZE200_b6wax7g0.json,sha256=CrZVq3KpeGBoz1s7omjpASEcM9GK3_zSe9W68vOhYhw,657
491
492
  z4d_certified_devices/Certified/Tuya/TS0601-_TZE200_chyvmhay.json,sha256=yEtCMwXKDWqSbWlulijNauTfMtlGZRAfytEekAkKhmk,427
@@ -548,9 +549,9 @@ z4d_certified_devices/Certified/eWeLink/SA-003-Zigbee.json,sha256=PHqliTZ0_8a7F_
548
549
  z4d_certified_devices/Certified/eWeLink/SA-030-1.json,sha256=PHqliTZ0_8a7F_hbRVIVQ9A-sJipGrBD1jzhgkKJRvw,833
549
550
  z4d_certified_devices/Certified/eWeLink/SWITCH-ZR02.json,sha256=poSWAakR1iWJyvCXx5vgjYga38l6QYZM5C0MSk5vqas,835
550
551
  z4d_certified_devices/Certified/eWeLink/SWITCH-ZR03-1.json,sha256=poSWAakR1iWJyvCXx5vgjYga38l6QYZM5C0MSk5vqas,835
551
- z4d_certified_devices-3.203.dist-info/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
552
- z4d_certified_devices-3.203.dist-info/METADATA,sha256=cLguxOY1i0f3e5jME3PPv-IK5JNrf5VS5DkFRwNDzsI,36878
553
- z4d_certified_devices-3.203.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
554
- z4d_certified_devices-3.203.dist-info/top_level.txt,sha256=dZpL9ibb5CtTAY-pS-wGk-1jh9d-q04ogJ-Dfskashk,22
555
- z4d_certified_devices-3.203.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
556
- z4d_certified_devices-3.203.dist-info/RECORD,,
552
+ z4d_certified_devices-3.205.dist-info/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
553
+ z4d_certified_devices-3.205.dist-info/METADATA,sha256=rh5L7zkpxK468TdFTZoo5HEizMRoAbdYVEhPUeC9Pu4,36878
554
+ z4d_certified_devices-3.205.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
555
+ z4d_certified_devices-3.205.dist-info/top_level.txt,sha256=dZpL9ibb5CtTAY-pS-wGk-1jh9d-q04ogJ-Dfskashk,22
556
+ z4d_certified_devices-3.205.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
557
+ z4d_certified_devices-3.205.dist-info/RECORD,,