Page 1 of 3

Fibaro KeyFob

PostPosted: Tue Feb 07, 2017 1:37 pm
by bluefightingcat
Any chance of this being added to Indigo? Looks pretty cool:

http://www.fibaro.com/en/products/keyfob/

Re: Fibaro KeyFob

PostPosted: Wed Feb 08, 2017 4:35 am
by howartp
This should work out of the box with my Zwave Scene Controller plugin until Indigo adds native support.


Sent from my iPhone using Tapatalk

Re: Fibaro KeyFob

PostPosted: Wed Feb 08, 2017 4:56 am
by bluefightingcat

Re: Fibaro KeyFob

PostPosted: Wed Feb 08, 2017 9:44 am
by andarv
I use howatp plugin for the nodOn remote

Re: Fibaro KeyFob

PostPosted: Wed Feb 08, 2017 12:32 pm
by howartp
Yep, as Andarv says.


Sent from my iPhone using Tapatalk

Re: Fibaro KeyFob

PostPosted: Mon Feb 27, 2017 2:59 am
by dniklewicz
Unfortunately Fibaro KeyFob is not working out of the box. The only think we can do using the current version of Indigo is to check it's battery level :wink:
Any chance to support it anytime soon?

Re: Fibaro KeyFob

PostPosted: Mon Feb 27, 2017 4:50 am
by autolog
Have you tried it with Howartp's Zwave Scene Controller

That will probably give you what you want while you are waiting for Indigo to be updated. :)

Have you sent details to Matt of the the device details so that he can add it?

Re: Fibaro KeyFob

PostPosted: Mon Feb 27, 2017 9:19 am
by Different Computers
Anyone found a US retailer with this for sale? Not at NewEgg or Amazon.

Re: Fibaro KeyFob

PostPosted: Mon Feb 27, 2017 9:46 am
by matt (support)
Can you copy/paste the Event Log results of the define/sync operation in Indigo with it?

Re: Fibaro KeyFob

PostPosted: Mon Feb 27, 2017 2:13 pm
by dniklewicz
matt (support) wrote:
Can you copy/paste the Event Log results of the define/sync operation in Indigo with it?


Hi Matt, thank you for your fast response!

Here is the log for add/sync actions:

Code: Select all
controller included module: 034 - Basic Wall Controller
stopped controller inclusion mode
Syncing - started for "034 - Basic Wall Controller"
Syncing - retrieved module neighbors list: 3, 4, 7, 25
Syncing - assigning return route to "034 - Basic Wall Controller"
Syncing - assigned return route
Syncing - retrieved manufacture and model names: Fibaro System - 010F, Basic Wall Controller - 10011000
Syncing - retrieved protocol version 4.38, app version 3.02
Syncing - retrieved class hierarchy: Routing Slave : Wall Controller : Basic Wall Controller (04 : 18 : 01, base 00)
Syncing - retrieved command classes: 80v1 84v2 85v1 86v1 8Ev1 56v1 98v1 59v1 5Av1 5Bv1 5Ev1 20v1 22v1 70v1 72v1 73v1 75v1 7Av1
Syncing - retrieved encrypt commands: - none -
Syncing - retrieved capabilities: routing, battery, beaming, security, waking
Syncing - retrieved wake interval of 0 minutes
Syncing - device "034 - Basic Wall Controller" wake interval changed to 60 minutes
Syncing - retrieved group 1 associations: []
Syncing - retrieved group 2 associations: []
Syncing - retrieved group 3 associations: []
Syncing - retrieved group 4 associations: []
Syncing - retrieved group 5 associations: []
Syncing - retrieved group 6 associations: []
Syncing - retrieved group 7 associations: []
Syncing - retrieved group 8 associations: []
Syncing - retrieved group 9 associations: []
Syncing - retrieved group 10 associations: []
Syncing - retrieved group 11 associations: []
Syncing - retrieved group 12 associations: []
Syncing - retrieved group 13 associations: []
Syncing - retrieved battery level of 46%


Edit:
Adding logs for button press:
Code: Select all
received "KeyFob" scene 1    // Button 1 short press
received "KeyFob" scene 2    // Button 2 short press
received "KeyFob" scene 3    // Button 3 short press
received "KeyFob" scene 4    // Button 4 short press
received "KeyFob" scene 5    // Button 5 short press
received "KeyFob" scene 6    // Button 6 short press
received "KeyFob" scene 513     // Button 1 long press
received "KeyFob" scene 257
received "KeyFob" scene 514     // Button 2 long press
received "KeyFob" scene 258
received "KeyFob" scene 515     // Button 3 long press
received "KeyFob" scene 259
received "KeyFob" scene 516     // Button 4 long press
received "KeyFob" scene 260
received "KeyFob" scene 517     // Button 5 long press
received "KeyFob" scene 261
received "KeyFob" scene 518     // Button 6 long press
received "KeyFob" scene 262


Long press generates pair of Z-wave messages (like scene 513 and 257 for button 1).
Sequences of different buttons and series of multiple use of one button can be defined using configuration parameters but I had not time to play with them yet.

Hope this helps!

Re: Fibaro KeyFob

PostPosted: Mon Feb 27, 2017 4:38 pm
by howartp
As autolog says, my plugin should work with this out of the box until Matt adds it.


Sent from my iPhone using Tapatalk

Re: Fibaro KeyFob

PostPosted: Mon Feb 27, 2017 6:16 pm
by dniklewicz
howartp wrote:
As autolog says, my plugin should work with this out of the box until Matt adds it.


Sent from my iPhone using Tapatalk


Unfortunately plugin returns error on every button tap but maybe I am doing something wrong:

Code: Select all
Zwave Scene Controller Debug    -----
Zwave Scene Controller Debug    Central Scene Command received:
Zwave Scene Controller Debug    Raw command: 01 0B 00 04 00 24 05 5B 03 08 80 04 05
Zwave Scene Controller Debug    Node:    36
Zwave Scene Controller Debug    Button:  4
Zwave Scene Controller Error    Error in plugin execution ReceivedBroadcast:
Traceback (most recent call last):
  File "plugin.py", line 89, in zwaveCommandReceived
IndexError: list index out of range

Re: Fibaro KeyFob

PostPosted: Sat Mar 04, 2017 11:25 am
by howartp
Ah, that fix is coming shortly.

Scene ids from several devices are being sent wrong - 1 is 81, 2 is 82 etc - which I need to trap in the script.


Sent from my iPhone using Tapatalk

Re: Fibaro KeyFob

PostPosted: Wed Mar 08, 2017 5:54 pm
by matt (support)
Here is a beta of Indigo's Z-Wave library that has preliminary support for the keyfob. Re-sync it after you install it (extract it then double-click to install)), and you should then see the trigger options in the UI for all 6 buttons.

Re: Fibaro KeyFob

PostPosted: Wed Mar 08, 2017 6:31 pm
by Different Computers
Now THAT'S support!

The fob is supported even before you can buy it on Amazon!