more G-Labs products

Author Topic: D-Link Stuff - Compatible?  (Read 1564 times)

March 10, 2016, 01:47:58 PM
Read 1564 times

Richie1972

  • *
  • Information
  • Newbie
  • Posts: 14
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

March 10, 2016, 02:28:09 PM
Reply #1

Richie1972

  • *
  • Information
  • Newbie
  • Posts: 14
Further on this:
looks like it is a rebranded Phileo PSE02, which is in Pepper1:
http://www.pepper1.net/zwavedb/device/612
Hmm, and the photo in that looks like the Zipato siren (same again?)

March 10, 2016, 04:31:14 PM
Reply #2

bkenobi

  • *****
  • Information
  • Global Moderator
  • Posts: 1525
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.

March 22, 2016, 11:43:13 AM
Reply #3

Richie1972

  • *
  • Information
  • Newbie
  • Posts: 14
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)
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?

March 22, 2016, 02:25:40 PM
Reply #4

Richie1972

  • *
  • Information
  • Newbie
  • Posts: 14
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?

June 29, 2016, 08:25:25 PM
Reply #5

ivn

  • **
  • Information
  • Jr. Member
  • Posts: 32
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)
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!