Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Moderator: leecollings
-
- Posts: 57
- Joined: Thursday 14 August 2014 17:41
- Target OS: Linux
- Domoticz version: beta
- Location: France
- Contact:
Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
hello,
i look at the zwave.me/kfob. xml file and parameter 11 is duplicated, is it normal ?
Thanks.
i look at the zwave.me/kfob. xml file and parameter 11 is duplicated, is it normal ?
Thanks.
- gizmocuz
- Posts: 2350
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
probably not, could you report this in the openzwave forum? (first check if the problem is also in the openzwave git repo)
Quality outlives Quantity!
-
- Posts: 57
- Joined: Thursday 14 August 2014 17:41
- Target OS: Linux
- Domoticz version: beta
- Location: France
- Contact:
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
done chief
- bizziebis
- Posts: 182
- Joined: Saturday 19 October 2013 14:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.8805
- Location: The Netherlands
- Contact:
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Besides that, did you get the keyfob to work with Domoticz? I have the same key fob and it's included. But then I get only one switch which I cannot toggle with the remote..
-
- Posts: 57
- Joined: Thursday 14 August 2014 17:41
- Target OS: Linux
- Domoticz version: beta
- Location: France
- Contact:
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Yes it works but you must modify openzwave files configuration :
In manufaturer_specific.xml find your device and add the file kfob.xml.
Openzwave will update configuration file soon.
And you will have 4 switch per button : 16 total for the kfob.
In manufaturer_specific.xml find your device and add the file kfob.xml.
Openzwave will update configuration file soon.
And you will have 4 switch per button : 16 total for the kfob.
- bizziebis
- Posts: 182
- Joined: Saturday 19 October 2013 14:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.8805
- Location: The Netherlands
- Contact:
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
I found your post on github so that got me started and I found another topic with similar question. I ended up editing those files and changed the buttons configuration so they send a 'scene on' command. I now have 4 switches. That's enough because I want to use the keyfob as a passcode device to open up my garage.
-
- Posts: 57
- Joined: Thursday 14 August 2014 17:41
- Target OS: Linux
- Domoticz version: beta
- Location: France
- Contact:
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
you must set parameters like this, u will have simple click, double click, long click and release :
-
- Posts: 3
- Joined: Wednesday 14 October 2015 17:21
- Target OS: -
- Domoticz version:
- Contact:
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Hi I have the same key fob but although I have managed to get it paired on my Raspberry Pi with a USB Stick S2 when I select the KeyFob in the nodes list I get no configuration options other that the wake time.
I have checked the my zwcfg*.xml file and can see its recognised as the correct device..
So next I checked the manufacturer_specific.xml file to ensure its pointing to the correct config xml file but it wasn't so I pointed this to the zwave.me/kfob.xml file as in the config below
Then even though I have carried out multiple reboots and checked that the wave.me/kfob.xml is there its still not bringing up the configuration options and I also see no buttons in my device list for this node.
Does anyone have any ideas as finding it a little frustrating. Im running Domoticz v2.2563 which I believe is the latest version. Any help would be greatly appreciated.
I have checked the my zwcfg*.xml file and can see its recognised as the correct device..
Code: Select all
<Manufacturer id="0115" name="Z-Wave.Me">
<Product type="0100" id="0102" name="ZME_KFOB-S 4 Button Key Fob" />
</Manufacturer>
Code: Select all
<Manufacturer id="0115" name="Z-Wave.Me">
<Product type="0001" id="0001" name="Z-Wave USB Stick"/>
<Product type="0001" id="0069" name="Key Fob" config=/>
<Product type="0002" id="0003" name="Z-Wave USB Stick"/>
<Product type="0024" id="0001" name="Floor Thermostat"/>
<Product type="0100" id="0001" name="ZME_KFOB 4 Button Key Fob" config="zwave.me/kfob.xml"/>
<Product type="0100" id="0004" name="ZME_WCD2 Double Paddle Wall Controller" config="zwave.me/ZME_WCD2.xml"/>
<Product type="0100" id="0101" name="ZME_WALLC-S Secure Wall Controller" config="zwave.me/ZME_WALLC-S.xml" />
<Product type="0100" id="0102" name="ZME_KFOB-S 4 Button Key Fob" config="zwave.me/kfob.xml" />
<Product type="0100" id="0200" name="Smoke Detector"/>
<Product type="0100" id="0201" name="Smoke Detector"/>
<Product type="0200" id="0001" name="iTemp Temperature Sensor" config="zwave.me/iTemp.xml"/>
<Product type="0201" id="0001" name="iTemp Temperature Sensor" config="zwave.me/iTemp.xml"/>
<Product type="0201" id="0002" name="Thermostat"/>
<Product type="0201" id="0003" name="Binary Sensor"/>
<Product type="0400" id="0001" name="ZME_UZB1 USB Stick"/>
<Product type="1000" id="0001" name="ZME_054313Z Flush-Mountable Switch" config="zwave.me/ZME_05431.xml"/>
<Product type="1000" id="0002" name="ZME_06433 Wall Flush-Mountable Dimmer" config="zwave.me/ZME_06433.xml"/>
<Product type="1000" id="0003" name="ZME_06436 Motor Control" config="zwave.me/ZME_06436.xml" />
<Product type="1000" id="0004" name="ZME_064435 Wall Controller" config="zwave.me/ZME_064435.xml"/>
<Product type="1100" id="0002" name="PLDE Plug-in Dimmer"/>
</Manufacturer>
Then even though I have carried out multiple reboots and checked that the wave.me/kfob.xml is there its still not bringing up the configuration options and I also see no buttons in my device list for this node.
Does anyone have any ideas as finding it a little frustrating. Im running Domoticz v2.2563 which I believe is the latest version. Any help would be greatly appreciated.
- Attachments
-
- Screen Shot 2015-10-15 at 19.40.57.png (391.3 KiB) Viewed 6559 times
-
- Posts: 57
- Joined: Thursday 14 August 2014 17:41
- Target OS: Linux
- Domoticz version: beta
- Location: France
- Contact:
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Exclude and re include your device.
Set the parameters like the screenshot, u must wake up the kfob.
And then click on 1 button, a new switch must appear.
Set the parameters like the screenshot, u must wake up the kfob.
And then click on 1 button, a new switch must appear.
Last edited by ben92 on Thursday 15 October 2015 21:21, edited 1 time in total.
-
- Posts: 57
- Joined: Thursday 14 August 2014 17:41
- Target OS: Linux
- Domoticz version: beta
- Location: France
- Contact:
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
also instead of pointing in manufaturer_specific.xml the file kfob.xml, u can try to add the new file that will be add to openzwave :
look here https://github.com/jeedom/plugin-openzw ... g/zwave.me -> ZME_KFOB-S.xml
look here https://github.com/jeedom/plugin-openzw ... g/zwave.me -> ZME_KFOB-S.xml
-
- Posts: 3
- Joined: Wednesday 14 October 2015 17:21
- Target OS: -
- Domoticz version:
- Contact:
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Thanks, I have now managed to get it to display the configuration, weird though I tried removing and including again and the only way I have managed to get it to show the configuration page was to include the device not by pressing the button on my usb stick but to use the 'Include Node' option on the Nodes list within Domoticz.
So now if I wake up the key fob by pressing all 4 buttons then button 2 I am able to change the configuration settings and now have selected scene mode for the 4 buttons as per your screen shots but can't seem to trigger any scenes. Sorry but just don't get how this is supposed to work. Once I added the node I saw a single device under the devices list that seemed to correspond to the key fob, its called 'Level' and is classed as a Lighting2 type.
How to you actually get it to trigger scene's, do I need to add that device and configure it in some way?
So now if I wake up the key fob by pressing all 4 buttons then button 2 I am able to change the configuration settings and now have selected scene mode for the 4 buttons as per your screen shots but can't seem to trigger any scenes. Sorry but just don't get how this is supposed to work. Once I added the node I saw a single device under the devices list that seemed to correspond to the key fob, its called 'Level' and is classed as a Lighting2 type.
How to you actually get it to trigger scene's, do I need to add that device and configure it in some way?
- Attachments
-
- Screen Shot 2015-10-15 at 22.31.32.png (41.85 KiB) Viewed 6543 times
-
- Posts: 57
- Joined: Thursday 14 August 2014 17:41
- Target OS: Linux
- Domoticz version: beta
- Location: France
- Contact:
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
u click one time on button 1 -> 1 switch will be created in the device panel
u double click on button 1 -> 1 switch will be created in the device panel
u long click on button 1 -> 1 switch will be created in the device panel
u release after long click on button 1 -> 1 switch will be created in the device panel
same for the other buttons...
u double click on button 1 -> 1 switch will be created in the device panel
u long click on button 1 -> 1 switch will be created in the device panel
u release after long click on button 1 -> 1 switch will be created in the device panel
same for the other buttons...
-
- Posts: 7
- Joined: Monday 02 November 2015 21:28
- Target OS: NAS (Synology & others)
- Domoticz version: V2.3502
- Location: France
- Contact:
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Hello ben92 and tophattaylor,
I'm pretty new on Domoticz (buy my Zwave USB Stick and first Zwave module last week) and I'm exactly in the case of the last post of tophattaylor.
I've read and searched some hours to be able to add a device in a scene in domoticz with a Z-Wave.Me ZME_KFOB-S 4 Button Key Fob. It seems to be simple after reading and applying recommandations of this post (adding ZME_KFOB-S.xml, modifying manufacturer_specific.xml, doing Kfob configuration, btw thanks for all those informations ben92), nevertheless my kfob is still "mute".
I'm using a Synology NAS with DSM version 3592, installed the Domoticz v2.3502 package and USB serial drivers (both from Jumbotroll), have a Zstick Aeotec Gen5. Everything seems to be recognized in Domoticz, my kfob is well included in the zwave network, I can upload & download configuration... But after that, when I try to add a device in a scene, I have systematically a "Time Out Please Try Again", whatever the button I press.
I've tried to install Domoticz on Windows but I experience exactly the same issue.
Is it possible to detail the last steps you mentionned ben92 ? It's probably very simple but It is my first module inclusion experience, I surely miss something.
Thanks for your help
I'm pretty new on Domoticz (buy my Zwave USB Stick and first Zwave module last week) and I'm exactly in the case of the last post of tophattaylor.
I've read and searched some hours to be able to add a device in a scene in domoticz with a Z-Wave.Me ZME_KFOB-S 4 Button Key Fob. It seems to be simple after reading and applying recommandations of this post (adding ZME_KFOB-S.xml, modifying manufacturer_specific.xml, doing Kfob configuration, btw thanks for all those informations ben92), nevertheless my kfob is still "mute".
I'm using a Synology NAS with DSM version 3592, installed the Domoticz v2.3502 package and USB serial drivers (both from Jumbotroll), have a Zstick Aeotec Gen5. Everything seems to be recognized in Domoticz, my kfob is well included in the zwave network, I can upload & download configuration... But after that, when I try to add a device in a scene, I have systematically a "Time Out Please Try Again", whatever the button I press.
I've tried to install Domoticz on Windows but I experience exactly the same issue.
Is it possible to detail the last steps you mentionned ben92 ? It's probably very simple but It is my first module inclusion experience, I surely miss something.
Thanks for your help
-
- Posts: 16
- Joined: Tuesday 03 November 2015 20:34
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Hello.... the same here still mute under raspberry V2.3530.
note the screenshot is not the one for -S.
Regards
note the screenshot is not the one for -S.
Regards
-
- Posts: 57
- Joined: Thursday 14 August 2014 17:41
- Target OS: Linux
- Domoticz version: beta
- Location: France
- Contact:
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
If u click on button 1, u must have a new device created. Do the same for each button.
16 devices must be created, 4 per button.
16 devices must be created, 4 per button.
-
- Posts: 7
- Joined: Monday 02 November 2015 21:28
- Target OS: NAS (Synology & others)
- Domoticz version: V2.3502
- Location: France
- Contact:
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
You're right fpatou, there are some minor changes for the configuration of a ZME_KFOB-S version.
I join the config I've set in accordance with ben92 advices for a ZME_KFOB.
For ben92, I'm sorry to be so noob, but when and/or where (on which screen) should I have to click on a kfob button to register the device ? On "scenes" tab or "switches" tab ?
When I try to add a device in a scene and click on 1 button, I've systematically a time out (the same when I try to "Learn Light/Switch").
Moreover, I've activated debug on my Zwave controller. I see communication between my USB stick and my kfob (only when I include/exclude node and update configuration) in the OZW_Log.txt file. But nothing when I click on a button. Is it normal ? Shouldn't we have trace in this file of any action done in the ZWave network (such as clicking on a button) ?
Thanks in advance,
jeeeberne
I join the config I've set in accordance with ben92 advices for a ZME_KFOB.
For ben92, I'm sorry to be so noob, but when and/or where (on which screen) should I have to click on a kfob button to register the device ? On "scenes" tab or "switches" tab ?
When I try to add a device in a scene and click on 1 button, I've systematically a time out (the same when I try to "Learn Light/Switch").
Moreover, I've activated debug on my Zwave controller. I see communication between my USB stick and my kfob (only when I include/exclude node and update configuration) in the OZW_Log.txt file. But nothing when I click on a button. Is it normal ? Shouldn't we have trace in this file of any action done in the ZWave network (such as clicking on a button) ?
Thanks in advance,
jeeeberne
-
- Posts: 57
- Joined: Thursday 14 August 2014 17:41
- Target OS: Linux
- Domoticz version: beta
- Location: France
- Contact:
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Its automatic, u click on the button of the kfob and one device is created in thé device panel.
U just have to click button of the.kfob.
U just have to click button of the.kfob.
-
- Posts: 57
- Joined: Thursday 14 August 2014 17:41
- Target OS: Linux
- Domoticz version: beta
- Location: France
- Contact:
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Forget the scene.
U Will see ur device in the device screen as unused.
U Will see ur device in the device screen as unused.
-
- Posts: 16
- Joined: Tuesday 03 November 2015 20:34
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
thank you for the screen shot more clear like this
Do you mean that in OPERATION mode when you press a button a "device" ceartion happening ? or are you in MGMT mode (pressing the 4 button and B button) ?
Sound strange for me that in operation mode device are created...can you be more specific on thaht point please in order to help us
Another differnce could be the controller usb Zwae.me on mey side (but should be even more compatible as this is the same brand ).
thank you for your time !
Do you mean that in OPERATION mode when you press a button a "device" ceartion happening ? or are you in MGMT mode (pressing the 4 button and B button) ?
Sound strange for me that in operation mode device are created...can you be more specific on thaht point please in order to help us
Another differnce could be the controller usb Zwae.me on mey side (but should be even more compatible as this is the same brand ).
thank you for your time !
-
- Posts: 57
- Joined: Thursday 14 August 2014 17:41
- Target OS: Linux
- Domoticz version: beta
- Location: France
- Contact:
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Yes go to the screen where u see log.
Click on the button 1 , one device must be created . Its very simple.
In the log u will see a line.
Click on the button 1 , one device must be created . Its very simple.
In the log u will see a line.
Who is online
Users browsing this forum: No registered users and 1 guest