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


  • 1

Zipato RFID - setting tags. Manual?


smg2274

Question

 

Hello together..can someone tell me how I can learn the chips (Tags) at RFID (Zipato RFID) ? Can write a manual to it ?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
1 hour ago, smg2274 said:

 

Hello together..can someone tell me how I can learn the chips (Tags) at RFID (Zipato RFID) ? Can write a manual to it ?

Hi! Just tried to verify if the problem with setting new tags in Zipato mini keypad was fixed in 4.140.

It was not! 

Earlier (at least in 4.120) you would make a call like:

 

local ID = 299 -- RFID Reader ID 
fibaro:call(ID, "setUserCodeDec", "1", "Occupied", "143,31,0,0,0,0,0,0,0,0", "Name");

 

This didn't work in 4.130 nor betas up to 4.135

I've done the complete testing with exclude and include but no reaction.

If it worked in the controller one should be able to see a message on the device telling it was waiting for wakeup.

 

Perhaps next release .....

 

Olof
 

Edit: If you want to read more about programming the device, look at 

Please login or register to see this link.

Edited by OlofE
Added hint and link
Link to comment
Share on other sites

  • 0

The topic has been moved from "

Please login or register to see this link.

" to "

Please login or register to see this link.

".

 

Temat został przeniesiony z "

Please login or register to see this link.

" do "

Please login or register to see this link.

".

Link to comment
Share on other sites

  • 0
22 hours ago, m.roszak said:

To set tag reader code you should use action:
 fibaro:call(ID, "setUserCodeDec", userId, "0,1,2,3,4,5,6,7,8,9")   /// not fibaro:call(ID, "setUserCodeDec", "1", "Occupied", "143,31,0,0,0,0,0,0,0,0", "Name") like before
To delete tag reader code use:

 fibaro:call(ID, "deleteUserCode", userId)

To get user code:
fibaro:call(ID, "getUserCode", userId)
To set user name use:
fibaro:call(ID, "setUserName", userId, "name")

Thanks a lot! It really works again!

Time to have fun with the gadget! ;)

 

Regards

 

Olof

Link to comment
Share on other sites

  • 0
22 hours ago, m.roszak said:

Just to clarify, with new doorlock support actions for RFID slightly changed. 

 

thanks !

Link to comment
Share on other sites

  • 0

hello,

 

thanks to this post, I finally succeeded to configure my RFID reader. it works fine, but I would to identify the user who triggered it in a script. How can I do that?

does anyone have an idea how to do?

Link to comment
Share on other sites

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...