Skip to content

HomeKit control for garage doors using a Raspberry Pi

Notifications You must be signed in to change notification settings

davidmuzi/garage-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

HomeKit control for garage doors using a Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published