A set of code to allow a user to monitor and control one or more garage doors via SMS commands. Meant for manual installation using a RaspberryPi and some additional hardware. Also requires a (very cheap) subscription to a service called Plivo. I'm happy to respond to questions if someone else would like to to use this as a start for their own project. Uses Raspberry Pi running Jessie. Needs additional hardware (relay(s), light sensor, reed switch(es). Currently can support the following events: Door opened Door closed Door still opened after x minutes Light on Button pushed (vs. using door remote) User can "subscribe" to each of these events on a door by door basis via SMS messages. Security is possible to limit the phone nubmers that will work. User can also "snooze" and alarm - e.g. if the door open nag timer is reminding you every five minutes you can snooze it to either shut it off or remind you again in xx minutes if the door is still open.
Stars
8
Forks
1
Watchers
8
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
175
commits
Updated timer intervals and fixed bug with messages for door open events (was sending msg for door left open)
ce14ee1View on GitHubChanged doors (we switched sides) and changed some status messages
9ada856View on GitHubChanged logic for press butting to reflect simpler wiring for relay
6a7855bView on GitHub