README.md
author Luke Hoersten <luke@hoersten.org>
Sun, 02 Aug 2020 15:00:41 -0500
changeset 27 df47a99d5bfc
parent 26 87ddaf81e63c
child 28 f891e481f06d
permissions -rw-r--r--
Added canonical repo path.

# Raspberry Pi Homekit Door Lock Buzzer Accessory

https://src.nth.io/homekit-door/

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`.