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.1k

  • 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.5k 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.
  • DutchmanD Dutchman

    @Headhunter70 sagte in Test Coronavirus Statistics for ioBroker:

    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 ?

    morgen ? nein .... wen es um datenloggend geht : alten deaktivieren, neuen aktivieren und alias vom alten eintragen.

    D Offline
    D Offline
    dos1973
    schrieb am zuletzt editiert von dos1973
    #503

    @Dutchman
    it das der Alias, wenn ich keinen Alias vergeben hatte?

    Bildschirmfoto 2020-03-31 um 21.35.10.png

    ich will dei United States Daten in die berets bestehenden von USA weiterführen.
    somklappt es nicht?!

    Edit: geht doch :-) hatte ein paar Minuten gebraucht.

    1 Antwort Letzte Antwort
    0
    • DutchmanD Dutchman
      Aktuelle Test Version 0.6.9
      Veröffentlichungsdatum 22-03-2021
      Github Link https://github.com/iobroker-community-adapters/ioBroker.coronavirus-statistics/blob/master/README.md
      NPM npm i ioBroker.coronavirus-statistics@latest

      Adapter to show Global Corona Virus information and current reports

      Coronavirus Live Statistics adapter for ioBroker

      Adapter to show Global Corona Virus information and current reports

      There is no configuration required, after installation it will :

      • Receive global information world-wide and write it to "global_totals"
      • Create a folder for each country with all relevant information regarding COVID-19
      • Update the information every 15 minutes

      The following information is available :

      Datapoint Details
      active Amount of current infected people
      cases Amount of totally known cases
      casesPerOneMillion Amount of totally known cases per million citizen
      critical Amount of critical situation (Hospitalized)
      deaths Amount of current registered deaths
      deathsPerOneMillion Amount of current registered deaths per million citizen
      recovered Amount of totally known recovered cases
      todayCases New Cases by Today
      todayDeaths Amount of totally known people died today
      test Total number of covid-19 tests taken globally
      tests per one million counties Total number of covid-19 tests taken globally per one million

      Please be aware this adapter uses as much as possible up-to-date information but there can be an delay of several hours depending on the country's report.
      German Federal States : https://npgeo-corona-npgeo-de.hub.arcgis.com/ s
      Generic Source : https://coronavirus-19-api.herokuapp.com

      Advanced settings

      Option Description
      All Countries Get data for all countries World-Wide (Default: false)
      Continents Group total amounts by continent in seperate state (Default: false)
      Delete unused States Delete data when countries are deselected (Default: false)
      German counties Get counties data for Germany (Selected only, Default false)
      German federal states Get federal state data for Germany (Selected only, Default false)
      Get all German federal states Get federal state data for Germany (Default false)
      Get all German counties Get all counties data for Germany (Default false)

      For Germany only

      It's possible to get data for federal states (Bundesländer) and counties (Landeskreise).
      You can choose to recieve all data or just select specific regions in advanced settings.

      Please note : After activation the the adapter must run 1 time to get all federal states and counties before table loads !

      Add missing countries

      It may happen that countries are not recognized correctly because the API delivers some country names not ISO conform. In such a case you will get a warning message in the log, which looks like this

      coronavirus-statistics.0	2020-03-21 09:05:31.328	warn	(22937) Timor-Leste not found in lib! Must be added to the country name translator.
      

      Using the datapoint coronavirus-statistics.0.countryTranslator you can assign a country yourself. Look for the name of the corresponding country here:

      List with country names

      With the selected country name you have to create a JSON string and enter it in the datapoint coronavirus-statistics.0.countryTranslator.
      The JSON string then looks like this, for example:

      {
      	"Cabo_Verde": "Cape Verde",
      	"Timor-Leste": "East Timor"
      }
      

      As first value the name from the warning message must be taken from the log. The name of the country from the List with country names is then assigned to this.

      Changelog

      https://github.com/iobroker-community-adapters/ioBroker.coronavirus-statistics/blob/master/README.md

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

      @Dutchman

      coronavirus-statistics.0	2020-03-31 21:43:19.711	warn	(51164) State attribute definition missing for + affectedCountries
      

      V 0.5.0

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

      1 Antwort Letzte Antwort
      0
      • S Offline
        S Offline
        Semenchkare
        schrieb am zuletzt editiert von Semenchkare
        #505

        Hallo,
        ich hatte nach Erstinstallation mit der v. 0.49 erst mal die Haupteinstellungen, die bedeutensten 5 Länder eingestellt.
        Später wählte ich noch bei den erweiterten Einstellungen noch 2 Bundesländer (BW+Bayern) aus. Bei den Keisen hakte ich 4 Kästchen an.
        es wurden auch einmalig Daten in die Datenpunkte geladen. Allerdings stellte ich bei meinem Landkreis fest, dass sich die Zahlen schon seit Tagen nicht mehr aktualisierten. Ein Blick in die erweiterten Einstellungen zeigte, dass die Kreise nicht mehr angehakt waren. Gesagt getan, da wurde dann auch upgedatet.
        Auffällig ist jedoch, dass die Haken nach erneutem Aufruf wieder von den Kästchen verschwunden sind.
        Bei den Haupteinstellungen ist dies nicht so.
        ich habe auch auf die 0.50 upgedatet, keine Änderung.
        Auch ein Löschen und eine Neuinstallation ändert nichts an der Sache...

        Ach ja, folgende Meldung erscheint auch immer im Log

        coronavirus-statistics.0	2020-03-31 21:45:04.973	warn	(10974) State attribute definition missing for + affectedCountries
        

        Kann mir jemand helfen und sagen, was das bedeutet?

        Gruß

        Viele Grüße

        Semenchkare

        raspberry 5 8GB mit iobroker,
        raspberry 5 8GB mit Raspberrymatic

        1 Antwort Letzte Antwort
        0
        • harrymH Offline
          harrymH Offline
          harrym
          schrieb am zuletzt editiert von
          #506

          ???

          coronavirus-statistics.0	2020-03-31 21:47:39.145	warn	(14365) State attribute definition missing for + affectedCountries```
          code_text
          

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

          D 1 Antwort Letzte Antwort
          0
          • harrymH harrym

            ???

            coronavirus-statistics.0	2020-03-31 21:47:39.145	warn	(14365) State attribute definition missing for + affectedCountries```
            code_text
            
            D Offline
            D Offline
            dos1973
            schrieb am zuletzt editiert von
            #507

            @Dutchman

            die "Update" Datensätze bei "global_continents" sehen irgendwie umstimmig aus.

            Bildschirmfoto 2020-03-31 um 21.51.34.png

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

              Api hat sich geändert, ist in arbeit
              a7792db5-a1ac-4e94-a835-f28038cc46c5-image.png

              umgestiegen von Proxmox auf Unraid

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

                Vorsicht beim aktuellen update, es kann passieren, das Städte und Landkreise gelöscht werden

                EDIT: wenn man vor dem Update im Adapter Nicht verwendete Zustände löschen deaktiviert, funktioniert es fehlerfrei

                umgestiegen von Proxmox auf Unraid

                1 Antwort Letzte Antwort
                0
                • NashraN Offline
                  NashraN Offline
                  Nashra
                  Most Active Forum Testing
                  schrieb am zuletzt editiert von Nashra
                  #510

                  Mir ist gerade nach dem Update aufgefallen das z.B. die kreisfreie Stadt Krefeld jetzt in der Auswahl fehlt.
                  Wie das mit anderen Städten ist kann ich nicht beurteilen.

                  Gruß Ralf
                  Mir egal, wer Dein Vater ist! Wenn ich hier angel, wird nicht übers Wasser gelaufen!!

                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                  crunchipC 1 Antwort Letzte Antwort
                  0
                  • NashraN Nashra

                    Mir ist gerade nach dem Update aufgefallen das z.B. die kreisfreie Stadt Krefeld jetzt in der Auswahl fehlt.
                    Wie das mit anderen Städten ist kann ich nicht beurteilen.

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

                    @Nashra sagte in Test Coronavirus Statistics for ioBroker:

                    Krefeld

                    55e3058f-8abd-47d3-9953-b600810b694c-image.png

                    umgestiegen von Proxmox auf Unraid

                    NashraN 1 Antwort Letzte Antwort
                    0
                    • HomoranH Offline
                      HomoranH Offline
                      Homoran
                      Global Moderator Administrators
                      schrieb am zuletzt editiert von Homoran
                      #512

                      Bin auf der 0.49
                      Bei Switzerland fehlen die Deaths per one millieon

                      oder ich bin zu doof

                      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                      crunchipC 1 Antwort Letzte Antwort
                      0
                      • HomoranH Homoran

                        Bin auf der 0.49
                        Bei Switzerland fehlen die Deaths per one millieon

                        oder ich bin zu doof

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

                        @Homoran ist da, hab allerdings v0.51 6d23ebee-3489-4f6c-8634-bee5eefcd65f-image.png

                        umgestiegen von Proxmox auf Unraid

                        HomoranH 1 Antwort Letzte Antwort
                        0
                        • crunchipC crunchip

                          @Nashra sagte in Test Coronavirus Statistics for ioBroker:

                          Krefeld

                          55e3058f-8abd-47d3-9953-b600810b694c-image.png

                          NashraN Offline
                          NashraN Offline
                          Nashra
                          Most Active Forum Testing
                          schrieb am zuletzt editiert von
                          #514

                          @crunchip sagte in Test Coronavirus Statistics for ioBroker:

                          @Nashra sagte in Test Coronavirus Statistics for ioBroker:

                          Krefeld

                          55e3058f-8abd-47d3-9953-b600810b694c-image.png

                          Donnerkeil, habe die Instanz neu angelegt und jetzt ist es da

                          Gruß Ralf
                          Mir egal, wer Dein Vater ist! Wenn ich hier angel, wird nicht übers Wasser gelaufen!!

                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                          1 Antwort Letzte Antwort
                          0
                          • crunchipC crunchip

                            @Homoran ist da, hab allerdings v0.51 6d23ebee-3489-4f6c-8634-bee5eefcd65f-image.png

                            HomoranH Offline
                            HomoranH Offline
                            Homoran
                            Global Moderator Administrators
                            schrieb am zuletzt editiert von
                            #515

                            @crunchip sagte in Test Coronavirus Statistics for ioBroker:

                            @Homoran ist da, hab allerdings v0.51 6d23ebee-3489-4f6c-8634-bee5eefcd65f-image.png

                            ok, dann kommt es spätestens bald bei mir

                            kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                            der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                            1 Antwort Letzte Antwort
                            0
                            • D dos1973

                              @Dutchman

                              die "Update" Datensätze bei "global_continents" sehen irgendwie umstimmig aus.

                              Bildschirmfoto 2020-03-31 um 21.51.34.png

                              ScroungerS Offline
                              ScroungerS Offline
                              Scrounger
                              Developer
                              schrieb am zuletzt editiert von
                              #516

                              @dos1973 sagte in Test Coronavirus Statistics for ioBroker:

                              @Dutchman

                              die "Update" Datensätze bei "global_continents" sehen irgendwie umstimmig aus.

                              Bildschirmfoto 2020-03-31 um 21.51.34.png

                              Danke für die Info, ist mir gar nicht aufgefallen.
                              Das passiert weil die Länderinfos addiert werden um die Kontinentinfos zu generieren.
                              Denke ist aber nur ein Schönheitsfehler, werd ich Tage mal fixen.

                              <a href="https://github.com/Scrounger/ioBroker.linkeddevices">LinkedDevices Adapter</a>

                              <a href="https://github.com/Scrounger/ioBroker.vis-materialdesign">Material Design Widgets</a>

                              1 Antwort Letzte Antwort
                              1
                              • lobomauL Offline
                                lobomauL Offline
                                lobomau
                                schrieb am zuletzt editiert von lobomau
                                #517

                                Funktioniert der Adapter noch bzw. ist API gleich geblieben? Für Deutschland habe ich letzte Aktualisierung heute um 7:34 Uhr erhalten. Bei mir läuft Version 0.5.1.

                                Edit.: scheint zu passen. Jedenfalls passt es mit der Quelle überein. Irgendwie haben die nicht aktualisiert.

                                Host: NUC8i3 mit Proxmox:

                                • ioBroker CT Debian 13, npm 10.9.3, nodejs 22.20.0
                                • Slave: Pi4
                                sissiwupS 1 Antwort Letzte Antwort
                                0
                                • lobomauL lobomau

                                  Funktioniert der Adapter noch bzw. ist API gleich geblieben? Für Deutschland habe ich letzte Aktualisierung heute um 7:34 Uhr erhalten. Bei mir läuft Version 0.5.1.

                                  Edit.: scheint zu passen. Jedenfalls passt es mit der Quelle überein. Irgendwie haben die nicht aktualisiert.

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

                                  Hallo,

                                  wenn man die Werte nur verwenden möchte um z.B. in Grafana eine Visualisierung zu machen, dann geht das auch einfacher,
                                  siehe z.B.

                                  Import corona-Daten nach MySQL

                                  Die Skripte muss man dann auch nur einmal am Tag laufen lassen.

                                  Da geht dann auch so etwas, und vor allem ist die Historie immer vollständig:
                                  Bildschirmfoto 2020-04-02 um 14.52.56.png

                                  MfG

                                  Sissi

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

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


                                  1 Antwort 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
                                     }
                                    }
                                    

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

                                    @crunchip
                                    Die Formel für die Tageswerte scheint nur zu funktionieren wenn die Werte bei 0 starten.
                                    covid1.jpg

                                    Ist für mich jetzt nicht wichtig, aber zur allgemeinen Info.

                                    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.

                                    crunchipC 1 Antwort Letzte Antwort
                                    0
                                    • ChaotC Chaot

                                      @crunchip
                                      Die Formel für die Tageswerte scheint nur zu funktionieren wenn die Werte bei 0 starten.
                                      covid1.jpg

                                      Ist für mich jetzt nicht wichtig, aber zur allgemeinen Info.

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

                                      @Chaot wenn ich die Zahlen mit meinem Vergleiche, sind die geringfügig anders als deine
                                      als Beispiel, deine Sterberate bei Tageswerte liegt bei 154, rechts im Graphen hast du nen wert von 134
                                      605c7a1f-cdb5-405b-a4b6-6b02eca68f7f-image.png

                                      umgestiegen von Proxmox auf Unraid

                                      ChaotC 1 Antwort Letzte Antwort
                                      0
                                      • crunchipC crunchip

                                        @Chaot wenn ich die Zahlen mit meinem Vergleiche, sind die geringfügig anders als deine
                                        als Beispiel, deine Sterberate bei Tageswerte liegt bei 154, rechts im Graphen hast du nen wert von 134
                                        605c7a1f-cdb5-405b-a4b6-6b02eca68f7f-image.png

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

                                        @crunchip Ach ja. Der Fehler sitzt vorm Monitor. Sorry. Wer lesen kann....:face_palm:

                                        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.

                                        1 Antwort Letzte Antwort
                                        0
                                        • S Offline
                                          S Offline
                                          Semenchkare
                                          schrieb am zuletzt editiert von
                                          #522

                                          Hallo,

                                          mittlerweile funktionieren die Datenpunkte der Kreise, der Abgleich mit dem RKI passt, auch wenn die Hacken im Einstellungsmenü nicht bei den entsprechenden Kreisen/Länder erscheinen.

                                          Die Zahlen des RKi sind aber deutlich von denen unseres Landratsamtes unterschieden, ich habe das Tagelang verfolgt. RKI 318 Fälle, Ortenaukreis 483 Fälle, da liegen mindestens 3 Tage Versatz drin.
                                          Leider veröffentlicht unser Landrkeis die Zahlen immer nur als PDF Link.

                                          Ein weiteres Thema, ich möchte gerne die Widgets probieren. Da Fällt mir auf, das nur im Firefox das "Hauseigene" widget überhaupt erscheint und ich es dann in einen View bekomme, allerdings Auswahl nur länder. Rufe ich den Vis editor oder den View im Chrome auf ->werden nicht angezeigt.
                                          Leider kann ich keiner der hier gezeigten Widgets importieren, denn nach Import wird nichts angezeigt...
                                          Ich habe den SQL-Adapter im Einsatz mit anderen Datenpunkten, ich logge mittlerweise den Kreis, das Bundesland und 4 Länder mit. Evtl. versuche ich am nächsten Corona-Wochenende mal ein Flot-Diagramm hinzubekommen...

                                          Viele Grüße

                                          Semenchkare

                                          raspberry 5 8GB mit iobroker,
                                          raspberry 5 8GB mit Raspberrymatic

                                          sissiwupS 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

                                          303

                                          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