-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Door lock database modifications #4795
Door lock database modifications #4795
Conversation
…matching the ones specified in the ID Lock 150 Zigbee specification
I noticed that "general.xml" had a mix of tabs and spaces. I can normalize this and commit if someone can tell me which would be preferred indentation in this repo. |
Ha nice, realy usefull. I will try to use the same command to make same using the API. |
Yes, Get, Set, Clear PIN are possible from the GUI (only tested with ID Lock 150). Would be awesome if it could be made available through the API as well! What kind of captures do you need, I'm happy to oblige? Would also be neat if the "Door state" 0x0003 (opened/closed) -attribute could also be exposed in the API, similar as "Lock state" 0x0000. For Get, Set & Clear-commandsUser ID (uint16) = 0 - [# of PIN Users Supported attribute - 0x0012] For Set pinUser status (uint8) = Only the values 1 (Occupied/Enabled) and 3 (Occupied/Disabled) are allowed for User Status.
PIN (octstr) = Length between "Min PIN Length" (0x0017) and "Max PIN Length" (0x0018)-attributes of the door lock cluster (0x0101) For Get PIN ResponseSame parameters and rules apply as for "Set PIN" apart from User Status
|
Are you able to compile code to test ? If you can test the door state and give me logs when you use the "get pin" command using the GUI ? |
I'll try to compile your branch and check the state as well as the logs from Get PIN-command. Which log topics do you want/need activated to get needed information? |
Better to continue the discution on the issue to not pollute your PR. |
Hi, is the PR ready to merge or work in progress? |
I think the @burken- PR is finished ? |
Added generic and manufacturer specific attributes and commands as specified in the ID Lock 150 Zigbee specification. Information about the generic attributes and methods fetched from the Zigbee cluster library