How Hot Is It In My Apartment? 3
Over the summer of 2023, I embarked on a journey to “upgrade” my apartment’s climate monitoring system…mostly inspired by trips to Micro Center where I got a hold of a few ESP32s. Let me explain.
Previously, the climate monitoring system in my apartment (How Hot 2) was a Raspberry Pi in the living room with a load of sensors, and another Pi in the bedroom with a SHTC3 temp/humidity sensor.
How Hot 3 changed the entire system to use ESP32 boards from Adafruit (2x Qt Py ESP32-S2 for the living room/bedroom, and a Feather ESP32-S2 w/ BME280 for the office) running on CircuitPython, upload data to InfluxDB 2, and display this data on a Grafana dashboard, while also being backwards compatible with How Hot 2 (and the website online).
How Hot 3 is just as resilient as How Hot 2 - all while freeing Raspberry Pis for other projects, providing an extra data point in my office, and making the most of Grafana by tapping into its alerting system.
—
Timeframe: April 2023 - August 2023