Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


  • 0

Zipato Keypad - Syncronization does not work


Question

Posted

I´m trying to synchronize my zipato keypad in order to start using it, but nothing happens. 

Icon is changed to indicate loading,

Please login or register to see this image.

But then after a minute or two it just reverts back to the default state. No messages or errors whatsoever.

Any ideas?

 

CJh3EiJ.png

4 answers to this question

Recommended Posts

  • 0
Posted (edited)

I am using it succesfully in my HC2's.

Make a new scene (lua) and use this:


 

Quote

 

--[[
%% properties
%% events
%% globals
--]]

local rfid = xxx -- Enter your RFID Reader ID here

 

fibaro:call(rfid, "setUserCodeDec", "x", "0,0,0,0,0,0,0,0,0,0"); -- replace x by a sequential ID, starting with 1 for the first ID you'd like to add. Replace 0,0,0,0,0 with the ID of the tag.
fibaro:call(rfid, "setUserName", "x", "NAME"); -- replace x with the ID as in the previous line and NAME with a name of the tag owner.

 

 

In order to get the code of the tag, include the tag reader as you with with any device.

Then, on the reader, click home and present the tag. In the top part of the HC2 web interface it will report it saw an unknown tag with ID 0,0,0,0,0,0.

This long number, including all comma's, copy/paste all into the scene above. Also, the ID it shows for the reader  in the logging at top, place that in the scene above.

 

When altered the scene, save it and launch. You will not see anything. Now again present the tag to the reader. Nothing again seems to have changed.

However, your zwave device is now receiving the new values. Wait 3 seconds and try again. You now will see that user ID x (depending on what you configged X for in the scene above) has been presented.

 

When you have this to work you can  create new scenes to initiate actions, based on something like this:

 

Quote

 

  local RFID = 123
  local ReaderValue = tonumber(fibaro:getValue(RFID, 'value'));

 

-- for mode away on tag reader:
  if (ReaderValue == 1) then

 

 

Edited by MaTi
  • Like 1
  • 0
Posted

Sadly LUA coding is not a solution for HCL owners... Hope Fibaro will soon solve the synchronization problem

  • 0
Posted
On 9.10.2017 at 9:23 AM, dhanjel said:

I´m trying to synchronize my zipato keypad in order to start using it, but nothing happens. 

Icon is changed to indicate loading,

 

But then after a minute or two it just reverts back to the default state. No messages or errors whatsoever.

Any ideas?

 

 

 

I had the same issue and solved it by letting the keypad stay for 20 minutes very close to HCL, maybe 15 cm apart.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...