OpenGarage › Forums › Comments, Suggestions, Requests › Home automation integration › Re: Re: Home automation integration
psmedley
@moreejt@yahoo.com wrote:
Today I coded some bash scripts that will run on a system at my house. These scripts open/close/check status of a specified device. I’m calling from cron like this
15 9 * * * root /opt/opengarage/closedoor.sh http://192.168.0.100 opendoor
I’ll post the scripts here and probably build a powershell version. I haven’t looked at other scripts on the forum yet because I did all of this in about an hour for fun. Happy to work with others. I’d really like to modify the opengarage app I found on google play.
Hi – thanks for providing these. Unfortunately, I can’t get them to work:
sudo ./opendoor.sh http://192.168.1.65 opendoor
DEBUG ON
Door is Closed Opening Door
However, the door doesn’t open 🙁
status.sh works correctly.