Live information about COVID-19

Adapter to show Global Corona Virus information and current reports

Current Release
0.9.0
Developer
DutchmanNL
License
MIT

ioBroker.coronavirus-statistics

This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and for information how to disable the error reporting see Sentry-Plugin Documentation! Sentry reporting is used starting with js-controller 3.0.

Coronavirus Live Statistics adapter for ioBroker

Adapter to show Global Coronavirus 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 :

DatapointDetails
activeAmount of current infected people
casesAmount of totally known cases
casesPerOneMillionAmount of totally known cases per million citizen
criticalAmount of critical situation (Hospitalized)
deathsAmount of current registered deaths
deathsPerOneMillionAmount of current registered deaths per million citizen
flagCountry flag, link to github location
recoveredAmount of totally known recovered cases
todayCasesNew Cases by Today
todayDeathsAmount of totally known people died today
testTotal number of COVID-19 tests taken globally
tests per one million countiesTotal 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 a 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

OptionDescription
All CountriesGet data for all countries World-Wide (Default: false)
ContinentsGroup total amounts by a continent in separate state (Default: false)
Delete unused StatesDelete data when countries are deselected (Default: false)

Changelog

WORK IN PROGRESS

  • (DutchmanNL) Maintenance: raise Node.js to 22, modernise CI and release tooling, update dependencies, resolve repository checker findings
  • (DutchmanNL) Update axios to 1.x

0.9.0 (2023-11-16) - Remove unsupported APIs

  • (DutchmanNL) Remove specific data regarding germany as APIs are not available anymore
  • (DutchmanNL) Data source dedicated for https://coronavirus-19-api.herokuapp.com, we are unable to support more APIs due to changes, complexity and available development capacity. But please feel free to provide PR's!

0.8.8-0 (2021-11-19)

  • (jlssmt) added hospital index for germany and federal states of germany

0.8.7 (2021-11-17)

  • (DutchmanNL) Bugfix: Added missing definitions
  • (jlssmt) Error handling for missing state attribute definitions Optimized

0.8.6 (2021-11-15)

  • (Simatec) Design Fix for Admin >=5.1.28 Dark/Blue Theme

0.8.5 (2021-10-29)

  • (jlssmt) Error handling for bundesländer api implemented

Older changelogs can be found there

License

MIT License

Copyright (c) 2023 DrozmotiX Holding B.V. OSS@DrozmotiX.eu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.