<?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[Grafana - Problem]]></title><description><![CDATA[<p dir="auto">Hallo,<br />
ich musste meine Datenbank und Grafana neu aufsetzen. Jetzt werden nicht alle Daten angezeigt, siehe Bild.<br />
Was habe ich falsch gemacht.</p>
<p dir="auto"><img src="/assets/uploads/files/1588801285672-grafana10.png" alt="Grafana10.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Tageswerte Deutschland:</p>
<pre><code>{
  "datasource": "InfluxDB",
  "aliasColors": {
    "Genesen": "dark-green",
    "Kritisch": "dark-purple",
    "Sterbefälle": "dark-red",
    "aktiv": "dark-orange",
    "infiziert": "dark-blue"
  },
  "bars": true,
  "dashLength": 10,
  "dashes": false,
  "fill": 1,
  "fillGradient": 0,
  "gridPos": {
    "h": 6,
    "w": 12,
    "x": 0,
    "y": 13
  },
  "hiddenSeries": false,
  "id": 26,
  "legend": {
    "avg": false,
    "current": true,
    "hideEmpty": false,
    "hideZero": false,
    "max": false,
    "min": false,
    "show": true,
    "total": false,
    "values": true
  },
  "lines": false,
  "linewidth": 1,
  "nullPointMode": "null",
  "options": {
    "dataLinks": []
  },
  "percentage": false,
  "pointradius": 2,
  "points": false,
  "renderer": "flot",
  "seriesOverrides": [
    {
      "alias": "Sterbefälle"
    },
    {
      "alias": "Kritisch"
    },
    {
      "alias": "aktiv"
    },
    {
      "alias": "infiziert"
    },
    {
      "alias": "Genesen"
    }
  ],
  "spaceLength": 10,
  "stack": true,
  "steppedLine": false,
  "targets": [
    {
      "alias": "Kritisch",
      "groupBy": [
        {
          "params": [
            "$__interval"
          ],
          "type": "time"
        },
        {
          "params": [
            "null"
          ],
          "type": "fill"
        }
      ],
      "orderByTime": "ASC",
      "policy": "default",
      "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.critical\" WHERE $timeFilter GROUP BY time(1d)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
      "rawQuery": true,
      "refId": "D",
      "resultFormat": "time_series",
      "select": [
        [
          {
            "params": [
              "value"
            ],
            "type": "field"
          },
          {
            "params": [],
            "type": "mean"
          }
        ]
      ],
      "tags": []
    },
    {
      "alias": "infiziert",
      "groupBy": [
        {
          "params": [
            "$__interval"
          ],
          "type": "time"
        },
        {
          "params": [
            "null"
          ],
          "type": "fill"
        }
      ],
      "orderByTime": "ASC",
      "policy": "default",
      "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.cases\" WHERE $timeFilter GROUP BY time(1d)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
      "rawQuery": true,
      "refId": "A",
      "resultFormat": "time_series",
      "select": [
        [
          {
            "params": [
              "value"
            ],
            "type": "field"
          },
          {
            "params": [],
            "type": "mean"
          }
        ]
      ],
      "tags": []
    },
    {
      "alias": "aktiv",
      "groupBy": [
        {
          "params": [
            "$__interval"
          ],
          "type": "time"
        },
        {
          "params": [
            "null"
          ],
          "type": "fill"
        }
      ],
      "orderByTime": "ASC",
      "policy": "default",
      "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.active\" WHERE $timeFilter GROUP BY time(1d)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
      "rawQuery": true,
      "refId": "B",
      "resultFormat": "time_series",
      "select": [
        [
          {
            "params": [
              "value"
            ],
            "type": "field"
          },
          {
            "params": [],
            "type": "mean"
          }
        ]
      ],
      "tags": []
    },
    {
      "alias": "Sterbefälle",
      "groupBy": [
        {
          "params": [
            "$__interval"
          ],
          "type": "time"
        },
        {
          "params": [
            "null"
          ],
          "type": "fill"
        }
      ],
      "orderByTime": "ASC",
      "policy": "default",
      "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.deaths\" WHERE $timeFilter GROUP BY time(1d)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
      "rawQuery": true,
      "refId": "C",
      "resultFormat": "time_series",
      "select": [
        [
          {
            "params": [
              "value"
            ],
            "type": "field"
          },
          {
            "params": [],
            "type": "mean"
          }
        ]
      ],
      "tags": []
    },
    {
      "alias": "Genesen",
      "groupBy": [
        {
          "params": [
            "$__interval"
          ],
          "type": "time"
        },
        {
          "params": [
            "null"
          ],
          "type": "fill"
        }
      ],
      "orderByTime": "ASC",
      "policy": "default",
      "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.recovered\" WHERE $timeFilter GROUP BY time(1d)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
      "rawQuery": true,
      "refId": "E",
      "resultFormat": "time_series",
      "select": [
        [
          {
            "params": [
              "value"
            ],
            "type": "field"
          },
          {
            "params": [],
            "type": "mean"
          }
        ]
      ],
      "tags": []
    }
  ],
  "thresholds": [],
  "timeFrom": "7d",
  "timeRegions": [],
  "timeShift": null,
  "title": "Tageswerte Deutschland",
  "tooltip": {
    "shared": true,
    "sort": 0,
    "value_type": "individual"
  },
  "transparent": true,
  "type": "graph",
  "xaxis": {
    "buckets": null,
    "mode": "time",
    "name": null,
    "show": true,
    "values": []
  },
  "yaxes": [
    {
      "format": "short",
      "label": null,
      "logBase": 1,
      "max": null,
      "min": null,
      "show": true
    },
    {
      "format": "short",
      "label": null,
      "logBase": 1,
      "max": null,
      "min": null,
      "show": true
    }
  ],
  "yaxis": {
    "align": false,
    "alignLevel": null
  }
}
</code></pre>
<p dir="auto">und</p>
<p dir="auto">Tageswerte Global</p>
<pre><code>{
  "datasource": "InfluxDB",
  "aliasColors": {
    "Genesen": "dark-green",
    "Kritisch": "dark-purple",
    "Sterbefälle": "dark-red",
    "aktiv": "dark-orange",
    "infiziert": "dark-blue"
  },
  "bars": true,
  "dashLength": 10,
  "dashes": false,
  "fill": 1,
  "fillGradient": 0,
  "gridPos": {
    "h": 6,
    "w": 12,
    "x": 0,
    "y": 19
  },
  "hiddenSeries": false,
  "id": 27,
  "legend": {
    "alignAsTable": false,
    "avg": false,
    "current": true,
    "hideEmpty": false,
    "hideZero": false,
    "max": false,
    "min": false,
    "show": true,
    "total": false,
    "values": true
  },
  "lines": false,
  "linewidth": 1,
  "nullPointMode": "null",
  "options": {
    "dataLinks": []
  },
  "percentage": false,
  "pointradius": 2,
  "points": false,
  "renderer": "flot",
  "seriesOverrides": [
    {
      "alias": "Sterbefälle"
    },
    {
      "alias": "Kritisch"
    },
    {
      "alias": "aktiv"
    },
    {
      "alias": "Genesen"
    },
    {
      "alias": "infiziert"
    }
  ],
  "spaceLength": 10,
  "stack": true,
  "steppedLine": false,
  "targets": [
    {
      "alias": "Kritisch",
      "groupBy": [
        {
          "params": [
            "$__interval"
          ],
          "type": "time"
        },
        {
          "params": [
            "null"
          ],
          "type": "fill"
        }
      ],
      "orderByTime": "ASC",
      "policy": "default",
      "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.global_continents.World_Sum.critical\" WHERE $timeFilter GROUP BY time(1d)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
      "rawQuery": true,
      "refId": "D",
      "resultFormat": "time_series",
      "select": [
        [
          {
            "params": [
              "value"
            ],
            "type": "field"
          },
          {
            "params": [],
            "type": "mean"
          }
        ]
      ],
      "tags": []
    },
    {
      "alias": "infiziert",
      "groupBy": [
        {
          "params": [
            "$__interval"
          ],
          "type": "time"
        },
        {
          "params": [
            "null"
          ],
          "type": "fill"
        }
      ],
      "orderByTime": "ASC",
      "policy": "default",
      "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.global_continents.World_Sum.cases\" WHERE $timeFilter GROUP BY time(1d)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
      "rawQuery": true,
      "refId": "A",
      "resultFormat": "time_series",
      "select": [
        [
          {
            "params": [
              "value"
            ],
            "type": "field"
          },
          {
            "params": [],
            "type": "mean"
          }
        ]
      ],
      "tags": []
    },
    {
      "alias": "aktiv",
      "groupBy": [
        {
          "params": [
            "$__interval"
          ],
          "type": "time"
        },
        {
          "params": [
            "null"
          ],
          "type": "fill"
        }
      ],
      "orderByTime": "ASC",
      "policy": "default",
      "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.global_continents.World_Sum.active\" WHERE $timeFilter GROUP BY time(1d)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
      "rawQuery": true,
      "refId": "B",
      "resultFormat": "time_series",
      "select": [
        [
          {
            "params": [
              "value"
            ],
            "type": "field"
          },
          {
            "params": [],
            "type": "mean"
          }
        ]
      ],
      "tags": []
    },
    {
      "alias": "Sterbefälle",
      "groupBy": [
        {
          "params": [
            "$__interval"
          ],
          "type": "time"
        },
        {
          "params": [
            "null"
          ],
          "type": "fill"
        }
      ],
      "orderByTime": "ASC",
      "policy": "default",
      "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.global_continents.World_Sum.deaths\" WHERE $timeFilter GROUP BY time(1d)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
      "rawQuery": true,
      "refId": "C",
      "resultFormat": "time_series",
      "select": [
        [
          {
            "params": [
              "value"
            ],
            "type": "field"
          },
          {
            "params": [],
            "type": "mean"
          }
        ]
      ],
      "tags": []
    },
    {
      "alias": "Genesen",
      "groupBy": [
        {
          "params": [
            "$__interval"
          ],
          "type": "time"
        },
        {
          "params": [
            "null"
          ],
          "type": "fill"
        }
      ],
      "orderByTime": "ASC",
      "policy": "default",
      "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.global_continents.World_Sum.recovered\" WHERE $timeFilter GROUP BY time(1d)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
      "rawQuery": true,
      "refId": "E",
      "resultFormat": "time_series",
      "select": [
        [
          {
            "params": [
              "value"
            ],
            "type": "field"
          },
          {
            "params": [],
            "type": "mean"
          }
        ]
      ],
      "tags": []
    }
  ],
  "thresholds": [],
  "timeFrom": "7d",
  "timeRegions": [],
  "timeShift": null,
  "title": "Tageswerte Global",
  "tooltip": {
    "shared": true,
    "sort": 0,
    "value_type": "individual"
  },
  "transparent": true,
  "type": "graph",
  "xaxis": {
    "buckets": null,
    "mode": "time",
    "name": null,
    "show": true,
    "values": []
  },
  "yaxes": [
    {
      "format": "short",
      "label": null,
      "logBase": 1,
      "max": null,
      "min": null,
      "show": true
    },
    {
      "format": "short",
      "label": null,
      "logBase": 1,
      "max": null,
      "min": null,
      "show": true
    }
  ],
  "yaxis": {
    "align": false,
    "alignLevel": null
  }
}
</code></pre>
<p dir="auto">Gruß Hicki</p>
]]></description><link>https://forum.iobroker.net/topic/33114/grafana-problem</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 13:04:18 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/33114.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 06 May 2020 21:44:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Grafana - Problem on Fri, 08 May 2020 20:11:30 GMT]]></title><description><![CDATA[<p dir="auto">Vielen Dank.<br />
Ja, wie gesagt ich weiß nicht wie man das anwendet.</p>
]]></description><link>https://forum.iobroker.net/post/428722</link><guid isPermaLink="true">https://forum.iobroker.net/post/428722</guid><dc:creator><![CDATA[Hicki]]></dc:creator><pubDate>Fri, 08 May 2020 20:11:30 GMT</pubDate></item><item><title><![CDATA[Reply to Grafana - Problem on Fri, 08 May 2020 20:08:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hicki" aria-label="Profile: Hicki">@<bdi>Hicki</bdi></a> das ist schon 2 Jahre alt, dein link<br />
hab hier etwas<br />
<a href="https://github.com/grafana/grafana/issues/1459" rel="nofollow ugc">https://github.com/grafana/grafana/issues/1459</a> bzw<br />
<a href="https://github.com/adriankumpf/teslamate/issues/692" rel="nofollow ugc">https://github.com/adriankumpf/teslamate/issues/692</a></p>
]]></description><link>https://forum.iobroker.net/post/428721</link><guid isPermaLink="true">https://forum.iobroker.net/post/428721</guid><dc:creator><![CDATA[crunchip]]></dc:creator><pubDate>Fri, 08 May 2020 20:08:28 GMT</pubDate></item><item><title><![CDATA[Reply to Grafana - Problem on Fri, 08 May 2020 19:47:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/crunchip" aria-label="Profile: crunchip">@<bdi>crunchip</bdi></a>  ich habe da auch was gefunden, aber ich weiß nicht wie man das anwendet.</p>
<p dir="auto"><a href="https://git.nukon.com.au/snippets/15" rel="nofollow ugc">https://git.nukon.com.au/snippets/15</a></p>
]]></description><link>https://forum.iobroker.net/post/428714</link><guid isPermaLink="true">https://forum.iobroker.net/post/428714</guid><dc:creator><![CDATA[Hicki]]></dc:creator><pubDate>Fri, 08 May 2020 19:47:33 GMT</pubDate></item><item><title><![CDATA[Reply to Grafana - Problem on Fri, 08 May 2020 19:45:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hicki" aria-label="Profile: Hicki">@<bdi>Hicki</bdi></a> achso, das ist eher Schwierig, da es direkt von Grafana kommt und so nicht einfach umzustellen ist.<br />
Hab mal auf die schnelle in google das gefunden<br />
<a href="https://community.grafana.com/t/change-date-format-in-x-axis-in-graph-pannel/24742/6" rel="nofollow ugc">https://community.grafana.com/t/change-date-format-in-x-axis-in-graph-pannel/24742/6</a></p>
]]></description><link>https://forum.iobroker.net/post/428713</link><guid isPermaLink="true">https://forum.iobroker.net/post/428713</guid><dc:creator><![CDATA[crunchip]]></dc:creator><pubDate>Fri, 08 May 2020 19:45:27 GMT</pubDate></item><item><title><![CDATA[Reply to Grafana - Problem on Fri, 08 May 2020 19:30:18 GMT]]></title><description><![CDATA[<p dir="auto">siehe Bild zB. alles was ich rot markiert habe unter den Grafiken.</p>
<p dir="auto"><img src="/assets/uploads/files/1588966216739-grafana14.png" alt="Grafana14.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/post/428704</link><guid isPermaLink="true">https://forum.iobroker.net/post/428704</guid><dc:creator><![CDATA[Hicki]]></dc:creator><pubDate>Fri, 08 May 2020 19:30:18 GMT</pubDate></item><item><title><![CDATA[Reply to Grafana - Problem on Fri, 08 May 2020 19:23:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hicki" aria-label="Profile: Hicki">@<bdi>Hicki</bdi></a> Welche Datums-Anzeige meinst du?</p>
]]></description><link>https://forum.iobroker.net/post/428702</link><guid isPermaLink="true">https://forum.iobroker.net/post/428702</guid><dc:creator><![CDATA[crunchip]]></dc:creator><pubDate>Fri, 08 May 2020 19:23:46 GMT</pubDate></item><item><title><![CDATA[Reply to Grafana - Problem on Fri, 08 May 2020 19:20:18 GMT]]></title><description><![CDATA[<p dir="auto">Funktioniert alles prima. Nochmals vielen Dank für Deine Hilfe.<br />
Eine Frage hätte ich da noch. Wie kann man die Datumsanzeige ändern?<br />
zB. von 05/08 (Monat/Tag) zu 08/05 (Tag/Monat)</p>
<p dir="auto">Gruß Hicki</p>
]]></description><link>https://forum.iobroker.net/post/428700</link><guid isPermaLink="true">https://forum.iobroker.net/post/428700</guid><dc:creator><![CDATA[Hicki]]></dc:creator><pubDate>Fri, 08 May 2020 19:20:18 GMT</pubDate></item><item><title><![CDATA[Reply to Grafana - Problem on Thu, 07 May 2020 21:07:41 GMT]]></title><description><![CDATA[<p dir="auto">Du hast Recht. Ich habe mir gerade die Werte in der InfluxDB angeschaut, und sind von heute. Obwohl gestern Abend auch schon Werte sichtbar waren.<br />
Da warten wir mal ab.<br />
Vielen Dank für Deine Hilfe.</p>
<p dir="auto">Gruß Hicki</p>
]]></description><link>https://forum.iobroker.net/post/428180</link><guid isPermaLink="true">https://forum.iobroker.net/post/428180</guid><dc:creator><![CDATA[Hicki]]></dc:creator><pubDate>Thu, 07 May 2020 21:07:41 GMT</pubDate></item><item><title><![CDATA[Reply to Grafana - Problem on Thu, 07 May 2020 21:00:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hicki" aria-label="Profile: Hicki">@<bdi>Hicki</bdi></a> laut deinem Dashboard hast du nur Werte von heute, siehe ROTE LINIE<br />
<img src="/assets/uploads/files/1588885199582-d1e0cfa2-4ce6-4c54-b2a7-5b891e65a78f-image.png" alt="d1e0cfa2-4ce6-4c54-b2a7-5b891e65a78f-image.png" class=" img-fluid img-markdown" /><br />
ändern kannst du hier<br />
<img src="/assets/uploads/files/1588885254061-c4f2fa07-0568-4e9a-82e4-53ff09609153-image.png" alt="c4f2fa07-0568-4e9a-82e4-53ff09609153-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/post/428178</link><guid isPermaLink="true">https://forum.iobroker.net/post/428178</guid><dc:creator><![CDATA[crunchip]]></dc:creator><pubDate>Thu, 07 May 2020 21:00:55 GMT</pubDate></item><item><title><![CDATA[Reply to Grafana - Problem on Thu, 07 May 2020 20:58:25 GMT]]></title><description><![CDATA[<p dir="auto">Ich habe aber auch schon Daten von gestern. Wo änderst Du eigentlich die Zeitspanne(zB 14 Tage)?</p>
]]></description><link>https://forum.iobroker.net/post/428175</link><guid isPermaLink="true">https://forum.iobroker.net/post/428175</guid><dc:creator><![CDATA[Hicki]]></dc:creator><pubDate>Thu, 07 May 2020 20:58:25 GMT</pubDate></item><item><title><![CDATA[Reply to Grafana - Problem on Thu, 07 May 2020 20:56:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hicki" aria-label="Profile: Hicki">@<bdi>Hicki</bdi></a> das füllt sich erst noch pro Tag/ein Balken, du hast ja erst Werte von Heute</p>
]]></description><link>https://forum.iobroker.net/post/428174</link><guid isPermaLink="true">https://forum.iobroker.net/post/428174</guid><dc:creator><![CDATA[crunchip]]></dc:creator><pubDate>Thu, 07 May 2020 20:56:22 GMT</pubDate></item><item><title><![CDATA[Reply to Grafana - Problem on Thu, 07 May 2020 20:53:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/crunchip" aria-label="Profile: crunchip">@<bdi>crunchip</bdi></a> sagte in <a href="/post/428153">Grafana - Problem</a>:</p>
<blockquote></blockquote>
<p dir="auto">upps<br />
habe es geändert - sieht aber aus wie vorher</p>
<p dir="auto"><img src="/assets/uploads/files/1588884806547-grafana13.png" alt="Grafana13.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/post/428170</link><guid isPermaLink="true">https://forum.iobroker.net/post/428170</guid><dc:creator><![CDATA[Hicki]]></dc:creator><pubDate>Thu, 07 May 2020 20:53:28 GMT</pubDate></item><item><title><![CDATA[Reply to Grafana - Problem on Thu, 07 May 2020 20:48:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hicki" aria-label="Profile: Hicki">@<bdi>Hicki</bdi></a> du zeigst gerade Global, das war die Json für Deutschland und meine Einstellung bezieht sich auf  14 days und nicht auf 7 days</p>
]]></description><link>https://forum.iobroker.net/post/428167</link><guid isPermaLink="true">https://forum.iobroker.net/post/428167</guid><dc:creator><![CDATA[crunchip]]></dc:creator><pubDate>Thu, 07 May 2020 20:48:03 GMT</pubDate></item><item><title><![CDATA[Reply to Grafana - Problem on Thu, 07 May 2020 20:45:30 GMT]]></title><description><![CDATA[<p dir="auto">jetzt sieht es so aus</p>
<p dir="auto"><img src="/assets/uploads/files/1588884327078-grafana12.png" alt="Grafana12.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/post/428164</link><guid isPermaLink="true">https://forum.iobroker.net/post/428164</guid><dc:creator><![CDATA[Hicki]]></dc:creator><pubDate>Thu, 07 May 2020 20:45:30 GMT</pubDate></item><item><title><![CDATA[Reply to Grafana - Problem on Thu, 07 May 2020 20:44:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hicki" aria-label="Profile: Hicki">@<bdi>Hicki</bdi></a> war die Zeile falsch, beimkopieren in den Spoiler passiert, habs oben geändert</p>
]]></description><link>https://forum.iobroker.net/post/428162</link><guid isPermaLink="true">https://forum.iobroker.net/post/428162</guid><dc:creator><![CDATA[crunchip]]></dc:creator><pubDate>Thu, 07 May 2020 20:44:25 GMT</pubDate></item><item><title><![CDATA[Reply to Grafana - Problem on Thu, 07 May 2020 20:40:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/crunchip" aria-label="Profile: crunchip">@<bdi>crunchip</bdi></a> sagte in <a href="/post/428153">Grafana - Problem</a>:</p>
<blockquote>
<p dir="auto">{</p>
</blockquote>
<p dir="auto">Zeile 298 ist doch falsch, oder?</p>
]]></description><link>https://forum.iobroker.net/post/428159</link><guid isPermaLink="true">https://forum.iobroker.net/post/428159</guid><dc:creator><![CDATA[Hicki]]></dc:creator><pubDate>Thu, 07 May 2020 20:40:48 GMT</pubDate></item><item><title><![CDATA[Reply to Grafana - Problem on Thu, 07 May 2020 20:43:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hicki" aria-label="Profile: Hicki">@<bdi>Hicki</bdi></a> nimm mal meine komplette Json<br />
</p><section class="spoiler-wrapper"><button class="spoiler-control btn btn-default">Spoiler</button><section style="display:none" class="spoiler-content"><p></p>
<pre><code>{
 "datasource": "InfluxDB-corona",
 "aliasColors": {
   "Genesen": "dark-green",
   "Kritisch": "dark-purple",
   "Sterbefälle": "dark-red",
   "aktiv": "dark-orange",
   "infiziert": "dark-blue"
 },
 "bars": true,
 "dashLength": 10,
 "dashes": false,
 "fill": 1,
 "fillGradient": 0,
 "gridPos": {
   "h": 6,
   "w": 12,
   "x": 0,
   "y": 14
 },
 "hiddenSeries": false,
 "id": 26,
 "legend": {
   "avg": false,
   "current": true,
   "hideEmpty": false,
   "hideZero": false,
   "max": false,
   "min": false,
   "show": true,
   "total": false,
   "values": true
 },
 "lines": false,
 "linewidth": 1,
 "nullPointMode": "null",
 "options": {
   "dataLinks": []
 },
 "percentage": false,
 "pointradius": 2,
 "points": false,
 "renderer": "flot",
 "seriesOverrides": [
   {
     "alias": "Sterbefälle"
   },
   {
     "alias": "Kritisch"
   },
   {
     "alias": "aktiv"
   },
   {
     "alias": "infiziert"
   },
   {
     "alias": "Genesen"
   }
 ],
 "spaceLength": 10,
 "stack": true,
 "steppedLine": false,
 "targets": [
   {
     "alias": "Kritisch",
     "groupBy": [
       {
         "params": [
           "$__interval"
         ],
         "type": "time"
       },
       {
         "params": [
           "null"
         ],
         "type": "fill"
       }
     ],
     "orderByTime": "ASC",
     "policy": "default",
     "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.critical\" WHERE $timeFilter GROUP BY time($__interval)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
     "rawQuery": true,
     "refId": "D",
     "resultFormat": "time_series",
     "select": [
       [
         {
           "params": [
             "value"
           ],
           "type": "field"
         },
         {
           "params": [],
           "type": "mean"
         }
       ]
     ],
     "tags": []
   },
   {
     "alias": "infiziert",
     "groupBy": [
       {
         "params": [
           "$__interval"
         ],
         "type": "time"
       },
       {
         "params": [
           "null"
         ],
         "type": "fill"
       }
     ],
     "orderByTime": "ASC",
     "policy": "default",
     "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.cases\" WHERE $timeFilter GROUP BY time($__interval)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
     "rawQuery": true,
     "refId": "A",
     "resultFormat": "time_series",
     "select": [
       [
         {
           "params": [
             "value"
           ],
           "type": "field"
         },
         {
           "params": [],
           "type": "mean"
         }
       ]
     ],
     "tags": []
   },
   {
     "alias": "aktiv",
     "groupBy": [
       {
         "params": [
           "$__interval"
         ],
         "type": "time"
       },
       {
         "params": [
           "null"
         ],
         "type": "fill"
       }
     ],
     "orderByTime": "ASC",
     "policy": "default",
     "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.active\" WHERE $timeFilter GROUP BY time($__interval)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
     "rawQuery": true,
     "refId": "B",
     "resultFormat": "time_series",
     "select": [
       [
         {
           "params": [
             "value"
           ],
           "type": "field"
         },
         {
           "params": [],
           "type": "mean"
         }
       ]
     ],
     "tags": []
   },
   {
     "alias": "Sterbefälle",
     "groupBy": [
       {
         "params": [
           "$__interval"
         ],
         "type": "time"
       },
       {
         "params": [
           "null"
         ],
         "type": "fill"
       }
     ],
     "orderByTime": "ASC",
     "policy": "default",
     "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.deaths\" WHERE $timeFilter GROUP BY time($__interval)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
     "rawQuery": true,
     "refId": "C",
     "resultFormat": "time_series",
     "select": [
       [
         {
           "params": [
             "value"
           ],
           "type": "field"
         },
         {
           "params": [],
           "type": "mean"
         }
       ]
     ],
     "tags": []
   },
   {
     "alias": "Genesen",
     "groupBy": [
       {
         "params": [
           "$__interval"
         ],
         "type": "time"
       },
       {
         "params": [
           "null"
         ],
         "type": "fill"
       }
     ],
     "orderByTime": "ASC",
     "policy": "default",
     "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.recovered\" WHERE $timeFilter GROUP BY time($__interval)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
     "rawQuery": true,
     "refId": "E",
     "resultFormat": "time_series",
     "select": [
       [
         {
           "params": [
             "value"
           ],
           "type": "field"
         },
         {
           "params": [],
           "type": "mean"
         }
       ]
     ],
     "tags": []
   }
 ],
 "thresholds": [],
 "timeFrom": "14d",
 "timeRegions": [],
 "timeShift": null,
 "title": "Tageswerte Deutschland",
 "tooltip": {
   "shared": true,
   "sort": 0,
   "value_type": "individual"
 },
 "transparent": true,
 "type": "graph",
 "xaxis": {
   "buckets": null,
   "mode": "time",
   "name": null,
   "show": true,
   "values": []
 },
 "yaxes": [
   {
     "format": "short",
     "label": null,
     "logBase": 1,
     "max": null,
     "min": null,
     "show": true
   },
   {
     "format": "short",
     "label": null,
     "logBase": 1,
     "max": null,
     "min": null,
     "show": true
   }
 ],
 "yaxis": {
   "align": false,
   "alignLevel": null
 }
}
</code></pre>
<p dir="auto"></p></section></section><p></p>
]]></description><link>https://forum.iobroker.net/post/428153</link><guid isPermaLink="true">https://forum.iobroker.net/post/428153</guid><dc:creator><![CDATA[crunchip]]></dc:creator><pubDate>Thu, 07 May 2020 20:43:36 GMT</pubDate></item><item><title><![CDATA[Reply to Grafana - Problem on Thu, 07 May 2020 20:35:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/crunchip" aria-label="Profile: crunchip">@<bdi>crunchip</bdi></a></p>
<p dir="auto">macht keine Änderung</p>
]]></description><link>https://forum.iobroker.net/post/428149</link><guid isPermaLink="true">https://forum.iobroker.net/post/428149</guid><dc:creator><![CDATA[Hicki]]></dc:creator><pubDate>Thu, 07 May 2020 20:35:56 GMT</pubDate></item><item><title><![CDATA[Reply to Grafana - Problem on Thu, 07 May 2020 20:33:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hicki" aria-label="Profile: Hicki">@<bdi>Hicki</bdi></a> habs mal mit meinem verglichen, du hast <strong>ein Leerzeichen zu viel drin</strong>, weiss nicht ob das was ausmacht</p>
<pre><code>($__interval) \n)
($__interval)\n)
</code></pre>
]]></description><link>https://forum.iobroker.net/post/428142</link><guid isPermaLink="true">https://forum.iobroker.net/post/428142</guid><dc:creator><![CDATA[crunchip]]></dc:creator><pubDate>Thu, 07 May 2020 20:33:09 GMT</pubDate></item><item><title><![CDATA[Reply to Grafana - Problem on Thu, 07 May 2020 20:13:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/crunchip" aria-label="Profile: crunchip">@<bdi>crunchip</bdi></a> sagte in <a href="/post/428086">Grafana - Problem</a>:</p>
<blockquote>
<p dir="auto">SELECT non_negative_difference(last(cumulative_sum))FROM (</p>
</blockquote>
<p dir="auto">vielen Dank.</p>
<p dir="auto">jetzt sieht es so aus.</p>
<p dir="auto"><img src="/assets/uploads/files/1588882340097-grafana11.png" alt="Grafana11.png" class=" img-fluid img-markdown" /></p>
<pre><code>{
  "datasource": "InfluxDB",
  "aliasColors": {
    "Genesen": "dark-green",
    "Kritisch": "dark-purple",
    "Sterbefälle": "dark-red",
    "aktiv": "dark-orange",
    "infiziert": "dark-blue"
  },
  "bars": true,
  "dashLength": 10,
  "dashes": false,
  "fill": 1,
  "fillGradient": 0,
  "gridPos": {
    "h": 6,
    "w": 12,
    "x": 0,
    "y": 13
  },
  "hiddenSeries": false,
  "id": 26,
  "legend": {
    "avg": false,
    "current": true,
    "hideEmpty": false,
    "hideZero": false,
    "max": false,
    "min": false,
    "show": true,
    "total": false,
    "values": true
  },
  "lines": false,
  "linewidth": 1,
  "nullPointMode": "null",
  "options": {
    "dataLinks": []
  },
  "percentage": false,
  "pointradius": 2,
  "points": false,
  "renderer": "flot",
  "seriesOverrides": [
    {
      "alias": "Sterbefälle"
    },
    {
      "alias": "Kritisch"
    },
    {
      "alias": "aktiv"
    },
    {
      "alias": "infiziert"
    },
    {
      "alias": "Genesen"
    }
  ],
  "spaceLength": 10,
  "stack": true,
  "steppedLine": false,
  "targets": [
    {
      "alias": "Kritisch",
      "groupBy": [
        {
          "params": [
            "$__interval"
          ],
          "type": "time"
        },
        {
          "params": [
            "null"
          ],
          "type": "fill"
        }
      ],
      "orderByTime": "ASC",
      "policy": "default",
      "query": "SELECT non_negative_difference(last(cumulative_sum))FROM ( \nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.critical\" WHERE $timeFilter GROUP BY time($__interval) \n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
      "rawQuery": true,
      "refId": "D",
      "resultFormat": "time_series",
      "select": [
        [
          {
            "params": [
              "value"
            ],
            "type": "field"
          },
          {
            "params": [],
            "type": "mean"
          }
        ]
      ],
      "tags": []
    },
    {
      "alias": "infiziert",
      "groupBy": [
        {
          "params": [
            "$__interval"
          ],
          "type": "time"
        },
        {
          "params": [
            "null"
          ],
          "type": "fill"
        }
      ],
      "orderByTime": "ASC",
      "policy": "default",
      "query": "SELECT non_negative_difference(last(cumulative_sum))FROM ( \nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.cases\" WHERE $timeFilter GROUP BY time($__interval) \n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')\n",
      "rawQuery": true,
      "refId": "A",
      "resultFormat": "time_series",
      "select": [
        [
          {
            "params": [
              "value"
            ],
            "type": "field"
          },
          {
            "params": [],
            "type": "mean"
          }
        ]
      ],
      "tags": []
    },
    {
      "alias": "aktiv",
      "groupBy": [
        {
          "params": [
            "$__interval"
          ],
          "type": "time"
        },
        {
          "params": [
            "null"
          ],
          "type": "fill"
        }
      ],
      "orderByTime": "ASC",
      "policy": "default",
      "query": "SELECT non_negative_difference(last(cumulative_sum))FROM ( \nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.active\" WHERE $timeFilter GROUP BY time($__interval) \n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
      "rawQuery": true,
      "refId": "B",
      "resultFormat": "time_series",
      "select": [
        [
          {
            "params": [
              "value"
            ],
            "type": "field"
          },
          {
            "params": [],
            "type": "mean"
          }
        ]
      ],
      "tags": []
    },
    {
      "alias": "Sterbefälle",
      "groupBy": [
        {
          "params": [
            "$__interval"
          ],
          "type": "time"
        },
        {
          "params": [
            "null"
          ],
          "type": "fill"
        }
      ],
      "orderByTime": "ASC",
      "policy": "default",
      "query": "SELECT non_negative_difference(last(cumulative_sum))FROM ( \nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.deaths\" WHERE $timeFilter GROUP BY time($__interval) \n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
      "rawQuery": true,
      "refId": "C",
      "resultFormat": "time_series",
      "select": [
        [
          {
            "params": [
              "value"
            ],
            "type": "field"
          },
          {
            "params": [],
            "type": "mean"
          }
        ]
      ],
      "tags": []
    },
    {
      "alias": "Genesen",
      "groupBy": [
        {
          "params": [
            "$__interval"
          ],
          "type": "time"
        },
        {
          "params": [
            "null"
          ],
          "type": "fill"
        }
      ],
      "orderByTime": "ASC",
      "policy": "default",
      "query": "SELECT non_negative_difference(last(cumulative_sum))FROM ( \nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.recovered\" WHERE $timeFilter GROUP BY time($__interval) \n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
      "rawQuery": true,
      "refId": "E",
      "resultFormat": "time_series",
      "select": [
        [
          {
            "params": [
              "value"
            ],
            "type": "field"
          },
          {
            "params": [],
            "type": "mean"
          }
        ]
      ],
      "tags": []
    }
  ],
  "thresholds": [],
  "timeFrom": "7d",
  "timeRegions": [],
  "timeShift": null,
  "title": "Tageswerte Deutschland",
  "tooltip": {
    "shared": true,
    "sort": 0,
    "value_type": "individual"
  },
  "transparent": true,
  "type": "graph",
  "xaxis": {
    "buckets": null,
    "mode": "time",
    "name": null,
    "show": true,
    "values": []
  },
  "yaxes": [
    {
      "format": "short",
      "label": null,
      "logBase": 1,
      "max": null,
      "min": null,
      "show": true
    },
    {
      "format": "short",
      "label": null,
      "logBase": 1,
      "max": null,
      "min": null,
      "show": true
    }
  ],
  "yaxis": {
    "align": false,
    "alignLevel": null
  }
}
</code></pre>
<p dir="auto">Das ist doch auch nicht richtig, Oder?</p>
]]></description><link>https://forum.iobroker.net/post/428131</link><guid isPermaLink="true">https://forum.iobroker.net/post/428131</guid><dc:creator><![CDATA[Hicki]]></dc:creator><pubDate>Thu, 07 May 2020 20:13:47 GMT</pubDate></item><item><title><![CDATA[Reply to Grafana - Problem on Thu, 07 May 2020 19:38:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ftd" aria-label="Profile: ftd">@<bdi>ftd</bdi></a> es sind die <strong>gleichen</strong> Datenpunkte wie in der rechten Spalte,<br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/hicki" aria-label="Profile: Hicki">@<bdi>Hicki</bdi></a><br />
als Beispiel für <strong>Germany.cases</strong></p>
<pre><code>SELECT non_negative_difference(last(cumulative_sum))FROM (
SELECT cumulative_sum(non_negative_difference(last("value"))) FROM "coronavirus-statistics.0.Germany.cases" WHERE $timeFilter GROUP BY time($__interval)
) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')
</code></pre>
]]></description><link>https://forum.iobroker.net/post/428086</link><guid isPermaLink="true">https://forum.iobroker.net/post/428086</guid><dc:creator><![CDATA[crunchip]]></dc:creator><pubDate>Thu, 07 May 2020 19:38:07 GMT</pubDate></item><item><title><![CDATA[Reply to Grafana - Problem on Thu, 07 May 2020 19:13:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ftd" aria-label="Profile: ftd">@<bdi>ftd</bdi></a> sagte in <a href="/post/427721">Grafana - Problem</a>:</p>
<blockquote>
<p dir="auto">Was wahrscheinlich einfacher ist:</p>
<ol>
<li>Lösche die Panels "Tageswerte Deutschland" und "Tageswerte Global"</li>
<li>Mach eine Kopie von "Germany" und "Global"</li>
<li>Änder den Zeitbezug in den neuen Kopien</li>
</ol>
<p dir="auto">... dann hast du die gleichen Datenquellen.</p>
</blockquote>
<p dir="auto">Ich habe noch nicht so viel Erfahrung. Kannst Du mir das bitte etwas verständlicher erklären?</p>
<p dir="auto">Gruß Hicki</p>
]]></description><link>https://forum.iobroker.net/post/428043</link><guid isPermaLink="true">https://forum.iobroker.net/post/428043</guid><dc:creator><![CDATA[Hicki]]></dc:creator><pubDate>Thu, 07 May 2020 19:13:39 GMT</pubDate></item><item><title><![CDATA[Reply to Grafana - Problem on Thu, 07 May 2020 06:49:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hicki" aria-label="Profile: Hicki">@<bdi>Hicki</bdi></a> spontan würde ich sagen "Tageswerte Deutschland" und "Tageswerte Global" verweisen auf einen anderen oder nicht existierenden Tabelle in der Datenbank. Zeig mal Germany und Global zum Vergleich in folgender Form:</p>
<pre><code>"SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.critical\" WHERE $timeFilter GROUP BY time(1d)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')"
</code></pre>
<p dir="auto">Was wahrscheinlich einfacher ist:</p>
<ol>
<li>Lösche die Panels "Tageswerte Deutschland" und "Tageswerte Global"</li>
<li>Mach eine Kopie von "Germany" und "Global"</li>
<li>Änder den Zeitbezug in den neuen Kopien</li>
</ol>
<p dir="auto">... dann hast du die gleichen Datenquellen.</p>
]]></description><link>https://forum.iobroker.net/post/427721</link><guid isPermaLink="true">https://forum.iobroker.net/post/427721</guid><dc:creator><![CDATA[ftd]]></dc:creator><pubDate>Thu, 07 May 2020 06:49:59 GMT</pubDate></item></channel></rss>