Hi everyone,
TLDR:
Does someone have Docker Compose / Image(s) to receive AirGradient sensors data and visualise them on a local server? I would appreciate any pointers on something similar as well. So far the best I’ve discovered is this (GitHub)
More details:
I would like to experiment with sending sensors data to a local dashboarding instance.
I’m thinking about something like:
A) REST server to receive sensors data from AirGradient → B) Persistent database to store values → C) Dashboard hosted on a something like Raspberry Pi or similar.
A) Can be on any programming language - it’s pretty trivial. All what is needed is to listen for JSONs from AirGradient device / parse it / persist into storage.
B) In theory, any SQL / time series database will work - Postgres, MySQL, Prometheus, etc…
C) Superset / Grafana / etc…
P.S. I believe what I want to do can be done by ESPHome, however I’m concerned with the reboot issue being discussed on a forum (looks like it reproduces only on ESPHome) and don’t really need anything more complex than what I’ve described above.
Thank you in advance!