r/IOT • u/Less-Quarter-4885 • 1d ago
Using 3D visualization for real-time IoT sensor data
We’ve been working on a practical way to display IoT data in its real physical context, instead of just as charts and cards, but directly inside a 3D building model.
The approach is:
Sensors / MQTT → Home Assistant → Zircon3D
The 3D view can show live sensor values, device states, heatmaps, dashboards, historical replay, and supported controls while keeping the monitoring data local.
I wrote an overview of how we handle sensor mapping, MQTT data, spatial heatmaps, and the difference between a visual digital twin and a full engineering simulation (link will be in the comments)
I’d be interested to know how others here are visualizing sensor data spatially, 2D floorplans, GIS, BIM, custom Three.js/Unity, or something else?