Page 1 of 1
Devolo Siren mt2758 (Z-Wave+)
Posted: Sunday 29 January 2017 9:43
by korniza
I've got this siren. It seems that there is no support from openzwave at this time. Domoticz incuded but there are no configuration options. any idea how to build this openzwave device ?
Re: Devolo Siren mt2758 (Z-Wave+)
Posted: Sunday 05 February 2017 12:13
by korniza
good news!
I've found the xml file of configurations. Still some thing are missing but is a good start as it has sound and light. I try to find how to get only visual alarm.Any help?
Here is the xml file you need to put under openzwave (/home/pi/domoticz/Config/devolo/). Also you need to edit /home/pi/domoticz/Config//manufacturer_specific.xml to add the path of xml file adding the xml the section
<Manufacturer id="0175" name="Devolo home Control">
<Product type="0002" id="000e" name="Door/Window Contact MT 02648" config="devolo/mt02648.xml"/>
<Product type="0001" id="0011" name="Metering Plug MT 2646" config="devolo/mt2646.xml"/>
<Product type="0002" id="0021" name="Flood Detector MT 2756"/>
<Product type="0002" id="000d" name="Motion Detector MT 2647" config="devolo/mt2647.xml"/>
<Product type="0100" id="0101" name="Scene Switch MT 2652" config="zwave.me/ZME_WALLC-S.xml" />
<Product type="0100" id="0102" name="Remote MT 2653" config="zwave.me/ZME_KFOB-S.xml" />
<Product type="0004" id="000a" name="Siren MT 2758" config="devolo/mt2758.xml"/>
</Manufacturer>
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<!-- Vision Security Battery Siren -->
<Product xmlns='http://code.google.com/p/open-zwave/'>
<!-- Configuration -->
<CommandClass id="112">
<Value type="byte" index="7" genre="config" label="Customer Function" min="0" max="127" value="0">
<Help>
Bit 0: Reserved
Bit 1: Reserved
Bit 2: Reserved
Bit 3: 0: Enable Sound, 1: Disable Sound (Only using optical alarm)
Bit 4: Notification type (0: Using Notification Report, 1: Using sensor Binary Report).
Bit 5: Reserved
Bit 6: Reserved
Bit 7: Reserved
</Help>
</Value>
<Value type="list" index="29" genre="config" label="Disable Alarm" units="" min="0" max="1" value="0" size="1">
<Help>
Disable the alarm function.
0: Enable Alarm, 1:Disable Alarm,
Caution: After the power up, this configuration always be 0.
</Help>
<Item label="Enable Alarm" value="0" />
<Item label="Disable Alarm" value="1" />
</Value>
<Value type="byte" index="31" genre="config" label="31. Alarm Duration" units="30 sec" min="0" max="12" value="6">
<Help>
Play alarm sound duration.
1 tick is 30 second. Default is 3 minutes, maximum is 63.5 minutes.
0: means never auto stop
</Help>
</Value>
</CommandClass>
<!-- Basic set as report -->
<!-- <CommandClass id="32" setasreport="true" ignoremapping="true"/> -->
<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="1">
<Group index="1" max_associations="8" label="Lifeline"/>
</Associations>
</CommandClass>
</Product>
Re: Devolo Siren mt2758 (Z-Wave+)
Posted: Sunday 05 February 2017 12:27
by korniza
I also found that Devolo siren is the same with Zipato PH-PSE02!