com.tuya.zigbee icon indicating copy to clipboard operation
com.tuya.zigbee copied to clipboard

Device Request - [Smoke Detector] - [_TZ3210_up3pngle] / [TS0205]

Open strmarc opened this issue 11 months ago • 7 comments

Prerequisites:

  • Before requesting a device addition, please ensure there is not already a request for the device among the open issues.
  • Make sure your Homey is upgraded to firmware v5 or higher.
  • You need a physical example of the device.

Device Information

  • Device Name: Smokedetector
  • Device Model: TS0205
  • Device Description: SmokeDetector
  • Link to device image: The image of the device is already there

Device Interview

{
      "ids": {
    "modelId": "TS0205",
    "manufacturerName": "_TZ3210_up3pngle"
  },
  "endpoints": {
    "ieeeAddress": "a4:c1:38:75:9d:e6:5b:77",
    "networkAddress": 8650,
    "modelId": "TS0205",
    "manufacturerName": "_TZ3210_up3pngle",
    "endpointDescriptors": [
      {
        "status": "SUCCESS",
        "nwkAddrOfInterest": 8650,
        "_reserved": 30,
        "endpointId": 1,
        "applicationProfileId": 260,
        "applicationDeviceId": 1026,
        "applicationDeviceVersion": 0,
        "_reserved1": 1,
        "inputClusters": [
          0,
          4,
          5,
          1,
          1280
        ],
        "outputClusters": [
          3,
          4,
          6,
          4096,
          10,
          25
        ]
      }
    ],
    "deviceType": "enddevice",
    "receiveWhenIdle": false,
    "capabilities": {
      "alternatePANCoordinator": false,
      "deviceType": false,
      "powerSourceMains": false,
      "receiveWhenIdle": false,
      "security": false,
      "allocateAddress": true
    },
    "extendedEndpointDescriptors": {
      "1": {
        "clusters": {
          "basic": {
            "attributes": [
              {
                "acl": [
                  "readable",
                  "reportable"
                ],
                "id": 0,
                "name": "zclVersion"
              },
              {
                "acl": [
                  "readable",
                  "reportable"
                ],
                "id": 1,
                "name": "appVersion"
              },
              {
                "acl": [
                  "readable",
                  "reportable"
                ],
                "id": 2,
                "name": "stackVersion"
              },
              {
                "acl": [
                  "readable",
                  "reportable"
                ],
                "id": 3,
                "name": "hwVersion"
              },
              {
                "acl": [
                  "readable",
                  "reportable"
                ],
                "id": 4,
                "name": "manufacturerName"
              },
              {
                "acl": [
                  "readable",
                  "reportable"
                ],
                "id": 5,
                "name": "modelId"
              },
              {
                "acl": [
                  "readable",
                  "reportable"
                ],
                "id": 6,
                "name": "dateCode"
              },
              {
                "acl": [
                  "readable",
                  "reportable"
                ],
                "id": 7,
                "name": "powerSource"
              },
              {
                "acl": [
                  "readable",
                  "reportable"
                ],
                "id": 65472
              },
              {
                "acl": [
                  "readable",
                  "reportable"
                ],
                "id": 65487
              },
              {
                "acl": [
                  "readable",
                  "writable",
                  "reportable"
                ],
                "id": 65502
              },
              {
                "acl": [
                  "readable",
                  "reportable"
                ],
                "id": 65533,
                "name": "clusterRevision"
              },
              {
                "acl": [
                  "readable",
                  "reportable"
                ],
                "id": 65534,
                "name": "attributeReportingStatus"
              },
              {
                "acl": [
                  "readable",
                  "reportable"
                ],
                "id": 65504
              },
              {
                "acl": [
                  "readable",
                  "reportable"
                ],
                "id": 65505
              },
              {
                "acl": [
                  "readable",
                  "reportable"
                ],
                "id": 65506
              },
              {
                "acl": [
                  "readable",
                  "reportable"
                ],
                "id": 65507
              }
            ]
          },
          "groups": {},
          "scenes": {},
          "powerConfiguration": {},
          "iasZone": {}
        },
        "bindings": {
          "groups": {},
          "identify": {},
          "onOff": {},
          "touchlink": {},
          "time": {},
          "ota": {}
        }
      }
    }
  }


}

Additional Comments:

The device is already present in the app but I guess there was a sort of an update or another minor change in the device that it does not support the present version in the Homey APP.

Note: Provide any other relevant information or requests related to the device. Link to where you bought the device can be of help

How to interview a device

  • Add the device as a generic Zigbee device in Homey
  • Navigate to https://developer.athom.com/tools/zigbee.
  • Interview the device, the button for this is to the right of the device in the list of Zigbee units.
  • Click the copy button/icon to capture the device information.
  • Paste the copied information above.

Note: To be able to add more devices to the Tuya Zigbee app, we rely on community members like you to provide interviews of the devices you want to be added. Thank you for your contribution!

strmarc avatar Mar 04 '24 13:03 strmarc

Hi Johan good day, same request for me, bought @ AliExpress: https://nl.aliexpress.com/item/1005005854203557.html?spm=a2g0o.order_list.order_list_main.30.477e79d2BEI8zq&gatewayAdapt=glo2nld Thanks and best regards, Peter.

Peter-Celica avatar Mar 06 '24 18:03 Peter-Celica

Same here, already requested once by me. https://github.com/JohanBendz/com.tuya.zigbee/issues/736#issue-2128276260

JAJEPP avatar Mar 06 '24 20:03 JAJEPP

same request here.

gravis123 avatar Apr 27 '24 05:04 gravis123

Is it possible to download the sourcecode and add the new device on your own? it seems to be very similar to the existig 0502 device? Im not deep into programming but found the code for the existing 0502 and when looking at the log from the device it seems to be quite close to the existing 0502...

gravis123 avatar Apr 27 '24 07:04 gravis123

I have it too from ali. Can anyone add it?

Makepeace77 avatar Jun 01 '24 21:06 Makepeace77

Is it possible to download the sourcecode and add the new device on your own? it seems to be very similar to the existig 0502 device? Im not deep into programming but found the code for the existing 0502 and when looking at the log from the device it seems to be quite close to the existing 0502...

I really love to do it on my own or help with adding it. But I need a start how to? Is there a guideline how to?

strmarc avatar Jun 03 '24 07:06 strmarc

Have this one as well, ordered from Aliexpress.

ericvanbeurden avatar Jun 22 '24 10:06 ericvanbeurden

Hi Johan good afternoon,

Thanks for this one, working fine only no Battery reading, see screenshots. Screenshot_2024-09-12-13-59-52-994_app homey Screenshot_2024-09-12-14-00-00-994_app homey

Thanks and have a nice day, Best regards Peter.

Peter-Celica avatar Sep 12 '24 12:09 Peter-Celica

Confirmed, also no battery indicator from my side.

ericvanbeurden avatar Sep 12 '24 12:09 ericvanbeurden