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

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

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

Test Coronavirus Statistics for ioBroker

Geplant Angeheftet Gesperrt Verschoben Tester
adapter installationadapterentwicklungtesten
1.2k Beiträge 120 Kommentatoren 337.7k 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.
  • S Offline
    S Offline
    SaiBot1981
    schrieb am zuletzt editiert von
    #807

    Irgendwie bin ich gerade blind. Ich baue mir ne neue View und finde irgendwie keine 7 Tage Inzidenz für Deutschland.

    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

      D Offline
      D Offline
      deta
      Most Active
      schrieb am zuletzt editiert von
      #808

      @dutchman bist du im Schnee versunken?

      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

        D Offline
        D Offline
        deta
        Most Active
        schrieb am zuletzt editiert von
        #809

        @dutchman ich glaube die haben beim RKI wieder an der Schnittstelle gebastelt.. Stimmt so einiges nicht mehr.

        1 Antwort Letzte Antwort
        0
        • cvidalC Offline
          cvidalC Offline
          cvidal
          Forum Testing
          schrieb am zuletzt editiert von cvidal
          #810

          Die Impfquote wird bei mir seit update auf v 0.6.8 mit 66629% ausgegeben anstatt 6.66% ist das so gewollt? Ich fülle mit Grafana einen Chart habe jetzt Probleme mit der Umrechnung.

          So mache ich das momentan:
          Grafana.PNG

          Gruß Christian

          1 Antwort Letzte Antwort
          0
          • A Offline
            A Offline
            amiethaner
            schrieb am zuletzt editiert von amiethaner
            #811

            Wie komm ich denn an die Datenpunkte der Impfungen?
            Bei mir läuft Adapter V. 0.6.8, aber von den Impfungen in DE wird mir nichts angezeigt.
            -> hat sich erledigt, danke. Hab Bundeland und Stadt mit reingenommen.

            1 Antwort Letzte Antwort
            0
            • E Offline
              E Offline
              eve11
              schrieb am zuletzt editiert von
              #812

              Hallo zusammen,

              ich habe das Problem, dass sich der Adapter schon seit 2 Monaten nicht mehr upgedatet hat.
              Nun habe ich sowohl die Instanz als auch den Adapter gelöscht.
              Leider läuft der Adapter immer noch nicht:

              host.iobrokerproxmox	2021-03-07 10:21:05.783	error	instance system.adapter.coronavirus-statistics.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
              coronavirus-statistics.0	2021-03-07 10:21:05.255	warn	(13455) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
              coronavirus-statistics.0	2021-03-07 10:21:05.255	debug	(13455) Plugin sentry destroyed
              coronavirus-statistics.0	2021-03-07 10:21:05.254	error	(13455) coronavirus-statistics.0 already running
              coronavirus-statistics.0	2021-03-07 10:21:05.252	debug	(13455) statesDB connected
              coronavirus-statistics.0	2021-03-07 10:21:05.252	debug	(13455) States connected to redis: 127.0.0.1:9000
              coronavirus-statistics.0	2021-03-07 10:21:05.244	debug	(13455) States create System PubSub Client
              coronavirus-statistics.0	2021-03-07 10:21:05.243	debug	(13455) States create User PubSub Client
              coronavirus-statistics.0	2021-03-07 10:21:05.238	debug	(13455) Redis States: Use Redis connection: 127.0.0.1:9000
              coronavirus-statistics.0	2021-03-07 10:21:05.237	debug	(13455) objectDB connected
              coronavirus-statistics.0	2021-03-07 10:21:05.235	debug	(13455) Objects connected to redis: 127.0.0.1:9001
              coronavirus-statistics.0	2021-03-07 10:21:05.226	debug	(13455) Objects client initialize lua scripts
              coronavirus-statistics.0	2021-03-07 10:21:05.225	debug	(13455) Objects create User PubSub Client
              coronavirus-statistics.0	2021-03-07 10:21:05.225	debug	(13455) Objects create System PubSub Client
              coronavirus-statistics.0	2021-03-07 10:21:05.223	debug	(13455) Objects client ready ... initialize now
              coronavirus-statistics.0	2021-03-07 10:21:05.211	debug	(13455) Redis Objects: Use Redis connection: 127.0.0.1:9001
              

              Was heißt der Adapter läuft schon. Kann ich irgend etwas noch überprüfen.

              Nach der Neuinstallation hängt der Adapter auch hier:

              covid.jpg

              Vielen Dank für etwaige Hilfestellung.

              Grüße

              Heiko

              DutchmanD 1 Antwort Letzte Antwort
              0
              • E eve11

                Hallo zusammen,

                ich habe das Problem, dass sich der Adapter schon seit 2 Monaten nicht mehr upgedatet hat.
                Nun habe ich sowohl die Instanz als auch den Adapter gelöscht.
                Leider läuft der Adapter immer noch nicht:

                host.iobrokerproxmox	2021-03-07 10:21:05.783	error	instance system.adapter.coronavirus-statistics.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                coronavirus-statistics.0	2021-03-07 10:21:05.255	warn	(13455) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                coronavirus-statistics.0	2021-03-07 10:21:05.255	debug	(13455) Plugin sentry destroyed
                coronavirus-statistics.0	2021-03-07 10:21:05.254	error	(13455) coronavirus-statistics.0 already running
                coronavirus-statistics.0	2021-03-07 10:21:05.252	debug	(13455) statesDB connected
                coronavirus-statistics.0	2021-03-07 10:21:05.252	debug	(13455) States connected to redis: 127.0.0.1:9000
                coronavirus-statistics.0	2021-03-07 10:21:05.244	debug	(13455) States create System PubSub Client
                coronavirus-statistics.0	2021-03-07 10:21:05.243	debug	(13455) States create User PubSub Client
                coronavirus-statistics.0	2021-03-07 10:21:05.238	debug	(13455) Redis States: Use Redis connection: 127.0.0.1:9000
                coronavirus-statistics.0	2021-03-07 10:21:05.237	debug	(13455) objectDB connected
                coronavirus-statistics.0	2021-03-07 10:21:05.235	debug	(13455) Objects connected to redis: 127.0.0.1:9001
                coronavirus-statistics.0	2021-03-07 10:21:05.226	debug	(13455) Objects client initialize lua scripts
                coronavirus-statistics.0	2021-03-07 10:21:05.225	debug	(13455) Objects create User PubSub Client
                coronavirus-statistics.0	2021-03-07 10:21:05.225	debug	(13455) Objects create System PubSub Client
                coronavirus-statistics.0	2021-03-07 10:21:05.223	debug	(13455) Objects client ready ... initialize now
                coronavirus-statistics.0	2021-03-07 10:21:05.211	debug	(13455) Redis Objects: Use Redis connection: 127.0.0.1:9001
                

                Was heißt der Adapter läuft schon. Kann ich irgend etwas noch überprüfen.

                Nach der Neuinstallation hängt der Adapter auch hier:

                covid.jpg

                Vielen Dank für etwaige Hilfestellung.

                Grüße

                Heiko

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

                @eve11 sagte in Test Coronavirus Statistics for ioBroker:

                ich habe das Problem, dass sich der Adapter schon seit 2 Monaten nicht mehr upgedatet hat.

                stable version benutzen, Beta is buggy da die bloeden Impf tabellen sich immerzu aendern ...

                D 1 Antwort Letzte Antwort
                0
                • DutchmanD Dutchman

                  @eve11 sagte in Test Coronavirus Statistics for ioBroker:

                  ich habe das Problem, dass sich der Adapter schon seit 2 Monaten nicht mehr upgedatet hat.

                  stable version benutzen, Beta is buggy da die bloeden Impf tabellen sich immerzu aendern ...

                  D Offline
                  D Offline
                  deta
                  Most Active
                  schrieb am zuletzt editiert von
                  #814

                  @dutchman sagte in Test Coronavirus Statistics for ioBroker:

                  stable version benutzen, Beta is buggy da die bloeden Impf tabellen sich immerzu aendern ...

                  Wäre dennoch schön, wenn du ein Update machen würdest.

                  DutchmanD 1 Antwort Letzte Antwort
                  -1
                  • D deta

                    @dutchman sagte in Test Coronavirus Statistics for ioBroker:

                    stable version benutzen, Beta is buggy da die bloeden Impf tabellen sich immerzu aendern ...

                    Wäre dennoch schön, wenn du ein Update machen würdest.

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

                    @deta sagte in Test Coronavirus Statistics for ioBroker:

                    Wäre dennoch schön, wenn du ein Update machen würdest.

                    was möchtest du geupdatet haben ? Ich kan. zwar. jede. Woche wieder die Strukturen ändern, nur das bringt leider wenig.
                    Ich warte immer noch auf eine officiele API fuer Impfdaten die gibt. es aber leider nicht und de Seite des deutschen ministeriums aendern sich ständig....

                    1 Antwort Letzte Antwort
                    0
                    • DutchmanD Offline
                      DutchmanD Offline
                      Dutchman
                      Developer Most Active Administrators
                      schrieb am zuletzt editiert von
                      #816

                      es wird diese Woche weitergehen, die offiziellen zahlen werden jetzt durch die API geliefert und koennen integriert werden.
                      Details fuer DE per Bundesland sind da leider nicht drin, eventuell kan man das spaeter noch zuesaetlich hinzufuegen

                      D Sebastian IOS 2 Antworten Letzte Antwort
                      1
                      • DutchmanD Dutchman

                        es wird diese Woche weitergehen, die offiziellen zahlen werden jetzt durch die API geliefert und koennen integriert werden.
                        Details fuer DE per Bundesland sind da leider nicht drin, eventuell kan man das spaeter noch zuesaetlich hinzufuegen

                        D Offline
                        D Offline
                        deta
                        Most Active
                        schrieb am zuletzt editiert von
                        #817

                        @dutchman wir lassen uns Überraschen. Danke

                        1 Antwort Letzte Antwort
                        1
                        • DutchmanD Dutchman

                          es wird diese Woche weitergehen, die offiziellen zahlen werden jetzt durch die API geliefert und koennen integriert werden.
                          Details fuer DE per Bundesland sind da leider nicht drin, eventuell kan man das spaeter noch zuesaetlich hinzufuegen

                          Sebastian IOS Offline
                          Sebastian IOS Offline
                          Sebastian IO
                          schrieb am zuletzt editiert von
                          #818

                          @dutchman wollte danke sagen für die tolle Aufbereitung der Daten.

                          Hab mir dadurch ein generisches javascript für die ganzen Infos progammieren können.

                          Läuft unter der jarvis vis, mit einem Filter für:
                          Länder
                          Top5
                          Bundesländer
                          Kreise und Städte

                          Hier mal ein paar Screens:
                          corona-1-city-states.png corona-2-states.png corona-3-countries.png corona-4-top5.png

                          Danke nochmal und mach weiter so!

                          sigi234S DutchmanD O 3 Antworten Letzte Antwort
                          6
                          • Sebastian IOS Sebastian IO

                            @dutchman wollte danke sagen für die tolle Aufbereitung der Daten.

                            Hab mir dadurch ein generisches javascript für die ganzen Infos progammieren können.

                            Läuft unter der jarvis vis, mit einem Filter für:
                            Länder
                            Top5
                            Bundesländer
                            Kreise und Städte

                            Hier mal ein paar Screens:
                            corona-1-city-states.png corona-2-states.png corona-3-countries.png corona-4-top5.png

                            Danke nochmal und mach weiter so!

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

                            @sebastian-io

                            Cool, geht das auch für Österreich?

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

                            Sebastian IOS 1 Antwort Letzte Antwort
                            0
                            • sigi234S sigi234

                              @sebastian-io

                              Cool, geht das auch für Österreich?

                              Sebastian IOS Offline
                              Sebastian IOS Offline
                              Sebastian IO
                              schrieb am zuletzt editiert von
                              #820

                              @sigi234 wie sieht das mapping für Österreich aus?
                              Sprich ist es genauso geclustert mit Bundesländer, etc?
                              Aber im Prinzip müsste es auch möglich sein mit ein paar Anpassungen!

                              Das sind die Datenpunkte für den Einstieg Germany:

                              let stateSelector = '[id=coronavirus-statistics.0.Germany.Bundesland.*.cases]';
                              let oListState = $(stateSelector);
                              
                              let kreisSelector = '[id=coronavirus-statistics.0.Germany.Kreis.*.BL]';
                              let oListKreis = $(kreisSelector);
                              
                              let stadtSelector = '[id=coronavirus-statistics.0.Germany.Stadt.*.BL]';
                              let oListStadt = $(stadtSelector);
                              
                              sigi234S 1 Antwort Letzte Antwort
                              0
                              • Sebastian IOS Sebastian IO

                                @sigi234 wie sieht das mapping für Österreich aus?
                                Sprich ist es genauso geclustert mit Bundesländer, etc?
                                Aber im Prinzip müsste es auch möglich sein mit ein paar Anpassungen!

                                Das sind die Datenpunkte für den Einstieg Germany:

                                let stateSelector = '[id=coronavirus-statistics.0.Germany.Bundesland.*.cases]';
                                let oListState = $(stateSelector);
                                
                                let kreisSelector = '[id=coronavirus-statistics.0.Germany.Kreis.*.BL]';
                                let oListKreis = $(kreisSelector);
                                
                                let stadtSelector = '[id=coronavirus-statistics.0.Germany.Stadt.*.BL]';
                                let oListStadt = $(stadtSelector);
                                
                                sigi234S Online
                                sigi234S Online
                                sigi234
                                Forum Testing Most Active
                                schrieb am zuletzt editiert von sigi234
                                #821

                                @sebastian-io sagte in Test Coronavirus Statistics for ioBroker:

                                Sprich ist es genauso geclustert mit Bundesländer, etc?

                                Nein:

                                Screenshot (3459).png

                                Beispiel DP.

                                {
                                  "from": "system.adapter.coronavirus-statistics.0",
                                  "user": "system.user.admin",
                                  "ts": 1615395610708,
                                  "common": {
                                    "name": "Amount of totally known cases",
                                    "role": "value",
                                    "type": "number",
                                    "unit": "",
                                    "read": true,
                                    "write": false,
                                    "custom": {
                                      "history.0": {
                                        "enabled": true,
                                        "changesOnly": true,
                                        "debounce": "1000",
                                        "maxLength": "960",
                                        "retention": "31536000",
                                        "changesRelogInterval": 0,
                                        "changesMinDelta": 0,
                                        "aliasId": ""
                                      }
                                    }
                                  },
                                  "native": {},
                                  "acl": {
                                    "object": 1636,
                                    "owner": "system.user.admin",
                                    "ownerGroup": "system.group.administrator",
                                    "state": 1636
                                  },
                                  "_id": "coronavirus-statistics.0.Austria.cases",
                                  "type": "state"
                                }
                                

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

                                Sebastian IOS 1 Antwort Letzte Antwort
                                0
                                • sigi234S sigi234

                                  @sebastian-io sagte in Test Coronavirus Statistics for ioBroker:

                                  Sprich ist es genauso geclustert mit Bundesländer, etc?

                                  Nein:

                                  Screenshot (3459).png

                                  Beispiel DP.

                                  {
                                    "from": "system.adapter.coronavirus-statistics.0",
                                    "user": "system.user.admin",
                                    "ts": 1615395610708,
                                    "common": {
                                      "name": "Amount of totally known cases",
                                      "role": "value",
                                      "type": "number",
                                      "unit": "",
                                      "read": true,
                                      "write": false,
                                      "custom": {
                                        "history.0": {
                                          "enabled": true,
                                          "changesOnly": true,
                                          "debounce": "1000",
                                          "maxLength": "960",
                                          "retention": "31536000",
                                          "changesRelogInterval": 0,
                                          "changesMinDelta": 0,
                                          "aliasId": ""
                                        }
                                      }
                                    },
                                    "native": {},
                                    "acl": {
                                      "object": 1636,
                                      "owner": "system.user.admin",
                                      "ownerGroup": "system.group.administrator",
                                      "state": 1636
                                    },
                                    "_id": "coronavirus-statistics.0.Austria.cases",
                                    "type": "state"
                                  }
                                  
                                  Sebastian IOS Offline
                                  Sebastian IOS Offline
                                  Sebastian IO
                                  schrieb am zuletzt editiert von
                                  #822

                                  @sigi234 Du willst also nur die Länderübersicht?

                                  2021-03-10 18_09_37-Window.png

                                  sigi234S 1 Antwort Letzte Antwort
                                  0
                                  • NashraN Offline
                                    NashraN Offline
                                    Nashra
                                    Most Active Forum Testing
                                    schrieb am zuletzt editiert von Nashra
                                    #823

                                    Hallo @sebastian-io, würdest Du eventuell die komplette VIS und Skript zur Verfügung stellen.
                                    Einfach Klasse wie Du das gemacht hast :+1:

                                    Gruß Ralf
                                    Mir egal, wer Dein Vater ist! Wenn ich hier angel, wird nicht übers Wasser gelaufen!!

                                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                    Sebastian IOS 1 Antwort Letzte Antwort
                                    0
                                    • Sebastian IOS Sebastian IO

                                      @sigi234 Du willst also nur die Länderübersicht?

                                      2021-03-10 18_09_37-Window.png

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

                                      @sebastian-io sagte in Test Coronavirus Statistics for ioBroker:

                                      @sigi234 Du willst also nur die Länderübersicht?

                                      Ja bitte.

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

                                      Sebastian IOS 1 Antwort Letzte Antwort
                                      0
                                      • NashraN Nashra

                                        Hallo @sebastian-io, würdest Du eventuell die komplette VIS und Skript zur Verfügung stellen.
                                        Einfach Klasse wie Du das gemacht hast :+1:

                                        Sebastian IOS Offline
                                        Sebastian IOS Offline
                                        Sebastian IO
                                        schrieb am zuletzt editiert von
                                        #825

                                        @nashra ich habe das alles für jarvis vis gemacht? Kannst Du damit was anfangen,
                                        wenn ich dir sage was ich alles verwendet habe und wie man das konfigurieren kann?

                                        NashraN 1 Antwort Letzte Antwort
                                        0
                                        • sigi234S sigi234

                                          @sebastian-io sagte in Test Coronavirus Statistics for ioBroker:

                                          @sigi234 Du willst also nur die Länderübersicht?

                                          Ja bitte.

                                          Sebastian IOS Offline
                                          Sebastian IOS Offline
                                          Sebastian IO
                                          schrieb am zuletzt editiert von
                                          #826

                                          @sigi234 das ist ein komplettes script das alles oben gezeigte ausliest und anzeigt. ich müsste das script zerlegen und dann für dich anpassen! Ich könnte mir das am WE ansehen, oder du bist ein Programmierer und kannst die richtigen Stellen rauslesen?

                                          sigi234S 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

                                          418

                                          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