Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New device Zigbee tuya Za03 Smart siren alarm #23529

Closed
AntonBeelen opened this issue Aug 6, 2024 · 6 comments
Closed

New device Zigbee tuya Za03 Smart siren alarm #23529

AntonBeelen opened this issue Aug 6, 2024 · 6 comments
Labels
new device support New device support request

Comments

@AntonBeelen
Copy link

Link

https://nl.aliexpress.com/item/1005007187593170.html?

Database entry

{"id":13,"type":"Router","ieeeAddr":"0xa4c1383f44db880e","nwkAddr":59906,"manufId":4417,"manufName":"_TZE204_hcxvyxa5","powerSource":"Mains (single phase)","modelId":"TS0601","epList":[1,242],"endpoints":{"1":{"profId":260,"epId":1,"devId":81,"inClusterList":[4,5,61184,0],"outClusterList":[25,10],"clusters":{"genBasic":{"attributes":{"65503":"\u000b\u0000\u0000\u0000f\f\u0000\u0000\u0000\u0012\f\u0000\u0000\u0000e","65506":56,"65508":0,"modelId":"TS0601","manufacturerName":"_TZE204_hcxvyxa5","powerSource":1,"zclVersion":3,"appVersion":74,"stackVersion":0,"hwVersion":1,"dateCode":""}}},"binds":[],"configuredReportings":[],"meta":{}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":74,"stackVersion":0,"hwVersion":1,"dateCode":"","zclVersion":3,"interviewCompleted":true,"meta":{},"lastSeen":1722929563200}

Comments

When adding the device i got unsupported status, has the same features as NAS-AB02B2

External definition

const definition = {
    zigbeeModel: ['TS0601'],
    model: 'TS0601',
    vendor: '_TZE204_hcxvyxa5',
    description: 'Automatically generated definition',
    extend: [],
    meta: {},
};

module.exports = definition;
@AntonBeelen AntonBeelen added the new device support New device support request label Aug 6, 2024
@Koenkk
Copy link
Owner

Koenkk commented Aug 7, 2024

Can you, stop z2m, in the data/database.db change all occurrences of _TZE204_hcxvyxa5 to _TZE200_t1blo2bj, start z2m and see if it works now?

@msherry
Copy link

msherry commented Aug 13, 2024

I'm not the original reporter, but I have the same device, and I can confirm that making this change gives me an Exposes tab that lets me successfully turn the alarm on and off and change the melody.

@AntonBeelen
Copy link
Author

@Koenkk Thank you can confirm this works now.

@languy99
Copy link

Yeah it shows up but I can’t get it to alert it anything. It throws errors when trying to configure the alarm.

@alexboor
Copy link

Can you, stop z2m, in the data/database.db change all occurrences of _TZE204_hcxvyxa5 to _TZE200_t1blo2bj, start z2m and see if it works now?

Confirm the same issue.
And after the suggested changes, it works and is operable.

@Koenkk
Copy link
Owner

Koenkk commented Aug 30, 2024

Added it!

Changes will be available in the dev branch in a few hours from now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new device support New device support request
Projects
None yet
Development

No branches or pull requests

5 participants