author | Luke Hoersten <luke@hoersten.org> |
Tue, 02 Jun 2020 19:11:08 -0500 | |
changeset 26 | 87ddaf81e63c |
parent 24 | bba43c5fbf59 |
child 27 | df47a99d5bfc |
permissions | -rw-r--r-- |
26
87ddaf81e63c
Updated homekit door for Raspbian Buster.
Luke Hoersten <luke@hoersten.org>
parents:
24
diff
changeset
|
1 |
# Raspberry Pi Homekit Door Lock Buzzer Accessory |
0 | 2 |
|
26
87ddaf81e63c
Updated homekit door for Raspbian Buster.
Luke Hoersten <luke@hoersten.org>
parents:
24
diff
changeset
|
3 |
Using a [Raspberry Pi Zero W](https://www.raspberrypi.org/products/raspberry-pi-zero-w/) |
87ddaf81e63c
Updated homekit door for Raspbian Buster.
Luke Hoersten <luke@hoersten.org>
parents:
24
diff
changeset
|
4 |
and [Pimoroni Automation pHAT](https://shop.pimoroni.com/products/automation-phat), make a simple circuit-based door |
87ddaf81e63c
Updated homekit door for Raspbian Buster.
Luke Hoersten <luke@hoersten.org>
parents:
24
diff
changeset
|
5 |
lock and doorbell intercom into a Siri-controlled HomeKit smart accessory. Siri integration is provided |
87ddaf81e63c
Updated homekit door for Raspbian Buster.
Luke Hoersten <luke@hoersten.org>
parents:
24
diff
changeset
|
6 |
by [HAP-NodeJS](https://github.com/homebridge/HAP-NodeJS). This package itself does not depend on Homebridge. |
2 | 7 |
|
8 |
## Installation |
|
9 |
||
26
87ddaf81e63c
Updated homekit door for Raspbian Buster.
Luke Hoersten <luke@hoersten.org>
parents:
24
diff
changeset
|
10 |
Installation can be handled by: |
0 | 11 |
|
26
87ddaf81e63c
Updated homekit door for Raspbian Buster.
Luke Hoersten <luke@hoersten.org>
parents:
24
diff
changeset
|
12 |
1. The [Ansible](https://ansible.com/) `homekit-door` role provided in the `roles` directory or |
87ddaf81e63c
Updated homekit door for Raspbian Buster.
Luke Hoersten <luke@hoersten.org>
parents:
24
diff
changeset
|
13 |
2. By copying the `npmjs-package` to the Raspberry Pi and running `npm install`. |