DrozmotiX / ioBroker.coronavirus-statistics

Adapter to show Global Corona Virus information and current reports
MIT License
18 stars 19 forks source link

"Impfungen" objects filled with wrong values #228

Closed xdaamg closed 3 years ago

xdaamg commented 3 years ago

I noticed, objects under "_Impfungen" are not filled with valid data today.

For example these objects are not filled or contain wrong data:

coronavirus-statistics.0.Germany._Impfungen.rkiErstimpfungenAstraZeneca coronavirus-statistics.0.Germany._Impfungen.rkiErstimpfungenBioNTech coronavirus-statistics.0.Germany._Impfungen.rkiErstimpfungenDifferenzVortag coronavirus-statistics.0.Germany._Impfungen.rkiErstimpfungenImpfquote coronavirus-statistics.0.Germany._Impfungen.rkiErstimpfungenModerna coronavirus-statistics.0.Germany._Impfungen.rkiZweitimpfungenAstraZeneca coronavirus-statistics.0.Germany._Impfungen.rkiZweitimpfungenBioNTech coronavirus-statistics.0.Germany._Impfungen.rkiZweitimpfungenDifferenzVortag coronavirus-statistics.0.Germany._Impfungen.rkiZweitimpfungenImpfquote coronavirus-statistics.0.Germany._Impfungen.rkiZweitimpfungenModerna

Elvissimo commented 3 years ago

also fields for vaccination doses in total contain old values from 2-3 days ago - today (11.4.) I found out that the total numbers are now written into the fields ErstimpfungenBionTech and Erstimpfungen Moderna, so I swapped fields in my VIS as a workaround for the moment.

jhg28 commented 3 years ago

Still the same issue. Any update?

tmycgn commented 3 years ago

A workaround might be to use the following new source: https://corona-open-data.ckan.de/

For Germany, the following sources seem official and up-to-date:

https://impfdashboard.de/static/data/germany_vaccinations_timeseries_v2.tsv https://impfdashboard.de/static/data/germany_vaccinations_by_state.tsv

Apollon77 commented 3 years ago

11 days and counting

Where is your PR to fix it? Else you need to wait until the developer finds time to check and fix this issue

xdaamg commented 3 years ago

I solved this issue for now by using 'parser-adapter'. Source is rki website 'impfdashboard.de'. Objects:

Screenshot_parser_rkidashboard_result

Parser-Adapter settings (work in progress): iobroker_parser_rkidashboard.txt

DutchmanNL commented 3 years ago

11 days and counting

Where is your PR to fix it? Else you need to wait until the developer finds time to check and fix this issue

that would indeed help a lot I currently just have no time to do it for now, the code is pretty simple only these lines here :

https://github.com/DrozmotiX/ioBroker.coronavirus-statistics/blob/main/main.js#L352-L380

DutchmanNL commented 3 years ago

solved release v0.7.0-5