Ben Lauret
                                            Ben Lauret
                                        
                                    I made a quirks which is working with my Zemismart ZM25TQ. It's [here](https://github.com/zigpy/zha-device-handlers/pull/801). If you look at the implementation in mqtt2zigbee there are quite few differences but it should be...
The quirks receives from HA: > 0x0000: ("up_open", (), False), > 0x0001: ("down_close", (), False), > 0x0002: ("stop", (), False), The motor I tested wants: - up: 0 - stop...
> Again, sorry if this sounds dumb I'm just trying to wrap my head around this. I don't claim to have known what I was doing when I wrote this...
> Could you add my model "manufacturer": "_TZE200_xuzcvlku","model": "TS0601" to your PR - From what I can see they are identical, and you can add several models to your quirk...
> Thanks @rednus, I have the same model and confirm that this works for me too. (Even the buttons are correct!) Added
It won't work. the mapping ("TUYA_COVER_COMMAND") is used for all command ids. Command id 2 should get, I believe a 4 bytes data with the percentage in the lowest byte....
@rednus, I updated the PR
I think it's fine as it is.
Hi Egor, Thanks a lot for sharing. This is very interesting. This is actually something we had a look into. There's been some work for our SDK6_example repository on the...
If you want to share the code to add that in the release, you are welcome.