Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Adapter: DasWetter

    NEWS

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    Adapter: DasWetter

    This topic has been deleted. Only users with topic management privileges can see it.
    • Glasfaser
      Glasfaser @Bostil last edited by

      @bostil
      sieht doch gut aus ...

      1 Reply Last reply Reply Quote 0
      • wendy2702
        wendy2702 @Bostil last edited by

        @bostil sagte in Adapter: DasWetter:

        Ich versuche es nochmal ... und hoffe im Rahmen der Regeln zu handeln

        Hat nicht Viel mit Regeln zu tun. Ist schlicht und ergreifent nur schei..e zu lesen und bearbeiten.

        wie @Glasfaser sagt: Log sieht doch gut aus

        1 Reply Last reply Reply Quote 0
        • Glasfaser
          Glasfaser @Bostil last edited by Glasfaser

          @bostil

          hier mal als vergleich von mir ,alles OK ... wenn du meinst da null am Ende sei eine Fehler

          daswetter.0	2021-02-11 17:56:18.314	debug	(5244) insert NextHours.Location_1.Day_1.Hour_4 with null {"type":"channel","common":{"name":"Hour 4","role":"weather"}}
          daswetter.0	2021-02-11 17:56:18.257	debug	(5244) insert NextHours.Location_1.Day_1.Hour_3.windchill_value with -14 °C null
          daswetter.0	2021-02-11 17:56:18.207	debug	(5244) insert NextHours.Location_1.Day_1.Hour_3.snowline_value with 0 m null
          daswetter.0	2021-02-11 17:56:18.153	debug	(5244) insert NextHours.Location_1.Day_1.Hour_3.clouds_value with 16% null
          daswetter.0	2021-02-11 17:56:18.102	debug	(5244) insert NextHours.Location_1.Day_1.Hour_3.pressure_value with 1026 mb null
          daswetter.0	2021-02-11 17:56:18.003	debug	(5244) insert NextHours.Location_1.Day_1.Hour_3.humidity_value with 89 null
          daswetter.0	2021-02-11 17:56:17.935	debug	(5244) insert NextHours.Location_1.Day_1.Hour_3.rain_value with 0 mm null
          daswetter.0	2021-02-11 17:56:17.882	debug	(5244) insert NextHours.Location_1.Day_1.Hour_3.windgusts_value with 16 km/h null
          daswetter.0	2021-02-11 17:56:17.827	debug	(5244) insert NextHours.Location_1.Day_1.Hour_3.windIconURL with /adapter/daswetter/icons/viento-wind/Beaufort-White/26.png null
          daswetter.0	2021-02-11 17:56:17.771	debug	(5244) insert NextHours.Location_1.Day_1.Hour_3.wind_value with 10 km/h null
          

          EDIT :

          was mir auffällt , du rufst es alle 15 Minuten das Wetter ab .

          mir reicht es so :

          0 */3 * * *
          
          1 Reply Last reply Reply Quote 0
          • Rene_HM
            Rene_HM Developer @Bostil last edited by

            @bostil sagte in Adapter: DasWetter:

            Ich lasse mal den debug mitlaufen (gerade erst gesehen, wie dies geht - sorry!). Im Log steht halt immer ... terminated ... try to repair ... Sieht für mich nach einem nicht ganz reibungslosen Betrieb aus.

            Der Adapter macht, was er soll.

            • "terminated" steht, weil der Adapter sich nach getaner Arbeit schlafen legt und sich selbst beendet. Das ist völlig normal und so gewollt. und zusätzlich steht da sogar "NO_ERROR" also kein Fehler...
            • "try to repair" bezieht sich auf die immer noch falsche Datenstruktur, die vom Server kommt. Ich hatte das hier auch schon mehrfach geschrieben, der Server schickt Daten, die nicht der eigenen Spezifikation folgen. Ich erkenne das im Adapter, repariere es und packe die Daten richtig aus. Die Meldung ist nur noch drin als Erinnerung, dass da noch etwas war... Ist aber definitiv kein Problem...
            1 Reply Last reply Reply Quote 1
            • B
              bergi_37 last edited by

              Hi Leute,

              bastel auch gerade mit Hilfe dieses Adapters das Wetter zusammen. Das meiste scheint zu stimmen und sich auch zu aktualisieren. Aber die aktuelle Temperatur und auch das aktuelle Icon passen nicht? Jemand ne Idee warum? Bzw. welches Object muss ich nehmen?

              Hier mein Gebasteltes plus den aktuellen Screen von daswetter.com:

              wetter.png daswetter.png

              Karel Puhli 1 Reply Last reply Reply Quote 0
              • Karel Puhli
                Karel Puhli @bergi_37 last edited by

                @bergi_37 said in Adapter: DasWetter:
                Aber die aktuelle Temperatur und auch das aktuelle Icon passen nicht? Jemand ne Idee warum? Bzw. welches Object muss ich nehmen?

                Hi bergi!

                daswetter.0.NextHours.Location_1.Day_1.current.temp
                

                für die aktuelle Temperatur beispielsweise.

                Oder

                daswetter.0.NextHours.Location_1.Day_1.current.symbol_desc
                

                für das Icon.

                Morgen wäre dann halt "Day_2" mit den entsprechenden Datenpunkten, die du möchtest...

                Ich hoffe, das hilf dir soweit...

                Grüße!

                1 Reply Last reply Reply Quote 0
                • B
                  bergi_37 last edited by

                  Komisch. Diese Einträge finde ich bei mir gar nicht:

                  2.png 1.png

                  Rene_HM 1 Reply Last reply Reply Quote 0
                  • Rene_HM
                    Rene_HM Developer @bergi_37 last edited by

                    @bergi_37 bild.png
                    Aber Achtung: das sind Vorhersage-Werte, keine aktuellen Daten. In der API von DasWetter werden keine aktuellen Daten mitgeliefert... Auf der website könnten also andere Daten dargestellt werden...

                    1 Reply Last reply Reply Quote 0
                    • B
                      bergi_37 last edited by

                      Ok, hatte bei "Kopie für Stunde" erstellen eine "1". Habe die jetzt mal raus genommen und werde es beobachten!
                      Danke

                      1 Reply Last reply Reply Quote 0
                      • B
                        bergi_37 last edited by

                        Also irgendwie klappt die aktuelle Anzeige noch nicht. Muss ich eigentlich noch irgendein Script dafür laufen lassen. Beim überfliegen dieses Threads, steht ab und an was von Scripts.

                        Rene_HM 1 Reply Last reply Reply Quote 0
                        • Rene_HM
                          Rene_HM Developer @bergi_37 last edited by

                          @bergi_37 Ich verstehe noch nicht, was bei dir nicht klappt.
                          Dein screen shot zeigt, dass "current" gefüllt wird, also okay ist. Mit "Kopie für Stunde" = "1" erreichst du, dass eine Kopie für "Vorhersage in einer Stunde von jetzt" erzeugt wird. Auch das hast du oben gezeigt, dass dies da ist...
                          und nochmal: es gibt keine realen Werte für aktuell! Es gibt nur Werte für "Vorhersage jetzt", also "current"

                          B 1 Reply Last reply Reply Quote 0
                          • B
                            bergi_37 @Rene_HM last edited by

                            @rene_hm

                            Okay. Habe gestern Abend gegen 21 Uhr aber immer noch ein Sonnen-Symbol mit ein paar Wolken gehabt. Das hätte zu dem Zeitpunkt aber schon längst auf Mond und Wolken ugesprungen sein müssen. Oder gibt es in den Standard Icon Set keine Mond-Symbole?!

                            Wie kann ich eigentlich eigene Wetter-Icon-Sets einfügen? Ganz normal hochladen und dann die Pfade anpassen? Wo befindet sich das Script oder die Datei, um die Pfade anzupassen?

                            1 Reply Last reply Reply Quote 0
                            • Rene_HM
                              Rene_HM Developer last edited by

                              Im github und NPM liegt die 3.0.6 zum Testen bereit.

                              Es gibt folgende Änderungen:

                              • issue #91: Die Warnungen aus js-controller 3.3 wurden beseitigt

                              Feedback ist wie immer willkommen...

                              1 Reply Last reply Reply Quote 0
                              • tugsi
                                tugsi last edited by

                                Ich habe immer mal wieder gehäuft diese Warnmeldungen, habe den Loglevel jetzt auf Error gestellt, damit mein Log nicht vollgemalt wird:

                                daswetter.0	2021-05-02 23:15:34.366	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.4","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:34.157	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.4","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:34.045	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.4","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:33.952	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.4","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:33.848	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.4","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:33.748	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.4","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:33.665	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.4","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:33.557	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.4","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:33.399	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.4","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:33.267	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.3","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:33.102	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.3","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:32.994	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.3","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:32.877	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.3","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:32.653	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.3","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:32.419	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.3","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:32.230	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.3","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:32.122	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.3","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:31.446	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.3","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:31.245	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.2","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:31.068	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.2","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:30.932	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.2","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:30.843	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.2","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:30.760	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.2","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:30.676	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.2","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:30.593	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.2","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:30.498	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.2","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:30.365	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.2","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:30.245	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.1","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:30.096	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.1","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:29.964	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.1","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:29.841	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.1","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:29.697	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.1","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:29.472	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.1","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:29.163	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.1","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:29.018	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.1","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:28.876	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.1","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:28.772	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.1","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:28.662	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.1","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:28.553	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.1","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:28.445	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.1","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:28.349	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.1","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:28.257	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.1","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:28.111	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.1","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:28.027	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.1","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:27.941	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.1","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:27.841	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.1","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:27.711	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.1","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:27.605	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.1","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:27.509	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.1","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:27.317	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.1","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:27.132	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.1","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:26.970	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.1","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:26.872	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.0","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:26.679	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.0","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:26.646	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.0","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:26.474	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.0","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:25.882	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.0","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:25.783	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.0","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:25.689	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.0","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:25.591	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.0","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:25.503	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.0","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:25.416	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.0","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:25.323	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.0","read":true,"write":false}}
                                daswetter.0	2021-05-02 23:15:25.227	warn	change object {"type":"state","common":{"name":"Wind description","type":"string","role":"weather.direction.wind.forecast.0","read":true,"write":false}}
                                

                                Ich habe allerdings noch den JS-Controller 3.2.16 drauf.

                                Rene_HM 1 Reply Last reply Reply Quote 0
                                • Rene_HM
                                  Rene_HM Developer @tugsi last edited by

                                  @tugsi ja, ist ein Fehler der mit 3.0.6 reinkam und mit 3.0.7 wieder entfernt wird... (sorry)

                                  tugsi 1 Reply Last reply Reply Quote 0
                                  • tugsi
                                    tugsi @Rene_HM last edited by

                                    @rene_hm sagte in Adapter: DasWetter:

                                    @tugsi ja, ist ein Fehler der mit 3.0.6 reinkam und mit 3.0.7 wieder entfernt wird... (sorry)

                                    Kein sorry 😉 Ist doch kein Problem, ich programmiere in der Industrie Steuerungen und es gibt immer mal Dinge die man übersieht, wichtig ist doch, dass es gesagt wird und man es klären kann.
                                    Hab aber danach auch gesehen, dass es bei Github auch schon ein Issue dazu gab.
                                    Danke Dir!

                                    1 Reply Last reply Reply Quote 0
                                    • Rene_HM
                                      Rene_HM Developer last edited by

                                      Im github und NPM liegt die 3.0.7 zum Testen bereit.

                                      Es gibt folgende Änderungen:

                                      • bug fix aus 3.0.6: die Warnung "change object ..." sollte nur einmalig nach update auf 3.0.7 erfolgen und dann nicht mehr.

                                      Feedback ist wie immer willkommen...

                                      Latzi 1 Reply Last reply Reply Quote 0
                                      • Latzi
                                        Latzi @Rene_HM last edited by Latzi

                                        @rene_hm

                                        ich hab die 3.0.7 installiert, iobroker neu gestartet und dennoch bekomme ich diese Meldungen mehrmal ( bei jedem Lauf):

                                        2021-05-06 22:05:00.143 - info: host.Pi4-Server instance system.adapter.daswetter.0 started with pid 29352
                                        2021-05-06 22:05:02.863 - info: daswetter.0 (29352) starting. Version 3.0.7 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.22.1, js-controller: 3.2.16
                                        2021-05-06 22:05:04.516 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 1","role":"weather"}}} {"type":"channel","common":{"name":"Hour 1","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331207696,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_1","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:04.716 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 2","role":"weather"}}} {"type":"channel","common":{"name":"Hour 2","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331207936,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_2","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:04.977 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 3","role":"weather"}}} {"type":"channel","common":{"name":"Hour 3","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331208161,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_3","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:05.284 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 4","role":"weather"}}} {"type":"channel","common":{"name":"Hour 4","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331208318,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_4","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:05.492 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 5","role":"weather"}}} {"type":"channel","common":{"name":"Hour 5","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331208475,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_5","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:05.675 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 6","role":"weather"}}} {"type":"channel","common":{"name":"Hour 6","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331208801,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_6","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:05.939 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 7","role":"weather"}}} {"type":"channel","common":{"name":"Hour 7","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331209310,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_7","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:06.206 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 8","role":"weather"}}} {"type":"channel","common":{"name":"Hour 8","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331209549,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_8","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:06.726 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 1","role":"weather"}}} {"type":"channel","common":{"name":"Hour 1","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331209992,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_2.Hour_1","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:07.856 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 2","role":"weather"}}} {"type":"channel","common":{"name":"Hour 2","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331210218,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_2.Hour_2","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:08.062 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 3","role":"weather"}}} {"type":"channel","common":{"name":"Hour 3","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331210488,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_2.Hour_3","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:08.236 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 4","role":"weather"}}} {"type":"channel","common":{"name":"Hour 4","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331210717,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_2.Hour_4","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:08.404 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 5","role":"weather"}}} {"type":"channel","common":{"name":"Hour 5","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331210958,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_2.Hour_5","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:08.580 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 6","role":"weather"}}} {"type":"channel","common":{"name":"Hour 6","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331211182,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_2.Hour_6","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:08.756 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 7","role":"weather"}}} {"type":"channel","common":{"name":"Hour 7","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331211419,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_2.Hour_7","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:08.952 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 8","role":"weather"}}} {"type":"channel","common":{"name":"Hour 8","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331211635,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_2.Hour_8","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:09.357 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 1","role":"weather"}}} {"type":"channel","common":{"name":"Hour 1","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331212192,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_3.Hour_1","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:09.520 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 2","role":"weather"}}} {"type":"channel","common":{"name":"Hour 2","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331212458,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_3.Hour_2","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:09.701 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 3","role":"weather"}}} {"type":"channel","common":{"name":"Hour 3","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331212656,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_3.Hour_3","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:09.859 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 4","role":"weather"}}} {"type":"channel","common":{"name":"Hour 4","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331213872,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_3.Hour_4","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:10.037 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 5","role":"weather"}}} {"type":"channel","common":{"name":"Hour 5","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331214107,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_3.Hour_5","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:10.227 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 6","role":"weather"}}} {"type":"channel","common":{"name":"Hour 6","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331214367,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_3.Hour_6","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:10.413 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 7","role":"weather"}}} {"type":"channel","common":{"name":"Hour 7","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331214651,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_3.Hour_7","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:10.597 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 8","role":"weather"}}} {"type":"channel","common":{"name":"Hour 8","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331215033,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_3.Hour_8","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:11.046 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 1","role":"weather"}}} {"type":"channel","common":{"name":"Hour 1","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331215834,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_4.Hour_1","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:11.348 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 2","role":"weather"}}} {"type":"channel","common":{"name":"Hour 2","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331216273,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_4.Hour_2","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:11.516 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 3","role":"weather"}}} {"type":"channel","common":{"name":"Hour 3","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331216572,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_4.Hour_3","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:11.815 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 4","role":"weather"}}} {"type":"channel","common":{"name":"Hour 4","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331217330,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_4.Hour_4","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:12.010 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 5","role":"weather"}}} {"type":"channel","common":{"name":"Hour 5","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331217674,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_4.Hour_5","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:12.263 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 6","role":"weather"}}} {"type":"channel","common":{"name":"Hour 6","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331218135,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_4.Hour_6","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:12.469 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 7","role":"weather"}}} {"type":"channel","common":{"name":"Hour 7","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331218550,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_4.Hour_7","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:12.634 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 8","role":"weather"}}} {"type":"channel","common":{"name":"Hour 8","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331219886,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_4.Hour_8","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:13.862 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 1","role":"weather"}}} {"type":"channel","common":{"name":"Hour 1","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331220973,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_5.Hour_1","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:14.020 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 2","role":"weather"}}} {"type":"channel","common":{"name":"Hour 2","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331221348,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_5.Hour_2","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:14.219 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 3","role":"weather"}}} {"type":"channel","common":{"name":"Hour 3","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331221735,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_5.Hour_3","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:14.412 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 4","role":"weather"}}} {"type":"channel","common":{"name":"Hour 4","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331222148,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_5.Hour_4","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:14.613 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 5","role":"weather"}}} {"type":"channel","common":{"name":"Hour 5","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331222541,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_5.Hour_5","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:14.763 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 6","role":"weather"}}} {"type":"channel","common":{"name":"Hour 6","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331222966,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_5.Hour_6","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:14.946 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 7","role":"weather"}}} {"type":"channel","common":{"name":"Hour 7","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331223424,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_5.Hour_7","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:15.160 - warn: daswetter.0 (29352) change object {"type":"channel","common":{"common":{"name":"Hour 8","role":"weather"}}} {"type":"channel","common":{"name":"Hour 8","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331223800,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_5.Hour_8","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:05:26.284 - info: daswetter.0 (29352) still wrong data structure from server received! repaired...
                                        2021-05-06 22:05:32.155 - info: daswetter.0 (29352) Terminated (NO_ERROR): Without reason
                                        2021-05-06 22:05:32.682 - info: daswetter.0 (29352) cleaned everything up...
                                        2021-05-06 22:05:32.712 - info: host.Pi4-Server instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                                        2021-05-06 22:10:00.103 - info: host.Pi4-Server instance system.adapter.daswetter.0 started with pid 4755
                                        2021-05-06 22:10:02.477 - info: daswetter.0 (4755) starting. Version 3.0.7 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.22.1, js-controller: 3.2.16
                                        2021-05-06 22:10:03.974 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 1","role":"weather"}}} {"type":"channel","common":{"name":"Hour 1","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331504537,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_1","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:04.199 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 2","role":"weather"}}} {"type":"channel","common":{"name":"Hour 2","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331504722,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_2","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:04.403 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 3","role":"weather"}}} {"type":"channel","common":{"name":"Hour 3","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331504980,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_3","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:04.644 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 4","role":"weather"}}} {"type":"channel","common":{"name":"Hour 4","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331505288,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_4","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:04.860 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 5","role":"weather"}}} {"type":"channel","common":{"name":"Hour 5","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331505495,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_5","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:05.187 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 6","role":"weather"}}} {"type":"channel","common":{"name":"Hour 6","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331505679,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_6","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:05.438 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 7","role":"weather"}}} {"type":"channel","common":{"name":"Hour 7","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331505944,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_7","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:05.672 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 8","role":"weather"}}} {"type":"channel","common":{"name":"Hour 8","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331506210,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_8","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:06.132 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 1","role":"weather"}}} {"type":"channel","common":{"name":"Hour 1","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331506729,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_2.Hour_1","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:06.434 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 2","role":"weather"}}} {"type":"channel","common":{"name":"Hour 2","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331507861,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_2.Hour_2","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:06.619 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 3","role":"weather"}}} {"type":"channel","common":{"name":"Hour 3","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331508065,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_2.Hour_3","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:07.979 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 4","role":"weather"}}} {"type":"channel","common":{"name":"Hour 4","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331508239,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_2.Hour_4","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:08.186 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 5","role":"weather"}}} {"type":"channel","common":{"name":"Hour 5","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331508409,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_2.Hour_5","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:08.390 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 6","role":"weather"}}} {"type":"channel","common":{"name":"Hour 6","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331508583,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_2.Hour_6","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:08.584 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 7","role":"weather"}}} {"type":"channel","common":{"name":"Hour 7","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331508759,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_2.Hour_7","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:08.828 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 8","role":"weather"}}} {"type":"channel","common":{"name":"Hour 8","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331508956,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_2.Hour_8","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:09.439 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 1","role":"weather"}}} {"type":"channel","common":{"name":"Hour 1","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331509360,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_3.Hour_1","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:09.635 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 2","role":"weather"}}} {"type":"channel","common":{"name":"Hour 2","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331509522,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_3.Hour_2","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:09.819 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 3","role":"weather"}}} {"type":"channel","common":{"name":"Hour 3","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331509704,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_3.Hour_3","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:10.001 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 4","role":"weather"}}} {"type":"channel","common":{"name":"Hour 4","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331509861,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_3.Hour_4","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:10.254 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 5","role":"weather"}}} {"type":"channel","common":{"name":"Hour 5","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331510043,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_3.Hour_5","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:10.485 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 6","role":"weather"}}} {"type":"channel","common":{"name":"Hour 6","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331510231,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_3.Hour_6","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:10.715 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 7","role":"weather"}}} {"type":"channel","common":{"name":"Hour 7","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331510417,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_3.Hour_7","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:11.027 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 8","role":"weather"}}} {"type":"channel","common":{"name":"Hour 8","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331510600,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_3.Hour_8","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:11.397 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 1","role":"weather"}}} {"type":"channel","common":{"name":"Hour 1","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331511050,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_4.Hour_1","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:11.611 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 2","role":"weather"}}} {"type":"channel","common":{"name":"Hour 2","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331511352,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_4.Hour_2","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:11.849 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 3","role":"weather"}}} {"type":"channel","common":{"name":"Hour 3","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331511520,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_4.Hour_3","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:12.072 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 4","role":"weather"}}} {"type":"channel","common":{"name":"Hour 4","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331511820,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_4.Hour_4","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:12.308 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 5","role":"weather"}}} {"type":"channel","common":{"name":"Hour 5","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331512015,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_4.Hour_5","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:12.510 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 6","role":"weather"}}} {"type":"channel","common":{"name":"Hour 6","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331512267,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_4.Hour_6","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:12.697 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 7","role":"weather"}}} {"type":"channel","common":{"name":"Hour 7","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331512472,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_4.Hour_7","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:12.877 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 8","role":"weather"}}} {"type":"channel","common":{"name":"Hour 8","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331512637,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_4.Hour_8","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:14.142 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 1","role":"weather"}}} {"type":"channel","common":{"name":"Hour 1","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331513866,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_5.Hour_1","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:14.293 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 2","role":"weather"}}} {"type":"channel","common":{"name":"Hour 2","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331514023,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_5.Hour_2","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:14.399 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 3","role":"weather"}}} {"type":"channel","common":{"name":"Hour 3","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331514223,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_5.Hour_3","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:14.503 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 4","role":"weather"}}} {"type":"channel","common":{"name":"Hour 4","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331514417,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_5.Hour_4","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:14.653 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 5","role":"weather"}}} {"type":"channel","common":{"name":"Hour 5","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331514616,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_5.Hour_5","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:14.774 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 6","role":"weather"}}} {"type":"channel","common":{"name":"Hour 6","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331514767,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_5.Hour_6","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:14.943 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 7","role":"weather"}}} {"type":"channel","common":{"name":"Hour 7","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331514949,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_5.Hour_7","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:15.118 - warn: daswetter.0 (4755) change object {"type":"channel","common":{"common":{"name":"Hour 8","role":"weather"}}} {"type":"channel","common":{"name":"Hour 8","role":"weather"},"native":{},"from":"system.adapter.daswetter.0","user":"system.user.admin","ts":1620331515163,"_id":"daswetter.0.NextDaysDetailed.Location_1.Day_5.Hour_8","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
                                        2021-05-06 22:10:26.822 - info: daswetter.0 (4755) still wrong data structure from server received! repaired...
                                        2021-05-06 22:10:31.896 - info: daswetter.0 (4755) Terminated (NO_ERROR): Without reason
                                        2021-05-06 22:10:32.460 - info: daswetter.0 (4755) cleaned everything up...
                                        2021-05-06 22:10:32.492 - info: host.Pi4-Server instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                                        

                                        Admin: 4.2.1
                                        js-controller: 3.2.16

                                        EDIT: Nach dem Löschen aller Objekte und Neustart des Adapters läuft es fehlerlos!!!

                                        Rene_HM 1 Reply Last reply Reply Quote 0
                                        • Rene_HM
                                          Rene_HM Developer @Latzi last edited by

                                          @latzi siehe auch https://github.com/rg-engineering/ioBroker.daswetter/issues/93#issuecomment-834138092

                                          Irgendwie hat hier das channel-Objekt ein "common" zuviel bekommen... Löschen und wieder anlegen lassen sollte also helfen..

                                          Diginix created this issue in rg-engineering/ioBroker.daswetter

                                          closed repeated "change object" warnings on each run #93

                                          1 Reply Last reply Reply Quote 0
                                          • Rene_HM
                                            Rene_HM Developer last edited by

                                            Im github und NPM liegt die 3.0.8 zum Testen bereit.

                                            Es gibt folgende Änderungen:

                                            • Die unnötigen Warnungen bzgl. notwendiger Anpassung von channels wurden entfernt

                                            Danke an @Dutchman!

                                            Feedback ist wie immer willkommen...

                                            Dutchman 1 Reply Last reply Reply Quote 2
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            968
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            183
                                            1198
                                            303350
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo