sensors.rst 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  1. .. _view_sensors:
  2. *********************
  3. Sensors
  4. *********************
  5. Each sensor also has its own page:
  6. .. image:: https://github.com/FlexMeasures/screenshots/raw/main/screenshot_sensor.png
  7. :align: center
  8. .. :scale: 40%
  9. |
  10. |
  11. Next to line plots, data can sometimes be more usefully displayed as heatmaps.
  12. Heatmaps are great ways to spot the hotspots of activity. Usually heatmaps are actually geographical maps. In our context, the most interesting background is time ― so we'd like to see activity hotspots on a map of time intervals.
  13. We chose the "time map" of weekdays. From our experience, this is where you see the most interesting activity hotspots at a glance. For instance, that mornings often experience peaks. Or that Tuesday afternoons have low energy use, for some reason.
  14. Here is what it looks like for one week of temperature data:
  15. .. image:: https://github.com/FlexMeasures/screenshots/raw/main/heatmap-week-temperature.png
  16. :align: center
  17. It's easy to see which days had milder temperatures.
  18. And here are 4 days of (dis)-charging patterns in Seita's V2GLiberty project:
  19. .. image:: https://github.com/FlexMeasures/screenshots/raw/main/heatmap-week-charging.png
  20. :align: center
  21. Charging (blue) mostly happens in sunshine hours, discharging during high-price hours (morning & evening)
  22. So on a technical level, the daily heatmap is essentially a heatmap of the sensor's values, with dates on the y-axis and time of day on the x-axis. For individual devices, it gives an insight into the device's running times. A new button lets users switch between charts.