Skip to content

Contains python control script, Android app code, schematics, and an installer script to automate installation on the Pi.

License

Notifications You must be signed in to change notification settings

00mjk/Pi-Garage-Door-Opener

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pi-Garage-Door-Opener

Contains Python script, schematics, and additional information from the youtube video at https://youtu.be/An7KQbmUnhs. The install.sh file can automate all of the tasks involved in this project, including installing python3, installing bottlepy, making the directory, pulling the latest version of the python script, and editing the /etc/rc.local file to run on startup.

How to run install.sh

Make sure system is up to date:

sudo apt update && sudo apt upgrade -y

Get the latest version of the script

wget https://raw.githubusercontent.com/Rav4s/Pi-Garage-Door-Opener/master/install.sh

Add execute permissions

chmod +x install.sh

Run the script and follow the terminal prompts

./install.sh

Accessing the website

After the reboot, you can access your garage door at http://serverip:1234/login. The default password is xxxx. You can change this by editing the line that says pswd="xxxx" to whatever password you'd like to have.

About

Contains python control script, Android app code, schematics, and an installer script to automate installation on the Pi.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.4%
  • Kotlin 23.2%
  • Shell 18.4%