Service to write Raw Z-Wave frame - select sound on sirens

I have a Zipato multi-chime siren, also known as Philio PSE02. The alarm sound can be triggered by a binary switch, but other sounds can only be used by sending a notification report.

Using some examples I found around forums, I didn’t implement sending notification reports, but did implement a Z-wave service for sending raw Z-Wave frames to a node. The service is called ‘send_raw_message’. This service might be useful for other devices that use odd messages to work.

Can’t upload patches here, so it’s on: http://thedarkside.nl/~serkoon/rawmessage.zip

For posterity, to get such Zipato/Phiio/Dlink sirens to work, you can send a raw message like below:

{“node_id”: 7, “message”: “0A 71 05 00 00 00 00 0A 02 00 00” }

I’m not an expert, but the first 0A is the length, 71 is the notification class, the second 0A is the event and 02 is the sound. Don’t know about the 05.

This is just was I was looking for. How to implement this?

Hi Serkoon,

Same question. How to implement this? I am a beginner.
And if possible an example.
Thanks for the help.