-
Notifications
You must be signed in to change notification settings - Fork 25
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
Homebridge integration? #19
Comments
As far as I know Homebridge is JS based not sure how this python lib can be integrated |
Do you use HomeAssistant? If so you can expose HomeAssistant devices to HomeKit without running Homebrdige in between |
I've added this to my homebridge via the homebridge-http plugin. I have it point to a raspberry pi, which has a DHCP reservation, on my network for status, lock, and unlock URLs. The Rpi hosts a web server and the python script. I wrote the script to return a tuple of the open/closed and locked/unlocked status by default, but unlock, lock, or return locked status as 1 or 0 depending on the argument passed. The web server (nodeJS in my case) calls the python script with an argument depending on the URL path requested.
and the python script looks like:
This is a total kludge, but it works. |
Hi,
I was wondering if you might have looked at providing this as a Homebridge plugin as well?
Though the August lock is compatible with Apple Homekit, it is only the lock/unlock functionality. The door ajar sensor is not, as well as the doorbell. Using this with Homebridge would complement the existing integration.
Thoughts??
The text was updated successfully, but these errors were encountered: