<?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[Set Value and Time from Meta Data Source]]></title><description><![CDATA[<p dir="auto">Hi, I have added a new protocol to mango (openv4j) for Viessmann heating systems (<a href="http://www.viessmann.com" rel="nofollow ugc">http://www.viessmann.com</a> and (the reverse engeneering page in german) <a href="http://openv.wikispaces.com/" rel="nofollow ugc">http://openv.wikispaces.com/</a>). - One If its stable source code will follow.</p>
<p dir="auto">so reading one value take 3 sec ... to get the timepoint of burner starts I get the operating time for the burner.... So I thougth getting the change and then calculate the difference from the last value gives the timepoint of start/end very precicely.</p>
<p dir="auto">So is ther a way to archive this?? - Set value and timepoint for that value?</p>
<p dir="auto">Arne</p>
]]></description><link>https://forum.mango-os.com/topic/243/set-value-and-time-from-meta-data-source</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 16:48:45 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/243.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 09 Dec 2009 19:16:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Set Value and Time from Meta Data Source on Thu, 10 Dec 2009 15:28:18 GMT]]></title><description><![CDATA[<p dir="auto">Hi Arne,</p>
<p dir="auto">Assuming your script calculations are correct, all you would have to change (come the next version) is this:</p>
<p dir="auto">TIMESTAMP = p11.time - (p11.value - p11.valueBeforeThis.value) * 1000;</p>
<p dir="auto">The setting of this global variable will be detected after the script runs and will be used as the timestamp of the sample.</p>
]]></description><link>https://forum.mango-os.com/post/2955</link><guid isPermaLink="true">https://forum.mango-os.com/post/2955</guid><dc:creator><![CDATA[mlohbihler]]></dc:creator><pubDate>Thu, 10 Dec 2009 15:28:18 GMT</pubDate></item><item><title><![CDATA[Reply to Set Value and Time from Meta Data Source on Thu, 10 Dec 2009 08:07:09 GMT]]></title><description><![CDATA[<p dir="auto">No I think not exactly what I want.</p>
<p dir="auto">I want something like:</p>
<p dir="auto">var isCurrentlyON = p11.value &gt; p11.valueBeforeThis.value;<br />
result.value =  isCurrentlyON;<br />
result.time = p11.time - (p11.value - p11.valueBeforeThis.value) * 1000;<br />
return result;</p>
<p dir="auto">This should calculate the exact timestamp when the burner switches ON.</p>
<p dir="auto">Arne</p>
]]></description><link>https://forum.mango-os.com/post/2949</link><guid isPermaLink="true">https://forum.mango-os.com/post/2949</guid><dc:creator><![CDATA[apl]]></dc:creator><pubDate>Thu, 10 Dec 2009 08:07:09 GMT</pubDate></item><item><title><![CDATA[Reply to Set Value and Time from Meta Data Source on Wed, 09 Dec 2009 22:34:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/apl" aria-label="Profile: apl">@<bdi>apl</bdi></a> said:</p>
<blockquote>
<p dir="auto">So is ther a way to archive: Set value and timepoint for that value?</p>
</blockquote>
<p dir="auto">I believe this is upcoming in the next mango version, see this thread: <a href="http://mango.serotoninsoftware.com/forum/posts/list/224.page" rel="nofollow ugc">http://mango.serotoninsoftware.com/forum/posts/list/224.page</a> towards the end</p>
]]></description><link>https://forum.mango-os.com/post/2942</link><guid isPermaLink="true">https://forum.mango-os.com/post/2942</guid><dc:creator><![CDATA[craig]]></dc:creator><pubDate>Wed, 09 Dec 2009 22:34:22 GMT</pubDate></item></channel></rss>