+ "content_html": "<div class=\"post__inner post__entry\">\n<p>Version v0.28 of FlexMeasures brings the ability to show daily KPIs above the graphs. Also, we improved the performance of viewing graphs.</p>\n<p>Plus, a lot of small tweaks have happened!</p>\n<p><a href=\"https://flexmeasures.readthedocs.io/latest/changelog.html#v0-28-0-september-10-2025\" target=\"_blank\" rel=\"noopener noreferrer\">See the changelog</a> for a complete list of improvements.</p>\n</div>\n<div class=\"post__inner post__entry\">\n<h2>Daily KPIs</h2>\n<p>Until now, FlexMeasures would only let you see graphs data. We do have a reporting engine, but you have to know it is there (one tutorial does help you use it) and showing that data is your own job.</p>\n<p>Now, we make the first step for such data to step into the light - daily KPIs (e.g. daily energy costs) can be shown above the graphs:</p>\n<figure class=\"post__image post__image--center\"><img loading=\"lazy\" src=\"https://flexmeasures.io/media/posts/52/KPIs-full.png\" alt=\"KPIs shown on top of graphs\" width=\"800\" height=\"429\" sizes=\"(max-width: 48em) 100vw, 768px\" srcset=\"https://flexmeasures.io/media/posts/52/responsive/KPIs-full-xs.png 300w ,https://flexmeasures.io/media/posts/52/responsive/KPIs-full-sm.png 480w ,https://flexmeasures.io/media/posts/52/responsive/KPIs-full-md.png 768w ,https://flexmeasures.io/media/posts/52/responsive/KPIs-full-lg.png 1024w ,https://flexmeasures.io/media/posts/52/responsive/KPIs-full-xl.png 1360w ,https://flexmeasures.io/media/posts/52/responsive/KPIs-full-2xl.png 1600w\"></figure>\n<p>This is the way to configure such KPI widgets at the moment:</p>\n<p><code>[</code><br><code> {\"title\": \"My KPI\", \"sensor\": 2, \"function\": \"sum\"},</code><br><code> {\"title\": \"Raw Power KPI\", \"sensor\": 3, \"function\": \"sum\"}</code><br><code>]</code></p>\n<p>The function setting can be either \"sum\", \"mean\", \"max\" or \"min\". We are working on a graphical way to set these soon. Until then, see <a href=\"https://flexmeasures.readthedocs.io/latest/views/asset-data.html#showing-daily-kpis\">this documentation</a> on how to use htis feature.</p>\n<p>This work was done in Pull Request <a href=\"https://github.com/FlexMeasures/flexmeasures/pull/1608\" target=\"_blank\" rel=\"noopener noreferrer\">1608</a>, <a href=\"https://github.com/FlexMeasures/flexmeasures/pull/1656\" target=\"_blank\" rel=\"noopener noreferrer\">1656</a> , <a href=\"https://github.com/FlexMeasures/flexmeasures/pull/1633\" target=\"_blank\" rel=\"noopener noreferrer\">1633</a> and <a href=\"https://github.com/FlexMeasures/flexmeasures/pull/1634\" target=\"_blank\" rel=\"noopener noreferrer\">1634</a></p>\n<h2>Faster graphs page</h2>\n<p>The graphs page is very important to check in on a site, especially if it is new. It had some UX problems, which we fixed in JavaScript, as well as some data processing problems in the backend when loading graph data, which we fixed there.</p>\n<p>As a result. waiting for data to load should be taking less time, and larger data set can be viewed.</p>\n<p>This work was done in Pull Requests <a href=\"https://github.com/FlexMeasures/flexmeasures/pull/1641\" target=\"_blank\" rel=\"noopener noreferrer\">1641</a>,<a href=\"https://github.com/FlexMeasures/flexmeasures/pull/1645\" target=\"_blank\" rel=\"noopener noreferrer\"> 1645</a> and<a href=\"https://github.com/FlexMeasures/flexmeasures/pull/1596\" target=\"_blank\" rel=\"noopener noreferrer\"> 1596</a>.</p>\n</div>",
0 commit comments