[Device Support Request] Zemismart Curtain Motor with Rail (Mains powered) (_TZE200_rmymn92d)
See original GitHub issueIs your feature request related to a problem? Please describe. ts0601_cover.py needs a new quirk added to support this device properly. Currently, it pairs with no entities attached.
Describe the solution you’d like Be able to pair the device and control my curtains through HA.
Device signature - this can be acquired by removing the device from ZHA and pairing it again from the add devices screen. Be sure to add the entire content of the log panel after pairing the device to a code block below this line.
{
"node_descriptor": "NodeDescriptor(logical_type=<LogicalType.Router: 1>, complex_descriptor_available=0, user_descriptor_available=0, reserved=0, aps_flags=0, frequency_band=<FrequencyBand.Freq2400MHz: 8>, mac_capability_flags=<MACCapabilityFlags.AllocateAddress|RxOnWhenIdle|MainsPowered|FullFunctionDevice: 142>, manufacturer_code=4417, maximum_buffer_size=66, maximum_incoming_transfer_size=66, server_mask=10752, maximum_outgoing_transfer_size=66, descriptor_capability_field=<DescriptorCapability.NONE: 0>, *allocate_address=True, *is_alternate_pan_coordinator=False, *is_coordinator=False, *is_end_device=False, *is_full_function_device=True, *is_mains_powered=True, *is_receiver_on_when_idle=True, *is_router=True, *is_security_capable=False)",
"endpoints": {
"1": {
"profile_id": 260,
"device_type": "0x0051",
"in_clusters": [
"0x0000",
"0x0004",
"0x0005",
"0xef00"
],
"out_clusters": [
"0x000a",
"0x0019"
]
},
"242": {
"profile_id": 41440,
"device_type": "0x0061",
"in_clusters": [],
"out_clusters": [
"0x0021"
]
}
},
"manufacturer": "_TZE200_rmymn92d",
"model": "TS0601",
"class": "zigpy.device.Device"
}
Issue Analytics
- State:
- Created 2 years ago
- Comments:83 (24 by maintainers)
Top Results From Across the Web
Alexa Google Home Electric Stage curtain | Motorized tuya ...
This smart curtain is for home automation. Make your home electric curtain control by tuya app, home assistant. Voice control via Alexa and...
Read more >For Slide Curtain - Zemismart Smart Home
Zemismart Tuya Smart Homekit Curtain Motor WiFi Electric Motor Work with HomePod Mini Siri Yandex Alice Voice Control Smart Home System.
Read more >Zemismart Curtain Track Work with Tuya Zigbee Hub ...
I own 3 of these curtain rails. This Zigbee version works great with the Hubitat Elevation platform. These motors respond quickly and run...
Read more >Zemismart New updated Electric WiFi Tuya Curtain,Built-in ...
Alexa / Google home voice control. - Tuya APP free install in Android phone and IOS phone. - RF Wall remote control or...
Read more >Zemismart Tuya Zigbee Curtain Motor with Track, Electric ...
I ordered the full set of curtain, took some time to be delivered but i want to mention that the customer support center...
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
just changed that and buttons work! Hilariously, the curtains scared me when they actually moved.
Wow, I’d like to sincerely apologize. When I stripped out the ZHA logging for the beta, I accidentally stripped out the routing for the customer ZHA quirk (which is why it wasn’t reading it). I am again back to tracking state with this device, with no controls.