π Open source system for handling access to any physical entry gate.
Created by Jakub JΓ³ΕΊwiak and Mateusz Nestorowicz
Documentation:
smart-gate-docs.vercel.app
UI/UX:
figma.com/smart-gate
Storybook:
smart-gate.chromatic.com
System for managing and handling access to any physical entry home gate or door. The whole idea is to add smart control for your any already existed electric lock or gate.
Sounds familiar? Right, but there is one significant difference between others smart lock, it is COMPLETELY FREE.
From physical side only what you have to do is to prepare Raspberry Pi and add some 3V Relay Module between Raspberry and your gate to enable ability for opening.
Rest part of Smart Gate system is handled by predefined templates for simplifying process of deploying server, database, and web app. Only what you have to do in this step is to click 2 buttons from Setup for your own usage and fill provided secrets.
After those steps You will transform your simply or even old gate/door into your private smart system.
open-gate-preview.mp4
Important note: Bellow you will find only short and a temporary description on how to setup Smart Gate.
More details will be added soon in documentation website.
In order to use the Smart Gate system in your environment, you have to deploy your own instance of the client, server and database. To make it as simple as possible there is already a prepared template for deploying all packages.
What's important is that the whole setup and its usage is free, so You don't have to worry about any billing.
Why it's free because every part of this setup assumes usage of free tiers without any need to upgrades those pricing plans.
You only have to click the buttons below to deploy your own instances and fill up the required environment variables.
Click the button below to deploy client package with prepared web application using predefined Netlify template.
Click the button below to deploy api package with prepared server application using predefined Heroku template.
Those who want to get started quickly and conveniently may install Smart Gate using the following command:
Piping to bash
is controversial, as it prevents you from reading code that is about to run on your system.
Therefore, we provide these alternative installation methods which allow code review before installation:
git clone --depth 1 https://github.com/Jozwiaczek/smart-gate.git
cd "smart-gate/packages/device/installer"
sudo bash installer.sh
wget -O installer.sh https://smart-gate-docs.vercel.app/install
sudo bash installer.sh
After completed successfully installation check is everything working properly.
Your Raspberry Pi should be initialized and connected with your server.
Check standard logs:
cat /var/log/smart-gate-standard.log
Check error logs:
cat /var/log/smart-gate-error.log
Check out our documentation website.
Read the contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Smart Gate.
Want to file a bug, contribute some code, or improve documentation? Excellent!
Read up on our guidelines for contributing and then check out one of our issues labeled as or .
Help us keep Smart Gate open and inclusive. Please read and follow our Code of Conduct.
The future plans and high priority features and enhancements can be found in the roadmap.
For details about the latest updates check the changelog.
Thanks goes to these wonderful people (emoji key):
Jakub JΓ³ΕΊwiak π» π π¨ π€ π π |
Mefjus π» π€ π |
nikofiko123 π¨ |
Vatras π |
This project follows the all-contributors specification. Contributions of any kind welcome!
Copyright 2020 Jakub JΓ³ΕΊwiak. Licensed under the MIT license.