Page 1 of 1

D-link DCH-Z510 Indoor Siren

Posted: Tuesday 08 December 2015 14:47
by ramesses
Hi everybody,
I just included my new D-link DCH-Z510 z-wave siren, but it seems currently not fully supported by Domoticz/OZW yet. It is identified in Nodes section as "D-Link Corporation Unknown: type=0004, id=000a". I am able to start and stop loud siren via binary switch but I'd like to play door chime and the some other supported sounds.

I don't know how to send Notification_report to play different sound. Can somebody help me with that, please?

Here is what manual says:
Image

Re: D-link DCH-Z510 Indoor Siren

Posted: Friday 15 January 2016 11:37
by ramesses
I can say that D-link DCH-Z510 is the same as Philio PSE02 and Zipato Siren. All have the same documentation and specification.

Re: D-link DCH-Z510 Indoor Siren

Posted: Wednesday 20 January 2016 9:39
by Egregius
I'm trying to get it known correctly, not easy for a first time...

manufacturer_specific.xml:

Code: Select all

		<Product type="0004" id="000a" name="PSE02 Indoor siren" config="philio/pse02.xml"/>
philio/pse02.xml:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<!-- Philio: PSE02 Indoor Siren -->
<Product xmlns="http://code.google.com/p/open-zwave/">
 
  <!-- Configuration Parameters -->
  <CommandClass id="112">
		<Value type="byte" index="29" genre="config" label="Disable alarm" min="0" max="1" value="0" size="1">
			<Help>
				Disable the alarm function. Caution: After the power up, this configuration always be 0.
			</Help>
		</Value>
		<Value type="short" index="31" genre="config" label="Alarm Duration" min="00" max="7f" value="6" size="1">
			<Help>
				Play alarm sound duration, 1 tick is 30 seconds. Default is 3 minutes, maximum is 63.5 minutes. 1 - 127.
			</Help>
		</Value>
  </CommandClass>
</Product>
Config option appear, but they are not accepted.
Need some more investigation on how to include a unknown device....