Doorbell plugin for Homebridge to enable control of an old doorbell and front-gate latch
npm install homebridge-gate-latchTo SSH:
1. Make sure the Raspberry Pi is running
2. Run ssh pi@raspberrypi.local in a terminal window
3. Enter the password for the Raspberry Pi
Homebridge config on the Raspberry Pi is configured here
```
~/.homebridge/config.json
To shutdown run: sudo shutdown -h now
To run the plugin locally on the raspberry pi (instead of from npm):
DEBUG=* /usr/bin/homebridge -D -P doorbell/`
- (Siri Controlled 1970s Intercom Door)[https://medium.com/dirigible/siri-controlled-1970s-intercom-door-ecd7a6b0df31]
- (Creating a homekit plugin)[https://blog.theodo.com/2017/08/make-siri-perfect-home-companion-devices-not-supported-apple-homekit/]