Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukehoersten/homekit-door
Raspberry Pi HomeKit Door Accessory
https://github.com/lukehoersten/homekit-door
ansible home-automation homekit homekit-accessory pimoroni raspberry-pi siri
Last synced: 2 months ago
JSON representation
Raspberry Pi HomeKit Door Accessory
- Host: GitHub
- URL: https://github.com/lukehoersten/homekit-door
- Owner: lukehoersten
- Created: 2018-01-19T17:47:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-26T22:37:07.000Z (over 3 years ago)
- Last Synced: 2023-04-10T23:24:02.274Z (almost 2 years ago)
- Topics: ansible, home-automation, homekit, homekit-accessory, pimoroni, raspberry-pi, siri
- Language: JavaScript
- Homepage:
- Size: 39.1 KB
- Stars: 22
- Watchers: 3
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raspberry Pi Homekit Door Lock Buzzer Accessory
https://src.nth.io/homekit-door/file
Using a [Raspberry Pi Zero W](https://www.raspberrypi.org/products/raspberry-pi-zero-w/)
and [Pimoroni Automation pHAT](https://shop.pimoroni.com/products/automation-phat), make a simple circuit-based door
lock and doorbell intercom into a Siri-controlled HomeKit smart accessory. Siri integration is provided
by [HAP-NodeJS](https://github.com/homebridge/HAP-NodeJS). This package itself does not depend on Homebridge.## Installation
Installation can be handled by:
1. The [Ansible](https://ansible.com/) `homekit-door` role provided in the `roles` directory or
2. By copying the `npmjs-package` to the Raspberry Pi and running `npm install`.