remote Zwave Devolo MT2653

For Z-Wave related questions in Domoticz

Moderator: leecollings

Post Reply
fennec62
Posts: 43
Joined: Sunday 26 October 2014 22:11
Target OS: Linux
Domoticz version:
Location: france
Contact:

remote Zwave Devolo MT2653

Post by fennec62 »

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

Code: Select all

<ManufacturerSpecificData>
  <Manufacturer id="0175" name="Devolo">
    <Product type="0100" id="0102" name="MT2653" config="devolo/mt02653.xml"/>
  </Manufacturer>
</ManufacturerSpecificData> 
and create file in Config/devole/mt022653.xml

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>
I can connect the remote to zwave

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
in zwave config page

Code: Select all

013 (0x0d)	Telecommande	  Devolo home Control MT2653	 Devolo home Control	0x0102	0x0100
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
User avatar
Domosapiens
Posts: 232
Joined: Wednesday 20 August 2014 12:08
Target OS: Windows
Domoticz version: V3.5981
Location: NL
Contact:

Re: remote Zwave Devolo MT2653

Post by Domosapiens »

Did you connect the association groups?
There are 5 of them.

Code: Select all

<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>
    
Go to Nodes, Node Management, Group & Network.
Group 1 needs a connection with your controller (number 1)
Try 1 or 1.1 for Group 2 up to 5. The Domoticz can handle your 4 remote control buttons.
You can add a direct connection between the remote and another Z-wave Node, by adding it's Node number (sometimes as xx.1)
Please take a picture of that.

I guess this will result in new Devices.
Go to Devices, filter on 0D (zero D, the HEX value of Node 13) or unused devices.
Please take a picture of that.

Hope this helps
Domosapiens
Win Vista&7; 1#Aeon Z-Stick S2; 1#Aeotec Z-Sick Gen5, 6#Fib.FGBS001; 24#DS18B20; 8#Everspr.AN158-2; 3#Philio PAN04; 1#Philio PAN06, 1#YouLess El; 1#Fib.FGWPE; 1#ZME_RC2; 2#FAK_ZWS230, 2#Quib.ZMNHCDx, 1#Quib.ZMNHDD1, 7#EM6555
fennec62
Posts: 43
Joined: Sunday 26 October 2014 22:11
Target OS: Linux
Domoticz version:
Location: france
Contact:

Re: remote Zwave Devolo MT2653

Post by fennec62 »

Thanks for your help

I have no experience with node ...
Attachments
Capture d’écran 2016-09-28 à 08.26.50.png
Capture d’écran 2016-09-28 à 08.26.50.png (239.79 KiB) Viewed 5931 times
Capture d’écran 2016-09-28 à 08.27.09.png
Capture d’écran 2016-09-28 à 08.27.09.png (69.68 KiB) Viewed 5931 times
User avatar
Domosapiens
Posts: 232
Joined: Wednesday 20 August 2014 12:08
Target OS: Windows
Domoticz version: V3.5981
Location: NL
Contact:

Re: remote Zwave Devolo MT2653

Post by Domosapiens »

First things first.
It seems that your mt022653.xml is not in effect,

because ...
All text after

Code: Select all

<Help>
should be visible in the MT2653 Node configuration screen
and there should be selection possibilities.

this is caused by ....
Syntax errors in your mt002653.xml file
(according to your code piece in my XML editor)

Use an XML editor to solve the syntax errors.
Check also your manufacturer_specific.xml on errors

then ...
Stop Domoticz.
Edit you zwcfg_0xzzzzzzzz.xml file (copy it first)
Remove the section related to Node 013
Save the file.
Restart Domoticz.

Then in the configuration part of MT2653 you should see a number of configuration options with help text.

Hope this helps
Domosapiens
Win Vista&7; 1#Aeon Z-Stick S2; 1#Aeotec Z-Sick Gen5, 6#Fib.FGBS001; 24#DS18B20; 8#Everspr.AN158-2; 3#Philio PAN04; 1#Philio PAN06, 1#YouLess El; 1#Fib.FGWPE; 1#ZME_RC2; 2#FAK_ZWS230, 2#Quib.ZMNHCDx, 1#Quib.ZMNHDD1, 7#EM6555
fennec62
Posts: 43
Joined: Sunday 26 October 2014 22:11
Target OS: Linux
Domoticz version:
Location: france
Contact:

Re: remote Zwave Devolo MT2653

Post by fennec62 »

Ok thanks a lot

So XML is bad i make new

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>
And now config in domoticz is ok
Capture d’écran 2016-09-29 à 08.56.10.png
Capture d’écran 2016-09-29 à 08.56.10.png (215.29 KiB) Viewed 5905 times
But i can't see a button in domoticz
Capture d’écran 2016-09-29 à 08.56.29.png
Capture d’écran 2016-09-29 à 08.56.29.png (56.61 KiB) Viewed 5905 times
I don't have another zwave control device

I just wan't have a on off switch association with button on remote

Thanks for your help
User avatar
Domosapiens
Posts: 232
Joined: Wednesday 20 August 2014 12:08
Target OS: Windows
Domoticz version: V3.5981
Location: NL
Contact:

Re: remote Zwave Devolo MT2653

Post by Domosapiens »

Big steps fennec62!

See Capture d’écran 2016-09-29 à 08.56.29.png
I would use 1.1 for Group 3, 4 and 5 also (don't know the effect of 1.2, 1.3 and 1.4)

Is the green line Node 018?
Is it sleeping? It seems not connected to 001 (your controller).

Your Node number is decimal 018 or 0x12 in hexadecimal.
Push a button on the remote so it will wake-up.
Go to the Devices tab and filter on:
12
or 012 or 120

What do you see ?
Please snap

The normal procedure is:
Use the green arrow of the sub-device to show a button on the Switches tab.
There you can use the switch to connect them with other things.


The best documentation I could find is one in German: http://www.devolo.de/fileadmin/user_upl ... online.pdf (no need for registration)
Please scan your installation instructions for a better insight (if not in French ;)
Win Vista&7; 1#Aeon Z-Stick S2; 1#Aeotec Z-Sick Gen5, 6#Fib.FGBS001; 24#DS18B20; 8#Everspr.AN158-2; 3#Philio PAN04; 1#Philio PAN06, 1#YouLess El; 1#Fib.FGWPE; 1#ZME_RC2; 2#FAK_ZWS230, 2#Quib.ZMNHCDx, 1#Quib.ZMNHDD1, 7#EM6555
fennec62
Posts: 43
Joined: Sunday 26 October 2014 22:11
Target OS: Linux
Domoticz version:
Location: france
Contact:

Re: remote Zwave Devolo MT2653

Post by fennec62 »

yes green is mt2653

my connection is ok

example when i push button

Code: Select all

2016-09-29 20:23:08.049 Detail, Node019, Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x13, 0x02, 0x84, 0x07, 0x61
2016-09-29 20:23:08.049 Detail, 
2016-09-29 20:23:08.049 Info, Node019, Received Wakeup Notification from node 19
2016-09-29 20:23:08.049 Info, Node019, Node 19 has been marked as awake
2016-09-29 20:23:08.049 Detail, Node019, Queuing (WakeUp) WakeUpCmd_NoMoreInformation (Node=19): 0x01, 0x09, 0x00, 0x13, 0x13, 0x02, 0x84, 0x08, 0x25, 0xa3, 0xfe
2016-09-29 20:23:08.049 Detail, Node019, Notification: Notification - Node Awake
2016-09-29 20:23:08.049 Detail, 
2016-09-29 20:23:08.049 Info, Node019, Sending (WakeUp) message (Callback ID=0xa3, Expected Reply=0x13) - WakeUpCmd_NoMoreInformation (Node=19): 0x01, 0x09, 0x00, 0x13, 0x13, 0x02, 0x84, 0x08, 0x25, 0xa3, 0xfe
2016-09-29 20:23:08.053 Detail, Node019, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2016-09-29 20:23:08.053 Detail, Node019, ZW_SEND_DATA delivered to Z-Wave stack
2016-09-29 20:23:08.083 Detail, Node019, Received: 0x01, 0x05, 0x00, 0x13, 0xa3, 0x00, 0x4a
2016-09-29 20:23:08.083 Detail, Node019, ZW_SEND_DATA Request with callback ID 0xa3 received (expected 0xa3)
2016-09-29 20:23:08.083 Info, Node019, Request RTT 34 Average Request RTT 33
2016-09-29 20:23:08.083 Info, Node019, Node 19 has been marked as asleep
2016-09-29 20:23:08.083 Detail, Expected callbackId was received
2016-09-29 20:23:08.083 Detail, Expected reply was received
2016-09-29 20:23:08.083 Detail, Message transaction complete
2016-09-29 20:23:08.083 Detail, 
2016-09-29 20:23:08.083 Detail, Node019, Removing current message
2016-09-29 20:23:08.083 Detail, Node019, Notification: Notification - Node Asleep
2016-09-29 20:23:08.116 Detail, Node019, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x13, 0x03, 0x80, 0x03, 0x64, 0x05
2016-09-29 20:23:08.116 Detail, 
2016-09-29 20:23:08.116 Info, Node019, Received Battery report from node 19: level=100
2016-09-29 20:23:08.116 Detail, Node019, Refreshed Value: old value=100, new value=100, type=byte
2016-09-29 20:23:08.116 Detail, Node019, Changes to this value are not verified
2016-09-29 20:23:08.116 Detail, Node019, Notification: ValueChanged

My problem i don't understand what value i must put on GROUP
Capture.JPG
Capture.JPG (61.94 KiB) Viewed 5882 times
I just want to use button to commanbd switch ON/OFF

But no new devices
User avatar
Domosapiens
Posts: 232
Joined: Wednesday 20 August 2014 12:08
Target OS: Windows
Domoticz version: V3.5981
Location: NL
Contact:

Re: remote Zwave Devolo MT2653

Post by Domosapiens »

I just want to use button to commanbd switch ON/OFF
Then at least you need a Z-Wave switch.
Use the number of your Node (in decimal) and add that number to one of the groups (2 up to 5)
Win Vista&7; 1#Aeon Z-Stick S2; 1#Aeotec Z-Sick Gen5, 6#Fib.FGBS001; 24#DS18B20; 8#Everspr.AN158-2; 3#Philio PAN04; 1#Philio PAN06, 1#YouLess El; 1#Fib.FGWPE; 1#ZME_RC2; 2#FAK_ZWS230, 2#Quib.ZMNHCDx, 1#Quib.ZMNHDD1, 7#EM6555
fennec62
Posts: 43
Joined: Sunday 26 October 2014 22:11
Target OS: Linux
Domoticz version:
Location: france
Contact:

Re: remote Zwave Devolo MT2653

Post by fennec62 »

My last log when i push button

Code: Select all

2016-09-29 22:21:38.772 Detail, Node019, Received: 0x01, 0x0d, 0x00, 0x04, 0x00, 0x13, 0x07, 0x60, 0x0d, 0x00, 0x01, 0x20, 0x01, 0xff, 0x50
2016-09-29 22:21:38.772 Detail, 
2016-09-29 22:21:38.772 Error, Node019, Cannot find endpoint map to instance for Command Class COMMAND_CLASS_BASIC endpoint 0
2016-09-29 22:21:38.772 Always, 
2016-09-29 22:21:38.772 Always, Dumping queued log messages
2016-09-29 22:21:38.772 Always, 
I have a lot of switch but not zwave

i just wan't use remote zwave for virtual switch
User avatar
Domosapiens
Posts: 232
Joined: Wednesday 20 August 2014 12:08
Target OS: Windows
Domoticz version: V3.5981
Location: NL
Contact:

Re: remote Zwave Devolo MT2653

Post by Domosapiens »

As posted before ...
Your Node number is decimal 018 or 0x12 in hexadecimal.
Push a button on the remote so it will wake-up.
Go to the Devices tab and filter on:
12
or 012 or 120

What do you see ?
Please snap
Now that your Node is 019 decimal, filter on 13, 013, 130

Snap!
Win Vista&7; 1#Aeon Z-Stick S2; 1#Aeotec Z-Sick Gen5, 6#Fib.FGBS001; 24#DS18B20; 8#Everspr.AN158-2; 3#Philio PAN04; 1#Philio PAN06, 1#YouLess El; 1#Fib.FGWPE; 1#ZME_RC2; 2#FAK_ZWS230, 2#Quib.ZMNHCDx, 1#Quib.ZMNHDD1, 7#EM6555
fennec62
Posts: 43
Joined: Sunday 26 October 2014 22:11
Target OS: Linux
Domoticz version:
Location: france
Contact:

Re: remote Zwave Devolo MT2653

Post by fennec62 »

No new device

This is all new device
Capture d’écran 2016-09-30 à 15.38.56.png
Capture d’écran 2016-09-30 à 15.38.56.png (263.94 KiB) Viewed 5839 times
Capture d’écran 2016-09-30 à 15.39.55.png
Capture d’écran 2016-09-30 à 15.39.55.png (101.17 KiB) Viewed 5839 times
User avatar
Domosapiens
Posts: 232
Joined: Wednesday 20 August 2014 12:08
Target OS: Windows
Domoticz version: V3.5981
Location: NL
Contact:

Re: remote Zwave Devolo MT2653

Post by Domosapiens »

As number for a Group, you can only use Z-Wave devices, or your controller.

Wake-up your remote. How ? See the manual (and scan it!)
While awake fill for all groups 1 or 1.1 to direct the signal to Domoticz Z-Wave controller.
Try the buttons and look under Devices
Win Vista&7; 1#Aeon Z-Stick S2; 1#Aeotec Z-Sick Gen5, 6#Fib.FGBS001; 24#DS18B20; 8#Everspr.AN158-2; 3#Philio PAN04; 1#Philio PAN06, 1#YouLess El; 1#Fib.FGWPE; 1#ZME_RC2; 2#FAK_ZWS230, 2#Quib.ZMNHCDx, 1#Quib.ZMNHDD1, 7#EM6555
fennec62
Posts: 43
Joined: Sunday 26 October 2014 22:11
Target OS: Linux
Domoticz version:
Location: france
Contact:

Re: remote Zwave Devolo MT2653

Post by fennec62 »

Sorry for my late answer

So i reset all and i retry
Capture d’écran 2016-10-06 à 15.31.51.png
Capture d’écran 2016-10-06 à 15.31.51.png (96.62 KiB) Viewed 5771 times
Capture d’écran 2016-10-06 à 15.32.10.png
Capture d’écran 2016-10-06 à 15.32.10.png (277.25 KiB) Viewed 5771 times
Capture d’écran 2016-10-06 à 15.32.23.png
Capture d’écran 2016-10-06 à 15.32.23.png (62.05 KiB) Viewed 5771 times
just one device

But no log when i push button

If someone have a idea thanks a lot
User avatar
Domosapiens
Posts: 232
Joined: Wednesday 20 August 2014 12:08
Target OS: Windows
Domoticz version: V3.5981
Location: NL
Contact:

Re: remote Zwave Devolo MT2653

Post by Domosapiens »

Association,
you need to associate the 4 buttons with other Z-Wave devices,
in your case: with your Controller (Node 1)
Try to add 1.1 to group 2,3,4 and 5 (Group 1 is the lifeline for Node 1).
Use the + sign and add 1.1
(it could be that only 1, as you have now is enough, but give it a try)

From the manual:
2 Steuergruppe A, gesteuert durch Taster 1 oder einfache Klicks auf Taster 1 und 3 (max. Anzahl Geräte: 10)
3 Steuergruppe B, gesteuert durch Taster 2 oder einfache Klicks auf Taster 2 und 4 (max. Anzahl Geräte: 10)
4 Steuergruppe C, gesteuert durch Taster 3 oder zwei Klicks auf Taster 1 und 3 (max. Anzahl Geräte: 10)
5 Steuergruppe D, gesteuert durch Taster 4 oder zwei Klicks auf Taster 2 und 4 (max. Anzahl Geräte: 10)
Try to un-block Wake up parameter 25 (temporary)
From the manual:
Blockiert das Aufwecken des Gerätes selbst bei gesetztem Aufweckinterval (Parameternummer 25,
Parametergröße 1); weckt der KFOB auf und es befindet sich kein Controller in der Nähe, wird mit
erfolglosen Kommunikationsversuchen viel Batterieleistung verbraucht.
Werte Beschreibung
0 Aufwecken blockiert (voreingestellt).
1 WakeUp findet bei entsprechender Konfiguration statt.
From the manual:
Node Information Frame senden
1. Halten Sie alle vier Taster 5 Sekunden gedrückt, um den Managementmodus zu aktivieren.
2. Drücken Sie Taster 2, um einen Node Information Frame zusenden.
Bedeutung der LED-Signale
LED-Anzeige & Erklärung
Grünes Blinken für 2 Sek. Positive Bestätigung
Rotes Blinken für 1 Sek. Fehler
Grünes Blinken für ¼ Sek. Bestätigung Tastendruck
Grünes Blinken Warten auf Assoziation-Gruppenwahl oder Netzwerk-Management
Grünes und rotes Blinken Warten auf Node Information Frame im Assoziationsmodus
Setzen und Löschen von Assoziationsbeziehungen
Assoziationen können entweder per Funkkommando oder direkt am Gerät gesetzt werden. Das ist ein
dreistufiger Prozess:
1. Schalten des Schlüsselanhängers in den Managementmodus und starten des
Assoziationsprozesses durch Drücken der Taste 4 innerhalb von 10 Sekunden.
2. Wiederum innerhalb von 10 Sekunden muss die Taste gedrückt werden, für die eine Assoziation
eingerichtet werden soll. Ein einfacher Tastendruck fügt das in Schritt (3) auszuwählende Gerät der
entsprechenden Assoziationsgruppe hinzu, ein Doppelklick entfernt ein solches Gerät aus der
entsprechenden Assoziationsgruppe.
3. Identifizieren des Zielgerätes. Das Zielgerät muss innerhalb von 20 sec. einen Node Information
Frame aussenden. Ein üblicher Weg ist ein einmaliges oder dreimaliges Betätigen eines Tasters am
Gerät. Bitte lesen Sie im Handbuch des zu assoziierenden Gerätes nach, wie ein Node Information
Frame auszusenden ist. Jeder andere Taster an derHome Control Fernbedienung beendet diesen
Prozess.
Win Vista&7; 1#Aeon Z-Stick S2; 1#Aeotec Z-Sick Gen5, 6#Fib.FGBS001; 24#DS18B20; 8#Everspr.AN158-2; 3#Philio PAN04; 1#Philio PAN06, 1#YouLess El; 1#Fib.FGWPE; 1#ZME_RC2; 2#FAK_ZWS230, 2#Quib.ZMNHCDx, 1#Quib.ZMNHDD1, 7#EM6555
zizitopper
Posts: 1
Joined: Tuesday 31 January 2017 17:17
Target OS: -
Domoticz version:
Contact:

Re: remote Zwave Devolo MT2653

Post by zizitopper »

I have bought the same remote control and was able to include it into Domoticz without any problems, but I am facing the same situation. When pressing buttons, there is no event triggered. I tried associating the groups with the controllers node number (tried 1 and 1.1) but when pressing buttons, nothing is registered.

However, in the Control Panel the remote key is also visible and only there when I press a key 'last seen' is updated.

Was someone able to get this thing working by now or are we still in the dark?

EDIT: I forgot to mention that after including the remote key, a device IS added to the list of devices BUT this is a dimmer slider and is NOT controllable with the remote.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest