# HG changeset patch # User Luke Hoersten # Date 1516384874 21600 # Node ID 3ab597628612e9de6d2f458e47bd49da45ace89e # Parent bc6a0f25a2293f873e4f0eee1afa4b11ca711d25 Updated Readme. diff -r bc6a0f25a229 -r 3ab597628612 README.md --- a/README.md Fri Jan 19 11:54:24 2018 -0600 +++ b/README.md Fri Jan 19 12:01:14 2018 -0600 @@ -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 -r bc6a0f25a229 -r 3ab597628612 hap.yaml --- a/hap.yaml Fri Jan 19 11:54:24 2018 -0600 +++ b/hap.yaml Fri Jan 19 12:01:14 2018 -0600 @@ -5,4 +5,3 @@ - base # - automationhat - hap-nodejs - - homebridge