A node app that runs on a Raspberry Pi that can control garage doors using HomeKit
- 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
- Install dependancies using
yarn install
- Run the app,
yarn start
- Add the accessory using the iOS Home.app