Description
Here’s a corrected and polished version:
I’m looking for a library that can display temperature sensors as a heatmap, creating a colored graph similar to those seen on weather channels.
Instead of a map of American states, I’d like to visualize my house’s layout (viewed from above) to get a real-time temperature heatmap of the rooms and walls.
Is this possible?
The graph only needs a way to:
• Define the outline of the house (e.g., using a paint-style image or a simple layout sketch).
• Position the sensors at specific (x, y) coordinates, such as near a wall or in precise locations.
• Automatically blend colors between hot and cold areas where sensor ranges overlap.
Additionally, it would be great if:
1. The sensor heatmap starts with a circular area around each sensor and expands as their values dictate.
2. Overlapping areas merge smoothly to show a continuous gradient.
3. The radius of each sensor’s influence could be adjustable (e.g., in meters).
Do you think I’m dreaming?