NEWS
Test Coronavirus Statistics for ioBroker
-
@bauerpower
Das sind die Fälle je 100K in 7 Tagen. warum sollten diese unbedingt im gesamten Bundesland grösser sein?@kwittig
Alles klar Du hast Recht... ich war so mit dem implementieren beschäftigt das ich nur die Zahlen betrachtet habe!Lieben Dank!
Jörg
-
Kann es sein, das die API hinterher hängt?
Ich update immer immer um 00:00 Uhr die Daten. Denke das ist der Schnittpunkt oder?
Heute z.b.
Deutschlandzahlen lt. Abfrage API 28179,
aber direkt auf der RKi Seite 29.875Wie kommt das zustande?

-
Kann es sein, das die API hinterher hängt?
Ich update immer immer um 00:00 Uhr die Daten. Denke das ist der Schnittpunkt oder?
Heute z.b.
Deutschlandzahlen lt. Abfrage API 28179,
aber direkt auf der RKi Seite 29.875Wie kommt das zustande?

-
@deta ja, ich habe bei BRD oft gegen 3:00 Uhr den Nullabgleich. Dann wirst du eine Differenz haben, wenn es um 00:00 Uhr machst. Ich würde öfter updaten. Warum nicht einmal pro Stunde?
Hier siehst du einen Beispielhaften Verlauf:

-
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@latestAdapter 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.comAdvanced 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.countryTranslatoryou can assign a country yourself. Look for the name of the corresponding country here: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
-
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@latestAdapter 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.comAdvanced 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.countryTranslatoryou can assign a country yourself. Look for the name of the corresponding country here: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
-
@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.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 ☺️
-
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 ☺️
-
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 ☺️
-
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 ☺️
-
-
@ebu sagte in Test Coronavirus Statistics for ioBroker:
@Dutchman danke, funktioniert :)
Schließe mich an, danke @Dutchman :+1:
-
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@latestAdapter 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.comAdvanced 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.countryTranslatoryou can assign a country yourself. Look for the name of the corresponding country here: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
Schon jemand was gebastelt an VIS für die Impfungen?
-
@Dutchman
Hallo Dutch!
ist da noch ein kleiner Bug drin?

-
@Homoran sagte in Test Coronavirus Statistics for ioBroker:
@Dutchman
Hallo Dutch!
ist da noch ein kleiner Bug drin?

jup behoben in 0.6.6, danke !
Da wurde noch ein channel erstellt welcher dort nicht hingehört -
Hallo @Dutchman
im Widget werden bei UK und Netherlands keine Daten angezeigt -
@Nashra sagte in Test Coronavirus Statistics for ioBroker:
Hallo @Dutchman
im Widget werden bei UK und Netherlands keine Daten angezeigtbeim widget bin ich leider machtlos da hatte BF mal geholfen ich Kappiere das frontend zeug aber nicht :/
-
@deta sagte in Test Coronavirus Statistics for ioBroker:
Schon jemand was gebastelt an VIS für die Impfungen?
Bin gerade dabei:

View Import:
VIEW_Corona_Impfungen_sigi234.txt -
@Nashra sagte in Test Coronavirus Statistics for ioBroker:
Hallo @Dutchman
im Widget werden bei UK und Netherlands keine Daten angezeigtbeim widget bin ich leider machtlos da hatte BF mal geholfen ich Kappiere das frontend zeug aber nicht :/
@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 angezeigtbeim 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:
