JohanBendz / com.tuya.zigbee

MIT License
63 stars 121 forks source link

Support for smoke detector _TZ3210_up3pngle / TS0205 #882

Closed mhaid closed 3 weeks ago

mhaid commented 3 months ago

Adds support for the _TZ3210_up3pngle / TS0205 smoke detector.

The device uses the IASZone cluster for smoke, tamper and battery alarms. For the battery level status it uses the PowerConfiguration cluster. Therefore, the proposed device driver uses these two clusters to update the Homey device functions.

There are several issues that relate to or require the implementation of this device:

483

543

736

776

JohanBendz commented 3 weeks ago

Thanks for the PR, looks good,