Tuya Siren TS0601 da _TZE284_nlrfgpny issues

Hello, I’m using Home Assistant Core 2025.2.4, installed on Mini ITX with Sonoff ZBDongleGateway to handle Zigbee network.
Now I tried to add the Zigbee TS0601 da _TZE284_nlrfgpny Tuya Siren, but I have no entities to use it.
Here below the HA panel for this device:


There is a way to handle this device?
Many thanks for help!

I have one of these. There was a new quirk recently (doesn’t look like you’ve got it) and you can now control the device entirely from the UI - you used to have to muck about with clusters to select the melody and duration.

Thanks, JackThanks, Jack
Reading the guide you link, If I good understood, I need to install the “zha-quirk” device handler. right?
Could you send me quick step guide to install it? I’m new to HA and I have few experience in handling code or script or yaml…
Thanks!

PS … perhaphs you can send me the quirk component you have?

Mine appeared of its own accord, I think after the February update. I remember having to rewrite a couple of automations because the codes for the different sounds changed. In any case, it now seems to be built-in, so I don’t have a separate file.

There’s a discussion on GitHub:

Is your HA up-to-date?

Instructions for adding quirks in the ZHA docs:

side question: sorry to bother but does home assistant recognize this as a media player sir/mam ?

No. It has about a dozen pre-set “melodies”. I use it for a doorbell and an alarm.

Hi,
yes, my HA is newest version…
In addition, I see that you device is " …TZE204_nlrfgpny not … ZE284_nlrfgpny as my
I see that “quirck” will be part of new release … but where can I find it?
Where is the folder?

Hi Jack, hi to all,
I solved making this changes/updates:

TuyaQuirkBuilder("_TZE284_nlrfgpny", "TS0601")
  • add this code to configuration.yaml file
zha:
    database_path: config/zigbee.db
    enable_quirks: true
    custom_quirks_path: config/zha_quirks
  • Check configuration and restart HA
    Here below the result on my HA. The siren works fine.
1 Like

Thanks for the insight. I am currently trying to integrate a TZE284_nlrfgpny alarma (the Neo modelo from Aliexpress) in ZHA. It has brrn automatically identified with the EnchantedDevicev2 quirk automatically from the default ZHA (running HA Core 2025.6).

Even if everything seems equal, the responsiveness is really irregular:
-Trigger button and tamper mode buttons do not seems to work (they won’t stop a running alarma nor Kick one).
-Status sensors updated erratically (for example, It geta stuck in tamper triggered status, It Will not update the alarma mode all times)
-Battery and Sun are not reliable, but seems to be the least of the problems.
-Config selection doesn’t work: duration is unknown, alarm mode and Melody don’t change anything.

Anybody has been able to make this alarm work with the default ZHA Quirk?