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 RFID in version EU for HCL


Question

Posted

hello all,

 

RFID Zipato in version EU is supported by HCL with software 4.110?

 

Thanks and good day!

 

 

Recommended Posts

  • 0
  • Inquirer
  • Posted

    can someone help me?

     

    Thanks ;)

    • 0
    Posted

    It says in official update it is supported, but looks like it is not. I tested it but there is no way to change pin or tag, or to arm/disarm alarm or to do anything with it..

    • 0
    Posted

     

    • 0
  • Inquirer
  • Posted

    Thanks for reply, but it work version EU? I read work the other version AU for example....

    • 0
    Posted
    33 minutes ago, tinman said:

     

    Thanks for reply. I tried it but as I'm begginer in it I stuck and cant do a lot.

     

    How do I load you code in my HCL? Through Virtual device?

    • 0
    Posted

    Ok, i managed to load code through Virtual devies...Please take a look if this is fine:

     

    Please login or register to see this attachment.

     

    I edited RFID code, tried IP default which was and now tried to change it to IP of HCL, changed user:pass code, but everytime I click any button, nothing happens.

    • 0
    Posted

    I'm managing RFID through REST API active documentation or http client addon in browser.

    • 0
    Posted
    22 hours ago, jakub.jezek said:

    I'm managing RFID through REST API active documentation or http client addon in browser.

     Could you please give us more details about it?

     

    First suggestion does not work for me. Was fine for some time, but later 2...3 or more messages was received and send to keypad, device status (locked, unlocked) was not able to be used in scenes for alarm triggering etc... Can anyone help?

    • 0
    Posted (edited)
    4 hours ago, plutonium said:

     Could you please give us more details about it?

     

    First suggestion does not work for me. Was fine for some time, but later 2...3 or more messages was received and send to keypad, device status (locked, unlocked) was not able to be used in scenes for alarm triggering etc... Can anyone help?

     

    Well i'm updating scene in HCL. But i have to warn all who uses process below, than me nor Fibaro are not responsible for some instability or crash of you HC unit. If Fibaro will delete this post then i will not send it even in PM, because of violation.

    Get your code by folowing this process (

    Please login or register to see this link.

    ).

    1. Create and save some blank scene.
    2. Go to active rest api documentation (IP_OF_HC/docs) -> click on scenes and click on PUT.
    3. Fill in ID of your scene. You will find it in general settings of the scene.
    4. Then past code below and replace "Your Entry code." by your code and change "900" to your device ID.

      Please login or register to see this code.

      Example:
       

      Please login or register to see this code.


       

    5. Then hit "Try it!" button.

    6. Start scene from Fibaro UI.

    7. Try your entry code.

    If it was successful then try it again for different code by going from point 2 with different user ID.
    Example of different ser ID:
     

    Please login or register to see this code.

     

    Edited by jakub.jezek
    Added start scene to procedure and device ID.
    • 0
    Posted

    Dear Jakub, thanks for help.

     

    Is there any possibility to reset complete memory of RFID keypad and then to set codes and pins from beggining as I have an issue with RFID because I tried a lot of ways of setting it up and now it is messed up?

     

    Also, I dont know what does that mean and is it fine:

    Please login or register to see this image.

    /monthly_2017_01/das.jpg.b8089016d10d64d205af8d12253ce9d7.jpg" alt="das.jpg" />

    • 0
    Posted
    3 minutes ago, plutonium said:

    Dear Jakub, thanks for help.

     

    Is there any possibility to reset complete memory of RFID keypad and then to set codes and pins from beggining as I have an issue with RFID because I tried a lot of ways of setting it up and now it is messed up?

     

    Also, I dont know what does that mean and is it fine:

    Please login or register to see this link.

     

    @plutonium You will reset all codes by removing Zipato RFID from Z-Wave network. It is how i think it is right now. Maybe you can replace the code.

    Also i see, that i forgot to mention, that you need to start scene in procedure (corrected).

     

    And if you have response code 200, than it is ok. If you go in your scene, it will be empty and you cannot even do anything in that scene. Also i do not recommend editing these type of scenes using Fibaro UI. Do it only in Active Rest API documentation or some REST client.

     

    Now, i bet they will change API in next version regarding this type of editing scenes :D:D:D  :D

    • 0
    Posted

    Gives me unregistered code.

     

    I'm wondering how HCL will send on keypad codes? I can't see it in code you wrote. There is nothing reffered to device ID.

    • 0
    Posted
    2 hours ago, plutonium said:

    Gives me unregistered code.

     

    I'm wondering how HCL will send on keypad codes? I can't see it in code you wrote. There is nothing reffered to device ID.

    In the code there is "fibaro:call(900, \"setUserCodeDec\", \"1\", \"Occupied\", \"143,40,31,11,1,32,2,128,0,0\", \"name_arg_is_optional\");","html":""}". So in my case 900 is device ID.

    • 0
    Posted

    Works like a charm! :) Thank you  a lot!

     

    The only thing which does not work now is signal in scene. I try to programm scene if keypad is locked, to turn light on, but light wont go on...Looks like there is problem in reading device status (keypad shows status locked/unlocked). Any solution?

    • 0
    Posted (edited)

    Go to Active rest api documentation (http://HC2_IP/docs), go to Scenes -> Get Scene by ID (/api/scenes/xxx -> xxx means scene ID) and post there ID of your scene. Then print here "lua" line.

     

    HCL is converting blocks into Lua after saving a scene. Maybe some bug in conversion. I have some Zipato RFID in office, but i cannot promise that i will look into it today.

    Edited by jakub.jezek
    • 0
    Posted (edited)

    Here it is:

    Please login or register to see this attachment.

    Edited by plutonium
    • 0
    Posted
    On ‎13‎.‎01‎.‎2017 at 10:05 AM, jakub.jezek said:

    If Fibaro will delete this post then i will not send it even in PM, because of violation

    ...

    Now, i bet they will change API in next version regarding this type of editing scenes :D:D:D  :D

     

    Jakub, Jakub .. you should not post such things in first place, i spend hours to create VD to "overcome this LUA situation" on HCL :evil: , but anyway, now its out, so i think Fibaro will leave it as "unsupported" way.

    • 0
    Posted
    2 hours ago, tinman said:

     

    Jakub, Jakub .. you should not post such things in first place, i spend hours to create VD to "overcome this LUA situation" on HCL :evil: , but anyway, now its out, so i think Fibaro will leave it as "unsupported" way.

     

    Ok. Do you have aby sollution how to set user code on HCL? Becouse in almost every situation PUT command to update a device stopped work for me since 4.101 beta.

    • 0
    Posted
    1 hour ago, jakub.jezek said:

     

    Ok. Do you have aby sollution how to set user code on HCL? Becouse in almost every situation PUT command to update a device stopped work for me since 4.101 beta.

     

    is my solution not working anymore?

     

     

    it should work, normally via get not put

     

    GET /api/callAction?deviceID=666&name=setUserCodeDec&arg1=1&arg2="Occupied"&arg3="10,11,12,13,14,15,16,17,18,19"&arg4="tag1" HTTP/1.10x0D0x0AHost:127.0.0.1 0x0D0x0AAuthorization: Basic YWRtaW46YWRtaW4= 0x0D0x0A0x0D0x0A

     

    • 0
    Posted (edited)

    Tinman, in my situation it is not working. (maybe I'm doing something wrong)

     

    Solution from jakub is working perfectly. 

    Edited by plutonium

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