ESP8266 driven weather station with a Flask webserver frontend and Influx/Grafana plotting.
 
 
 
 
Go to file
Gabe Shaughnessy 02e008ab25 Initial commit 2016-09-28 11:31:38 -05:00
app Initial commit 2016-09-28 11:31:38 -05:00
esp8266 Initial commit 2016-09-28 11:31:38 -05:00
screenshots Initial commit 2016-09-28 11:31:38 -05:00
README.md Initial commit 2016-09-28 11:31:38 -05:00

README.md

Flask and SocketIO frontend to weather station. It can accept multiple stations simultaneously.

To setup: pip -r requirements

To run: Run station receiver that pushes socketIO packets to flask webserver: $python stationServer.py

Run flask webserver that listens for SocketIO packets: $python app.py

Webpage will be located at and will update when packet is received from stations http://localhost:5000/