Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 431 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 431 Bytes

Access Control System Scripts

Install

venv

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Debian

apt-get install python3-sdnotify python3-dateutil python3-paho-mqtt 

Run

Create the configuration and change it to your needs.

cp settings.conf.example settings.conf
vim settings.conf

Start:

source venv/bin/activate
./glass-door.py