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

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

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

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

Test Coronavirus Statistics for ioBroker

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

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

    @Dutchman

    Test:

    In der Land Liste sind undefinierbare Länder drinnen

    Wünsche:

    Ein DP als Table
    Land ein/aus blendbar
    Zahlen konfigurierbar

    Screenshot (2048).png

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

    DutchmanD K 2 Antworten Letzte Antwort
    1
    • sigi234S sigi234

      @Dutchman

      Test:

      In der Land Liste sind undefinierbare Länder drinnen

      Wünsche:

      Ein DP als Table
      Land ein/aus blendbar
      Zahlen konfigurierbar

      Screenshot (2048).png

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

      @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

      Ein DP als Table

      gerne gitissue erstellen, kan ich es abarbeiten

      Land ein/aus blendbar

      same here

      Zahlen konfigurierbar

      sie meinen ?

      sigi234S 1 Antwort Letzte Antwort
      0
      • DutchmanD Dutchman

        @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

        Ein DP als Table

        gerne gitissue erstellen, kan ich es abarbeiten

        Land ein/aus blendbar

        same here

        Zahlen konfigurierbar

        sie meinen ?

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

        @Dutchman sagte in Test Coronavirus Statistics for ioBroker:

        sie meinen ?

        Größe änderbar

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

        DutchmanD 1 Antwort Letzte Antwort
        0
        • sigi234S sigi234

          @Dutchman sagte in Test Coronavirus Statistics for ioBroker:

          sie meinen ?

          Größe änderbar

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

          @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

          @Dutchman sagte in Test Coronavirus Statistics for ioBroker:

          sie meinen ?

          Größe änderbar

          welche Größe ?

          sigi234S 1 Antwort Letzte Antwort
          0
          • DutchmanD Dutchman

            @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

            @Dutchman sagte in Test Coronavirus Statistics for ioBroker:

            sie meinen ?

            Größe änderbar

            welche Größe ?

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

            @Dutchman sagte in Test Coronavirus Statistics for ioBroker:

            @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

            @Dutchman sagte in Test Coronavirus Statistics for ioBroker:

            sie meinen ?

            Größe änderbar

            welche Größe ?

            Screenshot (2049)_LI.jpg

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

            DutchmanD 1 Antwort Letzte Antwort
            0
            • sigi234S sigi234

              @Dutchman sagte in Test Coronavirus Statistics for ioBroker:

              @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

              @Dutchman sagte in Test Coronavirus Statistics for ioBroker:

              sie meinen ?

              Größe änderbar

              welche Größe ?

              Screenshot (2049)_LI.jpg

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

              @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

              @Dutchman sagte in Test Coronavirus Statistics for ioBroker:

              @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

              @Dutchman sagte in Test Coronavirus Statistics for ioBroker:

              sie meinen ?

              Größe änderbar

              welche Größe ?

              Screenshot (2049)_LI.jpg

              da bin ich raus @Bluefox war so nett die zu machen front-end ist nicht meine stärke

              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
                #12

                @Dutchman

                
                coronavirus-statistics.0	2020-03-16 15:18:59.329	info	(13556) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                coronavirus-statistics.0	2020-03-16 15:18:55.508	warn	(13556) State attribute definition missing for + updated
                coronavirus-statistics.0	2020-03-16 15:18:50.119	info	(13556) starting. Version 0.2.0 in C:/Program Files/iobroker/Test/node_modules/iobroker.coronavirus-statistics, node: v10.16.3
                

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

                HomoranH 1 Antwort Letzte Antwort
                0
                • sigi234S sigi234

                  @Dutchman

                  Hallo, wie kann ich das Widget anwenden?
                  Erledigt, ein Neustart hat geholfen.

                  LatziL Online
                  LatziL Online
                  Latzi
                  schrieb am zuletzt editiert von
                  #13

                  @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

                  Hallo, wie kann ich das Widget anwenden?

                  Die Frage stellt sich mir auch, dummerweise hat ein Neustart mir nicht die Augen geöffnet. Kannst du mir bitte weiterhelfen?

                  sigi234S 1 Antwort Letzte Antwort
                  0
                  • sigi234S sigi234

                    @Dutchman

                    
                    coronavirus-statistics.0	2020-03-16 15:18:59.329	info	(13556) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                    coronavirus-statistics.0	2020-03-16 15:18:55.508	warn	(13556) State attribute definition missing for + updated
                    coronavirus-statistics.0	2020-03-16 15:18:50.119	info	(13556) starting. Version 0.2.0 in C:/Program Files/iobroker/Test/node_modules/iobroker.coronavirus-statistics, node: v10.16.3
                    
                    HomoranH Nicht stören
                    HomoranH Nicht stören
                    Homoran
                    Global Moderator Administrators
                    schrieb am zuletzt editiert von
                    #14

                    @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

                    @Dutchman

                    
                    coronavirus-statistics.0	2020-03-16 15:18:59.329	info	(13556) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                    coronavirus-statistics.0	2020-03-16 15:18:55.508	warn	(13556) State attribute definition missing for + updated
                    coronavirus-statistics.0	2020-03-16 15:18:50.119	info	(13556) starting. Version 0.2.0 in C:/Program Files/iobroker/Test/node_modules/iobroker.coronavirus-statistics, node: v10.16.3
                    

                    Habe das WARN auch

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

                      @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

                      Hallo, wie kann ich das Widget anwenden?

                      Die Frage stellt sich mir auch, dummerweise hat ein Neustart mir nicht die Augen geöffnet. Kannst du mir bitte weiterhelfen?

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

                      @Latzi sagte in Test Coronavirus Statistics for ioBroker:

                      @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

                      Hallo, wie kann ich das Widget anwenden?

                      Die Frage stellt sich mir auch, dummerweise hat ein Neustart mir nicht die Augen geöffnet. Kannst du mir bitte weiterhelfen?

                      Screenshot (2051)_LI.jpg

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

                      1 Antwort Letzte Antwort
                      0
                      • T Offline
                        T Offline
                        Tobias
                        schrieb am zuletzt editiert von
                        #16

                        Habt ihr auch ein Problem mit der Darstellung?

                        Bildschirmfoto 2020-03-16 um 20.12.28.png

                        Unterste Zeile...

                        sigi234S 1 Antwort Letzte Antwort
                        0
                        • T Tobias

                          Habt ihr auch ein Problem mit der Darstellung?

                          Bildschirmfoto 2020-03-16 um 20.12.28.png

                          Unterste Zeile...

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

                          @Tobias

                          CSS Font und Text

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

                          T 1Topf1 2 Antworten Letzte Antwort
                          0
                          • S Offline
                            S Offline
                            stimezo
                            Forum Testing
                            schrieb am zuletzt editiert von
                            #18

                            Kann man sich aber auch schnell selber basteln :-) :

                            Unbenannt-1.jpg

                            Gruß
                            Christian

                            sigi234S C P A 4 Antworten Letzte Antwort
                            1
                            • S stimezo

                              Kann man sich aber auch schnell selber basteln :-) :

                              Unbenannt-1.jpg

                              Gruß
                              Christian

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

                              @stimezo

                              Kannst du die Icons zur Verfügung stellen?

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

                              S 1 Antwort Letzte Antwort
                              0
                              • sigi234S sigi234

                                @stimezo

                                Kannst du die Icons zur Verfügung stellen?

                                S Offline
                                S Offline
                                stimezo
                                Forum Testing
                                schrieb am zuletzt editiert von
                                #20

                                @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

                                @stimezo

                                Kannst du die Icons zur Verfügung stellen?

                                Per mail?

                                Gruß
                                Christian

                                1 Antwort Letzte Antwort
                                0
                                • sigi234S sigi234

                                  @Tobias

                                  CSS Font und Text

                                  T Offline
                                  T Offline
                                  Tobias
                                  schrieb am zuletzt editiert von
                                  #21

                                  @sigi234
                                  Danke. Da bin ich ja echt ein newbie...

                                  1 Antwort Letzte Antwort
                                  0
                                  • HomoranH Homoran

                                    @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

                                    @Dutchman

                                    
                                    coronavirus-statistics.0	2020-03-16 15:18:59.329	info	(13556) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                    coronavirus-statistics.0	2020-03-16 15:18:55.508	warn	(13556) State attribute definition missing for + updated
                                    coronavirus-statistics.0	2020-03-16 15:18:50.119	info	(13556) starting. Version 0.2.0 in C:/Program Files/iobroker/Test/node_modules/iobroker.coronavirus-statistics, node: v10.16.3
                                    

                                    Habe das WARN auch

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

                                    @Homoran sagte in Test Coronavirus Statistics for ioBroker:

                                    Habe das WARN auch

                                    fixed in 0.2.1

                                    1 Antwort Letzte Antwort
                                    0
                                    • M Offline
                                      M Offline
                                      MartyBr
                                      schrieb am zuletzt editiert von
                                      #23

                                      Hallo, kann mir Jemand sagen, wo ich das Widget finde?

                                      Danke.

                                      Gruß
                                      Martin


                                      Intel NUCs mit Proxmox / Iobroker als VM unter Debian
                                      Raspeberry mit USB Leseköpfen für Smartmeter
                                      Homematic und Homematic IP

                                      ? 1 Antwort Letzte Antwort
                                      0
                                      • M MartyBr

                                        Hallo, kann mir Jemand sagen, wo ich das Widget finde?

                                        Danke.

                                        ? Offline
                                        ? Offline
                                        Ein ehemaliger Benutzer
                                        schrieb am zuletzt editiert von
                                        #24

                                        @MartyBr Da wo die anderen auch sind...

                                        M 1 Antwort Letzte Antwort
                                        0
                                        • ? Ein ehemaliger Benutzer

                                          @MartyBr Da wo die anderen auch sind...

                                          M Offline
                                          M Offline
                                          MartyBr
                                          schrieb am zuletzt editiert von
                                          #25

                                          @Yetiberg Im VIS Editor? Ich habe den ioBroker schon neu gestartet, finde ihn aber nicht.
                                          Wie heißt das Widget?

                                          Gruß
                                          Martin


                                          Intel NUCs mit Proxmox / Iobroker als VM unter Debian
                                          Raspeberry mit USB Leseköpfen für Smartmeter
                                          Homematic und Homematic IP

                                          LatziL 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

                                          367

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          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