Koenkk / zigbee-herdsman-converters

Collection of device converters to be used with zigbee-herdsman
MIT License
917 stars 3.04k forks source link

Help to add MYQ-ZSA02 zigbee siren #5798

Closed ririck0 closed 1 year ago

ririck0 commented 1 year ago

Hi, I've bought an MYQ-ZSA02 zigbee siren on aliexpress.

I would like to support this device in zigbee2mqtt, but I don't really know how to start. Is there a way to know which command and which values are handled by this siren?

By enabling debugging, I found this information: Model ID: 'TS0219', Manufacturer Name: '_TYZB01_rs7ff6o7'

I have also tried using the Woox R7051 configuration with no success. Could you please give me some help to support this device?

Thanks a lot

Best regards, ririck0

Koenkk commented 1 year ago

Could you check if the issue is fixed with the following external converter: https://gist.github.com/Koenkk/a03866a6456847fd7d138f4a572122f1

ririck0 commented 1 year ago

Hi, Thank you for your file. Unfortunately, this only partially works. I was able to activate/deactivate the buzzer, but nothing else (impossible to manage the volume and the leds). Could you tell me what I need to do to find the commands and values supported by this device?

Best regards,

Koenkk commented 1 year ago

To add support for this you need to reverse engineer the calls made when setting the volume via the TuYa gateway: https://www.zigbee2mqtt.io/advanced/zigbee/04_sniff_zigbee_traffic.html

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days

ririck0 commented 1 year ago

I don't have a tuya gateway, but I've found this sensor is supported by jeedom zigbee plugin. Is there anyway to get some info from there ?