Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Coronavirus Statistics for ioBroker

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.5k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.0k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    2.7k

Test Coronavirus Statistics for ioBroker

Geplant Angeheftet Gesperrt Verschoben Tester
adapter installationadapterentwicklungtesten
1.2k Beiträge 120 Kommentatoren 338.4k Aufrufe 94 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • sissiwupS sissiwup

    @TiboTake sagte in Test Coronavirus Statistics for ioBroker:

    @Dutchman irgendwie stimmt da was nicht mit den Meldungen für Deutschland. Stand: 13:24 Uhr "0" neue Fälle und "0" neue Verstorbene.

    Ist das so richtig?

    Die Bundesländer scheinen zu stimmen. Deutschland liegt aber total daneben.
    Weder Cases noch sonstiges stimmen ...

    sissiwupS Offline
    sissiwupS Offline
    sissiwup
    schrieb am zuletzt editiert von
    #473

    @sissiwup sagte in Test Coronavirus Statistics for ioBroker:

    @TiboTake sagte in Test Coronavirus Statistics for ioBroker:

    @Dutchman irgendwie stimmt da was nicht mit den Meldungen für Deutschland. Stand: 13:24 Uhr "0" neue Fälle und "0" neue Verstorbene.

    Ist das so richtig?

    Die Bundesländer scheinen zu stimmen. Deutschland liegt aber total daneben.
    Weder Cases noch sonstiges stimmen ...

    Hallo,

    jetzt kommen Werte, dafür sind alle Historie-Einstellungen weg. Scheinbar sind die Werte neu angelegt worden.

    MfG

    Sissi

    –-----------------------------------------

    1 CCU3 1 CCU2-Gateway 1 LanGateway 1 Pi-Gateway 1 I7 für ioBroker/MySQL


    DutchmanD 1 Antwort Letzte Antwort
    0
    • crunchipC Abwesend
      crunchipC Abwesend
      crunchip
      Forum Testing Most Active
      schrieb am zuletzt editiert von crunchip
      #474

      für die, die es verwenden, habe die Ansicht Tageswerte für Deutschland und Global angepasst
      d8dbc8ea-2786-4adf-b276-3ea8ac6cc165-image.png

      für Deutschland

      {
       "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": 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
       }
      }
      

      für Global

      {
       "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": 19
       },
       "hiddenSeries": false,
       "id": 27,
       "legend": {
         "avg": false,
         "current": true,
         "hideEmpty": false,
         "hideZero": false,
         "max": false,
         "min": false,
         "show": true,
         "total": false,
         "values": true,
         "alignAsTable": false
       },
       "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
       }
      }
      

      umgestiegen von Proxmox auf Unraid

      H ChaotC 4 Antworten Letzte Antwort
      0
      • crunchipC crunchip

        für die, die es verwenden, habe die Ansicht Tageswerte für Deutschland und Global angepasst
        d8dbc8ea-2786-4adf-b276-3ea8ac6cc165-image.png

        für Deutschland

        {
         "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": 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
         }
        }
        

        für Global

        {
         "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": 19
         },
         "hiddenSeries": false,
         "id": 27,
         "legend": {
           "avg": false,
           "current": true,
           "hideEmpty": false,
           "hideZero": false,
           "max": false,
           "min": false,
           "show": true,
           "total": false,
           "values": true,
           "alignAsTable": false
         },
         "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
         }
        }
        

        H Offline
        H Offline
        Hicki
        schrieb am zuletzt editiert von
        #475

        @crunchip Ist das für ioBroker?

        crunchipC 1 Antwort Letzte Antwort
        0
        • H Hicki

          @crunchip Ist das für ioBroker?

          crunchipC Abwesend
          crunchipC Abwesend
          crunchip
          Forum Testing Most Active
          schrieb am zuletzt editiert von
          #476

          @Hicki ist für´s Grafana Dashboard

          umgestiegen von Proxmox auf Unraid

          H 1 Antwort Letzte Antwort
          0
          • crunchipC crunchip

            @Hicki ist für´s Grafana Dashboard

            H Offline
            H Offline
            Hicki
            schrieb am zuletzt editiert von
            #477

            @crunchip Schade sieht gut aus

            crunchipC 1 Antwort Letzte Antwort
            0
            • H Hicki

              @crunchip Schade sieht gut aus

              crunchipC Abwesend
              crunchipC Abwesend
              crunchip
              Forum Testing Most Active
              schrieb am zuletzt editiert von
              #478

              @Hicki HIER siehst du es ganz, dafür ist aber Grafana und InfluxDB nötig

              umgestiegen von Proxmox auf Unraid

              H 1 Antwort Letzte Antwort
              0
              • crunchipC crunchip

                @Hicki HIER siehst du es ganz, dafür ist aber Grafana und InfluxDB nötig

                H Offline
                H Offline
                Hicki
                schrieb am zuletzt editiert von
                #479

                @crunchip sagte in Test Coronavirus Statistics for ioBroker:

                @Hicki HIER siehst du es ganz, dafür ist aber Grafana und InfluxDB nötig

                ist der Hammer - große Klasse
                Ist es sehr Umfangreich beides zu installieren?

                KnallochseK 1 Antwort Letzte Antwort
                0
                • H Hicki

                  @crunchip sagte in Test Coronavirus Statistics for ioBroker:

                  @Hicki HIER siehst du es ganz, dafür ist aber Grafana und InfluxDB nötig

                  ist der Hammer - große Klasse
                  Ist es sehr Umfangreich beides zu installieren?

                  KnallochseK Offline
                  KnallochseK Offline
                  Knallochse
                  schrieb am zuletzt editiert von
                  #480

                  @Hicki hatten wir gestern schonmal. Bitte neues Thema erstellen, wenn dein Anliegen nicht direkt mit dem Adapter zu tun hat

                  HM&HMIP über 100 Geräte + IoBroker auf DS918+ uvm.

                  H 1 Antwort Letzte Antwort
                  0
                  • KnallochseK Knallochse

                    @Hicki hatten wir gestern schonmal. Bitte neues Thema erstellen, wenn dein Anliegen nicht direkt mit dem Adapter zu tun hat

                    H Offline
                    H Offline
                    Hicki
                    schrieb am zuletzt editiert von
                    #481

                    @Knallochse Entschuldigung

                    1 Antwort Letzte Antwort
                    0
                    • sissiwupS sissiwup

                      @sissiwup sagte in Test Coronavirus Statistics for ioBroker:

                      @TiboTake sagte in Test Coronavirus Statistics for ioBroker:

                      @Dutchman irgendwie stimmt da was nicht mit den Meldungen für Deutschland. Stand: 13:24 Uhr "0" neue Fälle und "0" neue Verstorbene.

                      Ist das so richtig?

                      Die Bundesländer scheinen zu stimmen. Deutschland liegt aber total daneben.
                      Weder Cases noch sonstiges stimmen ...

                      Hallo,

                      jetzt kommen Werte, dafür sind alle Historie-Einstellungen weg. Scheinbar sind die Werte neu angelegt worden.

                      DutchmanD Online
                      DutchmanD Online
                      Dutchman
                      Developer Most Active Administrators
                      schrieb am zuletzt editiert von
                      #482

                      @sissiwup sagte in Test Coronavirus Statistics for ioBroker:

                      Warum sind die Deutsch? Und warum ist germany nicht Deutschland?
                      Die Parameter wurden nicht übernommen, d.h. z.B. alle Kreise waren bei mir ausgewählt, das ist wieder weg.
                      Änderungen in der Struktur sind natürlich tödlich für Historien etc.

                      @sissiwup sagte in Test Coronavirus Statistics for ioBroker:

                      jetzt kommen Werte, dafür sind alle Historie-Einstellungen weg. Scheinbar sind die Werte neu angelegt worden.

                      wie auch im changelog erwähnt haben sich leider die datenpunkte während der Beta fase geändert, das diese jetzt iso conform sind werde diese sich nach offizieller PROD version nicht mehr ändern.

                      Sorry, eine der Nachteile von beta test aber so sind die Datenstrukturen deutlicher.

                      sissiwupS 1 Antwort Letzte Antwort
                      0
                      • ChaotC Chaot

                        Sagt mal, sind die aktuellen Daten falsch oder was ist plötzlich passiert:

                        co.jpg

                        In China plötzlich nur noch 2600 aktive Fälle?

                        S0NICS Offline
                        S0NICS Offline
                        S0NIC
                        schrieb am zuletzt editiert von
                        #483

                        @Chaot Propaganda

                        harrymH ChaotC 2 Antworten Letzte Antwort
                        0
                        • S0NICS S0NIC

                          @Chaot Propaganda

                          harrymH Offline
                          harrymH Offline
                          harrym
                          schrieb am zuletzt editiert von
                          #484

                          @S0NIC "der chinesische virus" .... Propaganda ala Trump?

                          sry .... de Daten werden nur geliefert .... und nicht von uns erhoben.

                          ASRock FM2A88X-ITX+ mit 32GB RAM, 128GB SSD mit Proxmox, 3x1 TB SSD als RAID mit CT und VMs.

                          1 Antwort Letzte Antwort
                          0
                          • S0NICS S0NIC

                            @Chaot Propaganda

                            ChaotC Offline
                            ChaotC Offline
                            Chaot
                            schrieb am zuletzt editiert von
                            #485

                            @S0NIC Habe ich heute auch gelesen. Stand denke ich im Spiegel. Die Chinesen zählen Fälle bei denen der Virus nachgewiesen ist, aber keine Symptome vorhanden sind nicht in die Statistik :-1:

                            ioBroker auf NUC unter Proxmox; VIS: 12" Touchscreen und 17" Touch; Lichtsteuerung, Thermometer und Sensoren: Tasmota (39); Ambiente Beleuchtung: WLED (9); Heizung: DECT Thermostate (9) an Fritz 6690; EMS-ESP; 1 Echo V2; 3 Echo DOT; 1 Echo Connect; 2 Echo Show 5; Unifi Ap-Ac Lite.

                            DutchmanD 1 Antwort Letzte Antwort
                            0
                            • ChaotC Chaot

                              @S0NIC Habe ich heute auch gelesen. Stand denke ich im Spiegel. Die Chinesen zählen Fälle bei denen der Virus nachgewiesen ist, aber keine Symptome vorhanden sind nicht in die Statistik :-1:

                              DutchmanD Online
                              DutchmanD Online
                              Dutchman
                              Developer Most Active Administrators
                              schrieb am zuletzt editiert von
                              #486

                              @Chaot sagte in Test Coronavirus Statistics for ioBroker:

                              Die Chinesen zählen Fälle bei denen der Virus nachgewiesen ist, aber keine Symptome vorhanden sind nicht in die Statistik

                              Lol.... Achja ist alles was

                              So Leute 0.4.9 reif für stable ?

                              KnallochseK sigi234S 2 Antworten Letzte Antwort
                              1
                              • DutchmanD Dutchman

                                @Chaot sagte in Test Coronavirus Statistics for ioBroker:

                                Die Chinesen zählen Fälle bei denen der Virus nachgewiesen ist, aber keine Symptome vorhanden sind nicht in die Statistik

                                Lol.... Achja ist alles was

                                So Leute 0.4.9 reif für stable ?

                                KnallochseK Offline
                                KnallochseK Offline
                                Knallochse
                                schrieb am zuletzt editiert von
                                #487

                                @Dutchman

                                So Leute 0.4.9 reif für stable ?

                                Ich konnte keine Fehler durch den Adapter ausmachen, und für die Zahlen die ausgegeben werden bist du nicht verantwortlich 😁

                                HM&HMIP über 100 Geräte + IoBroker auf DS918+ uvm.

                                1 Antwort Letzte Antwort
                                0
                                • DutchmanD Dutchman

                                  @Chaot sagte in Test Coronavirus Statistics for ioBroker:

                                  Die Chinesen zählen Fälle bei denen der Virus nachgewiesen ist, aber keine Symptome vorhanden sind nicht in die Statistik

                                  Lol.... Achja ist alles was

                                  So Leute 0.4.9 reif für stable ?

                                  sigi234S Online
                                  sigi234S Online
                                  sigi234
                                  Forum Testing Most Active
                                  schrieb am zuletzt editiert von
                                  #488

                                  @Dutchman sagte in Test Coronavirus Statistics for ioBroker:

                                  So Leute 0.4.9 reif für stable ?

                                  Jupp

                                  Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                  Immer Daten sichern!

                                  1 Antwort Letzte Antwort
                                  0
                                  • dQeLseD Offline
                                    dQeLseD Offline
                                    dQeLse
                                    schrieb am zuletzt editiert von
                                    #489

                                    Konnte ebenso keinen Fehler feststellen!

                                    1 Antwort Letzte Antwort
                                    0
                                    • S Offline
                                      S Offline
                                      SaiBot1981
                                      schrieb am zuletzt editiert von
                                      #490

                                      Ja, alles super

                                      1 Antwort Letzte Antwort
                                      0
                                      • DutchmanD Online
                                        DutchmanD Online
                                        Dutchman
                                        Developer Most Active Administrators
                                        schrieb am zuletzt editiert von
                                        #491

                                        danke dan mache ich das Paket mal fertig :)

                                        1 Antwort Letzte Antwort
                                        0
                                        • H Offline
                                          H Offline
                                          Headhunter70
                                          schrieb am zuletzt editiert von
                                          #492

                                          Morning, habe jetzt Datenpunkte für UK und United Kingdom, gleiches für USA und United States, gibt es da einen Trick die jetzt zu mergen, Alias Id im nachhinein ? Wie muss man da vorgehen ?

                                          DutchmanD 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          878

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe