Page 1 of 2
Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Posted: Thursday 01 October 2015 13:38
by ben92
hello,
i look at the zwave.me/kfob. xml file and parameter 11 is duplicated, is it normal ?
Thanks.
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Posted: Thursday 01 October 2015 14:09
by gizmocuz
probably not, could you report this in the openzwave forum? (first check if the problem is also in the openzwave git repo)
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Posted: Thursday 01 October 2015 15:38
by ben92
done chief
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Posted: Wednesday 07 October 2015 19:26
by bizziebis
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..
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Posted: Wednesday 07 October 2015 20:19
by ben92
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.
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Posted: Wednesday 07 October 2015 22:01
by bizziebis
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.
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Posted: Wednesday 07 October 2015 22:18
by ben92
you must set parameters like this, u will have simple click, double click, long click and release :
- 1.png (88.23 KiB) Viewed 6619 times
- 2.png (41.76 KiB) Viewed 6619 times
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Posted: Thursday 15 October 2015 20:42
by tophattaylor
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..
Code: Select all
<Manufacturer id="0115" name="Z-Wave.Me">
<Product type="0100" id="0102" name="ZME_KFOB-S 4 Button Key Fob" />
</Manufacturer>
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
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.
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Posted: Thursday 15 October 2015 21:10
by ben92
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.
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Posted: Thursday 15 October 2015 21:19
by ben92
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
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Posted: Thursday 15 October 2015 23:36
by tophattaylor
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?
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Posted: Friday 16 October 2015 0:48
by ben92
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...
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Posted: Monday 02 November 2015 22:02
by jeeeberne
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
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Posted: Tuesday 03 November 2015 20:38
by fpatou
Hello.... the same here still mute under raspberry V2.3530.
note the screenshot is not the one for -S.
Regards
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Posted: Tuesday 03 November 2015 22:09
by ben92
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.
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Posted: Tuesday 03 November 2015 23:39
by jeeeberne
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.
- Config Kfob1
- Config Kfob S.JPG (147.48 KiB) Viewed 6327 times
- Config Kfob2
- Config Kfob S 2.JPG (173.26 KiB) Viewed 6327 times
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
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Posted: Tuesday 03 November 2015 23:53
by ben92
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.
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Posted: Tuesday 03 November 2015 23:56
by ben92
Forget the scene.
U Will see ur device in the device screen as unused.
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Posted: Wednesday 04 November 2015 11:47
by fpatou
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 !
Re: Z-Wave.Me ZME_KFOB-S 4 Button Key Fob
Posted: Wednesday 04 November 2015 12:16
by ben92
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.