Oliviakrk
(Oliviakrk)
March 13, 2021, 7:00pm
1
Hi,
I bought Zemismart Chain Roller Shades Driver M515EGBZTN from aliexpress:
I am trying to use it with ZHA. Device was able pair:
But that is all. I can see that it is paired, but there is no entities attached to it:
Device signature:
{
"node_descriptor": "NodeDescriptor(byte1=2, byte2=64, mac_capability_flags=128, manufacturer_code=4098, maximum_buffer_size=82, maximum_incoming_transfer_size=82, server_mask=11264, maximum_outgoing_transfer_size=82, descriptor_capability_field=0)",
"endpoints": {
"1": {
"profile_id": 260,
"device_type": "0x0051",
"in_clusters": [
"0x0000",
"0x0004",
"0x0005",
"0xef00"
],
"out_clusters": [
"0x000a",
"0x0019"
]
}
},
"manufacturer": "_TZE200_xuzcvlku",
"model": "TS0601",
"class": "zigpy.device.Device"
}
I grabbed some logs from the pairing process, so I can upload them somewhere (look like I unable to attach txt file to this post ).
Is there a chance to fix the support for this device in zha?
im having the same issues canāt seem to do anything with them and even having difficulting with sniffing 466 with portichse on my sonoff rf bridge
Thereās a PR for a new quirk. Iāve added it and it works great with my Zemismart
opened 07:03PM - 23 Jan 21 UTC
Is your feature request related to a problem? Please describe.
Request and placehoder for information about the Tuya Curtain motor > specfically:
https://zigbee.blakadder.com/Moes_AM43-0_45_40-ES-EB.html
z2m...
Tovrin
(Tallgrass)
March 23, 2021, 5:03am
4
My Zemismart (M515EGBZTN) Chain Roller Shades Driver only arrived today and Iām having the same problem. @Holdestmade , could you explain what a PR/Quirk is and how do I use it to get this device working? (Iām a bit of a noob with ZHA).
They are basically device drivers. It is possible to upload new ones to your HA with Portainer, but new PRs get added with new versions of HA.
See here it explains it all:
Tovrin
(Tallgrass)
March 23, 2021, 10:15am
6
So itāll be possible that this will get incorporated into ZHA at some stage? Iāve been looking at the links, and afraid itās a little beyond my expertise level.
Yes the pr has been approved so hopefully in the next ha release.
Tovrin
(Tallgrass)
March 23, 2021, 7:36pm
8
Awesome news. Fingers crossed!
How exactly did you even get it to pair? I canāt seem to even get it to be added even in a broken state.
I found holding the button while powering on, then once the light is slowly flashing, quickly press the button 3 times makes it pair.
Tovrin
(Tallgrass)
April 5, 2021, 3:01am
11
Pairing for me is not the problem (ā¦ thereās a useful youtube on it ā¦). Getting it to DO something is another matter. Iām eagerly awaiting 2021.14 to see if itās in there.
Tovrin
(Tallgrass)
April 7, 2021, 9:09pm
12
Updated to 2021.14 and the cover control appears. Sadly, it doesnāt work.
Tovrin
(Tallgrass)
April 9, 2021, 3:35am
13
Updated to 2021.14.1 and still not working. Any ideas? Is there something Iām not doing? The zigbee device signature looks like this ā¦ if that helps:
{
"node_descriptor": "NodeDescriptor(byte1=2, byte2=64, mac_capability_flags=128, manufacturer_code=4098, maximum_buffer_size=82, maximum_incoming_transfer_size=82, server_mask=11264, maximum_outgoing_transfer_size=82, descriptor_capability_field=0, *allocate_address=True, *complex_descriptor_available=False, *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, *is_valid=True, *logical_type=<LogicalType.EndDevice: 2>, *user_descriptor_available=False)",
"endpoints": {
"1": {
"profile_id": 260,
"device_type": "0x0202",
"in_clusters": [
"0x0000",
"0x0004",
"0x0005",
"0x0102",
"0xef00"
],
"out_clusters": [
"0x000a",
"0x0019"
]
}
},
"manufacturer": "_TZE200_xuzcvlku",
"model": "TS0601",
"class": "zhaquirks.tuya.ts0601.TuyaMoesCover0601"
}
This is how ZHA auto-detected it. I havenāt made any changes.
aidbish
(Adrian)
April 9, 2021, 4:07am
14
is there any zha events listed when pressing the buttons
Tovrin
(Tallgrass)
April 9, 2021, 4:20am
15
Not sure. How do I check? Do you mean the buttons on the motor or in ZHA?
aidbish
(Adrian)
April 9, 2021, 5:04am
16
both, do the physical button do anything like turn the motor itself
to check in ZHA,
goto developer tools
then events
scroll down a you will see, listen to events
type zha_event
then click start listening
then press the buttons on the controller and see if anything is shown
aidbish
(Adrian)
April 9, 2021, 5:08am
17
this post here also mentions those blind controller now working in ZHA, Switch Zigbee TZE200 TS0601 paired but without entities - Configuration / Zigbee - Home Assistant Community (home-assistant.io)
it could be an issue with your device if not working
maybe removing the device from ZHA and then repairing?
Tovrin
(Tallgrass)
April 9, 2021, 5:58am
18
As per the post above, the controls are appearing in zha. They are just not doing anything. I have still yet to check the zha_events as I am at work (at least for the next hour or so).
The signature looks slightly different to the quirk, if you post an issue in the quirks GitHub page, someone might be able to help
Looking at the PR, your model is added but shown as untested. The signature is slightly different to yours:
zigpy:dev
ā blauret:zm25tq_integration
opened 05:43PM - 03 Mar 21 UTC
Iād raise an issue here:
Tovrin
(Tallgrass)
April 9, 2021, 7:09am
20
Iām unable to see the code. Iām getting a 403 forbidden.
I posted a question to the brainstrust here
opened 07:03PM - 23 Jan 21 UTC
Is your feature request related to a problem? Please describe.
Request and placehoder for information about the Tuya Curtain motor > specfically:
https://zigbee.blakadder.com/Moes_AM43-0_45_40-ES-EB.html
z2m...