Skip navigation
10515 Views 4 Replies Latest reply: May 7, 2012 10:00 AM by Dan Simon RSS
Newbie 1 posts since
May 26, 2011
Currently Being Moderated

May 28, 2011 7:58 AM

New VRCOP-1LW +3  Application note

I have installed a zwave Kwikset deadbolt.  I am using the VRCOP to communitcate with it.  I am able to lock and unlock it with the VRCOP and get the batter level using the examples in section H and I from the application note appendix .  Is it possible to get similar examples on how to set codes using the "command class user code"  and how to use command class door lock logging???    Thanks  John

  • Leviton Technical Representative Apprentice 698 posts since
    Apr 12, 2010
    Currently Being Moderated
    Jun 1, 2011 2:51 PM (in response to johnlaroux)
    New VRCOP-1LW +3 Application note

     

    You would need to contact Black & Decker to find out what are the required parameters to send those commands.

  • Leviton Technical Representative Apprentice 698 posts since
    Apr 12, 2010
    Currently Being Moderated
    Jun 10, 2011 2:01 PM (in response to johnlaroux)
    Re: New VRCOP-1LW +3 Application note

    Here are some commands that have been tested for the command classes you specified:

     

     

    User Code:

    Get User Code:

    >NxSS99,2,UserID

    X = lock node ID

    User ID = 1 to max. supported

     

    User Code report:

    <nx,99,3,UserID,status,code1,code2….,codey

    Status = 0 (available), 1 (occupied), 2 (reserved), 3(not available)

    Code = 4 to 10 digit ascii number

     

    Set User Code:

    >NxSS99,1,UserID,Status, code1,…,codey

     

     

    Door Lock Logging:

    Records Support Get:

    >NxSS76,1

    X = lock node ID

     

    Records Support Report:

    <nx,76,2,y

    X = lock node ID

    Y = max number of records stored

     

    Get Record:

    >NxSS76,3,0,y

    X = lock node ID

    Y = record number, use 0 for most recent

     

    Record Report:

    <nx,76,4, record num, yr1, yr2, month, day, hr, min, sec, event, user ID, code length, code1…,codey

    X = lock node ID

    Code = 4 to 10 digit ascii number

    Event = manual lock, manual unlock, remote lock, remote unlock, etc

More Like This

  • Retrieving data ...

Legend

  • Correct Answers - 4 points
  • Helpful Answers - 2 points