Skip to content
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

"smart" door/lock support.. #65

Open
dezral opened this issue Feb 1, 2018 · 4 comments
Open

"smart" door/lock support.. #65

dezral opened this issue Feb 1, 2018 · 4 comments

Comments

@dezral
Copy link

dezral commented Feb 1, 2018

Would it be possible to add "smart" door/lock support.. i have purchased a Danalock v3 z-wave to be used with my telldus.. I know I could have bought a homekit version but that would ONLY work on IOS..so could not send keys to an android or other.. so z-wave/BT is better and hoping to add it to homebridge..

@dezral dezral changed the title door lock support.. "smart" door/lock support.. Feb 2, 2018
@ekhalil-SE
Copy link

I'm interested in any answer to this question please.
Thank you,

@mifi
Copy link
Collaborator

mifi commented Aug 3, 2020

If it works the same as a switch in Telldus, then it should be fairly trivial to implement in homebridge-telldus, however I don't have any devices to test for this.

@ekhalil-SE
Copy link

I managed to get the Danalock in homebridge as a switch by updating the config file as follows:
"local_id": "301",
"type": "device",
"model": "switch",
"clientDeviceId": "301",
"name": "Frontdoor Lock",
"manufacturer": "Danalock",
It will be very nice if we can define it as a proper "lock" so that Homekit / Siri can deal with it the correct way.
So far I'm using iOS shortcuts to handle the doorlock and that's working ok.
Thanks,

@mifi
Copy link
Collaborator

mifi commented Aug 3, 2020

Cool. I think it's only a matter of implementing the right service and HAP characteristics from https://github.com/homebridge/HAP-NodeJS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants