Tuya Tubular Roller Blind motor
See original GitHub issueIs your feature request related to a problem? Please describe.
Request and placehoder for information about the Tuya Tubular Roller Blind motor > specfically:
https://www.ajaxonline.co.uk/product/zignito-zigbee-roller-blind-motor/
Describe the solution you’d like
ZHA support 😃
"node_descriptor": "NodeDescriptor(logical_type=<LogicalType.EndDevice: 2>, complex_descriptor_available=0, user_descriptor_available=0, reserved=0, aps_flags=0, frequency_band=<FrequencyBand.Freq2400MHz: 8>, mac_capability_flags=<MACCapabilityFlags.AllocateAddress: 128>, manufacturer_code=4098, maximum_buffer_size=82, maximum_incoming_transfer_size=82, server_mask=11264, maximum_outgoing_transfer_size=82, descriptor_capability_field=<DescriptorCapability.NONE: 0>, *allocate_address=True, *is_alternate_pan_coordinator=False, *is_coordinator=False, *is_end_device=True, *is_full_function_device=False, *is_mains_powered=False, *is_receiver_on_when_idle=False, *is_router=False, *is_security_capable=False)",
"endpoints": {
"1": {
"profile_id": 260,
"device_type": "0x0051",
"in_clusters": [
"0x0000",
"0x0004",
"0x0005",
"0xef00"
],
"out_clusters": [
"0x000a",
"0x0019"
]
}
},
"manufacturer": "_TZE200_uzinxci0",
"model": "TS0601",
"class": "zigpy.device.Device"
}
Issue Analytics
- State:
- Created a year ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Smart Tubular Motor Curtain | Home Motor | Expo powered
Discover a wide range of smart tubular motor curtains or shutter motors at Tuya Expo. One-stop platform for smart tubular motor curtain or...
Read more >Blindsmart Rechargeable Tuya Zigbee Roller Blinds Motor for ...
Blindsmart Rechargeable Tuya Zigbee Roller Blinds Motor for 38mm Tube, Motorized Window Shades Automatic Blinds Curtain Opener APP Control, Zigbee Hub Required( ...
Read more >25mm Tuya Wifi Rf Smart Tubular Motor Ac Roller Blind ...
25mm Tuya WiFi RF Smart Tubular Motor AC Roller Blind Shutter Automatic Curtain Motor for 38mm Tube no Hub Needed Alexa Google. 10...
Read more >BEST Smart Blind Motor NO WIRES COMPLETELY HIDDEN ...
... Tuya Zigbee Rechargable Blind Motor, Roller Shade Engine,Smart Tubular motor,Alexa Google Home Voice Control,Hub Required (25mm, Motor +R1) ...
Read more >45mm Tuya WiFi Smart AC Tubular Motor for ... - Zebrago
45mm Tuya WiFi Smart AC Tubular Motor for Motorized Roller Blinds / Roller Shutter / Awning / Ceiling Curtain etc. Suitable for 50mm...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ouuch! Yes, that’s true.
You can try to copy the
tuya.__init__.py
file in yourcustom_zha_quirks
folder:Add your manufacturer to the array (in the
__init__.py
file):In your
ts0601_cover.py
file, replace all thezhaquirks.tuya
imports (at the beginning of file) with:I believe that this would be enought.
And before restart, delete any
__pycache__
subfolder in yourcustom_zha_quirks
.Install SSH access add-on for getting CLI to the HA container if you is running OS and if running not blocked supervisor install portainer and you can open CLI to the HA container.
One option is patching the quirk for reading the INIT from the custom quirk folder but i dont knowing how to doing it but im sure @javicalle can helping patching that.