Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
/ dooropener Public archive

RasPi Dooropener for ETH EC Coworking Space, with Slack integration

License

Notifications You must be signed in to change notification settings

jo-m/dooropener

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages