<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Rollups on dashboards]]></title><description><![CDATA[<p dir="auto">Hi all,<br />
I have a kWh data source from a modbus slave device polling every 15 minutes. This is a cumulative value. I have also set up a meta datapoint to log 15 minute values (I had to do this as a delta roll up wont work for 15 minutes if there is only one value logged every 15 mins). That all good.<br />
Now I have set up an SVG graphic and on it I want to display current total, last month, last 15 minute value, max 15min value,<br />
I can get the current total and the last 15 minute value no problem as they are last values received I but cant figure out how to do a rollup on the SVG graphic.<br />
Any suggestion? Thanks</p>
<p dir="auto">Rob</p>
<pre><code>&lt;ma-get-point-value point-xid="L1EnergyX" point="L1EnergyPt"&gt;&lt;/ma-get-point-value&gt;
 &lt;ma-get-point-value point-xid="15MinuteEnergyX" point="15MinuteEnergyPt"&gt;&lt;/ma-get-point-value&gt;
 &lt;ma-svg ng-include="'/modules/mangoUI/web/img/5Ecohousepanel.svg'" style="position: absolute; width: 900px; height: 480px; left: 920px; top: 0px;"&gt;
&lt;div ma-selector="#HouseTotal tspan" ng-bind="L1EnergyPt.renderedValue"&gt;&lt;/div&gt;
&lt;div ma-selector="#HouseLast15 tspan" ng-bind="15MinuteEnergyPt.renderedValue"&gt;&lt;/div&gt;
&lt;div ma-selector="#HouseMax15 tspan" ng-bind= "???????????????????????????????????"&gt;&lt;/div&gt;
&lt;div ma-selector="#HouseLastMonth tspan" ng-bind= "???????????????????????????????????"&gt;&lt;/div&gt;
  &lt;/ma-svg&gt;
</code></pre>
]]></description><link>https://forum.mango-os.com/topic/4776/rollups-on-dashboards</link><generator>RSS for Node</generator><lastBuildDate>Tue, 19 May 2026 13:49:18 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/4776.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 21 Apr 2020 15:25:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Rollups on dashboards on Wed, 22 Apr 2020 10:20:12 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/robmalone" aria-label="Profile: Robmalone">@<bdi>Robmalone</bdi></a></p>
<p dir="auto">You should also look at the document for  <code>&lt;ma-point-statistics&gt;</code> it returns a statsObject which you can then use statsObject.last, statsObject.max etc.  this would be a lot easier to use than <code>&lt;ma-point-values&gt;</code> you for purpose.</p>
]]></description><link>https://forum.mango-os.com/post/25057</link><guid isPermaLink="true">https://forum.mango-os.com/post/25057</guid><dc:creator><![CDATA[CraigWeb]]></dc:creator><pubDate>Wed, 22 Apr 2020 10:20:12 GMT</pubDate></item><item><title><![CDATA[Reply to Rollups on dashboards on Wed, 22 Apr 2020 00:52:23 GMT]]></title><description><![CDATA[<p dir="auto">Take a look at the <code>ma-point-values</code> item under the Api docs -&gt; components. Also check the examples.<br />
You'll be able to see how to apply it to get the rollups you desire to display the figures you want.</p>
<p dir="auto">Fox</p>
]]></description><link>https://forum.mango-os.com/post/25054</link><guid isPermaLink="true">https://forum.mango-os.com/post/25054</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Wed, 22 Apr 2020 00:52:23 GMT</pubDate></item></channel></rss>