ESP8266 running Micropython collecting temperature humidity and light level. Pushing data to a Mosquito server. A python script to ingest the data into an influx database. Grafana to display the data.
Go to file
Shivan Sivakumaran bf604c5e30 added to readme and created dev branch 2021-05-28 13:19:01 +12:00
docs added to readme and created dev branch 2021-05-28 13:19:01 +12:00
mqttinflux Done stuff 2021-02-20 00:06:59 +13:00
uP Use config file, add libs 2021-05-28 00:27:04 +12:00
.gitignore Done stuff 2021-02-20 00:06:59 +13:00
LICENSE Initial commit 2021-02-16 09:34:03 +00:00
README.md added to readme and created dev branch 2021-05-28 13:19:01 +12:00
docker-compose.yml Add mosquitto config 2021-03-28 22:03:30 +13:00
mosquitto.conf Add mosquitto config 2021-03-28 22:03:30 +13:00

README.md

datalogger

ESP8266 running Micropython collecting temperature humidity and light level. Pushing data to a Mosquito server. A python script to ingest the data into an influx database. Grafana to display the data.

Setting up ampy

ampy is a application that allows terminal access to connected micropython devices.

typology