JohanBendz / com.tuya.zigbee

MIT License
66 stars 126 forks source link

Device Request - [Temprature & humidity sensor] - [_TZ3000_dowj6gyi] / [TS0201] #573

Closed Frebbs77 closed 2 months ago

Frebbs77 commented 11 months ago

[Temprature & humidity sensor] [_TZ3000_dowj6gyi] [TS0201]

Frebbs77 commented 11 months ago

"ids": { "modelId": "TS0201", "manufacturerName": "_TZ3000_dowj6gyi" }, "endpoints": { "ieeeAddress": "a4:c1:38:8e:f6:d2:59:27", "networkAddress": 30355, "modelId": "TS0201", "manufacturerName": "_TZ3000_dowj6gyi", "endpointDescriptors": [ { "status": "SUCCESS", "nwkAddrOfInterest": 30355, "_reserved": 24, "endpointId": 1, "applicationProfileId": 260, "applicationDeviceId": 770, "applicationDeviceVersion": 0, "_reserved1": 1, "inputClusters": [ 1, 3, 1026, 1029, 0 ], "outputClusters": [ 3, 25, 10 ] } ], "deviceType": "enddevice", "receiveWhenIdle": false, "capabilities": { "alternatePANCoordinator": false, "deviceType": false, "powerSourceMains": false, "receiveWhenIdle": false, "security": false, "allocateAddress": true }, "extendedEndpointDescriptors": { "1": { "clusters": { "powerConfiguration": { "attributes": [ { "acl": [ "readable", "reportable" ], "id": 0, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } }, { "acl": [ "readable", "reportable" ], "id": 32, "name": "batteryVoltage", "value": 30, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } }, { "acl": [ "readable", "reportable" ], "id": 33, "name": "batteryPercentageRemaining", "value": 200, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } }, { "acl": [ "readable", "reportable" ], "id": 65533, "name": "clusterRevision", "value": 1, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } } ] }, "identify": { "attributes": [] }, "temperatureMeasurement": { "attributes": [ { "acl": [ "readable", "reportable" ], "id": 0, "name": "measuredValue", "value": 2572, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } }, { "acl": [ "readable", "reportable" ], "id": 1, "name": "minMeasuredValue", "value": 2179, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } }, { "acl": [ "readable", "reportable" ], "id": 2, "name": "maxMeasuredValue", "value": 2729, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } }, { "acl": [ "readable", "reportable" ], "id": 65533, "name": "clusterRevision", "value": 2, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } } ] }, "relativeHumidity": { "attributes": [ { "acl": [ "readable", "reportable" ], "id": 0, "name": "measuredValue", "value": 4986, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } }, { "acl": [ "readable", "reportable" ], "id": 1, "name": "minMeasuredValue", "value": 2836, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } }, { "acl": [ "readable", "reportable" ], "id": 2, "name": "maxMeasuredValue", "value": 6494, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } }, { "acl": [ "readable", "reportable" ], "id": 65533, "name": "clusterRevision", "value": 2, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } } ] }, "basic": { "attributes": [ { "acl": [ "readable", "reportable" ], "id": 0, "name": "zclVersion", "value": 3 }, { "acl": [ "readable", "reportable" ], "id": 1, "name": "appVersion", "value": 70 }, { "acl": [ "readable", "reportable" ], "id": 2, "name": "stackVersion", "value": 0 }, { "acl": [ "readable", "reportable" ], "id": 3, "name": "hwVersion", "value": 1 }, { "acl": [ "readable", "reportable" ], "id": 4, "name": "manufacturerName", "value": "_TZ3000_dowj6gyi" }, { "acl": [ "readable", "reportable" ], "id": 5, "name": "modelId", "value": "TS0201" }, { "acl": [ "readable", "reportable" ], "id": 6, "name": "dateCode", "value": "" }, { "acl": [ "readable", "reportable" ], "id": 7, "name": "powerSource", "value": "battery" }, { "acl": [ "readable", "writable", "reportable" ], "id": 65502 }, { "acl": [ "readable", "reportable" ], "id": 65533, "name": "clusterRevision", "value": 2 }, { "acl": [ "readable", "reportable" ], "id": 65534, "name": "attributeReportingStatus", "value": "PENDING" }, { "acl": [ "readable", "reportable" ], "id": 65506 }, { "acl": [ "readable", "reportable" ], "id": 65507 } ] } }, "bindings": { "identify": { "attributes": [] }, "ota": {}, "time": { "attributes": [ { "acl": [ "readable" ], "id": 65533, "name": "clusterRevision", "value": 1 } ] } } } } }

obetsak commented 11 months ago

There is a template for things to include when submitting a new device. https://github.com/JohanBendz/com.tuya.zigbee/commit/fec4c07e73f70007b277bcb3bfbb026330733d82

This device looks like it is already included but not in the live version. https://github.com/search?q=repo%3AJohanBendz%2Fcom.tuya.zigbee%20_TZ3000_dowj6gyi&type=code

Frebbs77 commented 11 months ago

And how do I include it then?

obetsak commented 11 months ago

And how do I include it then?

Easiest to get support for the device is to download the test version of the app found in the first post in to community forum. https://community.homey.app/t/app-pro-tuya-zigbee-app/26439