Z-Wave Dome siren

I got one of these, connected it to my Z-Wave network, but didn’t get a switch entity. All I got was the z-wave entity and a sensor entity. Has anyone else got one of these working?
Any help appreciate

I got the switch entity after a second reboot.

I’ve got mine working in limited capacity by way of a script in HA:

alias: Test Siren Sound 1 Low Volume
sequence:
  - service: zwave.set_config_parameter
    data_template: {
      "node_id": {node_id},
      "parameter": 37,
      "value": "301" // Fur Elise
      }
  - service: homeassistant.turn_on
    entity_id: switch.dome_siren_switch

I need to do more research on it though to actually make use of my Dome Siren.

Sorry to bump this thread but I just moved my Dome Siren (DMS01) from ST to be connected directly to HA. I wish the documentation would explain the parameter and value fields. Do you add them together to get what you want or what.

My end goal is to have certain sounds play for certain doors that get opened and play different alarm sounds for different type of events.

TIA

I’m just using it as an alarm, so no need for me to change config first. However I do that with my Xiaomi Siren, I set the config to the siren I want, then switch it on.

If it’s using the SoundSwitch CommandClass, that’s not supported in OZW 1.4 which is what HASS is using. When HASS can upgrade to 1.6 it should work.

Thank you for the response. So for the moment I am DIW or I can revert back to ST. Crossing fingers for HASS to include OZW 1.6

Just so you know, there is this post on reddit that goes through how to use the secondary notification chime:

1 Like