-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zemismart ZM-CSW002-D (TS0302) #621
Comments
You can try the toZigbee converters of a toZigbee converter https://github.com/Koenkk/zigbee-shepherd-converters/blob/master/devices.js#L3539. It should then work with |
What would I have to do to see if ep and config are necessary with that device? Just remove them and restart zigbee2mqtt? |
Yes, remove it and check if controlling still works. |
The device seems to work fine with this config, I did not test re-pairing it.
|
Great, can you make a pr? |
Sure, #684 |
Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
Apparently there are multiple versions of Zemismart ZM-CSW002-D switches, while TS0002 only has a on/off state the TS0302 is a curtain / roller blind switch. While setting up the correct converters for fromZigbee is well documented I can't seem to fully understand how to get the correct format I have to send for toZigbee.
As far as I do understand it is that the clusters in the DB are the functions reported by the device and dir 1 = fromZigbee and dir 2 = toZigbee but I can't figure out what payload to send as there are not attributes. Also I'm not sure if the
configure
andep
elements are necessary.Database:
https://www.zemismart.com/zigbee-eu-curtain-wall-light-switch-compatible-with-smartthing-hub-echo-plus-app-phone-voice-control-p0202-p0202.html (I bought mine on AliExpress)
The text was updated successfully, but these errors were encountered: