How to trigger the Reolink Hub Sirene

Hi,

I got a Reolink Argus 3 Ultra + Hub 1. Next to this, I have a bunch of Aqara p2 sensors used by the Alarmo Integration. What I try to do is triggering the Reolink Hub Sirene when the alarm of Alarmo is triggered. But somehow I can not find any entity related to the Reolink Hub Sirene that I could trigger. I only got the option to switch on/off the Reolink Hub Sirene. Which can only be triggered when motion is detected by the Reolink cameras.
What am I’m doing wrong?

And bonus question: would be super if somebody has an idea about this issue about Reolink Sleepmodus.

Thanks!

Answering myself :sweat_smile:

Thanks to @starkillerOG , the Hub Sirene is available as entity as of HA 2025.10. Sorry for tagging you directly, but maybe you can give me a quick feedback if the following is worth an issue ticket:

I cannot trigger the sirene with any specific duration. It only rings for around 3 seconds, regardless what I enter as duration:

- service: siren.turn_on
  entity_id: siren.hwr_kamerahub_sirene
  data:
    duration: 10

And I’m afraid even if this would be possible, it looks like I can’t turn off the Hub Sirene. When pressing the button or calling the service to toggle off the sirene, I get the following:

Entity siren.hwr_kamerahub_sirene does not support action siren.turn_of

While according to the Integration documentation, this actually should work:

When using the siren turn-on action, the siren will continue to sound until the siren turn-off action is called.

Indeed the Home Hub siren does not support duration or turn off.
It ignores those parameters in the new API I found.
Most likely a firmware update of the Home Hub is needed before I can get that working.

For now you can only play a single chime sound (no chose of sounds) and only play the tune 1x.
However you can use a repeat action in a automation/script in combination with a delay of about 3 seconds to have it ring multiple times.

future for the Info, will try the workaround. Looking forward to future Updates.