Zipato NE_NAS-AB02Z Indoor Siren - need to send a NOTIFICATION to it or raw zwave command

same issue for me.
I even re-included the item with different node ID, but can see still 2 channels only.

running with 2.5.10 zwave binding

any idea?

@fireplex and @alex_alexandroff22 did either of you get this working in the end? I am finding that sending a 0 or 1 to the notification_send channel doesn’t seem to have any effect. I started a new topic about that but was wondering if you had made it work for yourselves.

yes, works fine with OH 3.

Thing channel is a “switch_binary”

Sitemap:

Switch item=Siren label="Siren"
Setpoint item=Siren2 minValue=1 maxValue=6 step=1

Thing config:

thingTypeUID: zwave:philio_pse02_00_000
configuration:
  config_7_4: 4
  config_31_4_0000000C: 6
  group_1: []
  config_29_4: 0

Rule excerpt:

...
if (Alarm.state == ON) {
		sendCommand(Siren2, 5)
...

Thanks @alex_alexandroff22 I already use the switch_binary channel and I can make the alarm sound, but I cannot make the doorbell sound. What channel did you bind your item Siren2 to? I have been trying to use the notification_send channel but sending values 0 or 1 to it seems to have no effect on the alarm sound when switch_binary is on, I only hear an alarm sound.
I notice you’re using the philio_pse02 and I’ve got a AB02Z_PSE02 siren so perhaps there are differences there. Looking further into that I see in the database your device uses COMMAND_CLASS_ALARM_V3 for the notification_send channel, where mine has COMMAND_CLASS_ALARM_V0