From ab4030d34d1a3211e4999940e5abb5a61d3f6872 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Fri, 19 Jan 2018 12:01:14 -0600 Subject: Updated Readme. --- README.md | 17 +++++++++++++++++ hap.yaml | 1 - 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94bf70c..5b07842 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,18 @@ # Raspberry Pi Homekit Door Accessory +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 door bell intercom into a +Siri controlled smart accessory. Siri integration is provided +by [HAP-NodeJS](https://github.com/KhaosT/HAP-NodeJS). + +## Installation + +Installation is complex and handled by +an [Ansible](https://ansible.com/) playbook. + ## Ansible Inventory `inventory/host_vars/raspberrypi.local.yaml` @@ -10,3 +23,7 @@ wpa_networks: - ssid: "" psk: "" + +## Run Ansible + +`ansible-playbook hap.yaml` diff --git a/hap.yaml b/hap.yaml index cfb7717..abf3464 100644 --- a/hap.yaml +++ b/hap.yaml @@ -5,4 +5,3 @@ - base # - automationhat - hap-nodejs - - homebridge -- cgit v1.2.3