ctrezevant / reporter

Door status monitor for Porter that sends reports via SMS, using Twilio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reporter

This repository contains a Twilio integration for porter, a smart garage door controller.

Configuration options (passed as command line flags):

-twsid             Twilio account SID")
-twtoken           Twilio authentication token")
-twsender          Your Twilio sender number")
-recipients        Recipients list in format '+18005550199,+18008675309,...'
-papi              Porter API server URI (default http://localhost:8080)
-pkey              Porter API key
-openthresh        Send notification after this many minutes
-repeatthreshSend  Send repeat notifications at this interval (0 to send only one)

This repository contains a Systemd unit file (twporter.service) that can be used to run and manage this service.

About

Door status monitor for Porter that sends reports via SMS, using Twilio

License:GNU General Public License v2.0


Languages

Language:Go 100.0%