Serverless Air Quality / Temp / Humidity monitor with realtime SPA dashboard #14722
barakplasma
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
It would be awesome if someone figured out a way to use the BSEC library even if many drivers may need to be excluded... ;) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Read more at https://dev.to/barakplasma/showdev-serverless-iot-dashboard-2h92
tl;dr
I used an ESP-8266 running Tasmota with a BME 680 air quality sensor to publish data to an MQTT broker. I also created a frontend dashboard which connects to the MQTT broker/topic and graphs/saves the data to the browser in realtime. (Serverless)
Code for the Realtime dashboard with graph and persistent data in indexeddb https://github.com/barakplasma/Browser-MQTT-Dashboard
Beta Was this translation helpful? Give feedback.
All reactions