Koenkk / zigbee-herdsman-converters

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

Add Tuya ZD06 to `TS0203` #7693

Closed matriphe closed 3 months ago

matriphe commented 3 months ago

This PR adds the manufacturer name _TZ3000_rcuyhwe3 (model ZD06) to the existing TS0203.

The device doesn't expose tamper, so this PR also excludes that from exposing tamper.

Product Image

IMG_2723

Zigbee2MQTT Dashboard

Screenshot 2024-06-24 at 23 02 42

Product URL

Aliexpress

S161276a0cd34454889ea718576324771F

Device Info

Device Info JSON ```json { "id": 8, "type": "EndDevice", "ieeeAddr": "0xa4c13810675eb069", "nwkAddr": 28177, "manufId": 4417, "manufName": "_TZ3000_rcuyhwe3", "powerSource": "Battery", "modelId": "TS0203", "epList": [ 1 ], "endpoints": { "1": { "profId": 260, "epId": 1, "devId": 1026, "inClusterList": [ 1, 3, 1280, 0 ], "outClusterList": [ 3, 4, 5, 6, 8, 4096, 25, 10 ], "clusters": { "genBasic": { "attributes": { "modelId": "TS0203", "manufacturerName": "_TZ3000_rcuyhwe3", "powerSource": 3, "zclVersion": 3, "appVersion": 70, "stackVersion": 0, "hwVersion": 1, "dateCode": "" } }, "ssIasZone": { "attributes": { "iasCieAddr": "0x90395efffe3ed413", "zoneState": 1 } }, "genPowerCfg": { "attributes": { "batteryPercentageRemaining": 196, "batteryVoltage": 29 } } }, "binds": [ { "cluster": 1, "type": "endpoint", "deviceIeeeAddress": "0x90395efffe3ed413", "endpointID": 1 } ], "configuredReportings": [ { "cluster": 1, "attrId": 33, "minRepIntval": 3600, "maxRepIntval": 65000, "repChange": 0, "manufacturerCode": null }, { "cluster": 1, "attrId": 32, "minRepIntval": 3600, "maxRepIntval": 65000, "repChange": 0, "manufacturerCode": null } ], "meta": {} } }, "appVersion": 70, "stackVersion": 0, "hwVersion": 1, "dateCode": "", "zclVersion": 3, "interviewCompleted": true, "meta": { "configured": -1463247413 }, "lastSeen": 1719247836129 } ```
Koenkk commented 3 months ago

Thanks!