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

Tuya Neo Siren _TZE204_t1blo2bj #8016

Open
1 task done
stefanbraun1 opened this issue Nov 3, 2024 · 1 comment
Open
1 task done

Tuya Neo Siren _TZE204_t1blo2bj #8016

stefanbraun1 opened this issue Nov 3, 2024 · 1 comment

Comments

@stefanbraun1
Copy link

Is there already an existing issue for this?

  • I have searched the existing issues and there is none for my device

Product name

Neo NAS-AB02B2

Manufacturer

Tuya

Model identifier

Neo NAS-AB02B2

Device type to add

Siren

Node info

There is a version of this device that seems to be working which has a thermostat but this one has different Tuya data point numbers. Hence it is not working when it comes to melody and volume.

https://www.zigbee2mqtt.io/devices/NAS-AB02B2.html#neo-nas-ab02b2

image

Endpoints and clusters

https://www.zigbee2mqtt.io/devices/NAS-AB02B2.html#neo-nas-ab02b2

Basic

https://www.zigbee2mqtt.io/devices/NAS-AB02B2.html#neo-nas-ab02b2

Further relevant clusters

image
@stefanbraun1
Copy link
Author

In tuya.h these data points are not correct for this model:

// Value for dp_identifier for siren //----------------------------------- #define DP_IDENTIFIER_MELODY 0x66 #define DP_IDENTIFIER_ALARM 0x68 #define DP_IDENTIFIER_TRESHOLDTEMPMINI 0x6B #define DP_IDENTIFIER_TRESHOLDTEMPMAXI 0x6C #define DP_IDENTIFIER_TRESHOLDTHUMIMINI 0x6D #define DP_IDENTIFIER_TRESHOLDHUMIMAXI 0x6E #define DP_IDENTIFIER_TEMPERATURE_ALARM 0x71 #define DP_IDENTIFIER_HUMIDITY_ALARM 0x72 #define DP_IDENTIFIER_VOLUME 0x74

Similarly in tuya.cpp, e.g.

case 0x0466 : // melody

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant