remote Zwave Devolo MT2653
Posted: Tuesday 27 September 2016 15:32
Hi
I try to setup Devolo MT2653 on domoticz with Aeotec Z-Stick S2
Domoticz V3.5691
OpenZWave USB
Version: 1.4-2147-ga592c02-dirty
Fisrt i add xml to add support MT2653
and create file in Config/devole/mt022653.xml
I can connect the remote to zwave
But after no configuration is send from remote
and domoticz find that
in zwave config page
Someone can help me for use this remote
Thanks a lot
information of remote
http://www.cd-jackson.com/index.php/zwa ... ummary/341
http://manuals.zwaveeurope.com/make.php ... ZME_KFOB-S
I try to setup Devolo MT2653 on domoticz with Aeotec Z-Stick S2
Domoticz V3.5691
OpenZWave USB
Version: 1.4-2147-ga592c02-dirty
Fisrt i add xml to add support MT2653
Code: Select all
<ManufacturerSpecificData>
<Manufacturer id="0175" name="Devolo">
<Product type="0100" id="0102" name="MT2653" config="devolo/mt02653.xml"/>
</Manufacturer>
</ManufacturerSpecificData>
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<Product xmlns="http://code.google.com/p/open-zwave/">
<!-- Configuration Parameters -->
<CommandClass id="112">
<Value genre="config" instance="1" index=1" value=1" label=Button 1 and 3 pair mode" units="" size=1" min=0" max=255" type="list">
<Help>In separate mode button 1 works with group 1, button 3 with groups 3. Click is On, Hold is dimming Up, Double click is Off, Click-Hold is dimming Down. In pair button 1/3 are Up/Down correspondingly. Click is On/Off, Hold is dimming Up/Down. Single clicks</Help>
<Item value="0" label="Separately">
<Item value="1" label="In pair without double clicks">
<Item value="2" label="In pair with double clicks">
</Value>
<Value genre="config" instance="1" index=2" value=1" label=Button 2 and 4 pair mode" units="" size=1" min=0" max=255" type="list">
<Help>In separate mode button 1 works with group 2, button 4 with groups 3. Click is On, Hold is dimming Up, Double click is Off, Click-Hold is dimming Down. In pair button 2/4 are Up/Down correspondingly. Click is On/Off, Hold is dimming Up/Down. Single clicks</Help>
<Item value="0" label="Separately">
<Item value="1" label="In pair without double clicks">
<Item value="2" label="In pair with double clicks">
</Value>
<Value genre="config" instance="1" index=11" value=1" label=Action on group 1" units="" size=1" min=0" max=255" type="list">
<Help>This parameter defines the command to be sent to devices of control group A when the related button is pressed.</Help>
<Item value="0" label="Disabled">
<Item value="1" label="Switch On/Off and Dim (send Basic Set and Switch Multilevel)">
<Item value="2" label="Switch On/Off only (send Basic Set)">
<Item value="3" label="Switch all">
<Item value="4" label="Send Scenes">
<Item value="5" label="Send Preconfigured Scenes">
<Item value="6" label="Control devices in proximity">
<Item value="7" label="Control door lock">
<Item value="8" label="Central scene to gateway">
</Value>
<Value genre="config" instance="1" index=12" value=1" label=Action on group 2" units="" size=1" min=0" max=255" type="list">
<Help>This parameter defines the command to be sent to devices of control group B when the related button is pressed.</Help>
<Item value="0" label="Disabled">
<Item value="1" label="Switch On/Off and Dim (send Basic Set and Switch Multilevel)">
<Item value="2" label="Switch On/Off only (send Basic Set)">
<Item value="3" label="Switch all">
<Item value="4" label="Send Scenes">
<Item value="5" label="Send Preconfigured Scenes">
<Item value="6" label="Control devices in proximity">
<Item value="7" label="Control door lock">
<Item value="8" label="Central scene to gateway">
</Value>
<Value genre="config" instance="1" index=13" value=1" label=Action on group 3" units="" size=1" min=0" max=255" type="list">
<Help>This parameter defines the command to be sent to devices of control group C when the related button is pressed.</Help>
<Item value="0" label="Disabled">
<Item value="1" label="Switch On/Off and Dim (send Basic Set and Switch Multilevel)">
<Item value="2" label="Switch On/Off only (send Basic Set)">
<Item value="3" label="Switch all">
<Item value="4" label="Send Scenes">
<Item value="5" label="Send Preconfigured Scenes">
<Item value="6" label="Control devices in proximity">
<Item value="7" label="Control door lock">
<Item value="8" label="Central scene to gateway">
</Value>
<Value genre="config" instance="1" index=14" value=1" label=Action on group 4" units="" size=1" min=0" max=255" type="list">
<Help>This parameter defines the command to be sent to devices of control group D when the related button is pressed.</Help>
<Item value="0" label="Disabled">
<Item value="1" label="Switch On/Off and Dim (send Basic Set and Switch Multilevel)">
<Item value="2" label="Switch On/Off only (send Basic Set)">
<Item value="3" label="Switch all">
<Item value="4" label="Send Scenes">
<Item value="5" label="Send Preconfigured Scenes">
<Item value="6" label="Control devices in proximity">
<Item value="7" label="Control door lock">
<Item value="8" label="Central scene to gateway">
</Value>
<Value genre="config" instance="1" index=21" value=1" label=Send the following Switch All commands" units="" size=1" min=0" max=255" type="list">
<Help></Help>
<Item value="1" label="Switch off only">
<Item value="2" label="Switch on only">
<Item value="255" label="Switch all on and off">
</Value>
<Value genre="config" instance="1" index=22" value=0" label=Invert buttons" units="" size=1" min=0" max=255" type="list">
<Help></Help>
<Item value="0" label="No">
<Item value="1" label="Yes">
</Value>
<Value genre="config" instance="1" index=25" value=0" label=Block Wake up" units="" size=1" min=0" max=1" type="list">
<Help>Blocks wake up even when Wake Up Interval is set</Help>
<Item value="0" label="Wake up is BLOCKED">
<Item value="1" label="Wake up is POSSIBLE according to Intervall">
</Value>
<Value genre="config" instance="1" index=30" value=0" label=Send unsolicited Battery Report on Wake Up" units="" size=1" min=0" max=255" type="list">
<Help></Help>
<Item value="0" label="No">
<Item value="1" label="To same node as wake up notification">
<Item value="2" label="Broadcast to neighbours">
</Value>
</CommandClass>
<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="5">
<Group index="1" label="ZWave Plus Lifeline" max_associations="10" auto="true" />
<Group index="2" label="Controlled by button 1 or single clicks of buttons 1 and 3" max_associations="10" />
<Group index="3" label="Controlled by button 3 or double clicks of buttons 1 and 3" max_associations="10" />
<Group index="4" label="Controlled by button 2 or single clicks of buttons 2 and 4" max_associations="10" />
<Group index="5" label="Controlled by button 4 or double clicks of buttons 2 and 4" max_associations="10" />
</Associations>
</CommandClass>
</Product>
But after no configuration is send from remote
and domoticz find that
Code: Select all
2016-09-27 15:16:29.633 OpenZWave: Value_Added: Node: 13 (0x0d), CommandClass: SWITCH MULTILEVEL, Label: Level, Instance: 1
2016-09-27 15:16:29.633 OpenZWave: Value_Added: Node: 13 (0x0d), CommandClass: SWITCH MULTILEVEL, Label: Bright, Instance: 1
2016-09-27 15:16:29.633 OpenZWave: Value_Added: Node: 13 (0x0d), CommandClass: SWITCH MULTILEVEL, Label: Dim, Instance: 1
2016-09-27 15:16:29.633 OpenZWave: Value_Added: Node: 13 (0x0d), CommandClass: BATTERY, Label: Battery Level, Instance: 1
2016-09-27 15:16:29.923 OpenZWave: Awake Nodes queried
Code: Select all
013 (0x0d) Telecommande Devolo home Control MT2653 Devolo home Control 0x0102 0x0100
Thanks a lot
information of remote
http://www.cd-jackson.com/index.php/zwa ... ummary/341
http://manuals.zwaveeurope.com/make.php ... ZME_KFOB-S