Page 1 of 1

Lua Script to Trigger Different Sounds in Siren

Posted: Saturday 23 April 2016 15:33
by Richie1972
Hi,
I have a D-Link DCH-Z510 siren.
This is just a re-badged Aeon Siren (the Philio PSE02 and Zipato siren are also just re-badged Aeotec devices).

With "Vera" users have managed to get other sounds working using the following:
luup.call_action('urn:micasaverde-com:serviceId:ZWaveNetwork1','SendData',{Node='13',Data='0x7 1 0x5 0x0 0x0 0x0 0x0 0xA 0x2 0x0 0x0'},1)

13 = Z-Wave Device ID
0x71 = Notification Command Class
0x5 = REPORT
0x0
0x0
0x0
0x0
0xA = Type
0x2 = Event
0x0
0x0

However, although Domoticz supports Lua I don't know if i can do something similar.
Can anyone help with this as I'm very new to Domoticz and have no knowledge of Lua (yet)

Richie