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

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

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

Test Coronavirus Statistics for ioBroker

Geplant Angeheftet Gesperrt Verschoben Tester
adapter installationadapterentwicklungtesten
1.2k Beiträge 120 Kommentatoren 338.9k 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
    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

    A Offline
    A Offline
    andyb
    schrieb am zuletzt editiert von
    #747

    @Dutchman
    Impfquoten wären jetzt natürlich auch interessant :grimacing:
    Impfquotenmonitoring RKI (https://www.rki.de/DE/Content/InfAZ/N/Neuartiges_Coronavirus/Daten/Impfquotenmonitoring.xlsx)

    1 Antwort Letzte Antwort
    0
    • D deta

      @Dutchman gibt es auch die Möglichkeit, der Genesenen in den Regionen und Städten abzurufen?
      Oder stehen die Daten nicht zur Verfügung?
      Damit man eine Zahl hat, was jetzt aktuell noch Erkrankt ist.

      DutchmanD Offline
      DutchmanD Offline
      Dutchman
      Developer Most Active Administrators
      schrieb am zuletzt editiert von
      #748

      @deta

      Für DE stehen die Daten leider nicht als API zur Verfügung, habe im GIT issue eine eventuelle option hinterlegt wie man die xls vom RKI auslesen könnte

      Habe aber eine api gefunden für Impfungen auf Landes Niveau diese werde ich implementieren muss aber alles von api V2 nach V3 umbauen also auch bissl testen ☺️

      D A 3 Antworten Letzte Antwort
      0
      • DutchmanD Dutchman

        @deta

        Für DE stehen die Daten leider nicht als API zur Verfügung, habe im GIT issue eine eventuelle option hinterlegt wie man die xls vom RKI auslesen könnte

        Habe aber eine api gefunden für Impfungen auf Landes Niveau diese werde ich implementieren muss aber alles von api V2 nach V3 umbauen also auch bissl testen ☺️

        D Offline
        D Offline
        deta
        Most Active
        schrieb am zuletzt editiert von
        #749

        @Dutchman Hört sich gut an. Wir lassen uns überraschen.

        1 Antwort Letzte Antwort
        0
        • DutchmanD Dutchman

          @deta

          Für DE stehen die Daten leider nicht als API zur Verfügung, habe im GIT issue eine eventuelle option hinterlegt wie man die xls vom RKI auslesen könnte

          Habe aber eine api gefunden für Impfungen auf Landes Niveau diese werde ich implementieren muss aber alles von api V2 nach V3 umbauen also auch bissl testen ☺️

          A Offline
          A Offline
          andyb
          schrieb am zuletzt editiert von
          #750

          Vielleicht hilft das...
          link text

          1 Antwort Letzte Antwort
          0
          • DutchmanD Dutchman

            @deta

            Für DE stehen die Daten leider nicht als API zur Verfügung, habe im GIT issue eine eventuelle option hinterlegt wie man die xls vom RKI auslesen könnte

            Habe aber eine api gefunden für Impfungen auf Landes Niveau diese werde ich implementieren muss aber alles von api V2 nach V3 umbauen also auch bissl testen ☺️

            D Offline
            D Offline
            deta
            Most Active
            schrieb am zuletzt editiert von
            #751

            @Dutchman oho 0.6.4 online..

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

              @andyb

              Schermafbeelding 2021-01-02 om 16.35.23.png

              E HomoranH 2 Antworten Letzte Antwort
              2
              • DutchmanD Dutchman

                @andyb

                Schermafbeelding 2021-01-02 om 16.35.23.png

                E Offline
                E Offline
                ebu
                schrieb am zuletzt editiert von
                #753

                @Dutchman danke, funktioniert :)

                NashraN 1 Antwort Letzte Antwort
                0
                • E ebu

                  @Dutchman danke, funktioniert :)

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

                  @ebu sagte in Test Coronavirus Statistics for ioBroker:

                  @Dutchman danke, funktioniert :)

                  Schließe mich an, danke @Dutchman :+1:

                  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
                  • 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

                    D Offline
                    D Offline
                    deta
                    Most Active
                    schrieb am zuletzt editiert von
                    #755

                    Schon jemand was gebastelt an VIS für die Impfungen?

                    sigi234S 1 Antwort Letzte Antwort
                    0
                    • DutchmanD Dutchman

                      @andyb

                      Schermafbeelding 2021-01-02 om 16.35.23.png

                      HomoranH Nicht stören
                      HomoranH Nicht stören
                      Homoran
                      Global Moderator Administrators
                      schrieb am zuletzt editiert von
                      #756

                      @Dutchman
                      Hallo Dutch!
                      ist da noch ein kleiner Bug drin?
                      Imfungen.png

                      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 -

                      DutchmanD 1 Antwort Letzte Antwort
                      0
                      • HomoranH Homoran

                        @Dutchman
                        Hallo Dutch!
                        ist da noch ein kleiner Bug drin?
                        Imfungen.png

                        DutchmanD Offline
                        DutchmanD Offline
                        Dutchman
                        Developer Most Active Administrators
                        schrieb am zuletzt editiert von
                        #757

                        @Homoran sagte in Test Coronavirus Statistics for ioBroker:

                        @Dutchman
                        Hallo Dutch!
                        ist da noch ein kleiner Bug drin?
                        Imfungen.png

                        jup behoben in 0.6.6, danke !
                        Da wurde noch ein channel erstellt welcher dort nicht hingehört

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

                          Hallo @Dutchman
                          im Widget werden bei UK und Netherlands keine Daten angezeigt

                          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.

                          DutchmanD 1 Antwort Letzte Antwort
                          0
                          • NashraN Nashra

                            Hallo @Dutchman
                            im Widget werden bei UK und Netherlands keine Daten angezeigt

                            DutchmanD Offline
                            DutchmanD Offline
                            Dutchman
                            Developer Most Active Administrators
                            schrieb am zuletzt editiert von
                            #759

                            @Nashra sagte in Test Coronavirus Statistics for ioBroker:

                            Hallo @Dutchman
                            im Widget werden bei UK und Netherlands keine Daten angezeigt

                            beim widget bin ich leider machtlos da hatte BF mal geholfen ich Kappiere das frontend zeug aber nicht :/

                            NashraN 1 Antwort Letzte Antwort
                            0
                            • D deta

                              Schon jemand was gebastelt an VIS für die Impfungen?

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

                              @deta sagte in Test Coronavirus Statistics for ioBroker:

                              Schon jemand was gebastelt an VIS für die Impfungen?

                              Bin gerade dabei:

                              Screenshot (3023).png

                              View Import:
                              VIEW_Corona_Impfungen_sigi234.txt

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

                              D 1 Antwort Letzte Antwort
                              1
                              • DutchmanD Dutchman

                                @Nashra sagte in Test Coronavirus Statistics for ioBroker:

                                Hallo @Dutchman
                                im Widget werden bei UK und Netherlands keine Daten angezeigt

                                beim widget bin ich leider machtlos da hatte BF mal geholfen ich Kappiere das frontend zeug aber nicht :/

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

                                @Dutchman sagte in Test Coronavirus Statistics for ioBroker:

                                @Nashra sagte in Test Coronavirus Statistics for ioBroker:

                                Hallo @Dutchman
                                im Widget werden bei UK und Netherlands keine Daten angezeigt

                                beim widget bin ich leider machtlos da hatte BF mal geholfen ich Kappiere das frontend zeug aber nicht :/

                                kein Problem, so wichtig ist das nicht :grin:

                                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
                                1
                                • sigi234S sigi234

                                  @deta sagte in Test Coronavirus Statistics for ioBroker:

                                  Schon jemand was gebastelt an VIS für die Impfungen?

                                  Bin gerade dabei:

                                  Screenshot (3023).png

                                  View Import:
                                  VIEW_Corona_Impfungen_sigi234.txt

                                  D Offline
                                  D Offline
                                  deta
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #762

                                  @sigi234 Sieht gut aus, geht warscheinlich nicht wieder ohne das Matterial Adapter..

                                  sigi234S 1 Antwort Letzte Antwort
                                  0
                                  • D deta

                                    @sigi234 Sieht gut aus, geht warscheinlich nicht wieder ohne das Matterial Adapter..

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

                                    @deta sagte in Test Coronavirus Statistics for ioBroker:

                                    geht warscheinlich nicht wieder ohne das Matterial Adapter..

                                    Jupp :grinning:

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

                                    D 1 Antwort Letzte Antwort
                                    0
                                    • sigi234S sigi234

                                      @deta sagte in Test Coronavirus Statistics for ioBroker:

                                      geht warscheinlich nicht wieder ohne das Matterial Adapter..

                                      Jupp :grinning:

                                      D Offline
                                      D Offline
                                      deta
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #764

                                      @sigi234 schade

                                      sigi234S 1 Antwort Letzte Antwort
                                      0
                                      • D deta

                                        @sigi234 schade

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

                                        @deta sagte in Test Coronavirus Statistics for ioBroker:

                                        @sigi234 schade

                                        Extra für Dich.Ohne MD. :slightly_smiling_face:

                                        Screenshot (3033).png

                                        VIEW_Corona_Impfungen_2_sigi234.txt

                                        impfung2.png

                                        2000px-Coat_of_arms_of_Bavaria.svg (1).png 500px-Flag_of_Germany.svg.png

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

                                        DutchmanD D 2 Antworten Letzte Antwort
                                        0
                                        • sigi234S sigi234

                                          @deta sagte in Test Coronavirus Statistics for ioBroker:

                                          @sigi234 schade

                                          Extra für Dich.Ohne MD. :slightly_smiling_face:

                                          Screenshot (3033).png

                                          VIEW_Corona_Impfungen_2_sigi234.txt

                                          impfung2.png

                                          2000px-Coat_of_arms_of_Bavaria.svg (1).png 500px-Flag_of_Germany.svg.png

                                          DutchmanD Offline
                                          DutchmanD Offline
                                          Dutchman
                                          Developer Most Active Administrators
                                          schrieb am zuletzt editiert von
                                          #766

                                          @sigi234

                                          Darf ich das als Template in die GitHub repo übernehmen?

                                          sigi234S 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

                                          787

                                          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