A solution for the door problem we face in our hackerspace.
- create fritzing diagram (@hoktaar)
- create prototype (@hoktaar, @divramod)
- write installscript for raspberry pi model b+ (@divramod)
- [ ]
- create a diagram (@divramod)
This server usally runs on a Raspberry Pi and enables us to read the states of the door locks. It also makes it possible to switch the door indicator lights.
In Eberswalde we have spaces at different locations. So we need one public reachable server at every location where we want to track things. This location-server is publicly accessible and communicates with the hardware-server, which is not publicly accessible.
This server hosts the website, which enables us to see the current states of our locks. it can be hosted everywhere and accesses the location-server which works as api and gives back the information needed.
A slack Integration which pushes the state changes of the doors/switches to slack.
A website that shows all the information.
A wordpress plugin, that enables us to show the states of the doors on our wordpress website.