A project that uses an Esp8266 board and a DHT22 sensor to collect real-time temperature and humidity data from a room. The system is designed to send this data to an MQTT broker, which allows the user to remotely access and monitor the measurements in real-time. Lastly, Grafana is utilized as a data visualization tool for displaying and analyzing the collected measurements in a user-friendly format.
$ git clone git@github.com:knaiskes/EnviroTrack.gitgit@github.com:knaiskes/EnviroTrack.git
$ cd EnviroTrack/
$ python -m venv venv
$ source venv/bin/activate
$ pip install requirements.txt
$ cd src/esp8266
$ platformio run --target upload
$ pwd # /EnviroTrack
$ docker-compose up
Visit http://localhost:3000
Enter the admin panel with the default credentials:
username: admin
password: admin
- EnviroApi : An API to retrieve temperature and humidity measurements