<?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[[gelöst ]Min&#x2F;Max Werte aus HistorySQL in VIS darstellen]]></title><description><![CDATA[<p dir="auto">Guten Morgen,</p>
<p dir="auto">ich Loge die Werte meiner Wetterstation in SQL und möchte die Min/Max Werte der Temperaturen zu den Kalenderjahren  in VIS Dartstellen. Die Datenpunkte werden schon mehrere Jahre in SQL gespeichert. Hat jemand eine einfache Idee hierzu?<br />
Die Suche habe ich schon verwendet aber nichts Passendes gefunden.</p>
<p dir="auto">SQL Beispiel;</p>
<p dir="auto">SELECT  min(val)<br />
FROM ts_number<br />
WHERE ts BETWEEN 1609455600000 AND 1640905200000 and ID=XX;</p>
<p dir="auto">SELECT  max(val)<br />
FROM ts_number<br />
WHERE ts BETWEEN 1609455600000 AND 1640905200000 and ID=XX;</p>
<p dir="auto">Hilfe in der Umrechnung habe ich mir hier gesucht. <a href="https://currentmillis.com/" rel="nofollow ugc">https://currentmillis.com/</a></p>
]]></description><link>https://forum.iobroker.net/topic/56946/gelöst-min-max-werte-aus-historysql-in-vis-darstellen</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 14:01:23 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/56946.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 06 Aug 2022 04:54:37 GMT</pubDate><ttl>60</ttl></channel></rss>