Show the hackerspace status (open/close) with industrial skookum lamps and an ESP8266.
The Wemos D1 does this:
- HTTP GET request on https://fixme.ch/status.json
- Parse the Json
- Check if the space is open or close
- Change the lamp accordingly
- Repeat every 5 seconds