Hi everyone
I’d like to share a small application I’ve built using Panel to monitor temperature and humidity in my home via ESP32 microcontrollers and DHT22 sensors.
Live demo: https://panel-home-monitoring.onrender.com/app
GitHub: GitHub - xavArtley/panel_home_monitoring
What it does
- Visualizes temperature and humidity data in real-time
- Supports multiple sensors placed around the house
- Offers two modes:
- Historical view
- Current data view
- App built with Panel and Bokeh, hosted on Render.com
- Data is streamed from Firebase, sent by ESP32
Technologies used
- Panel
- Bokeh
- Firebase Realtime Database
- ESP32 + DHT22 sensors
- Hosted on Render.com
Why I’m sharing
This project could serve as a tutorial or starting point for others wanting to build a home IoT dashboard using open-source tools.
I’d be happy to answer any questions or improve the project if it helps others in the community.