jo-m / dooropener

RasPi Dooropener for ETH EC Coworking Space, with Slack integration

Home Page:http://entrepreneur-club.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coworking Space Door Opener

This was in use at the old ETH Entrepreneur Club Coworking Space.

The door opener is actuated through a RasPi GPIO pin, which is connected to the building door opener through a relay.

Running on a Raspberry Pi. Setup.

Local setup

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

# run app
./dooropener.py

Die App ist nun hier erreichbar: http://localhost:5050.

About

RasPi Dooropener for ETH EC Coworking Space, with Slack integration

http://entrepreneur-club.org/

License:MIT License


Languages

Language:Python 100.0%