Go to file
Georges Herber 72136d3fc6 fixed opendoor.sh 2016-05-07 10:39:54 +02:00
433send Initial commit 2014-10-01 16:31:55 +02:00
doc electronic lock needs adaptation 2014-11-14 23:03:24 +01:00
rcswitch-pi :merged production code with code on github 2015-07-19 19:48:02 +02:00
scripts fixed opendoor.sh 2016-05-07 10:39:54 +02:00
systemfiles add buttons to webinterface to control the projector and screen 2016-02-04 23:50:29 +01:00
webserver Removed cruft. Give user feedback. 2014-10-01 16:35:11 +02:00
www added button to open main door 2016-05-07 09:05:12 +02:00
.gitignore :merged production code with code on github 2015-07-19 19:48:02 +02:00
README.txt implement real people counter hardware 2016-01-17 19:45:44 +01:00

README.txt

Pidor is controlling the state of Level2 on the website, spaceapi and twitter

This documentation is work in progress, sorry about that.

Install
put this in /etc/inittab (see example in systemfiles/inittab)
# pidor
P0:2345:respawn:/root/pidor/scripts/lockbutton.sh
P1:2345:respawn:/root/pidor/scripts/beamerdetect.sh
P2:2345:respawn:/root/pidor/scripts/ws4beamer_status.py
P3:2345:respawn:/root/pidor/scripts/peoplecounter-realtime.sh

put the beamer IP into beamerip.txt
put the peoplecounter ip into peoplecounterip.txt

fill in the crontab
* * * * * /root/pidor/scripts/dhcp2presency.sh
* * * * * /root/pidor/scripts/upd_status.sh > /run/spacestatus.out 2>&1

needs an apache, for some silly historic reason, and for the lights commander
cd ~/pidor/www && ./intallwebsite.sh