Skip to content

Conversation

limitup
Copy link

@limitup limitup commented Aug 18, 2025

Proposed change

Add support for tuya plantation shutter.
https://www.amazon.com/Blindsmart-Plantation-Shutters-Automatic-Rechargeable/dp/B0B74SQQ43

DP pulled from here:
https://community.hubitat.com/t/release-zemismart-zigbee-blind-driver/67525/508?u=kkossev

Confirmed DP from here:
https://raw.githubusercontent.com/amosyuen/hubitat-zemismart-zigbee/development/Zemismart%20Zigbee%20Blind.groovy

Additional information

Device diagnostics

{
  "node_descriptor": {
    "logical_type": 2,
    "complex_descriptor_available": 0,
    "user_descriptor_available": 0,
    "reserved": 0,
    "aps_flags": 0,
    "frequency_band": 8,
    "mac_capability_flags": 128,
    "manufacturer_code": 4417,
    "maximum_buffer_size": 66,
    "maximum_incoming_transfer_size": 66,
    "server_mask": 10752,
    "maximum_outgoing_transfer_size": 66,
    "descriptor_capability_field": 0
  },
  "endpoints": {
    "1": {
      "profile_id": "0x0104",
      "device_type": "0x0051",
      "input_clusters": [
        "0x0000",
        "0x0001",
        "0x0004",
        "0x0005",
        "0xed00",
        "0xef00"
      ],
      "output_clusters": [
        "0x000a",
        "0x0019"
      ]
    }
  },
  "manufacturer": "_TZE284_myikb7qz",
  "model": "TS0601",
  "class": "zigpy.quirks.v2.CustomDeviceV2"
}
Screenshot From 2025-08-27 15-36-45

Checklist

  • The changes are tested and work correctly
  • pre-commit checks pass / the code has been formatted using Black
  • Tests have been added to verify that the new code works
  • Device diagnostics data has been attached

Copy link

codecov bot commented Aug 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.06%. Comparing base (6213bef) to head (e3e38b3).
⚠️ Report is 10 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #4273      +/-   ##
==========================================
+ Coverage   92.05%   92.06%   +0.01%     
==========================================
  Files         350      351       +1     
  Lines       11601    11623      +22     
==========================================
+ Hits        10679    10701      +22     
  Misses        922      922              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@limitup limitup force-pushed the tuya-plantation-shutter branch from 5cebad1 to f37b5dc Compare August 19, 2025 20:02
@TheJulianJES TheJulianJES changed the title tuya plantation shutter Add Tuya plantation shutter _TZE284_myikb7qz Aug 24, 2025
@TheJulianJES TheJulianJES added Tuya Request/PR regarding a Tuya device needs reviewer answer An answer from a reviewer is needed (e.g. why a PR isn't acceptable in the current state). labels Aug 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs reviewer answer An answer from a reviewer is needed (e.g. why a PR isn't acceptable in the current state). Tuya Request/PR regarding a Tuya device
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants