HomeGenie Forum
General Category => Troubleshooting and Support => Topic started by: Richie1972 on March 10, 2016, 01:47:58 PM
-
Just looking at some of the new D-Link stuff and was wondering if something like this is compatible with HomeGenie:
http://www.vesternet.com/z-wave-mydlink-siren-dch-z510-gen5 (http://www.vesternet.com/z-wave-mydlink-siren-dch-z510-gen5)
-
Further on this:
looks like it is a rebranded Phileo PSE02, which is in Pepper1:
http://www.pepper1.net/zwavedb/device/612 (http://www.pepper1.net/zwavedb/device/612)
Hmm, and the photo in that looks like the Zipato siren (same again?)
-
I don't use zwave, but parroting what others have said in response to similar questions: "if it's in the pepper1 database, it should work with HG." Unfortunately, that means buying one and testing unless someone happens to have tried that exact unit already.
-
Ok, so got it and it is in Homegenie.
It does have a pepper1 code: 0108:0004:000A
I get turn the siren on and off, but can't choose the other sounds.
People have managed to get it to work with Vera (http://www.vesternet.com/resources/application-notes/apnt-125 (http://www.vesternet.com/resources/application-notes/apnt-125))
However this won't work in Homegenie.
One line in the link above states: By reverse engineering the Z-Wave protocol we discovered that the devices support a newer Z-Wave Command Class called "Notification",
So does/will Homegenie support this class and how do i use it?
-
Looking at the link i referenced earlier, it looks like they are sending raw data to the device:
Emergency
luup.call_action('urn:micasaverde-com:serviceId:ZWaveNetwork1','SendData',{Node='13',Data='0x71 0x5 0x0 0x0 0x0 0x0 0x7 0x1 0x0 0x0'},1)
Fire
luup.call_action('urn:micasaverde-com:serviceId:ZWaveNetwork1','SendData',{Node='13',Data='0x71 0x5 0x0 0x0 0x0 0x0 0xA 0x2 0x0 0x0'},1)
Ambulance
luup.call_action('urn:micasaverde-com:serviceId:ZWaveNetwork1','SendData',{Node='13',Data='0x71 0x5 0x0 0x0 0x0 0x0 0xA 0x3 0x0 0x0'},1)
Police
luup.call_action('urn:micasaverde-com:serviceId:ZWaveNetwork1','SendData',{Node='13',Data='0x71 0x5 0x0 0x0 0x0 0x0 0xA 0x1 0x0 0x0'},1)
Door Chime
luup.call_action('urn:micasaverde-com:serviceId:ZWaveNetwork1','SendData',{Node='13',Data='0x71 0x5 0x0 0x0 0x0 0x0 0x6 0x16 0x0 0x0'},1)
Beep Beep
luup.call_action('urn:micasaverde-com:serviceId:ZWaveNetwork1','SendData',{Node='13',Data='0x71 0x5 0x0 0x0 0x0 0x0 0xA 0x5 0x0 0x0'},1)
To stop the sound you can also send the simpler "Switch Binary" Command Class message below:
luup.call_action('urn:micasaverde-com:serviceId:ZWaveNetwork1','SendData',{Node='13',Data='0x25 0x1 0x0'},1)
If that is the case, what is the method of sending raw data in Homegenie?
-
Ok, so got it and it is in Homegenie.
It does have a pepper1 code: 0108:0004:000A
I get turn the siren on and off, but can't choose the other sounds.
People have managed to get it to work with Vera ([url]http://www.vesternet.com/resources/application-notes/apnt-125[/url] ([url]http://www.vesternet.com/resources/application-notes/apnt-125[/url]))
However this won't work in Homegenie.
One line in the link above states: By reverse engineering the Z-Wave protocol we discovered that the devices support a newer Z-Wave Command Class called "Notification",
So does/will Homegenie support this class and how do i use it?
Hi Richie1972
I'm trying to turn on the siren when the alarm goes off, but I have not succeeded.
As you did you? What is the setting?
Thank you!