-
Notifications
You must be signed in to change notification settings - Fork 506
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
IDlock 150 - No binding for door state #5739
Comments
Whats the model ID / Manufacturer name of this device? |
It's this one: #3827 Product name: ID-Lock |
I guess Datek is technically the manufacturer id, as they produce the zigbee module for the lock. |
Please read the Basic cluster for it on your device if you can. |
No, i want the basic cluster :) |
Almost there :) Can you please click " read" ? We need those Manu name and model ID to show up. |
The PR is here since May 2021 #4876 You have it on your device JSON ? |
Nope, I can only find the value in the phoscon app, {
"config": {
"battery": 90,
"lock": false,
"on": true,
"reachable": true
},
"ep": 1,
"etag": "e6de70ee105a141b51a1ad82dbc90d81",
"lastannounced": "2022-02-01T13:03:33Z",
"lastseen": "2022-02-01T14:07Z",
"manufacturername": "Datek",
"modelid": "ID Lock 150",
"name": "Hoveddøra",
"state": {
"lastupdated": "2022-02-01T13:07:09.197",
"lockstate": "unlocked"
},
"swversion": "0.7",
"type": "ZHADoorLock",
"uniqueid": "68:0a:e2:ff:fe:6b:b8:26-01-0101"
} |
@Smanar seems like your PR would solve my problem perfectly. Is there any reason why it hasn't been merged? |
Oh, just read the ddf proposal. Looks like a good approach 👍 |
Describe the bug
According to this specification
deconz-rest-plugin/general.xml
Line 1541 in 2b71bd9
Steps to reproduce the behavior
Add the lock using the deconz webapp
curl the api to see that only data for battery and lock state are presented
-->
Expected behavior
There should afaik be a binding of the door state aswell to say wether it is closed, open, jammed etc..
Screenshots
N/A
Environment
Phoscon: 2.14.00 / 18/12/2021
Deconz: v2.14.0-beta
deCONZ Logs
Nothing that looks interesting
Additional context
N/A
The text was updated successfully, but these errors were encountered: