Skip to content

Commit cd67d03

Browse files
committed
Updated from Publii
1 parent ee395ff commit cd67d03

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

feed.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://flexmeasures.io/v028-daily-kpis/",
1515
"title": "v0.28: Daily KPIs, faster graphs",
1616
"summary": "Version v0.28 of FlexMeasures brings the ability to show daily KPIs above the graphs. Also, we improved the performance of viewing graphs. Plus, a lot of small tweaks have happened!…",
17-
"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.</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>",
17+
"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>",
1818
"image": "https://flexmeasures.io/media/posts/52/KPI-preview.png",
1919
"author": {
2020
"name": "SeitaBV"
@@ -23,7 +23,7 @@
2323
"FlexMeasures Blog"
2424
],
2525
"date_published": "2025-09-09T16:35:14+02:00",
26-
"date_modified": "2025-09-10T23:36:45+02:00"
26+
"date_modified": "2025-09-11T09:56:52+02:00"
2727
},
2828
{
2929
"id": "https://flexmeasures.io/video-inspecting-sensor-data/",

feed.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<title>FlexMeasures</title>
44
<link href="https://flexmeasures.io/feed.xml" rel="self" />
55
<link href="https://flexmeasures.io" />
6-
<updated>2025-09-10T23:36:45+02:00</updated>
6+
<updated>2025-09-11T09:56:52+02:00</updated>
77
<author>
88
<name>SeitaBV</name>
99
</author>
@@ -19,7 +19,7 @@
1919
<media:content url="https://flexmeasures.io/media/posts/52/KPI-preview.png" medium="image" />
2020
<category term="FlexMeasures Blog"/>
2121

22-
<updated>2025-09-10T23:36:45+02:00</updated>
22+
<updated>2025-09-11T09:56:52+02:00</updated>
2323
<summary>
2424
<![CDATA[
2525
<img src="https://flexmeasures.io/media/posts/52/KPI-preview.png" alt="a KPI widget" />
@@ -41,7 +41,7 @@
4141
<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>
4242
<p>This is the way to configure such KPI widgets at the moment:</p>
4343
<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>
44-
<p>The function setting can be either "sum", "mean", "max" or "min". We are working on a graphical way to set these soon.</p>
44+
<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>
4545
<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>
4646
<h2>Faster graphs page</h2>
4747
<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>

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@
618618
</url>
619619
<url>
620620
<loc>https://flexmeasures.io/v028-daily-kpis/</loc>
621-
<lastmod>2025-09-10T23:36:45+02:00</lastmod>
621+
<lastmod>2025-09-11T09:56:52+02:00</lastmod>
622622
<image:image>
623623
<image:loc>https://flexmeasures.io/media/posts/52/KPI-preview.png</image:loc>
624624
<image:title><![CDATA[a KPI widget]]></image:title>

0 commit comments

Comments
 (0)