Skip to content
  • 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
  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.1k

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

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

Test Coronavirus Statistics for ioBroker

Geplant Angeheftet Gesperrt Verschoben Tester
adapter installationadapterentwicklungtesten
1.2k Beiträge 120 Kommentatoren 336.3k 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.
  • M Offline
    M Offline
    Michi68
    schrieb am zuletzt editiert von
    #988

    @jlssmt
    Danke alle Objekte gelöscht hab es dann mit npm i iobroker.coronavirus-statistics@latest --production Installiert und so auch direkt die 0.8.1 bekommen, sieht viel besser aus.

    unter global_continents sind noch ein paar Fehler in continent

    ID								Name		Wert
    coronavirus-statistics.0.global_continents.Africa.continent	Continent name	0AfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfricaAfrica
    

    @Dutchman @jlssmt
    vielen Dank für die Klasse Arbeit und das nachbessern, RKI macht es euch ja nicht gerade einfach mit seinen andauernden Änderungen.

    Gruß Michael

    1 Antwort Letzte Antwort
    1
    • 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

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

      @dutchman

      Hallo, bekomme keine Today Werte außer bei Aut? Bei dir auch so?

      Screenshot (4187).png

      	starting. Version 0.8.2 in C:/Program Files/iobroker/Home/node_modules/iobroker.coronavirus-statistics, node: v12.22.5, js-controller: 3.3.15
      

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

      DutchmanD NashraN 2 Antworten Letzte Antwort
      0
      • sigi234S sigi234

        @dutchman

        Hallo, bekomme keine Today Werte außer bei Aut? Bei dir auch so?

        Screenshot (4187).png

        	starting. Version 0.8.2 in C:/Program Files/iobroker/Home/node_modules/iobroker.coronavirus-statistics, node: v12.22.5, js-controller: 3.3.15
        
        DutchmanD Offline
        DutchmanD Offline
        Dutchman
        Developer Most Active Administrators
        schrieb am zuletzt editiert von
        #990

        @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

        starting. Version 0.8.2 in

        ziehe bitte mal auf neuste version und probieren nochmal 🙂

        sigi234S 1 Antwort Letzte Antwort
        0
        • DutchmanD Dutchman

          @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

          starting. Version 0.8.2 in

          ziehe bitte mal auf neuste version und probieren nochmal 🙂

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

          @dutchman sagte in Test Coronavirus Statistics for ioBroker:

          @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

          starting. Version 0.8.2 in

          ziehe bitte mal auf neuste version und probieren nochmal 🙂

          Leider nein

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

          DutchmanD 1 Antwort Letzte Antwort
          0
          • sigi234S sigi234

            @dutchman sagte in Test Coronavirus Statistics for ioBroker:

            @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

            starting. Version 0.8.2 in

            ziehe bitte mal auf neuste version und probieren nochmal 🙂

            Leider nein

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

            @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

            @dutchman sagte in Test Coronavirus Statistics for ioBroker:

            @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

            starting. Version 0.8.2 in

            ziehe bitte mal auf neuste version und probieren nochmal 🙂

            Leider nein

            glaube jetzt sind sie da wurden um 13.44 aktualisiert ?

            sigi234S 1 Antwort Letzte Antwort
            0
            • DutchmanD Dutchman

              @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

              @dutchman sagte in Test Coronavirus Statistics for ioBroker:

              @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

              starting. Version 0.8.2 in

              ziehe bitte mal auf neuste version und probieren nochmal 🙂

              Leider nein

              glaube jetzt sind sie da wurden um 13.44 aktualisiert ?

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

              @dutchman sagte in Test Coronavirus Statistics for ioBroker:

              @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

              @dutchman sagte in Test Coronavirus Statistics for ioBroker:

              @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

              starting. Version 0.8.2 in

              ziehe bitte mal auf neuste version und probieren nochmal 🙂

              Leider nein

              glaube jetzt sind sie da wurden um 13.44 aktualisiert ?

              Nur BRD

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

              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

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

                @dutchman

                Hallo,

                habe den Adapter neu installiert und die Objekte gelöscht. Die Daten kommen bei Today wieder nicht.
                Auch die Impfungen DP sind vom 17/18.08.21 ( werden wahrscheinlich nur 1 mal die Woche aktualisiert? )

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

                J 1 Antwort Letzte Antwort
                0
                • sigi234S sigi234

                  @dutchman

                  Hallo,

                  habe den Adapter neu installiert und die Objekte gelöscht. Die Daten kommen bei Today wieder nicht.
                  Auch die Impfungen DP sind vom 17/18.08.21 ( werden wahrscheinlich nur 1 mal die Woche aktualisiert? )

                  J Offline
                  J Offline
                  jlssmt
                  schrieb am zuletzt editiert von jlssmt
                  #995

                  @sigi234
                  Die todayCases sind auch bei mir 0. Das kommt so von der API. Ich aktualisiere den Adapter aber auch täglich um 5. Da ist vllt noch nichts gemeldet. Die tatsächlich neuen Fälle für heute berechne ich aus dem state "cases" minus "cases gestern". "cases gestern" ist bei mir ein User state, eben von cases gestern, die ich täglich aktualisiere.
                  Today cases ist quatsch, da das rki heute Fälle meldet, die vor 2 Wochen waren...

                  Die Impfungen werden täglich aktualisiert (zumindest für Deutschland), aber es kann schon sein, dass es sie mal ein paar Tage nicht aktualisiert werden. Wenn gestern drin steht sind sie aktuell. Deutschland hat bei mir 18.08., Niederlande 15.08.

                  J 1 Antwort Letzte Antwort
                  0
                  • J jlssmt

                    @sigi234
                    Die todayCases sind auch bei mir 0. Das kommt so von der API. Ich aktualisiere den Adapter aber auch täglich um 5. Da ist vllt noch nichts gemeldet. Die tatsächlich neuen Fälle für heute berechne ich aus dem state "cases" minus "cases gestern". "cases gestern" ist bei mir ein User state, eben von cases gestern, die ich täglich aktualisiere.
                    Today cases ist quatsch, da das rki heute Fälle meldet, die vor 2 Wochen waren...

                    Die Impfungen werden täglich aktualisiert (zumindest für Deutschland), aber es kann schon sein, dass es sie mal ein paar Tage nicht aktualisiert werden. Wenn gestern drin steht sind sie aktuell. Deutschland hat bei mir 18.08., Niederlande 15.08.

                    J Offline
                    J Offline
                    jlssmt
                    schrieb am zuletzt editiert von
                    #996

                    @sigi234
                    Das mit den Impfungen siehst du übrigens auch bei Google. Wir verwenden die selbe Datenquelle.

                    37116f18-7841-44b5-9188-d1ef79c3fdcc-image.png

                    sigi234S 1 Antwort Letzte Antwort
                    0
                    • J jlssmt

                      @sigi234
                      Das mit den Impfungen siehst du übrigens auch bei Google. Wir verwenden die selbe Datenquelle.

                      37116f18-7841-44b5-9188-d1ef79c3fdcc-image.png

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

                      @jlssmt

                      Ok, Danke.

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

                      1 Antwort Letzte Antwort
                      0
                      • WinniW Offline
                        WinniW Offline
                        Winni
                        schrieb am zuletzt editiert von
                        #998

                        Unabhängig vom Adapter finde ich diese Seite ganz gut um sich einen Überblick zum Stand der Impfungen zu verschaffen:
                        https://www.zeit.de/wissen/gesundheit/corona-impfungen-deutschland-impffortschritt-aktuelle-zahlen-karte

                        Es gibt nicht Gutes. Außer man tut es. Erich Kästner

                        ChrisNettC 1 Antwort Letzte Antwort
                        0
                        • WinniW Winni

                          Unabhängig vom Adapter finde ich diese Seite ganz gut um sich einen Überblick zum Stand der Impfungen zu verschaffen:
                          https://www.zeit.de/wissen/gesundheit/corona-impfungen-deutschland-impffortschritt-aktuelle-zahlen-karte

                          ChrisNettC Offline
                          ChrisNettC Offline
                          ChrisNett
                          schrieb am zuletzt editiert von
                          #999

                          Moin,

                          noch einer das Problem das die daten nicht Aktuell sind ? er holt immer wieder die gleichen daten ab? sind die gleichen zahlen für die LK wie gestern (Das bei drei unterschiedlichen)

                          Christian

                          v522533V 1 Antwort Letzte Antwort
                          0
                          • ChrisNettC ChrisNett

                            Moin,

                            noch einer das Problem das die daten nicht Aktuell sind ? er holt immer wieder die gleichen daten ab? sind die gleichen zahlen für die LK wie gestern (Das bei drei unterschiedlichen)

                            Christian

                            v522533V Offline
                            v522533V Offline
                            v522533
                            schrieb am zuletzt editiert von
                            #1000

                            @christian-sandkaulen

                            das rki hat auch noch nichts veröffentlicht. liegt glaube ich nicht am adapter

                            Gruß Chris

                            ChrisNettC 1 Antwort Letzte Antwort
                            0
                            • v522533V v522533

                              @christian-sandkaulen

                              das rki hat auch noch nichts veröffentlicht. liegt glaube ich nicht am adapter

                              ChrisNettC Offline
                              ChrisNettC Offline
                              ChrisNett
                              schrieb am zuletzt editiert von
                              #1001

                              @v522533
                              oh ja wenn das so ist dann funktioniert er ja 🙂

                              Hospitalisierungsrate wäre noch hilfreich je LK.

                              Danke

                              DutchmanD J 2 Antworten Letzte Antwort
                              0
                              • ChrisNettC ChrisNett

                                @v522533
                                oh ja wenn das so ist dann funktioniert er ja 🙂

                                Hospitalisierungsrate wäre noch hilfreich je LK.

                                Danke

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

                                @christian-sandkaulen sagte in Test Coronavirus Statistics for ioBroker:

                                Hospitalisierungsrate wäre noch hilfreich je LK.

                                habe noch keine source dafuer

                                ChrisNettC 1 Antwort Letzte Antwort
                                0
                                • DutchmanD Dutchman

                                  @christian-sandkaulen sagte in Test Coronavirus Statistics for ioBroker:

                                  Hospitalisierungsrate wäre noch hilfreich je LK.

                                  habe noch keine source dafuer

                                  ChrisNettC Offline
                                  ChrisNettC Offline
                                  ChrisNett
                                  schrieb am zuletzt editiert von
                                  #1003

                                  @dutchman sagte in Test Coronavirus Statistics for ioBroker:

                                  source

                                  So sind wir eben... führen neue Zahlen ein aber wo und wie man die bekommt ist nicht zu sagen...

                                  Danke!

                                  1 Antwort Letzte Antwort
                                  0
                                  • ChrisNettC ChrisNett

                                    @v522533
                                    oh ja wenn das so ist dann funktioniert er ja 🙂

                                    Hospitalisierungsrate wäre noch hilfreich je LK.

                                    Danke

                                    J Offline
                                    J Offline
                                    jlssmt
                                    schrieb am zuletzt editiert von jlssmt
                                    #1004

                                    @christian-sandkaulen
                                    Krankenhausdaten pro Landkreis wären ggf. mit der schon implementierten DIVI API machbar. Weiß ich aber grad nicht 100%
                                    Habe aber persönlich noch keinen Sinn darin gesehen, da zumindest in Bayern die Daten für ganz Bayern gelten und nicht pro Landkreis. Ist das Krankenhaus voll, wirst du ja auch zum nächsten gefahren.

                                    ChrisNettC O 2 Antworten Letzte Antwort
                                    0
                                    • J jlssmt

                                      @christian-sandkaulen
                                      Krankenhausdaten pro Landkreis wären ggf. mit der schon implementierten DIVI API machbar. Weiß ich aber grad nicht 100%
                                      Habe aber persönlich noch keinen Sinn darin gesehen, da zumindest in Bayern die Daten für ganz Bayern gelten und nicht pro Landkreis. Ist das Krankenhaus voll, wirst du ja auch zum nächsten gefahren.

                                      ChrisNettC Offline
                                      ChrisNettC Offline
                                      ChrisNett
                                      schrieb am zuletzt editiert von
                                      #1005

                                      @jlssmt sagte in Test Coronavirus Statistics for ioBroker:

                                      @christian-sandkaulen
                                      Krankenhausdaten pro Landkreis wären ggf. mit der schon implementierten DIVI API machbar. Weiß ich aber grad nicht 100%
                                      Habe aber persönlich noch keinen Sinn darin gesehen, da zumindest in Bayern die Daten für ganz Bayern gelten und nicht pro Landkreis. Ist das Krankenhaus voll, wirst du ja auch zum nächsten gefahren.

                                      Das stimmt wohl aber die Maßnahmen werden wohl zumindest an den Zahlen der Länder gekoppelt die waren hilfreich.

                                      J 1 Antwort Letzte Antwort
                                      0
                                      • J jlssmt

                                        @christian-sandkaulen
                                        Krankenhausdaten pro Landkreis wären ggf. mit der schon implementierten DIVI API machbar. Weiß ich aber grad nicht 100%
                                        Habe aber persönlich noch keinen Sinn darin gesehen, da zumindest in Bayern die Daten für ganz Bayern gelten und nicht pro Landkreis. Ist das Krankenhaus voll, wirst du ja auch zum nächsten gefahren.

                                        O Offline
                                        O Offline
                                        obakuhl
                                        Developer
                                        schrieb am zuletzt editiert von
                                        #1006

                                        @jlssmt Wenn ich es aber richtig gesehen habe, hast du schon die Hospitalisierungsrate für die jeweiligen Bundeslänger in einem der letzten commits implementiert oder?

                                        DutchmanD 1 Antwort Letzte Antwort
                                        0
                                        • O obakuhl

                                          @jlssmt Wenn ich es aber richtig gesehen habe, hast du schon die Hospitalisierungsrate für die jeweiligen Bundeslänger in einem der letzten commits implementiert oder?

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

                                          @obakuhl sagte in Test Coronavirus Statistics for ioBroker:

                                          @jlssmt Wenn ich es aber richtig gesehen habe, hast du schon die Hospitalisierungsrate für die jeweiligen Bundeslänger in einem der letzten commits implementiert oder?

                                          ist in der git version drin ich muss noch ne release machen (am WE)

                                          O 1 Antwort Letzte Antwort
                                          1
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          756

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe