You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At first, I enabled custom quirks in the configuration.yaml in home assistant because I didn't want to wait for the :main update. zha: enable_quirks: true custom_quirks_path: /config/zha_quirks/
Then I downloaded the custom quirk: ➜ zha_quirks wget https://raw.githubusercontent.com/zigpy/zha-device-handlers/5c993588c79b7708f9ecfc8ad893df6e51d97924/zhaquirks/tuya/ts0601_siren.py
I rebooted, removed and added the _TZE204_hcxvyxa5 device.
Now the device has a switch. If turned on, the device makes a siren noise for ~500ms and turns off again,
Trough "manage zigbee device" I could change some settings by choosing cluster "TuyaMCUSiren" through the attributes
alarm_duration (id: 0x0267) sets the alarm duration in seconds.
The volume can be changed trough volume (id: 0x0474) by setting the value to 0(low) , 1(medium) or to 2(high)
The melody can be set trough melody (id: 0x0466) where the value can be from 0 to 36 (37 seems to be a duplicate with 0) which varies from classical songs like "Für Elise" (24) to notification ish/doorbell sounds (11) to the three alarm siren sounds (0-2) where 0 is the most alarm one, but they really have a big cheap toy vibe 👶
Melody (dropdown-menu), volume (dropdown-menu) and duration (slider) should be added to the GUI, so everyone can access it.
Problem description
Hi, i have this new tuya siren. Is it possible to add support to it to ZHA?
It is a cheap and small siren but for its size loud.
TS0601 by _TZE204_hcxvyxa5
Solution description
A quirk? Or a normal implementation?
I do not know how to make a quirk.
Screenshots/Video
Screenshots/Video
[Paste/upload your media here]
Device signature
Device signature
[Paste the device signature here]
Diagnostic information
Diagnostic information
[Paste the diagnostic information here]
Logs
Logs
Custom quirk
Custom quirk
Additional information
No response
The text was updated successfully, but these errors were encountered: