README.md
changeset 20 49b20c7a10e8
parent 2 3ab597628612
child 24 bba43c5fbf59
equal deleted inserted replaced
19:9091084884b0 20:49b20c7a10e8
     3 Using
     3 Using
     4 a
     4 a
     5 [Raspberry Pi Zero W](https://www.raspberrypi.org/products/raspberry-pi-zero-w/) and
     5 [Raspberry Pi Zero W](https://www.raspberrypi.org/products/raspberry-pi-zero-w/) and
     6 [Pimoroni Automation pHAT](https://shop.pimoroni.com/products/automation-phat),
     6 [Pimoroni Automation pHAT](https://shop.pimoroni.com/products/automation-phat),
     7 make a simple circuit-based door lock and door bell intercom into a
     7 make a simple circuit-based door lock and door bell intercom into a
     8 Siri controlled smart accessory. Siri integration is provided
     8 Siri-controlled HomeKit smart accessory. Siri integration is provided
     9 by [HAP-NodeJS](https://github.com/KhaosT/HAP-NodeJS).
     9 by [HAP-NodeJS](https://github.com/KhaosT/HAP-NodeJS).
    10 
    10 
    11 ## Installation
    11 ## Installation
    12 
    12 
    13 Installation is complex and handled by
    13 Installation is rather involved and handled by
    14 an [Ansible](https://ansible.com/) playbook.
    14 an [Ansible](https://ansible.com/) playbook.
    15 
    15 
    16 ## Ansible Inventory
    16 ## Ansible Inventory
    17 
    17 
    18 `inventory/host_vars/raspberrypi.local.yaml`
    18 `inventory/host_vars/raspberrypi.local.yaml`
    19 
    19 
    20     github_user: "<github user>"
    20     github_user: "<github user>"
    21     nodejs_version: "8.9.0"
       
    22     nodejs_dir: "node-v{{nodejs_version}}-linux-{{ansible_architecture}}"
       
    23     wpa_networks:
    21     wpa_networks:
    24       - ssid: "<your ssid>"
    22       - ssid: "<your ssid>"
    25         psk: "<your wifi password>"
    23         psk: "<your wifi password>"
    26 
    24 
    27 ## Run Ansible
    25 ## Run Ansible