Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Coronavirus Statistics for ioBroker

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    3.0k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.1k

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.4k

Test Coronavirus Statistics for ioBroker

Scheduled Pinned Locked Moved Tester
adapter installationadapterentwicklungtesten
1.2k Posts 120 Posters 357.6k Views 94 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • crunchipC crunchip

    für die, die es verwenden, habe die Ansicht Tageswerte für Deutschland und Global angepasst
    d8dbc8ea-2786-4adf-b276-3ea8ac6cc165-image.png

    für Deutschland

    {
     "datasource": "InfluxDB-corona",
     "aliasColors": {
       "Genesen": "dark-green",
       "Kritisch": "dark-purple",
       "Sterbefälle": "dark-red",
       "aktiv": "dark-orange",
       "infiziert": "dark-blue"
     },
     "bars": true,
     "dashLength": 10,
     "dashes": false,
     "fill": 1,
     "fillGradient": 0,
     "gridPos": {
       "h": 6,
       "w": 12,
       "x": 0,
       "y": 13
     },
     "hiddenSeries": false,
     "id": 26,
     "legend": {
       "avg": false,
       "current": true,
       "hideEmpty": false,
       "hideZero": false,
       "max": false,
       "min": false,
       "show": true,
       "total": false,
       "values": true
     },
     "lines": false,
     "linewidth": 1,
     "nullPointMode": "null",
     "options": {
       "dataLinks": []
     },
     "percentage": false,
     "pointradius": 2,
     "points": false,
     "renderer": "flot",
     "seriesOverrides": [
       {
         "alias": "Sterbefälle"
       },
       {
         "alias": "Kritisch"
       },
       {
         "alias": "aktiv"
       },
       {
         "alias": "infiziert"
       },
       {
         "alias": "Genesen"
       }
     ],
     "spaceLength": 10,
     "stack": true,
     "steppedLine": false,
     "targets": [
       {
         "alias": "Kritisch",
         "groupBy": [
           {
             "params": [
               "$__interval"
             ],
             "type": "time"
           },
           {
             "params": [
               "null"
             ],
             "type": "fill"
           }
         ],
         "orderByTime": "ASC",
         "policy": "default",
         "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.critical\" WHERE $timeFilter GROUP BY time(1d)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
         "rawQuery": true,
         "refId": "D",
         "resultFormat": "time_series",
         "select": [
           [
             {
               "params": [
                 "value"
               ],
               "type": "field"
             },
             {
               "params": [],
               "type": "mean"
             }
           ]
         ],
         "tags": []
       },
       {
         "alias": "infiziert",
         "groupBy": [
           {
             "params": [
               "$__interval"
             ],
             "type": "time"
           },
           {
             "params": [
               "null"
             ],
             "type": "fill"
           }
         ],
         "orderByTime": "ASC",
         "policy": "default",
         "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.cases\" WHERE $timeFilter GROUP BY time(1d)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
         "rawQuery": true,
         "refId": "A",
         "resultFormat": "time_series",
         "select": [
           [
             {
               "params": [
                 "value"
               ],
               "type": "field"
             },
             {
               "params": [],
               "type": "mean"
             }
           ]
         ],
         "tags": []
       },
       {
         "alias": "aktiv",
         "groupBy": [
           {
             "params": [
               "$__interval"
             ],
             "type": "time"
           },
           {
             "params": [
               "null"
             ],
             "type": "fill"
           }
         ],
         "orderByTime": "ASC",
         "policy": "default",
         "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.active\" WHERE $timeFilter GROUP BY time(1d)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
         "rawQuery": true,
         "refId": "B",
         "resultFormat": "time_series",
         "select": [
           [
             {
               "params": [
                 "value"
               ],
               "type": "field"
             },
             {
               "params": [],
               "type": "mean"
             }
           ]
         ],
         "tags": []
       },
       {
         "alias": "Sterbefälle",
         "groupBy": [
           {
             "params": [
               "$__interval"
             ],
             "type": "time"
           },
           {
             "params": [
               "null"
             ],
             "type": "fill"
           }
         ],
         "orderByTime": "ASC",
         "policy": "default",
         "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.deaths\" WHERE $timeFilter GROUP BY time(1d)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
         "rawQuery": true,
         "refId": "C",
         "resultFormat": "time_series",
         "select": [
           [
             {
               "params": [
                 "value"
               ],
               "type": "field"
             },
             {
               "params": [],
               "type": "mean"
             }
           ]
         ],
         "tags": []
       },
       {
         "alias": "Genesen",
         "groupBy": [
           {
             "params": [
               "$__interval"
             ],
             "type": "time"
           },
           {
             "params": [
               "null"
             ],
             "type": "fill"
           }
         ],
         "orderByTime": "ASC",
         "policy": "default",
         "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.Germany.recovered\" WHERE $timeFilter GROUP BY time(1d)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
         "rawQuery": true,
         "refId": "E",
         "resultFormat": "time_series",
         "select": [
           [
             {
               "params": [
                 "value"
               ],
               "type": "field"
             },
             {
               "params": [],
               "type": "mean"
             }
           ]
         ],
         "tags": []
       }
     ],
     "thresholds": [],
     "timeFrom": "7d",
     "timeRegions": [],
     "timeShift": null,
     "title": "Tageswerte Deutschland",
     "tooltip": {
       "shared": true,
       "sort": 0,
       "value_type": "individual"
     },
     "transparent": true,
     "type": "graph",
     "xaxis": {
       "buckets": null,
       "mode": "time",
       "name": null,
       "show": true,
       "values": []
     },
     "yaxes": [
       {
         "format": "short",
         "label": null,
         "logBase": 1,
         "max": null,
         "min": null,
         "show": true
       },
       {
         "format": "short",
         "label": null,
         "logBase": 1,
         "max": null,
         "min": null,
         "show": true
       }
     ],
     "yaxis": {
       "align": false,
       "alignLevel": null
     }
    }
    

    für Global

    {
     "datasource": "InfluxDB-corona",
     "aliasColors": {
       "Genesen": "dark-green",
       "Kritisch": "dark-purple",
       "Sterbefälle": "dark-red",
       "aktiv": "dark-orange",
       "infiziert": "dark-blue"
     },
     "bars": true,
     "dashLength": 10,
     "dashes": false,
     "fill": 1,
     "fillGradient": 0,
     "gridPos": {
       "h": 6,
       "w": 12,
       "x": 0,
       "y": 19
     },
     "hiddenSeries": false,
     "id": 27,
     "legend": {
       "avg": false,
       "current": true,
       "hideEmpty": false,
       "hideZero": false,
       "max": false,
       "min": false,
       "show": true,
       "total": false,
       "values": true,
       "alignAsTable": false
     },
     "lines": false,
     "linewidth": 1,
     "nullPointMode": "null",
     "options": {
       "dataLinks": []
     },
     "percentage": false,
     "pointradius": 2,
     "points": false,
     "renderer": "flot",
     "seriesOverrides": [
       {
         "alias": "Sterbefälle"
       },
       {
         "alias": "Kritisch"
       },
       {
         "alias": "aktiv"
       },
       {
         "alias": "Genesen"
       },
       {
         "alias": "infiziert"
       }
     ],
     "spaceLength": 10,
     "stack": true,
     "steppedLine": false,
     "targets": [
       {
         "alias": "Kritisch",
         "groupBy": [
           {
             "params": [
               "$__interval"
             ],
             "type": "time"
           },
           {
             "params": [
               "null"
             ],
             "type": "fill"
           }
         ],
         "orderByTime": "ASC",
         "policy": "default",
         "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.global_continents.World_Sum.critical\" WHERE $timeFilter GROUP BY time(1d)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
         "rawQuery": true,
         "refId": "D",
         "resultFormat": "time_series",
         "select": [
           [
             {
               "params": [
                 "value"
               ],
               "type": "field"
             },
             {
               "params": [],
               "type": "mean"
             }
           ]
         ],
         "tags": []
       },
       {
         "alias": "infiziert",
         "groupBy": [
           {
             "params": [
               "$__interval"
             ],
             "type": "time"
           },
           {
             "params": [
               "null"
             ],
             "type": "fill"
           }
         ],
         "orderByTime": "ASC",
         "policy": "default",
         "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.global_continents.World_Sum.cases\" WHERE $timeFilter GROUP BY time(1d)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
         "rawQuery": true,
         "refId": "A",
         "resultFormat": "time_series",
         "select": [
           [
             {
               "params": [
                 "value"
               ],
               "type": "field"
             },
             {
               "params": [],
               "type": "mean"
             }
           ]
         ],
         "tags": []
       },
       {
         "alias": "aktiv",
         "groupBy": [
           {
             "params": [
               "$__interval"
             ],
             "type": "time"
           },
           {
             "params": [
               "null"
             ],
             "type": "fill"
           }
         ],
         "orderByTime": "ASC",
         "policy": "default",
         "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.global_continents.World_Sum.active\" WHERE $timeFilter GROUP BY time(1d)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
         "rawQuery": true,
         "refId": "B",
         "resultFormat": "time_series",
         "select": [
           [
             {
               "params": [
                 "value"
               ],
               "type": "field"
             },
             {
               "params": [],
               "type": "mean"
             }
           ]
         ],
         "tags": []
       },
       {
         "alias": "Sterbefälle",
         "groupBy": [
           {
             "params": [
               "$__interval"
             ],
             "type": "time"
           },
           {
             "params": [
               "null"
             ],
             "type": "fill"
           }
         ],
         "orderByTime": "ASC",
         "policy": "default",
         "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.global_continents.World_Sum.deaths\" WHERE $timeFilter GROUP BY time(1d)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
         "rawQuery": true,
         "refId": "C",
         "resultFormat": "time_series",
         "select": [
           [
             {
               "params": [
                 "value"
               ],
               "type": "field"
             },
             {
               "params": [],
               "type": "mean"
             }
           ]
         ],
         "tags": []
       },
       {
         "alias": "Genesen",
         "groupBy": [
           {
             "params": [
               "$__interval"
             ],
             "type": "time"
           },
           {
             "params": [
               "null"
             ],
             "type": "fill"
           }
         ],
         "orderByTime": "ASC",
         "policy": "default",
         "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"coronavirus-statistics.0.global_continents.World_Sum.recovered\" WHERE $timeFilter GROUP BY time(1d)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
         "rawQuery": true,
         "refId": "E",
         "resultFormat": "time_series",
         "select": [
           [
             {
               "params": [
                 "value"
               ],
               "type": "field"
             },
             {
               "params": [],
               "type": "mean"
             }
           ]
         ],
         "tags": []
       }
     ],
     "thresholds": [],
     "timeFrom": "7d",
     "timeRegions": [],
     "timeShift": null,
     "title": "Tageswerte Global",
     "tooltip": {
       "shared": true,
       "sort": 0,
       "value_type": "individual"
     },
     "transparent": true,
     "type": "graph",
     "xaxis": {
       "buckets": null,
       "mode": "time",
       "name": null,
       "show": true,
       "values": []
     },
     "yaxes": [
       {
         "format": "short",
         "label": null,
         "logBase": 1,
         "max": null,
         "min": null,
         "show": true
       },
       {
         "format": "short",
         "label": null,
         "logBase": 1,
         "max": null,
         "min": null,
         "show": true
       }
     ],
     "yaxis": {
       "align": false,
       "alignLevel": null
     }
    }
    

    H Offline
    H Offline
    Hicki
    wrote on last edited by
    #475

    @crunchip Ist das für ioBroker?

    crunchipC 1 Reply Last reply
    0
    • H Hicki

      @crunchip Ist das für ioBroker?

      crunchipC Away
      crunchipC Away
      crunchip
      Forum Testing Most Active
      wrote on last edited by
      #476

      @Hicki ist für´s Grafana Dashboard

      umgestiegen von Proxmox auf Unraid

      H 1 Reply Last reply
      0
      • crunchipC crunchip

        @Hicki ist für´s Grafana Dashboard

        H Offline
        H Offline
        Hicki
        wrote on last edited by
        #477

        @crunchip Schade sieht gut aus

        crunchipC 1 Reply Last reply
        0
        • H Hicki

          @crunchip Schade sieht gut aus

          crunchipC Away
          crunchipC Away
          crunchip
          Forum Testing Most Active
          wrote on last edited by
          #478

          @Hicki HIER siehst du es ganz, dafür ist aber Grafana und InfluxDB nötig

          umgestiegen von Proxmox auf Unraid

          H 1 Reply Last reply
          0
          • crunchipC crunchip

            @Hicki HIER siehst du es ganz, dafür ist aber Grafana und InfluxDB nötig

            H Offline
            H Offline
            Hicki
            wrote on last edited by
            #479

            @crunchip sagte in Test Coronavirus Statistics for ioBroker:

            @Hicki HIER siehst du es ganz, dafür ist aber Grafana und InfluxDB nötig

            ist der Hammer - große Klasse
            Ist es sehr Umfangreich beides zu installieren?

            KnallochseK 1 Reply Last reply
            0
            • H Hicki

              @crunchip sagte in Test Coronavirus Statistics for ioBroker:

              @Hicki HIER siehst du es ganz, dafür ist aber Grafana und InfluxDB nötig

              ist der Hammer - große Klasse
              Ist es sehr Umfangreich beides zu installieren?

              KnallochseK Do not disturb
              KnallochseK Do not disturb
              Knallochse
              wrote on last edited by
              #480

              @Hicki hatten wir gestern schonmal. Bitte neues Thema erstellen, wenn dein Anliegen nicht direkt mit dem Adapter zu tun hat

              HM&HMIP über 100 Geräte + IoBroker auf DS918+ uvm.

              H 1 Reply Last reply
              0
              • KnallochseK Knallochse

                @Hicki hatten wir gestern schonmal. Bitte neues Thema erstellen, wenn dein Anliegen nicht direkt mit dem Adapter zu tun hat

                H Offline
                H Offline
                Hicki
                wrote on last edited by
                #481

                @Knallochse Entschuldigung

                1 Reply Last reply
                0
                • sissiwupS sissiwup

                  @sissiwup sagte in Test Coronavirus Statistics for ioBroker:

                  @TiboTake sagte in Test Coronavirus Statistics for ioBroker:

                  @Dutchman irgendwie stimmt da was nicht mit den Meldungen für Deutschland. Stand: 13:24 Uhr "0" neue Fälle und "0" neue Verstorbene.

                  Ist das so richtig?

                  Die Bundesländer scheinen zu stimmen. Deutschland liegt aber total daneben.
                  Weder Cases noch sonstiges stimmen ...

                  Hallo,

                  jetzt kommen Werte, dafür sind alle Historie-Einstellungen weg. Scheinbar sind die Werte neu angelegt worden.

                  DutchmanD Offline
                  DutchmanD Offline
                  Dutchman
                  Developer Most Active Administrators
                  wrote on last edited by
                  #482

                  @sissiwup sagte in Test Coronavirus Statistics for ioBroker:

                  Warum sind die Deutsch? Und warum ist germany nicht Deutschland?
                  Die Parameter wurden nicht übernommen, d.h. z.B. alle Kreise waren bei mir ausgewählt, das ist wieder weg.
                  Änderungen in der Struktur sind natürlich tödlich für Historien etc.

                  @sissiwup sagte in Test Coronavirus Statistics for ioBroker:

                  jetzt kommen Werte, dafür sind alle Historie-Einstellungen weg. Scheinbar sind die Werte neu angelegt worden.

                  wie auch im changelog erwähnt haben sich leider die datenpunkte während der Beta fase geändert, das diese jetzt iso conform sind werde diese sich nach offizieller PROD version nicht mehr ändern.

                  Sorry, eine der Nachteile von beta test aber so sind die Datenstrukturen deutlicher.

                  sissiwupS 1 Reply Last reply
                  0
                  • ChaotC Chaot

                    Sagt mal, sind die aktuellen Daten falsch oder was ist plötzlich passiert:

                    co.jpg

                    In China plötzlich nur noch 2600 aktive Fälle?

                    S0NICS Offline
                    S0NICS Offline
                    S0NIC
                    wrote on last edited by
                    #483

                    @Chaot Propaganda

                    harrymH ChaotC 2 Replies Last reply
                    0
                    • S0NICS S0NIC

                      @Chaot Propaganda

                      harrymH Offline
                      harrymH Offline
                      harrym
                      wrote on last edited by
                      #484

                      @S0NIC "der chinesische virus" .... Propaganda ala Trump?

                      sry .... de Daten werden nur geliefert .... und nicht von uns erhoben.

                      ASRock FM2A88X-ITX+ mit 32GB RAM, 128GB SSD mit Proxmox, 3x1 TB SSD als RAID mit CT und VMs.

                      1 Reply Last reply
                      0
                      • S0NICS S0NIC

                        @Chaot Propaganda

                        ChaotC Offline
                        ChaotC Offline
                        Chaot
                        wrote on last edited by
                        #485

                        @S0NIC Habe ich heute auch gelesen. Stand denke ich im Spiegel. Die Chinesen zählen Fälle bei denen der Virus nachgewiesen ist, aber keine Symptome vorhanden sind nicht in die Statistik :-1:

                        ioBroker auf NUC unter Proxmox; VIS: 12" Touchscreen und 17" Touch; Lichtsteuerung, Thermometer und Sensoren: Tasmota (39); Ambiente Beleuchtung: WLED (9); Heizung: DECT Thermostate (9) an Fritz 6690; EMS-ESP; 1 Echo V2; 3 Echo DOT; 1 Echo Connect; 2 Echo Show 5; Unifi Ap-Ac Lite.

                        DutchmanD 1 Reply Last reply
                        0
                        • ChaotC Chaot

                          @S0NIC Habe ich heute auch gelesen. Stand denke ich im Spiegel. Die Chinesen zählen Fälle bei denen der Virus nachgewiesen ist, aber keine Symptome vorhanden sind nicht in die Statistik :-1:

                          DutchmanD Offline
                          DutchmanD Offline
                          Dutchman
                          Developer Most Active Administrators
                          wrote on last edited by
                          #486

                          @Chaot sagte in Test Coronavirus Statistics for ioBroker:

                          Die Chinesen zählen Fälle bei denen der Virus nachgewiesen ist, aber keine Symptome vorhanden sind nicht in die Statistik

                          Lol.... Achja ist alles was

                          So Leute 0.4.9 reif für stable ?

                          KnallochseK sigi234S 2 Replies Last reply
                          1
                          • DutchmanD Dutchman

                            @Chaot sagte in Test Coronavirus Statistics for ioBroker:

                            Die Chinesen zählen Fälle bei denen der Virus nachgewiesen ist, aber keine Symptome vorhanden sind nicht in die Statistik

                            Lol.... Achja ist alles was

                            So Leute 0.4.9 reif für stable ?

                            KnallochseK Do not disturb
                            KnallochseK Do not disturb
                            Knallochse
                            wrote on last edited by
                            #487

                            @Dutchman

                            So Leute 0.4.9 reif für stable ?

                            Ich konnte keine Fehler durch den Adapter ausmachen, und für die Zahlen die ausgegeben werden bist du nicht verantwortlich 😁

                            HM&HMIP über 100 Geräte + IoBroker auf DS918+ uvm.

                            1 Reply Last reply
                            0
                            • DutchmanD Dutchman

                              @Chaot sagte in Test Coronavirus Statistics for ioBroker:

                              Die Chinesen zählen Fälle bei denen der Virus nachgewiesen ist, aber keine Symptome vorhanden sind nicht in die Statistik

                              Lol.... Achja ist alles was

                              So Leute 0.4.9 reif für stable ?

                              sigi234S Online
                              sigi234S Online
                              sigi234
                              Forum Testing Most Active
                              wrote on last edited by
                              #488

                              @Dutchman sagte in Test Coronavirus Statistics for ioBroker:

                              So Leute 0.4.9 reif für stable ?

                              Jupp

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

                              1 Reply Last reply
                              0
                              • dQeLseD Online
                                dQeLseD Online
                                dQeLse
                                wrote on last edited by
                                #489

                                Konnte ebenso keinen Fehler feststellen!

                                1 Reply Last reply
                                0
                                • S Offline
                                  S Offline
                                  SaiBot1981
                                  wrote on last edited by
                                  #490

                                  Ja, alles super

                                  1 Reply Last reply
                                  0
                                  • DutchmanD Offline
                                    DutchmanD Offline
                                    Dutchman
                                    Developer Most Active Administrators
                                    wrote on last edited by
                                    #491

                                    danke dan mache ich das Paket mal fertig :)

                                    1 Reply Last reply
                                    0
                                    • H Offline
                                      H Offline
                                      Headhunter70
                                      wrote on last edited by
                                      #492

                                      Morning, habe jetzt Datenpunkte für UK und United Kingdom, gleiches für USA und United States, gibt es da einen Trick die jetzt zu mergen, Alias Id im nachhinein ? Wie muss man da vorgehen ?

                                      DutchmanD 1 Reply Last reply
                                      0
                                      • H Headhunter70

                                        Morning, habe jetzt Datenpunkte für UK und United Kingdom, gleiches für USA und United States, gibt es da einen Trick die jetzt zu mergen, Alias Id im nachhinein ? Wie muss man da vorgehen ?

                                        DutchmanD Offline
                                        DutchmanD Offline
                                        Dutchman
                                        Developer Most Active Administrators
                                        wrote on last edited by
                                        #493

                                        @Headhunter70 sagte in Test Coronavirus Statistics for ioBroker:

                                        Morning, habe jetzt Datenpunkte für UK und United Kingdom, gleiches für USA und United States, gibt es da einen Trick die jetzt zu mergen, Alias Id im nachhinein ? Wie muss man da vorgehen ?

                                        morgen ? nein .... wen es um datenloggend geht : alten deaktivieren, neuen aktivieren und alias vom alten eintragen.

                                        H D 2 Replies Last reply
                                        0
                                        • DutchmanD Offline
                                          DutchmanD Offline
                                          Dutchman
                                          Developer Most Active Administrators
                                          wrote on last edited by Dutchman
                                          #494

                                          Habe soeben version 0.5.0 fuer production freigegeben. Wir ab heut mittag, spartest morgen im admin installierbar sein.

                                          Schermafbeelding 2020-03-31 om 11.36.19.png

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          785

                                          Online

                                          32.6k

                                          Users

                                          82.3k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe