/garage-kit

HomeKit control for garage doors using a Raspberry Pi

Primary LanguageJavaScript

GarageKit

A node app that runs on a Raspberry Pi that can control garage doors using HomeKit

Parts

Installing

  1. create a config file at the project root, config.yml that looks like this (supports multiple garages):
- hk:
    uid: hap.garage.door
    pin: 678-90-876
    accessoryName: Dave's Garage Door
    username: 17:51:0A:F4:BC:82
    name: garage door
    port: 47128
  gpio:
    pin: 14
    sensorPin: 6
  1. Install dependancies using yarn install
  2. Run the app, yarn start
  3. Add the accessory using the iOS Home.app