<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Test Coronavirus Statistics for ioBroker]]></title><description><![CDATA[<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Aktuelle Test Version</th>
<th>0.6.9</th>
</tr>
</thead>
<tbody>
<tr>
<td>Veröffentlichungsdatum</td>
<td>22-03-2021</td>
</tr>
<tr>
<td>Github Link</td>
<td><a href="https://github.com/iobroker-community-adapters/ioBroker.coronavirus-statistics/blob/master/README.md" rel="nofollow ugc">https://github.com/iobroker-community-adapters/ioBroker.coronavirus-statistics/blob/master/README.md</a></td>
</tr>
<tr>
<td>NPM</td>
<td><code>npm i ioBroker.coronavirus-statistics@latest</code></td>
</tr>
</tbody>
</table>
<p dir="auto">Adapter to show Global Corona Virus information and current reports</p>
<h1>Coronavirus Live Statistics adapter for ioBroker</h1>
<p dir="auto">Adapter to show Global Corona Virus information and current reports</p>
<p dir="auto">There is no configuration required, after installation it will :</p>
<ul>
<li>Receive global information world-wide and write it to "global_totals"</li>
<li>Create a folder for each country with all relevant information regarding COVID-19</li>
<li>Update the information every 15 minutes</li>
</ul>
<p dir="auto">The following information is available :</p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Datapoint</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>active</td>
<td>Amount of current infected people</td>
</tr>
<tr>
<td>cases</td>
<td>Amount of totally known cases</td>
</tr>
<tr>
<td>casesPerOneMillion</td>
<td>Amount of totally known cases per million citizen</td>
</tr>
<tr>
<td>critical</td>
<td>Amount of critical situation (Hospitalized)</td>
</tr>
<tr>
<td>deaths</td>
<td>Amount of current registered deaths</td>
</tr>
<tr>
<td>deathsPerOneMillion</td>
<td>Amount of current registered deaths per million citizen</td>
</tr>
<tr>
<td>recovered</td>
<td>Amount of totally known recovered cases</td>
</tr>
<tr>
<td>todayCases</td>
<td>New Cases by Today</td>
</tr>
<tr>
<td>todayDeaths</td>
<td>Amount of totally known people died today</td>
</tr>
<tr>
<td>test</td>
<td>Total number of covid-19 tests taken globally</td>
</tr>
<tr>
<td>tests per one  million counties</td>
<td>Total number of covid-19 tests taken globally per one  million</td>
</tr>
</tbody>
</table>
<p dir="auto">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.<br />
German Federal States : <a href="https://npgeo-corona-npgeo-de.hub.arcgis.com/" rel="nofollow ugc">https://npgeo-corona-npgeo-de.hub.arcgis.com/</a>  s<br />
Generic Source : <a href="https://coronavirus-19-api.herokuapp.com" rel="nofollow ugc">https://coronavirus-19-api.herokuapp.com</a></p>
<h2>Advanced settings</h2>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Option</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>All Countries</td>
<td>Get data for all countries World-Wide (Default: false)</td>
</tr>
<tr>
<td>Continents</td>
<td>Group total amounts by continent in seperate state (Default: false)</td>
</tr>
<tr>
<td>Delete unused States</td>
<td>Delete data when countries are deselected (Default: false)</td>
</tr>
<tr>
<td>German counties</td>
<td>Get counties data for Germany (Selected only, Default false)</td>
</tr>
<tr>
<td>German federal states</td>
<td>Get federal state data for Germany (Selected only, Default false)</td>
</tr>
<tr>
<td>Get all German federal states</td>
<td>Get federal state data for Germany (Default false)</td>
</tr>
<tr>
<td>Get all German counties</td>
<td>Get all counties data for Germany (Default false)</td>
</tr>
</tbody>
</table>
<h2>For Germany only</h2>
<p dir="auto">It's possible to get data for federal states (Bundesländer) and counties (Landeskreise).<br />
You can choose to recieve all data or just select specific regions in advanced settings.</p>
<p dir="auto">Please note : After activation the the adapter must run 1 time to get all federal states and counties before table loads !</p>
<h2>Add missing countries</h2>
<p dir="auto">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</p>
<pre><code>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.
</code></pre>
<p dir="auto">Using the datapoint <code>coronavirus-statistics.0.countryTranslator</code> you can assign a country yourself. Look for the name of the corresponding country here:</p>
<p dir="auto"><a href="https://github.com/i-rocky/country-list-js/blob/master/data/names.json" rel="nofollow ugc">List with country names</a></p>
<p dir="auto">With the selected country name you have to create a JSON string and enter it in the datapoint <code>coronavirus-statistics.0.countryTranslator</code>.<br />
The JSON string then looks like this, for example:</p>
<pre><code>{
	"Cabo_Verde": "Cape Verde",
	"Timor-Leste": "East Timor"
}
</code></pre>
<p dir="auto">As first value the name from the warning message must be taken from the log. The name of the country from the <a href="https://github.com/i-rocky/country-list-js/blob/master/data/names.json" rel="nofollow ugc">List with country names</a> is then assigned to this.</p>
<h2><a href="https://github.com/iobroker-community-adapters/ioBroker.coronavirus-statistics/blob/master/README.md" rel="nofollow ugc">Changelog</a></h2>
<p dir="auto"><a href="https://github.com/iobroker-community-adapters/ioBroker.coronavirus-statistics/blob/master/README.md" rel="nofollow ugc">https://github.com/iobroker-community-adapters/ioBroker.coronavirus-statistics/blob/master/README.md</a></p>
]]></description><link>https://forum.iobroker.net/topic/31245/test-coronavirus-statistics-for-iobroker</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 04:54:36 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/31245.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 16 Mar 2020 10:31:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Test Coronavirus Statistics for ioBroker on Wed, 13 Sep 2023 19:56:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lueghi" aria-label="Profile: lueghi">@<bdi>lueghi</bdi></a> sagte in <a href="/post/1043343">Test Coronavirus Statistics for ioBroker</a>:</p>
<blockquote>
<p dir="auto">Haben die Seiten mit der Datenbasis den Dienst eingestellt</p>
</blockquote>
<p dir="auto">Zumindest die Seite in NRW gibt nix mehr her.</p>
]]></description><link>https://forum.iobroker.net/post/1043344</link><guid isPermaLink="true">https://forum.iobroker.net/post/1043344</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Wed, 13 Sep 2023 19:56:53 GMT</pubDate></item><item><title><![CDATA[Reply to Test Coronavirus Statistics for ioBroker on Wed, 13 Sep 2023 19:55:20 GMT]]></title><description><![CDATA[<p dir="auto">Bei mir werden ca. seit Sommer 2023 keine Daten mehr akutalisiert. Haben die Seiten mit der Datenbasis den Dienst eingestellt oder hat der Adapter ein Problem?<br />
Und ja, ich weiß, dass die "offiziellen" Daten zur Zeit nicht gerade aussagekräftig sind. Mich interessiert aber trotzdem wo das Problem liegt.<br />
Gruß Stefan</p>
]]></description><link>https://forum.iobroker.net/post/1043343</link><guid isPermaLink="true">https://forum.iobroker.net/post/1043343</guid><dc:creator><![CDATA[Lueghi]]></dc:creator><pubDate>Wed, 13 Sep 2023 19:55:20 GMT</pubDate></item><item><title><![CDATA[Reply to Test Coronavirus Statistics for ioBroker on Wed, 07 Sep 2022 12:22:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/burberry" aria-label="Profile: burberry">@<bdi>burberry</bdi></a><br />
Gleiches bei mir mit der aktuellen Version 0.8.7 aus dem Beta-Repository.</p>
<p dir="auto">In Github wurde ein entsprechendes Issue vor längerem abgearbeitet, aber entweder hat der Fix nicht funktioniert oder er ist noch nicht ins Beta-Release eingeflossen:<br />
[<a href="https://github.com/DrozmotiX/ioBroker.coronavirus-statistics/issues/347" rel="nofollow ugc">https://github.com/DrozmotiX/ioBroker.coronavirus-statistics/issues/347</a>]</p>
]]></description><link>https://forum.iobroker.net/post/854416</link><guid isPermaLink="true">https://forum.iobroker.net/post/854416</guid><dc:creator><![CDATA[observer]]></dc:creator><pubDate>Wed, 07 Sep 2022 12:22:52 GMT</pubDate></item><item><title><![CDATA[Reply to Test Coronavirus Statistics for ioBroker on Sat, 27 Aug 2022 06:54:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/werner53844" aria-label="Profile: werner53844">@<bdi>werner53844</bdi></a> said in <a href="/post/758813">Test Coronavirus Statistics for ioBroker</a>:</p>
<blockquote>
<p dir="auto">Hallo,<br />
Klasse was es so alles an Adaptern gibt.<br />
Den Adapter habe ich bei mir die Tage installiert.<br />
Er gibt mir im Protokoll zwei Fehler raus:<br />
coronavirus-statistics.0<br />
2022-02-08 21:30:18.647	warn	This object will not be created in future versions. Please report this to the developer.<br />
coronavirus-statistics.0<br />
2022-02-08 21:30:18.644	warn	Object coronavirus-statistics.0.countryTranslator is invalid: Default value has to be type "string" but received type "number"<br />
Gruß Werner</p>
</blockquote>
<p dir="auto">Hallo bekomme den gleichen Fehler wie du, gibt es hier schon eine Lösung ?<br />
Danke</p>
]]></description><link>https://forum.iobroker.net/post/848273</link><guid isPermaLink="true">https://forum.iobroker.net/post/848273</guid><dc:creator><![CDATA[burberry]]></dc:creator><pubDate>Sat, 27 Aug 2022 06:54:48 GMT</pubDate></item><item><title><![CDATA[Reply to Test Coronavirus Statistics for ioBroker on Tue, 26 Jul 2022 16:59:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/haselchen" aria-label="Profile: haselchen">@<bdi>haselchen</bdi></a> Kannst du mir dein Widget mal bei Gelegenheit zeigen?</p>
]]></description><link>https://forum.iobroker.net/post/834313</link><guid isPermaLink="true">https://forum.iobroker.net/post/834313</guid><dc:creator><![CDATA[lustig29]]></dc:creator><pubDate>Tue, 26 Jul 2022 16:59:29 GMT</pubDate></item><item><title><![CDATA[Reply to Test Coronavirus Statistics for ioBroker on Sat, 23 Jul 2022 18:24:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lustig29" aria-label="Profile: lustig29">@<bdi>lustig29</bdi></a></p>
<p dir="auto">Dann nimm doch ein anderes Widget ?!<br />
Bin am Handy . Kann nicht gucken .<br />
Hab , glaube ich , irgendein Basic Widget .</p>
]]></description><link>https://forum.iobroker.net/post/832577</link><guid isPermaLink="true">https://forum.iobroker.net/post/832577</guid><dc:creator><![CDATA[haselchen]]></dc:creator><pubDate>Sat, 23 Jul 2022 18:24:48 GMT</pubDate></item><item><title><![CDATA[Reply to Test Coronavirus Statistics for ioBroker on Sat, 23 Jul 2022 17:56:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/haselchen" aria-label="Profile: haselchen">@<bdi>haselchen</bdi></a> Ja, aber ich kann eben bei dem Widget nur das Land auswählen. Die Zahlen von Deutschland komplett interessieren mich nicht.</p>
]]></description><link>https://forum.iobroker.net/post/832561</link><guid isPermaLink="true">https://forum.iobroker.net/post/832561</guid><dc:creator><![CDATA[lustig29]]></dc:creator><pubDate>Sat, 23 Jul 2022 17:56:43 GMT</pubDate></item><item><title><![CDATA[Reply to Test Coronavirus Statistics for ioBroker on Sat, 23 Jul 2022 17:47:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lustig29" aria-label="Profile: lustig29">@<bdi>lustig29</bdi></a></p>
<p dir="auto">Meine auch nicht.<br />
Aber dann eben bis zum Landkreis.<br />
Oder du nimmst eine Stadt, die dir am nächsten kommt.</p>
]]></description><link>https://forum.iobroker.net/post/832547</link><guid isPermaLink="true">https://forum.iobroker.net/post/832547</guid><dc:creator><![CDATA[haselchen]]></dc:creator><pubDate>Sat, 23 Jul 2022 17:47:11 GMT</pubDate></item><item><title><![CDATA[Reply to Test Coronavirus Statistics for ioBroker on Sat, 23 Jul 2022 17:29:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/haselchen" aria-label="Profile: haselchen">@<bdi>haselchen</bdi></a> Bis zum Landkreis ja, meine Stadt ist leider nicht dabei.</p>
]]></description><link>https://forum.iobroker.net/post/832530</link><guid isPermaLink="true">https://forum.iobroker.net/post/832530</guid><dc:creator><![CDATA[lustig29]]></dc:creator><pubDate>Sat, 23 Jul 2022 17:29:25 GMT</pubDate></item><item><title><![CDATA[Reply to Test Coronavirus Statistics for ioBroker on Sat, 23 Jul 2022 17:08:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lustig29" aria-label="Profile: lustig29">@<bdi>lustig29</bdi></a></p>
<p dir="auto">Hast du im Adapter alles eingestellt?<br />
Bundesland<br />
Landkreis<br />
Stadt</p>
]]></description><link>https://forum.iobroker.net/post/832520</link><guid isPermaLink="true">https://forum.iobroker.net/post/832520</guid><dc:creator><![CDATA[haselchen]]></dc:creator><pubDate>Sat, 23 Jul 2022 17:08:08 GMT</pubDate></item><item><title><![CDATA[Reply to Test Coronavirus Statistics for ioBroker on Sat, 23 Jul 2022 17:03:45 GMT]]></title><description><![CDATA[<p dir="auto">Wie kann ich festlegen, dass mir mein Landkreis im Widget angezeigt wird. Ich kann dort nur Germany auswählen.</p>
]]></description><link>https://forum.iobroker.net/post/832518</link><guid isPermaLink="true">https://forum.iobroker.net/post/832518</guid><dc:creator><![CDATA[lustig29]]></dc:creator><pubDate>Sat, 23 Jul 2022 17:03:45 GMT</pubDate></item><item><title><![CDATA[Reply to Test Coronavirus Statistics for ioBroker on Sat, 26 Feb 2022 14:35:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/crunchip" aria-label="Profile: crunchip">@<bdi>crunchip</bdi></a></p>
<p dir="auto">Ach das meinst Du.<br />
Ja, die letzte Wertänderung war 3:00Uhr.<br />
Mal beobachten das Ganze.<br />
Wollte mir mal ne VIS Übersicht bauen.<br />
Ist natürlich nur hübsch, wenn das auch valide Daten drinstehen :)</p>
]]></description><link>https://forum.iobroker.net/post/768998</link><guid isPermaLink="true">https://forum.iobroker.net/post/768998</guid><dc:creator><![CDATA[haselchen]]></dc:creator><pubDate>Sat, 26 Feb 2022 14:35:54 GMT</pubDate></item><item><title><![CDATA[Reply to Test Coronavirus Statistics for ioBroker on Sat, 26 Feb 2022 14:31:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/haselchen" aria-label="Profile: haselchen">@<bdi>haselchen</bdi></a> sagte in <a href="/post/768994">Test Coronavirus Statistics for ioBroker</a>:</p>
<blockquote>
<p dir="auto">letzte Abruf</p>
</blockquote>
<p dir="auto">zeitstempel?<br />
und Wertänderung?</p>
]]></description><link>https://forum.iobroker.net/post/768995</link><guid isPermaLink="true">https://forum.iobroker.net/post/768995</guid><dc:creator><![CDATA[crunchip]]></dc:creator><pubDate>Sat, 26 Feb 2022 14:31:32 GMT</pubDate></item><item><title><![CDATA[Reply to Test Coronavirus Statistics for ioBroker on Sat, 26 Feb 2022 14:29:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/crunchip" aria-label="Profile: crunchip">@<bdi>crunchip</bdi></a></p>
<p dir="auto">14:57 der letzte Abruf bei mir.<br />
Wäre blöd wenn immer am WE da 0 steht</p>
]]></description><link>https://forum.iobroker.net/post/768994</link><guid isPermaLink="true">https://forum.iobroker.net/post/768994</guid><dc:creator><![CDATA[haselchen]]></dc:creator><pubDate>Sat, 26 Feb 2022 14:29:29 GMT</pubDate></item><item><title><![CDATA[Reply to Test Coronavirus Statistics for ioBroker on Sat, 26 Feb 2022 14:16:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/haselchen" aria-label="Profile: haselchen">@<bdi>haselchen</bdi></a> letzte Wertänderung heut nacht um 3:07 bei mir, scheinbar Übertragungsfehler, oder wurde wieder was geändert</p>
]]></description><link>https://forum.iobroker.net/post/768985</link><guid isPermaLink="true">https://forum.iobroker.net/post/768985</guid><dc:creator><![CDATA[crunchip]]></dc:creator><pubDate>Sat, 26 Feb 2022 14:16:21 GMT</pubDate></item><item><title><![CDATA[Reply to Test Coronavirus Statistics for ioBroker on Sat, 26 Feb 2022 14:12:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/crunchip" aria-label="Profile: crunchip">@<bdi>crunchip</bdi></a></p>
<p dir="auto">Hm,  okay....danke fürs Schauen.</p>
<p dir="auto">Warum stehen in den beiden Punkten keine Daten für heute?<br />
Gibt es am WE keine kranken Menschen? :)</p>
<p dir="auto"><img src="/assets/uploads/files/1645884745535-11b36d31-7ba7-44ca-a763-5c47b67dba80-grafik.png" alt="11b36d31-7ba7-44ca-a763-5c47b67dba80-grafik.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/post/768983</link><guid isPermaLink="true">https://forum.iobroker.net/post/768983</guid><dc:creator><![CDATA[haselchen]]></dc:creator><pubDate>Sat, 26 Feb 2022 14:12:27 GMT</pubDate></item><item><title><![CDATA[Reply to Test Coronavirus Statistics for ioBroker on Thu, 24 Feb 2022 19:57:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/haselchen" aria-label="Profile: haselchen">@<bdi>haselchen</bdi></a> hab mal kurz bisserl hoch geblättert, <a href="https://forum.iobroker.net/post/596351">https://forum.iobroker.net/post/596351</a></p>
]]></description><link>https://forum.iobroker.net/post/768213</link><guid isPermaLink="true">https://forum.iobroker.net/post/768213</guid><dc:creator><![CDATA[crunchip]]></dc:creator><pubDate>Thu, 24 Feb 2022 19:57:04 GMT</pubDate></item><item><title><![CDATA[Reply to Test Coronavirus Statistics for ioBroker on Thu, 24 Feb 2022 19:52:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/crunchip" aria-label="Profile: crunchip">@<bdi>crunchip</bdi></a></p>
<p dir="auto">Uff</p>
<p dir="auto">Inzidenz und Neuinfektionen in/für Deutschland ist doch das A und O in den Nachrichten?!  <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f62f.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--hushed" style="height:23px;width:auto;vertical-align:middle" title=":hushed:" alt="😯" /></p>
]]></description><link>https://forum.iobroker.net/post/768206</link><guid isPermaLink="true">https://forum.iobroker.net/post/768206</guid><dc:creator><![CDATA[haselchen]]></dc:creator><pubDate>Thu, 24 Feb 2022 19:52:51 GMT</pubDate></item><item><title><![CDATA[Reply to Test Coronavirus Statistics for ioBroker on Thu, 24 Feb 2022 19:43:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/haselchen" aria-label="Profile: haselchen">@<bdi>haselchen</bdi></a> glaub die gibt´s nicht für Deutschland.</p>
]]></description><link>https://forum.iobroker.net/post/768191</link><guid isPermaLink="true">https://forum.iobroker.net/post/768191</guid><dc:creator><![CDATA[crunchip]]></dc:creator><pubDate>Thu, 24 Feb 2022 19:43:55 GMT</pubDate></item><item><title><![CDATA[Reply to Test Coronavirus Statistics for ioBroker on Thu, 24 Feb 2022 19:20:25 GMT]]></title><description><![CDATA[<p dir="auto">Vielleicht hat mich das Virus zum 2.Mal erwischt und mich blind gemacht ;)</p>
<p dir="auto">In welchem Ordner finde ich die 7-Tage Inzidenz und die täglichen Neuinfektionen in Deutschland?</p>
<p dir="auto">Such mir nen Wolf aber keine Zahl von den Beiden stimmt mit dem RKI Dashboard überein.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/crunchip" aria-label="Profile: crunchip">@<bdi>crunchip</bdi></a></p>
]]></description><link>https://forum.iobroker.net/post/767795</link><guid isPermaLink="true">https://forum.iobroker.net/post/767795</guid><dc:creator><![CDATA[haselchen]]></dc:creator><pubDate>Thu, 24 Feb 2022 19:20:25 GMT</pubDate></item><item><title><![CDATA[Reply to Test Coronavirus Statistics for ioBroker on Tue, 08 Feb 2022 21:00:54 GMT]]></title><description><![CDATA[<p dir="auto">Hallo,<br />
Klasse was es so alles an Adaptern gibt.<br />
Den Adapter habe ich bei mir die Tage installiert.<br />
Er gibt mir im Protokoll zwei Fehler raus:<br />
coronavirus-statistics.0<br />
2022-02-08 21:30:18.647	warn	This object will not be created in future versions. Please report this to the developer.<br />
coronavirus-statistics.0<br />
2022-02-08 21:30:18.644	warn	Object coronavirus-statistics.0.countryTranslator is invalid: Default value has to be type "string" but received type "number"<br />
Gruß Werner</p>
]]></description><link>https://forum.iobroker.net/post/758813</link><guid isPermaLink="true">https://forum.iobroker.net/post/758813</guid><dc:creator><![CDATA[Werner53844]]></dc:creator><pubDate>Tue, 08 Feb 2022 21:00:54 GMT</pubDate></item><item><title><![CDATA[Reply to Test Coronavirus Statistics for ioBroker on Thu, 03 Feb 2022 19:56:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dutchman" aria-label="Profile: dutchman">@<bdi>dutchman</bdi></a></p>
<p dir="auto">Hallo, Meldung nach js-controller: 4.0.0-alpha.72 Update</p>
<pre><code>host.MedionHome)
2022-02-03 19:55:44.903	info	host.Medion(Home) instance system.adapter.coronavirus-statistics.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)

coronavirus-statistics.0
2022-02-03 19:55:44.359	info	Terminated (ADAPTER_REQUESTED_TERMINATION): All data handled, adapter stopped until next scheduled moment

coronavirus-statistics.0
2022-02-03 19:55:02.171	info	starting. Version 0.8.7 in C:/Program Files/iobroker/Home/node_modules/iobroker.coronavirus-statistics, node: v14.19.0, js-controller: 4.0.0-alpha.72-20220203-aa6d25b3

coronavirus-statistics.0
2022-02-03 19:55:02.163	warn	This object will not be created in future versions. Please report this to the developer.

coronavirus-statistics.0
2022-02-03 19:55:02.162	warn	Object coronavirus-statistics.0.countryTranslator is invalid: Default value has to be type "string" but received type "number"
</code></pre>
]]></description><link>https://forum.iobroker.net/post/755364</link><guid isPermaLink="true">https://forum.iobroker.net/post/755364</guid><dc:creator><![CDATA[sigi234]]></dc:creator><pubDate>Thu, 03 Feb 2022 19:56:34 GMT</pubDate></item><item><title><![CDATA[Reply to Test Coronavirus Statistics for ioBroker on Thu, 20 Jan 2022 12:56:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sebastian-io" aria-label="Profile: sebastian-io">@<bdi>sebastian-io</bdi></a><br />
Hi,</p>
<p dir="auto">hast du eigtl bei deinen Projekt noch weiter gemacht? Hab es schon ne Zeitlang auf Jarvis laufen und wollte mal fragen ob da noch was neueres gibt.</p>
]]></description><link>https://forum.iobroker.net/post/745081</link><guid isPermaLink="true">https://forum.iobroker.net/post/745081</guid><dc:creator><![CDATA[GeorgL76]]></dc:creator><pubDate>Thu, 20 Jan 2022 12:56:48 GMT</pubDate></item><item><title><![CDATA[Reply to Test Coronavirus Statistics for ioBroker on Thu, 23 Dec 2021 13:08:54 GMT]]></title><description><![CDATA[<p dir="auto">ich weiß, schade über mein haupt. Den tipp mit neustartet gebe ich auch immer,....</p>
]]></description><link>https://forum.iobroker.net/post/725540</link><guid isPermaLink="true">https://forum.iobroker.net/post/725540</guid><dc:creator><![CDATA[ChrisNett]]></dc:creator><pubDate>Thu, 23 Dec 2021 13:08:54 GMT</pubDate></item></channel></rss>