Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Coronavirus Statistics for ioBroker

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Test Coronavirus Statistics for ioBroker

    This topic has been deleted. Only users with topic management privileges can see it.
    • harrym
      harrym @Dutchman last edited by

      @Dutchman mMn ... ab ins stable. Ich sehe keine Fehler

      1 Reply Last reply Reply Quote 0
      • harrym
        harrym last edited by

        @Dutchman ... die top 5 .... wäre das nicht sinnvoller auf /mio ? also in relation zu den einwohnern je land?

        Dutchman 1 Reply Last reply Reply Quote 0
        • harrym
          harrym last edited by

          Bildschirmfoto vom 2020-03-23 23-01-46.png

          case/mio ... D ist weit vor china. Klar .... china hat ja auch wensetlich mehr einwohner. Luxemburg wäre in diesem vergleich aber auch vor D ....

          ist eben ein bezugspunkt vorhanden in relation und eben nicht absolut.

          1 Reply Last reply Reply Quote 0
          • Dutchman
            Dutchman Developer Most Active Administrators @harrym last edited by

            @harrym sagte in Test Coronavirus Statistics for ioBroker:

            @Dutchman ... die top 5 .... wäre das nicht sinnvoller auf /mio ? also in relation zu den einwohnern je land?

            vorschlage gerne, hatten halt ne anfrage für top 5 🙂

            harrym 1 Reply Last reply Reply Quote 0
            • harrym
              harrym @Dutchman last edited by

              @Dutchman die top 5 sind auch gut! nur du hast eben die absoluten werte genommen. case/mio sind die werte im bezug auf die bevölkerung .... und die sind mMn aussagekräftiger bei ner "top 5" bewertung.

              Dutchman 1 Reply Last reply Reply Quote 0
              • Dutchman
                Dutchman Developer Most Active Administrators @harrym last edited by

                @harrym sagte in Test Coronavirus Statistics for ioBroker:

                @Dutchman die top 5 sind auch gut! nur du hast eben die absoluten werte genommen. case/mio sind die werte im bezug auf die bevölkerung .... und die sind mMn aussagekräftiger bei ner "top 5" bewertung.

                wie gesagt ich nehme gerne Verbesserungsvorschläge an 🙂

                eventuell kan man das auch einstellbar machen

                sigi234 1 Reply Last reply Reply Quote 1
                • crunchip
                  crunchip Forum Testing Most Active last edited by crunchip

                  Dashboard Erweiterung
                  kleines update für die Täglichen Werte im Vergleich
                  d1ac2431-4332-426f-a41d-0d19185a20d9-image.png
                  JSON wer will im Spoiler

                  {
                   "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": 11,
                     "x": 13,
                     "y": 25
                   },
                   "hiddenSeries": false,
                   "id": 27,
                   "legend": {
                     "avg": false,
                     "current": false,
                     "hideEmpty": false,
                     "hideZero": false,
                     "max": true,
                     "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",
                       "zindex": 1
                     },
                     {
                       "alias": "Kritisch",
                       "zindex": 2
                     },
                     {
                       "alias": "aktiv"
                     },
                     {
                       "alias": "Genesen"
                     },
                     {
                       "alias": "infiziert"
                     }
                   ],
                   "spaceLength": 10,
                   "stack": false,
                   "steppedLine": false,
                   "targets": [
                     {
                       "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": "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": "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": 2,
                       "max": null,
                       "min": null,
                       "show": true
                     },
                     {
                       "format": "short",
                       "label": null,
                       "logBase": 1,
                       "max": null,
                       "min": null,
                       "show": true
                     }
                   ],
                   "yaxis": {
                     "align": false,
                     "alignLevel": null
                   }
                  }
                  

                  1 Reply Last reply Reply Quote 1
                  • sigi234
                    sigi234 Forum Testing Most Active @Dutchman last edited by

                    @Dutchman

                    Hallo , kannst du den DP von der flag USA noch korrigieren?

                    Screenshot (2153).png

                    M 1 Reply Last reply Reply Quote 0
                    • M
                      MartyBr @sigi234 last edited by

                      @sigi234
                      Hallo sigi234 kannst du den view oder das Widget teilen? Es wirklich übersichtlich und informativ.

                      sigi234 1 Reply Last reply Reply Quote 0
                      • sigi234
                        sigi234 Forum Testing Most Active @MartyBr last edited by sigi234

                        @MartyBr sagte in Test Coronavirus Statistics for ioBroker:

                        @sigi234
                        Hallo sigi234 kannst du den view oder das Widget teilen? Es wirklich übersichtlich und informativ.

                        Arbeite noch daran, kommt bald

                        Screenshot (2158).png

                        [View_Corona_Top5_Sigi234.txt

                        Uli977 M 2 Replies Last reply Reply Quote 1
                        • Uli977
                          Uli977 @sigi234 last edited by

                          @sigi234 Infiziert heute ist aber noch etwas hoch, oder?

                          Dutchman sigi234 2 Replies Last reply Reply Quote 0
                          • Dutchman
                            Dutchman Developer Most Active Administrators @Uli977 last edited by

                            @Uli977 sagte in Test Coronavirus Statistics for ioBroker:

                            @sigi234 Infiziert heute ist aber noch etwas hoch, oder?

                            eventuell muss man dads noch in der API abfangen das wen die werte noch von gestern sind es 0 bleibt bis die daten von. heute bekannt gemacht. wurden

                            Uli977 1 Reply Last reply Reply Quote 0
                            • Uli977
                              Uli977 @Dutchman last edited by Uli977

                              @Dutchman Wurden nicht heute schon 1025 gemeldet?

                              039f912a-bc35-4731-ae1b-e6fc1f59bebd-image.png

                              ich denke die Zuordnung passt noch nicht. Aber ist ja auch noch in arbeit.

                              Dutchman 1 Reply Last reply Reply Quote 0
                              • S0NIC
                                S0NIC last edited by S0NIC

                                Anhand der Zahlen und öffentlichen Informationen kann auch berechnet werden, wann in Deutschland die Beatmungsgeräte (schätzungsweise) zu 100% ausgelastet sind:

                                -> 28.000 Intensivplätze, davon 20.000 mit Beatmung
                                -> Grundauslastung der Geräte 80%
                                -> 10% der Erkrankten sind beatmungspflichtig

                                Quellen:
                                -> https://app.handelsblatt.com/politik/deutschland/coronakrise-deutsche-krankenhausgesellschaft-wir-sind-besser-vorbereitet-als-italien/25651268.html?ticket=ST-1120379-oOJuDLcMvrbi0rjdLEV0-ap5
                                -> https://www.heise.de/tp/features/Coronavirus-Warum-Herr-Wodarg-Unrecht-hat-4685718.html
                                -> https://www.aerzteblatt.de/nachrichten/111029/Ueberlastung-deutscher-Krankenhaeuser-durch-COVID-19-laut-Experten-unwahrscheinlich

                                Da die Beatmung mit einem ECMO Gerät eine sehr viel höhere Überlebenschance schafft, hat mich diese Zahl auch interessiert. Aber diese gilt leider als klassifizierte Information. Zumindest kann man sich hier selbst einen Überblick über die grundsätzliche Verfügbarkeit verschaffen: https://www.divi.de/register/intensivregister

                                Ergänzung: https://forum.iobroker.net/topic/31245/test-coronavirus-statistics-for-iobroker/378

                                Chaot 1 Reply Last reply Reply Quote 0
                                • sigi234
                                  sigi234 Forum Testing Most Active @Uli977 last edited by

                                  @Uli977 sagte in Test Coronavirus Statistics for ioBroker:

                                  @sigi234 Infiziert heute ist aber noch etwas hoch, oder?

                                  Ja, Fehler korrigiert.

                                  Uli977 1 Reply Last reply Reply Quote 0
                                  • Dutchman
                                    Dutchman Developer Most Active Administrators @Uli977 last edited by

                                    @Uli977 sagte in Test Coronavirus Statistics for ioBroker:

                                    @Dutchman Wurden nicht heute schon 1025 gemeldet?

                                    Ich kann nur in Datenpunkte schreiben was die API hergibt, da ich keine Glaskugel hab weis ich auch nicht wie der stand ist wen die API noch nicht die neuen werte hat 🙂

                                    @Uli977 sagte in Test Coronavirus Statistics for ioBroker:

                                    ich denke die Zuordnung passt noch nicht. Aber ist ja auch noch in arbeit.

                                    was meinste damit ?

                                    1 Reply Last reply Reply Quote 0
                                    • Dutchman
                                      Dutchman Developer Most Active Administrators last edited by

                                      so leute, die Bundesländer sind drin in 0.4.2 !

                                      Zwar mit tage verzögert, aber ich habe noch keine bessere API gefunden

                                      Schermafbeelding 2020-03-24 om 14.09.29.png

                                      sigi234 B harrym 3 Replies Last reply Reply Quote 2
                                      • sigi234
                                        sigi234 Forum Testing Most Active @Dutchman last edited by sigi234

                                        @Dutchman sagte in Test Coronavirus Statistics for ioBroker:

                                        so leute, die Bundesländer sind drin in 0.4.2 !

                                        Kann man diese auch ausblenden?

                                        Gibt es das auch für Austria?

                                        Dutchman 1 Reply Last reply Reply Quote 0
                                        • Dutchman
                                          Dutchman Developer Most Active Administrators @sigi234 last edited by

                                          @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

                                          Kann man diese auch ausblenden?

                                          Schermafbeelding 2020-03-24 om 14.16.01.png

                                          siehe erweiterte Einstellungen

                                          1 Reply Last reply Reply Quote 1
                                          • jackblackson
                                            jackblackson last edited by

                                            Hab grad auf die latest aktualisiert, meine Länder (z.b. Österreich) ausgewählt, und "delete unused states" gemacht - und dann auch den Adapter neu gestartet. Nun schaut es so aus: 43625d56-1e35-4f23-a92c-72a6a6cc7068-grafik.png
                                            Ist das so gewollt, das die Länder die man nicht ausgewählt hat stehen bleiben? z.B: Andora.

                                            crunchip 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            886
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            adapter installation adapterentwicklung testen
                                            120
                                            1177
                                            243119
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo