Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. JavaScript stoppt ohne Fehler

    NEWS

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    JavaScript stoppt ohne Fehler

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

      @oswibz sagte in JavaScript stoppt ohne Fehler:

      prüfe dass der Log korrekt funktioniert.

      Gehe Sicherheitshalber auf stable mit dem Admin 5.3.8 bzw. stelle auch dein repro so ein.

      Weil ... dazu habe ich keine Antwort bekommen :

      @glasfaser sagte in JavaScript stoppt ohne Fehler:
      Du bist dir schon im klaren , das du Beta Tester bist !?

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

        @oswibz sagte in JavaScript stoppt ohne Fehler:

        ical.1 (12660) processing URL: calendar1 http://p60-caldav.icloud.com................................

        Editiere bitte dein LOG , dort sind Private Kalender enthalten

        Homoran 1 Reply Last reply Reply Quote 0
        • Homoran
          Homoran Global Moderator Administrators @oswibz last edited by

          @oswibz sagte in JavaScript stoppt ohne Fehler:

          Leider wie man sieht wurde den LOg von javascript nicht geschrieben

          muss man verstehen was du sagen willst?

          wenn die Instanz "abgeschaltet" würde, wäre das z.B. ein Eintrag vom host, nicht von der Instanz (falls du meinst, dass du von dieser keine Einträge siehst)

          Wie @Glasfaser schon schrieb müsstest du zusätzlich noch auf debug stellen.

          falls es aber z.B. am fehlenden RAM liegen würde, müsstest du im syslog des Hosts suchen.

          1 Reply Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @Glasfaser last edited by

            @glasfaser sagte in JavaScript stoppt ohne Fehler:

            @oswibz sagte in JavaScript stoppt ohne Fehler:

            ical.1 (12660) processing URL: calendar1 http://p60-caldav.icloud.com................................

            Editiere bitte dein LOG , dort sind Private Kalender enthalten

            ich hoffe ich hab sie alle

            Glasfaser 1 Reply Last reply Reply Quote 1
            • Glasfaser
              Glasfaser @Homoran last edited by

              @homoran

              Ich denke schon .... der Müll ist wohl nicht Geheim 🙂

              Homoran 1 Reply Last reply Reply Quote 0
              • Homoran
                Homoran Global Moderator Administrators @Glasfaser last edited by

                @glasfaser sagte in JavaScript stoppt ohne Fehler:

                @homoran

                Ich denke schon .... der Müll ist wohl nicht Geheim 🙂

                hab och zwei gefunden.
                Dabei hat sich das Tablet fast aufgehängt. muss mal neu starten

                1 Reply Last reply Reply Quote 1
                • Homoran
                  Homoran Global Moderator Administrators @oswibz last edited by

                  @oswibz sagte in JavaScript stoppt ohne Fehler:

                  plötzlich sind wieder 2 Javascript.0 Prozesse wieder am laufen.

                  aber einer von gestern und einer von heute morgen

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

                    @oswibz sagte in JavaScript stoppt ohne Fehler:

                    habe ich ein merkwürdiges Verhalten von JavaScript. Der Adapter geht (ohne Erklärung auf rot). Sobald ich den Adapter Neustarts läuft alles wieder,

                    Hab logging schon auf Silly Niveau durchgeführt…nix zu lesen.

                    Was heißt eigentlich bei dir "nix zu lesen ."

                    Bei Silly würde dein LOG zugemüllt werden , also heißt das du hast bei der Instanz die Logstufe Silly eingestellt und nicht´s ist im Log , was eigenlich vom Adapter Javascript angezeigt werden sollte .

                    Auch kein Start von einem Script !?

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

                      @glasfaser HI. Im Silly war vieles zu lesen, aber mit "nix lesen" meinte nichts aussergewöhnliches.
                      Ich habe nochmal kontrolliert dass jetzt Debug aktiviert ist und lass es laufen bis es wieder auf rot geht. Ich frage mich wieso aber 2 javascript Instanzen laufen....

                      Melde mich sobald der Fehler wieder auftritt mit dem log

                      Danke schon mal jetzt an alle für die Unterstützung

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

                        @oswibz sagte in JavaScript stoppt ohne Fehler:

                        Melde mich sobald der Fehler wieder auftritt mit dem log

                        Auch ohne debug würde eine Error des Javascript angezeigt werden

                        Ich vermute eher ... das hier ... eventuell ein Script was Amok läuft :

                        @homoran sagte in JavaScript stoppt ohne Fehler:
                        falls es aber z.B. am fehlenden RAM liegen würde, müsstest du im syslog des Hosts suchen.

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

                          @glasfaser sagte in JavaScript stoppt ohne Fehler:

                          Ich vermute eher ... das hier ... eventuell ein Script was Amok läuft :

                          ist es eigentlich immer. kann mich nicht daran erinnern, das es mal einen anderen grund gab.

                          wenn er mal die folgenden datenpunkte aufzeichnen würde, könne man das besser sehen

                          @oswibz
                          system.host.<rechnername>.freemem
                          system.host.<rechnername>.memAvailable
                          system.host.<rechnername>.memHeapTotal
                          system.host.<rechnername>.memHeapUsed

                          dann würde der benutze speicher immer weiter ansteigen bis zum absturz des javascript adapters, freigabe des speichers, neustart des adapters und wieder von vorne

                          lösung, wie schon geschrieben, der reihe nach alle skripte abschalten und nach und nach wieder einschalten.
                          kann auch mit der strategie 50/50 erfolgen. also hälfte abschalten, wenn nix passiert, dann in der anderen hälfte davon wieder die hälfte abschalten usw.
                          soweit runter reduzieren, bis das/die betroffenen skripte gefunden sind.
                          hier im forum müsste unter dem stichwort memory leaks bereits mehrere threads geben, auch mit hilfestellung nach was man suchen muss um die betroffenen skripte zu reparieren.

                          oswibz 1 Reply Last reply Reply Quote 0
                          • oswibz
                            oswibz @OliverIO last edited by

                            @oliverio said in JavaScript stoppt ohne Fehler:

                            e speicher immer weiter ansteigen bis zum absturz des javascript adapters, freigabe des speichers, neustart des adapters und wieder von vorne
                            lösung, wie schon geschrieben, der reihe nach alle skripte abschalten und nach und nach wieder einschalten.
                            kann auch mit der strategie 50/50 erfolgen. also hälfte abschalten, wenn nix passiert, dann in der anderen hälfte davon wieder die hälfte abs

                            Hab im Iobroker Speicher mittels influxdb / grafana aufgezeichnet...mal schauen was über nacht passiert

                            oswibz 1 Reply Last reply Reply Quote 0
                            • oswibz
                              oswibz @oswibz last edited by oswibz

                              @oswibz hallo zusammen.

                              Heute kurz nach 9 selber verhalten

                              hier die Ergebnisse:

                              console:

                              ps -aux
                              USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
                              root         1  0.0  0.0   7312     8 ?        Ss   Jun10   0:00 /bin/bash /opt/scripts/iobroker_startup.sh
                              iobroker   107 10.1  3.8 1210188 310124 ?      Sl   Jun10  96:13 iobroker.js-controller
                              iobroker   141  0.2  1.3 993492 108512 ?       Sl   Jun10   2:38 io.admin.0
                              iobroker   148  2.6  0.8 752860 66192 ?        Sl   Jun10  25:05 io.influxdb.0
                              iobroker   243  1.5  0.6 674036 52416 ?        Sl   Jun10  15:07 io.hue.0
                              iobroker   286  0.7  0.8 694588 72336 ?        Sl   Jun10   6:54 io.shelly.0
                              iobroker   319  0.1  0.6 939716 53544 ?        Sl   Jun10   1:04 io.backitup.0
                              iobroker   326  0.1  0.4 666400 37272 ?        Sl   Jun10   0:57 io.discovery.0
                              iobroker   349  0.2  0.6 943156 50724 ?        Sl   Jun10   2:13 io.fb-checkpresence.0
                              iobroker   379  0.1  0.4 645448 34336 ?        Sl   Jun10   0:58 io.fritzdect.0
                              iobroker   403  0.1  0.6 927640 51124 ?        Sl   Jun10   1:18 io.info.0
                              iobroker   437  0.1  0.4 732208 39220 ?        Sl   Jun10   1:04 io.sourceanalytix.0
                              iobroker   460  0.1  0.4 665660 36988 ?        Sl   Jun10   1:02 io.trashschedule.1
                              iobroker   521  0.1  0.5 669372 41716 ?        Sl   Jun10   1:03 io.trashschedule.2
                              iobroker   562  0.1  0.4 667484 38512 ?        Sl   Jun10   1:06 io.statistics.0
                              iobroker   587  0.1  0.5 669384 41312 ?        Sl   Jun10   1:04 io.followthesun.0
                              iobroker  1520 21.9  1.9 1026696 154348 ?      Rl   Jun10 205:38 io.javascript.0
                              root      2055  0.0  0.0   7444   432 pts/0    Ss+  Jun10   0:00 bash
                              root      3352  0.0  0.0   7444   428 pts/1    Ss+  Jun10   0:00 bash
                              iobroker 17558  0.1  0.6 671740 49900 ?        Sl   02:00   1:12 io.hm-rpc.1
                              iobroker 18109  0.7  0.7 681340 56524 ?        Sl   02:10   4:41 io.hm-rpc.0
                              iobroker 18633  0.2  0.7 678364 58904 ?        Sl   02:20   1:21 io.hm-rega.0
                              iobroker 19114  1.8  0.7 921592 63964 ?        Sl   12:32   0:05 io.wolf-smartset.0
                              root     19358  3.5  0.0   7444  3868 pts/2    Ss   12:36   0:00 bash
                              root     19365  0.0  0.0  10044  3424 pts/2    R+   12:36   0:00 ps -aux
                              iobroker 22497  0.6  1.1 952872 91332 ?        Sl   03:29   3:20 io.vw-connect.0
                              iobroker 27486  0.1  0.6 940988 55520 ?        Sl   05:04   0:49 io.telegram.0
                              

                              log

                              2022-06-11 03:24:12.939 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 03:27:15.370 - warn: telegram.0 (174) polling_error: EFATAL, EFATAL: Error: read ECONNRESET
                              2022-06-11 03:27:20.024 - error: javascript.0 (1520) An error happened which is most likely from one of your scripts, but the originating script could not be detected.
                              2022-06-11 03:27:20.032 - error: javascript.0 (1520) Error: getaddrinfo EAI_AGAIN s18.myenergi.net
                              2022-06-11 03:27:20.033 - error: javascript.0 (1520) Error: getaddrinfo EAI_AGAIN s18.myenergi.net
                              at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:71:26)
                              2022-06-11 03:29:35.318 - error: wolf-smartset.0 (12806) API GET GUI DESK. ERROR: Error: Request failed with status code 400
                              2022-06-11 03:30:00.177 - info: host.31918e0cb6ce instance system.adapter.ical.0 started with pid 22473
                              2022-06-11 03:30:00.135 - info: vw-connect.0 (500) Scheduled restart.
                              2022-06-11 03:30:00.196 - info: vw-connect.0 (500) cleaned everything up...
                              2022-06-11 03:30:00.328 - info: vw-connect.0 (500) terminating
                              2022-06-11 03:30:00.333 - info: vw-connect.0 (500) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                              2022-06-11 03:30:01.942 - info: host.31918e0cb6ce instance system.adapter.vw-connect.0 scheduled normal terminated and will be restarted on schedule.
                              2022-06-11 03:30:01.943 - info: host.31918e0cb6ce Restart adapter system.adapter.vw-connect.0 because enabled
                              2022-06-11 03:30:03.800 - info: host.31918e0cb6ce instance system.adapter.vw-connect.0 started with pid 22497
                              2022-06-11 03:30:04.279 - info: host.31918e0cb6ce instance system.adapter.ical.1 started with pid 22504
                              2022-06-11 03:30:15.290 - info: vw-connect.0 (22497) starting. Version 0.0.50 in /opt/iobroker/node_modules/iobroker.vw-connect, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 03:30:15.800 - info: ical.1 (22504) starting. Version 1.12.2 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 03:30:15.895 - info: ical.0 (22473) starting. Version 1.12.2 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 03:30:17.589 - info: ical.1 (22504) processing URL: calendar1 http://p60-caldav.icloud.com/published/2/MTE5NTE2MTMyMzExOTUxNhfObwzXH9GJ61_QgMBOGNykNoGpCo-yu3VKgo7kIjL_k12NKtpUBm--hZzKn9rl-2-bnB86hp8gLbagw8vQtMM
                              2022-06-11 03:30:18.001 - info: ical.0 (22473) processing URL: Trash https://calendar.google.com/calendar/ical/oswi.temp%40gmail.com/private-57305e3c90b46cdcc880551bb511bfd4/basic.ics
                              2022-06-11 03:30:18.062 - warn: trashschedule.2 (521) (5) nextAfter has no entries. Check configuration of ical (increase preview) and trashschedule!
                              2022-06-11 03:30:24.581 - info: ical.1 (22504) Terminated (NO_ERROR): Without reason
                              2022-06-11 03:30:25.089 - info: ical.0 (22473) Terminated (NO_ERROR): Without reason
                              2022-06-11 03:30:38.642 - info: host.31918e0cb6ce instance system.adapter.ical.1 terminated with code 0 (NO_ERROR)
                              2022-06-11 03:30:38.962 - info: host.31918e0cb6ce instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                              2022-06-11 03:34:00.200 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 22724
                              2022-06-11 03:34:06.921 - info: netatmo-crawler.0 (22724) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 03:34:07.027 - info: netatmo-crawler.0 (22724) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 03:34:07.811 - info: netatmo-crawler.0 (22724) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 03:34:09.807 - info: netatmo-crawler.0 (22724) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 03:34:10.605 - info: netatmo-crawler.0 (22724) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 03:34:11.682 - info: netatmo-crawler.0 (22724) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 03:34:12.401 - info: netatmo-crawler.0 (22724) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 03:34:13.174 - info: netatmo-crawler.0 (22724) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 03:34:13.717 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 03:44:00.131 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 23240
                              2022-06-11 03:44:06.103 - info: netatmo-crawler.0 (23240) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 03:44:06.288 - info: netatmo-crawler.0 (23240) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 03:44:07.447 - info: netatmo-crawler.0 (23240) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 03:44:08.339 - info: netatmo-crawler.0 (23240) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 03:44:09.240 - info: netatmo-crawler.0 (23240) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 03:44:10.207 - info: netatmo-crawler.0 (23240) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 03:44:11.078 - info: netatmo-crawler.0 (23240) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 03:44:11.812 - info: netatmo-crawler.0 (23240) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 03:44:12.375 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 03:54:00.103 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 23766
                              2022-06-11 03:54:04.329 - info: netatmo-crawler.0 (23766) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 03:54:04.454 - info: netatmo-crawler.0 (23766) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 03:54:05.350 - info: netatmo-crawler.0 (23766) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 03:54:06.133 - info: netatmo-crawler.0 (23766) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 03:54:06.895 - info: netatmo-crawler.0 (23766) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 03:54:07.610 - info: netatmo-crawler.0 (23766) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 03:54:08.824 - info: netatmo-crawler.0 (23766) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 03:54:09.856 - info: netatmo-crawler.0 (23766) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 03:54:10.450 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 04:00:00.243 - info: host.31918e0cb6ce instance system.adapter.ical.1 started with pid 24074
                              2022-06-11 04:00:03.201 - info: host.31918e0cb6ce instance system.adapter.ical.0 started with pid 24081
                              2022-06-11 04:00:04.156 - warn: trashschedule.2 (521) (5) nextAfter has no entries. Check configuration of ical (increase preview) and trashschedule!
                              2022-06-11 04:00:13.719 - info: ical.1 (24074) starting. Version 1.12.2 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 04:00:13.756 - info: ical.0 (24081) starting. Version 1.12.2 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 04:00:15.044 - info: ical.0 (24081) processing URL: Trash https://calendar.google.com/calendar/ical/oswi.temp%40gmail.com/private-57305e3c90b46cdcc880551bb511bfd4/basic.ics
                              2022-06-11 04:00:15.173 - info: ical.1 (24074) processing URL: calendar1 http://p60-caldav.icloud.com/published/2/MTE5NTE2MTMyMzExOTUxNhfObwzXH9GJ61_QgMBOGNykNoGpCo-yu3VKgo7kIjL_k12NKtpUBm--hZzKn9rl-2-bnB86hp8gLbagw8vQtMM
                              2022-06-11 04:00:15.477 - warn: trashschedule.2 (521) (5) nextAfter has no entries. Check configuration of ical (increase preview) and trashschedule!
                              2022-06-11 04:00:21.959 - info: ical.1 (24074) Terminated (NO_ERROR): Without reason
                              2022-06-11 04:00:22.471 - info: ical.0 (24081) Terminated (NO_ERROR): Without reason
                              2022-06-11 04:00:23.824 - warn: ical.0 (24081) get state error: Connection is closed.
                              2022-06-11 04:00:23.826 - warn: ical.0 (24081) get state error: DB closed
                              2022-06-11 04:00:23.831 - warn: ical.1 (24074) get state error: Connection is closed.
                              2022-06-11 04:00:25.473 - info: host.31918e0cb6ce instance system.adapter.ical.1 terminated with code 0 (NO_ERROR)
                              2022-06-11 04:00:25.475 - info: host.31918e0cb6ce instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                              2022-06-11 04:02:00.083 - info: wolf-smartset.0 (12806) Scheduled restart.
                              2022-06-11 04:02:00.186 - info: wolf-smartset.0 (12806) terminating
                              2022-06-11 04:02:00.203 - info: wolf-smartset.0 (12806) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                              2022-06-11 04:02:00.966 - info: host.31918e0cb6ce instance system.adapter.wolf-smartset.0 scheduled normal terminated and will be restarted on schedule.
                              2022-06-11 04:02:00.967 - info: host.31918e0cb6ce Restart adapter system.adapter.wolf-smartset.0 because enabled
                              2022-06-11 04:02:02.315 - info: host.31918e0cb6ce instance system.adapter.wolf-smartset.0 started with pid 24205
                              2022-06-11 04:02:06.096 - info: wolf-smartset.0 (24205) starting. Version 1.0.0 in /opt/iobroker/node_modules/iobroker.wolf-smartset, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 04:04:00.155 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 24323
                              2022-06-11 04:04:04.402 - info: netatmo-crawler.0 (24323) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 04:04:04.517 - info: netatmo-crawler.0 (24323) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 04:04:05.359 - info: netatmo-crawler.0 (24323) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 04:04:06.011 - info: netatmo-crawler.0 (24323) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 04:04:06.874 - info: netatmo-crawler.0 (24323) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 04:04:07.600 - info: netatmo-crawler.0 (24323) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 04:04:08.470 - info: netatmo-crawler.0 (24323) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 04:04:09.357 - info: netatmo-crawler.0 (24323) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 04:04:09.905 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 04:14:00.298 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 24840
                              2022-06-11 04:14:07.854 - info: netatmo-crawler.0 (24840) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 04:14:08.006 - info: netatmo-crawler.0 (24840) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 04:14:08.854 - info: netatmo-crawler.0 (24840) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 04:14:09.550 - info: netatmo-crawler.0 (24840) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 04:14:10.468 - info: netatmo-crawler.0 (24840) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 04:14:11.297 - info: netatmo-crawler.0 (24840) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 04:14:12.269 - info: netatmo-crawler.0 (24840) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 04:14:13.091 - info: netatmo-crawler.0 (24840) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 04:14:13.668 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 04:24:00.103 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 25355
                              2022-06-11 04:24:05.642 - info: netatmo-crawler.0 (25355) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 04:24:05.756 - info: netatmo-crawler.0 (25355) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 04:24:06.597 - info: netatmo-crawler.0 (25355) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 04:24:07.190 - info: netatmo-crawler.0 (25355) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 04:24:07.882 - info: netatmo-crawler.0 (25355) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 04:24:08.583 - info: netatmo-crawler.0 (25355) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 04:24:09.590 - info: netatmo-crawler.0 (25355) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 04:24:11.118 - info: netatmo-crawler.0 (25355) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 04:24:11.664 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 04:30:00.179 - info: host.31918e0cb6ce instance system.adapter.ical.0 started with pid 25660
                              2022-06-11 04:30:04.278 - info: host.31918e0cb6ce instance system.adapter.ical.1 started with pid 25667
                              2022-06-11 04:30:13.366 - info: ical.0 (25660) starting. Version 1.12.2 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 04:30:14.493 - info: ical.1 (25667) starting. Version 1.12.2 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 04:30:14.757 - info: ical.0 (25660) processing URL: Trash https://calendar.google.com/calendar/ical/oswi.temp%40gmail.com/private-57305e3c90b46cdcc880551bb511bfd4/basic.ics
                              2022-06-11 04:30:16.017 - info: ical.1 (25667) processing URL: calendar1 http://p60-caldav.icloud.com/published/2/MTE5NTE2MTMyMzExOTUxNhfObwzXH9GJ61_QgMBOGNykNoGpCo-yu3VKgo7kIjL_k12NKtpUBm--hZzKn9rl-2-bnB86hp8gLbagw8vQtMM
                              2022-06-11 04:30:16.219 - warn: trashschedule.2 (521) (5) nextAfter has no entries. Check configuration of ical (increase preview) and trashschedule!
                              2022-06-11 04:30:21.926 - info: ical.0 (25660) Terminated (NO_ERROR): Without reason
                              2022-06-11 04:30:22.754 - info: ical.1 (25667) Terminated (NO_ERROR): Without reason
                              2022-06-11 04:30:26.224 - info: host.31918e0cb6ce instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                              2022-06-11 04:30:26.225 - info: host.31918e0cb6ce instance system.adapter.ical.1 terminated with code 0 (NO_ERROR)
                              2022-06-11 04:32:00.036 - info: wolf-smartset.0 (24205) Scheduled restart.
                              2022-06-11 04:32:00.046 - info: wolf-smartset.0 (24205) terminating
                              2022-06-11 04:32:00.049 - info: wolf-smartset.0 (24205) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                              2022-06-11 04:32:00.826 - info: host.31918e0cb6ce instance system.adapter.wolf-smartset.0 scheduled normal terminated and will be restarted on schedule.
                              2022-06-11 04:32:00.827 - info: host.31918e0cb6ce Restart adapter system.adapter.wolf-smartset.0 because enabled
                              2022-06-11 04:32:02.163 - info: host.31918e0cb6ce instance system.adapter.wolf-smartset.0 started with pid 25797
                              2022-06-11 04:32:05.937 - info: wolf-smartset.0 (25797) starting. Version 1.0.0 in /opt/iobroker/node_modules/iobroker.wolf-smartset, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 04:34:00.100 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 25913
                              2022-06-11 04:34:04.680 - info: netatmo-crawler.0 (25913) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 04:34:04.779 - info: netatmo-crawler.0 (25913) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 04:34:05.760 - info: netatmo-crawler.0 (25913) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 04:34:06.442 - info: netatmo-crawler.0 (25913) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 04:34:07.409 - info: netatmo-crawler.0 (25913) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 04:34:08.140 - info: netatmo-crawler.0 (25913) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 04:34:09.020 - info: netatmo-crawler.0 (25913) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 04:34:09.877 - info: netatmo-crawler.0 (25913) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 04:34:10.430 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 04:44:00.116 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 26423
                              2022-06-11 04:44:05.924 - info: netatmo-crawler.0 (26423) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 04:44:06.117 - info: netatmo-crawler.0 (26423) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 04:44:07.214 - info: netatmo-crawler.0 (26423) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 04:44:07.846 - info: netatmo-crawler.0 (26423) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 04:44:08.846 - info: netatmo-crawler.0 (26423) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 04:44:09.732 - info: netatmo-crawler.0 (26423) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 04:44:10.698 - info: netatmo-crawler.0 (26423) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 04:44:11.910 - info: netatmo-crawler.0 (26423) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 04:44:12.462 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 04:54:00.156 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 26934
                              2022-06-11 04:54:04.946 - info: netatmo-crawler.0 (26934) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 04:54:05.055 - info: netatmo-crawler.0 (26934) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 04:54:05.882 - info: netatmo-crawler.0 (26934) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 04:54:06.574 - info: netatmo-crawler.0 (26934) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 04:54:07.260 - info: netatmo-crawler.0 (26934) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 04:54:07.932 - info: netatmo-crawler.0 (26934) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 04:54:08.754 - info: netatmo-crawler.0 (26934) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 04:54:09.775 - info: netatmo-crawler.0 (26934) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 04:54:10.413 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 05:00:00.163 - info: host.31918e0cb6ce instance system.adapter.ical.1 started with pid 27236
                              2022-06-11 05:00:04.292 - info: host.31918e0cb6ce instance system.adapter.ical.0 started with pid 27243
                              2022-06-11 05:00:05.611 - warn: trashschedule.2 (521) (5) nextAfter has no entries. Check configuration of ical (increase preview) and trashschedule!
                              2022-06-11 05:00:11.293 - info: ical.1 (27236) starting. Version 1.12.2 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 05:00:12.066 - info: ical.0 (27243) starting. Version 1.12.2 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 05:00:12.768 - warn: trashschedule.2 (521) (5) nextAfter has no entries. Check configuration of ical (increase preview) and trashschedule!
                              2022-06-11 05:00:17.784 - info: ical.1 (27236) Terminated (NO_ERROR): Without reason
                              2022-06-11 05:00:18.404 - info: host.31918e0cb6ce instance system.adapter.ical.1 terminated with code 0 (NO_ERROR)
                              2022-06-11 05:00:18.768 - info: ical.0 (27243) Terminated (NO_ERROR): Without reason
                              2022-06-11 05:00:19.422 - info: host.31918e0cb6ce instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                              2022-06-11 05:04:00.185 - info: telegram.0 (174) Scheduled restart.
                              2022-06-11 05:04:00.280 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 27462
                              2022-06-11 05:04:00.718 - info: telegram.0 (174) terminating
                              2022-06-11 05:04:00.754 - info: telegram.0 (174) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                              2022-06-11 05:04:01.633 - info: host.31918e0cb6ce instance system.adapter.telegram.0 scheduled normal terminated and will be restarted on schedule.
                              2022-06-11 05:04:01.635 - info: host.31918e0cb6ce Restart adapter system.adapter.telegram.0 because enabled
                              2022-06-11 05:04:03.166 - info: host.31918e0cb6ce instance system.adapter.telegram.0 started with pid 27486
                              2022-06-11 05:04:05.172 - info: netatmo-crawler.0 (27462) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 05:04:05.293 - info: netatmo-crawler.0 (27462) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 05:04:06.273 - info: netatmo-crawler.0 (27462) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 05:04:07.236 - info: netatmo-crawler.0 (27462) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 05:04:08.816 - info: netatmo-crawler.0 (27462) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 05:04:09.847 - info: telegram.0 (27486) starting. Version 1.13.0 in /opt/iobroker/node_modules/iobroker.telegram, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 05:04:10.546 - info: netatmo-crawler.0 (27462) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 05:04:11.575 - info: netatmo-crawler.0 (27462) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 05:04:12.348 - info: netatmo-crawler.0 (27462) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 05:04:12.925 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 05:14:00.119 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 28005
                              2022-06-11 05:14:05.765 - info: netatmo-crawler.0 (28005) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 05:14:05.900 - info: netatmo-crawler.0 (28005) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 05:14:06.774 - info: netatmo-crawler.0 (28005) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 05:14:07.481 - info: netatmo-crawler.0 (28005) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 05:14:08.269 - info: netatmo-crawler.0 (28005) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 05:14:09.092 - info: netatmo-crawler.0 (28005) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 05:14:10.020 - info: netatmo-crawler.0 (28005) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 05:14:10.795 - info: netatmo-crawler.0 (28005) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 05:14:11.347 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 05:24:00.135 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 28522
                              2022-06-11 05:24:08.311 - info: netatmo-crawler.0 (28522) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 05:24:08.418 - info: netatmo-crawler.0 (28522) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 05:24:09.174 - info: netatmo-crawler.0 (28522) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 05:24:09.917 - info: netatmo-crawler.0 (28522) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 05:24:10.688 - info: netatmo-crawler.0 (28522) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 05:24:11.613 - info: netatmo-crawler.0 (28522) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 05:24:12.485 - info: netatmo-crawler.0 (28522) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 05:24:13.235 - info: netatmo-crawler.0 (28522) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 05:24:13.805 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 05:30:00.151 - info: host.31918e0cb6ce instance system.adapter.ical.0 started with pid 28843
                              2022-06-11 05:30:04.308 - info: host.31918e0cb6ce instance system.adapter.ical.1 started with pid 28850
                              2022-06-11 05:30:08.487 - info: ical.0 (28843) starting. Version 1.12.2 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 05:30:10.090 - info: ical.1 (28850) starting. Version 1.12.2 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 05:30:11.711 - warn: trashschedule.2 (521) (5) nextAfter has no entries. Check configuration of ical (increase preview) and trashschedule!
                              2022-06-11 05:30:15.927 - info: ical.0 (28843) Terminated (NO_ERROR): Without reason
                              2022-06-11 05:30:16.497 - info: host.31918e0cb6ce instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                              2022-06-11 05:30:16.720 - info: ical.1 (28850) Terminated (NO_ERROR): Without reason
                              2022-06-11 05:30:17.265 - info: host.31918e0cb6ce instance system.adapter.ical.1 terminated with code 0 (NO_ERROR)
                              2022-06-11 05:34:00.119 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 29065
                              2022-06-11 05:34:04.936 - info: netatmo-crawler.0 (29065) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 05:34:05.049 - info: netatmo-crawler.0 (29065) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 05:34:05.882 - info: netatmo-crawler.0 (29065) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 05:34:06.642 - info: netatmo-crawler.0 (29065) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 05:34:07.390 - info: netatmo-crawler.0 (29065) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 05:34:08.521 - info: netatmo-crawler.0 (29065) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 05:34:09.259 - info: netatmo-crawler.0 (29065) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 05:34:10.308 - info: netatmo-crawler.0 (29065) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 05:34:10.866 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 05:44:00.131 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 29586
                              2022-06-11 05:44:06.708 - info: netatmo-crawler.0 (29586) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 05:44:06.794 - info: netatmo-crawler.0 (29586) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 05:44:07.768 - info: netatmo-crawler.0 (29586) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 05:44:08.392 - info: netatmo-crawler.0 (29586) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 05:44:09.143 - info: netatmo-crawler.0 (29586) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 05:44:09.845 - info: netatmo-crawler.0 (29586) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 05:44:10.698 - info: netatmo-crawler.0 (29586) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 05:44:11.433 - info: netatmo-crawler.0 (29586) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 05:44:11.998 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 05:54:00.129 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 30099
                              2022-06-11 05:54:06.458 - info: netatmo-crawler.0 (30099) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 05:54:06.598 - info: netatmo-crawler.0 (30099) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 05:54:07.424 - info: netatmo-crawler.0 (30099) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 05:54:08.455 - info: netatmo-crawler.0 (30099) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 05:54:09.271 - info: netatmo-crawler.0 (30099) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 05:54:10.246 - info: netatmo-crawler.0 (30099) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 05:54:10.958 - info: netatmo-crawler.0 (30099) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 05:54:11.721 - info: netatmo-crawler.0 (30099) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 05:54:12.283 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 06:00:00.160 - info: host.31918e0cb6ce instance system.adapter.ical.1 started with pid 30430
                              2022-06-11 06:00:04.267 - info: host.31918e0cb6ce instance system.adapter.ical.0 started with pid 30437
                              2022-06-11 06:00:05.502 - warn: trashschedule.2 (521) (5) nextAfter has no entries. Check configuration of ical (increase preview) and trashschedule!
                              2022-06-11 06:00:09.417 - info: ical.1 (30430) starting. Version 1.12.2 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 06:00:11.444 - info: ical.0 (30437) starting. Version 1.12.2 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 06:00:17.072 - info: ical.1 (30430) Terminated (NO_ERROR): Without reason
                              2022-06-11 06:00:17.621 - info: host.31918e0cb6ce instance system.adapter.ical.1 terminated with code 0 (NO_ERROR)
                              2022-06-11 06:00:18.269 - info: ical.0 (30437) Terminated (NO_ERROR): Without reason
                              2022-06-11 06:00:18.832 - info: host.31918e0cb6ce instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                              2022-06-11 06:04:00.111 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 30661
                              2022-06-11 06:04:04.230 - info: netatmo-crawler.0 (30661) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 06:04:04.322 - info: netatmo-crawler.0 (30661) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 06:04:05.467 - info: netatmo-crawler.0 (30661) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 06:04:06.237 - info: netatmo-crawler.0 (30661) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 06:04:07.198 - info: netatmo-crawler.0 (30661) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 06:04:08.168 - info: netatmo-crawler.0 (30661) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 06:04:09.267 - info: netatmo-crawler.0 (30661) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 06:04:10.260 - info: netatmo-crawler.0 (30661) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 06:04:10.820 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 06:14:00.143 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 31169
                              2022-06-11 06:14:11.640 - info: netatmo-crawler.0 (31169) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 06:14:11.772 - info: netatmo-crawler.0 (31169) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 06:14:12.575 - info: netatmo-crawler.0 (31169) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 06:14:13.182 - info: netatmo-crawler.0 (31169) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 06:14:14.129 - info: netatmo-crawler.0 (31169) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 06:14:14.995 - info: netatmo-crawler.0 (31169) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 06:14:15.904 - info: netatmo-crawler.0 (31169) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 06:14:16.606 - info: netatmo-crawler.0 (31169) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 06:14:17.153 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 06:24:00.116 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 31679
                              2022-06-11 06:24:05.465 - info: netatmo-crawler.0 (31679) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 06:24:05.561 - info: netatmo-crawler.0 (31679) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 06:24:06.414 - info: netatmo-crawler.0 (31679) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 06:24:07.341 - info: netatmo-crawler.0 (31679) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 06:24:08.223 - info: netatmo-crawler.0 (31679) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 06:24:09.380 - info: netatmo-crawler.0 (31679) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 06:24:10.784 - info: netatmo-crawler.0 (31679) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 06:24:11.677 - info: netatmo-crawler.0 (31679) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 06:24:12.239 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 06:30:00.206 - info: host.31918e0cb6ce instance system.adapter.ical.0 started with pid 31993
                              2022-06-11 06:30:04.328 - info: host.31918e0cb6ce instance system.adapter.ical.1 started with pid 32000
                              2022-06-11 06:30:14.697 - info: ical.0 (31993) starting. Version 1.12.2 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 06:30:15.308 - info: ical.1 (32000) starting. Version 1.12.2 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 06:30:17.658 - warn: trashschedule.2 (521) (5) nextAfter has no entries. Check configuration of ical (increase preview) and trashschedule!
                              2022-06-11 06:30:24.112 - info: ical.1 (32000) Terminated (NO_ERROR): Without reason
                              2022-06-11 06:30:24.448 - info: ical.0 (31993) Terminated (NO_ERROR): Without reason
                              2022-06-11 06:30:24.737 - warn: ical.1 (32000) get state error: Connection is closed.
                              2022-06-11 06:30:25.543 - info: host.31918e0cb6ce instance system.adapter.ical.1 terminated with code 0 (NO_ERROR)
                              2022-06-11 06:30:25.588 - info: host.31918e0cb6ce instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                              2022-06-11 06:34:00.155 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 32212
                              2022-06-11 06:34:06.702 - info: netatmo-crawler.0 (32212) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 06:34:06.810 - info: netatmo-crawler.0 (32212) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 06:34:07.667 - info: netatmo-crawler.0 (32212) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 06:34:08.338 - info: netatmo-crawler.0 (32212) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 06:34:09.209 - info: netatmo-crawler.0 (32212) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 06:34:10.477 - info: netatmo-crawler.0 (32212) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 06:34:11.249 - info: netatmo-crawler.0 (32212) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 06:34:12.004 - info: netatmo-crawler.0 (32212) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 06:34:12.575 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 06:44:00.139 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 32718
                              2022-06-11 06:44:08.466 - info: netatmo-crawler.0 (32718) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 06:44:08.628 - info: netatmo-crawler.0 (32718) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 06:44:09.781 - info: netatmo-crawler.0 (32718) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 06:44:10.954 - info: netatmo-crawler.0 (32718) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 06:44:11.827 - info: netatmo-crawler.0 (32718) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 06:44:12.599 - info: netatmo-crawler.0 (32718) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 06:44:13.406 - info: netatmo-crawler.0 (32718) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 06:44:14.234 - info: netatmo-crawler.0 (32718) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 06:44:14.785 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 06:54:00.170 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 884
                              2022-06-11 06:54:05.022 - info: netatmo-crawler.0 (884) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 06:54:05.123 - info: netatmo-crawler.0 (884) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 06:54:06.007 - info: netatmo-crawler.0 (884) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 06:54:06.797 - info: netatmo-crawler.0 (884) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 06:54:08.005 - info: netatmo-crawler.0 (884) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 06:54:08.782 - info: netatmo-crawler.0 (884) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 06:54:09.597 - info: netatmo-crawler.0 (884) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 06:54:10.431 - info: netatmo-crawler.0 (884) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 06:54:11.004 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 07:00:00.188 - info: host.31918e0cb6ce instance system.adapter.ical.1 started with pid 1193
                              2022-06-11 07:00:04.277 - info: host.31918e0cb6ce instance system.adapter.ical.0 started with pid 1212
                              2022-06-11 07:00:05.281 - warn: trashschedule.2 (521) (5) nextAfter has no entries. Check configuration of ical (increase preview) and trashschedule!
                              2022-06-11 07:00:09.407 - info: ical.1 (1193) starting. Version 1.12.2 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 07:00:12.012 - info: ical.0 (1212) starting. Version 1.12.2 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 07:00:12.400 - warn: trashschedule.2 (521) (5) nextAfter has no entries. Check configuration of ical (increase preview) and trashschedule!
                              2022-06-11 07:00:17.401 - info: ical.1 (1193) Terminated (NO_ERROR): Without reason
                              2022-06-11 07:00:17.982 - info: host.31918e0cb6ce instance system.adapter.ical.1 terminated with code 0 (NO_ERROR)
                              2022-06-11 07:00:20.074 - info: ical.0 (1212) Terminated (NO_ERROR): Without reason
                              2022-06-11 07:00:27.088 - info: host.31918e0cb6ce instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                              2022-06-11 07:04:00.155 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 1425
                              2022-06-11 07:04:06.171 - info: netatmo-crawler.0 (1425) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 07:04:06.354 - info: netatmo-crawler.0 (1425) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 07:04:07.863 - info: netatmo-crawler.0 (1425) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 07:04:08.565 - info: netatmo-crawler.0 (1425) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 07:04:09.721 - info: netatmo-crawler.0 (1425) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 07:04:10.646 - info: netatmo-crawler.0 (1425) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 07:04:11.634 - info: netatmo-crawler.0 (1425) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 07:04:12.427 - info: netatmo-crawler.0 (1425) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 07:04:12.972 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 07:14:00.161 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 1954
                              2022-06-11 07:14:05.919 - info: netatmo-crawler.0 (1954) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 07:14:06.103 - info: netatmo-crawler.0 (1954) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 07:14:07.051 - info: netatmo-crawler.0 (1954) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 07:14:07.811 - info: netatmo-crawler.0 (1954) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 07:14:08.834 - info: netatmo-crawler.0 (1954) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 07:14:09.760 - info: netatmo-crawler.0 (1954) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 07:14:10.577 - info: netatmo-crawler.0 (1954) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 07:14:11.388 - info: netatmo-crawler.0 (1954) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 07:14:11.940 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 07:24:00.195 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 2490
                              2022-06-11 07:24:04.937 - info: netatmo-crawler.0 (2490) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 07:24:05.091 - info: netatmo-crawler.0 (2490) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 07:24:06.382 - info: netatmo-crawler.0 (2490) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 07:24:07.138 - info: netatmo-crawler.0 (2490) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 07:24:08.024 - info: netatmo-crawler.0 (2490) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 07:24:08.720 - info: netatmo-crawler.0 (2490) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 07:24:09.530 - info: netatmo-crawler.0 (2490) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 07:24:10.532 - info: netatmo-crawler.0 (2490) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 07:24:11.145 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 07:30:00.378 - info: host.31918e0cb6ce instance system.adapter.ical.0 started with pid 2803
                              2022-06-11 07:30:04.511 - info: host.31918e0cb6ce instance system.adapter.ical.1 started with pid 2810
                              2022-06-11 07:30:17.401 - info: ical.1 (2810) starting. Version 1.12.2 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 07:30:17.508 - info: ical.0 (2803) starting. Version 1.12.2 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 07:30:26.638 - warn: trashschedule.2 (521) (5) nextAfter has no entries. Check configuration of ical (increase preview) and trashschedule!
                              2022-06-11 07:30:31.742 - info: ical.1 (2810) Terminated (NO_ERROR): Without reason
                              2022-06-11 07:30:31.743 - info: ical.0 (2803) Terminated (NO_ERROR): Without reason
                              2022-06-11 07:30:32.311 - info: host.31918e0cb6ce instance system.adapter.ical.1 terminated with code 0 (NO_ERROR)
                              2022-06-11 07:30:32.329 - info: host.31918e0cb6ce instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                              2022-06-11 07:34:00.110 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 3041
                              2022-06-11 07:34:06.436 - info: netatmo-crawler.0 (3041) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 07:34:06.579 - info: netatmo-crawler.0 (3041) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 07:34:07.478 - info: netatmo-crawler.0 (3041) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 07:34:08.215 - info: netatmo-crawler.0 (3041) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 07:34:09.412 - info: netatmo-crawler.0 (3041) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 07:34:10.538 - info: netatmo-crawler.0 (3041) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 07:34:11.338 - info: netatmo-crawler.0 (3041) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 07:34:12.151 - info: netatmo-crawler.0 (3041) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 07:34:12.732 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 07:44:00.155 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 3555
                              2022-06-11 07:44:07.142 - info: netatmo-crawler.0 (3555) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 07:44:07.295 - info: netatmo-crawler.0 (3555) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 07:44:08.077 - info: netatmo-crawler.0 (3555) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 07:44:08.727 - info: netatmo-crawler.0 (3555) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 07:44:09.393 - info: netatmo-crawler.0 (3555) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 07:44:10.167 - info: netatmo-crawler.0 (3555) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 07:44:11.302 - info: netatmo-crawler.0 (3555) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 07:44:12.387 - info: netatmo-crawler.0 (3555) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 07:44:12.932 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 07:54:00.164 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 4073
                              2022-06-11 07:54:05.062 - info: netatmo-crawler.0 (4073) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 07:54:05.153 - info: netatmo-crawler.0 (4073) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 07:54:06.621 - info: netatmo-crawler.0 (4073) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 07:54:07.513 - info: netatmo-crawler.0 (4073) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 07:54:08.264 - info: netatmo-crawler.0 (4073) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 07:54:09.321 - info: netatmo-crawler.0 (4073) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 07:54:10.549 - info: netatmo-crawler.0 (4073) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 07:54:11.410 - info: netatmo-crawler.0 (4073) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 07:54:11.987 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 08:00:00.162 - info: host.31918e0cb6ce instance system.adapter.ical.1 started with pid 4382
                              2022-06-11 08:00:04.444 - info: host.31918e0cb6ce instance system.adapter.ical.0 started with pid 4389
                              2022-06-11 08:00:05.376 - warn: trashschedule.2 (521) (5) nextAfter has no entries. Check configuration of ical (increase preview) and trashschedule!
                              2022-06-11 08:00:09.291 - info: ical.1 (4382) starting. Version 1.12.2 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 08:00:11.301 - warn: trashschedule.2 (521) (5) nextAfter has no entries. Check configuration of ical (increase preview) and trashschedule!
                              2022-06-11 08:00:12.016 - info: ical.0 (4389) starting. Version 1.12.2 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 08:00:16.323 - info: ical.1 (4382) Terminated (NO_ERROR): Without reason
                              2022-06-11 08:00:16.892 - info: host.31918e0cb6ce instance system.adapter.ical.1 terminated with code 0 (NO_ERROR)
                              2022-06-11 08:00:18.570 - info: ical.0 (4389) Terminated (NO_ERROR): Without reason
                              2022-06-11 08:00:19.145 - info: host.31918e0cb6ce instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                              2022-06-11 08:02:00.070 - info: wolf-smartset.0 (25797) Scheduled restart.
                              2022-06-11 08:02:00.090 - info: wolf-smartset.0 (25797) terminating
                              2022-06-11 08:02:00.094 - info: wolf-smartset.0 (25797) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                              2022-06-11 08:02:01.007 - info: host.31918e0cb6ce instance system.adapter.wolf-smartset.0 scheduled normal terminated and will be restarted on schedule.
                              2022-06-11 08:02:01.008 - info: host.31918e0cb6ce Restart adapter system.adapter.wolf-smartset.0 because enabled
                              2022-06-11 08:02:02.343 - info: host.31918e0cb6ce instance system.adapter.wolf-smartset.0 started with pid 4514
                              2022-06-11 08:02:06.498 - info: wolf-smartset.0 (4514) starting. Version 1.0.0 in /opt/iobroker/node_modules/iobroker.wolf-smartset, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 08:04:00.090 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 4632
                              2022-06-11 08:04:05.889 - info: netatmo-crawler.0 (4632) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 08:04:06.023 - info: netatmo-crawler.0 (4632) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 08:04:06.924 - info: netatmo-crawler.0 (4632) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 08:04:09.114 - info: netatmo-crawler.0 (4632) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 08:04:10.467 - info: netatmo-crawler.0 (4632) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 08:04:11.456 - info: netatmo-crawler.0 (4632) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 08:04:12.593 - info: netatmo-crawler.0 (4632) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 08:04:13.444 - info: netatmo-crawler.0 (4632) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 08:04:14.040 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 08:14:00.178 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 5132
                              2022-06-11 08:14:06.655 - info: netatmo-crawler.0 (5132) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 08:14:06.747 - info: netatmo-crawler.0 (5132) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 08:14:07.655 - info: netatmo-crawler.0 (5132) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 08:14:08.334 - info: netatmo-crawler.0 (5132) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 08:14:09.254 - info: netatmo-crawler.0 (5132) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 08:14:10.277 - info: netatmo-crawler.0 (5132) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 08:14:11.230 - info: netatmo-crawler.0 (5132) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 08:14:12.105 - info: netatmo-crawler.0 (5132) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 08:14:12.728 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 08:24:00.098 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 5645
                              2022-06-11 08:24:05.888 - info: netatmo-crawler.0 (5645) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 08:24:06.016 - info: netatmo-crawler.0 (5645) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 08:24:07.100 - info: netatmo-crawler.0 (5645) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 08:24:08.298 - info: netatmo-crawler.0 (5645) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 08:24:09.407 - info: netatmo-crawler.0 (5645) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 08:24:10.446 - info: netatmo-crawler.0 (5645) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 08:24:11.195 - info: netatmo-crawler.0 (5645) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 08:24:12.062 - info: netatmo-crawler.0 (5645) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 08:24:12.625 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 08:30:00.171 - info: host.31918e0cb6ce instance system.adapter.ical.0 started with pid 5977
                              2022-06-11 08:30:04.264 - info: host.31918e0cb6ce instance system.adapter.ical.1 started with pid 5984
                              2022-06-11 08:30:08.816 - info: ical.0 (5977) starting. Version 1.12.2 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 08:30:09.608 - info: ical.1 (5984) starting. Version 1.12.2 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 08:30:11.510 - warn: trashschedule.2 (521) (5) nextAfter has no entries. Check configuration of ical (increase preview) and trashschedule!
                              2022-06-11 08:30:16.465 - info: ical.1 (5984) Terminated (NO_ERROR): Without reason
                              2022-06-11 08:30:16.593 - info: ical.0 (5977) Terminated (NO_ERROR): Without reason
                              2022-06-11 08:30:17.010 - info: host.31918e0cb6ce instance system.adapter.ical.1 terminated with code 0 (NO_ERROR)
                              2022-06-11 08:30:17.166 - info: host.31918e0cb6ce instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                              2022-06-11 08:32:00.052 - info: wolf-smartset.0 (4514) Scheduled restart.
                              2022-06-11 08:32:00.062 - info: wolf-smartset.0 (4514) terminating
                              2022-06-11 08:32:00.064 - info: wolf-smartset.0 (4514) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                              2022-06-11 08:32:00.818 - info: host.31918e0cb6ce instance system.adapter.wolf-smartset.0 scheduled normal terminated and will be restarted on schedule.
                              2022-06-11 08:32:00.820 - info: host.31918e0cb6ce Restart adapter system.adapter.wolf-smartset.0 because enabled
                              2022-06-11 08:32:02.110 - info: host.31918e0cb6ce instance system.adapter.wolf-smartset.0 started with pid 6115
                              2022-06-11 08:32:05.412 - info: wolf-smartset.0 (6115) starting. Version 1.0.0 in /opt/iobroker/node_modules/iobroker.wolf-smartset, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 08:34:00.107 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 6222
                              2022-06-11 08:34:04.798 - info: netatmo-crawler.0 (6222) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 08:34:04.942 - info: netatmo-crawler.0 (6222) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 08:34:06.301 - info: netatmo-crawler.0 (6222) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 08:34:07.099 - info: netatmo-crawler.0 (6222) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 08:34:07.891 - info: netatmo-crawler.0 (6222) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 08:34:09.057 - info: netatmo-crawler.0 (6222) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 08:34:09.812 - info: netatmo-crawler.0 (6222) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 08:34:10.856 - info: netatmo-crawler.0 (6222) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 08:34:11.453 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 08:44:00.174 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 6745
                              2022-06-11 08:44:07.607 - info: netatmo-crawler.0 (6745) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 08:44:07.772 - info: netatmo-crawler.0 (6745) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 08:44:08.720 - info: netatmo-crawler.0 (6745) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 08:44:09.378 - info: netatmo-crawler.0 (6745) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 08:44:10.367 - info: netatmo-crawler.0 (6745) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 08:44:11.179 - info: netatmo-crawler.0 (6745) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 08:44:12.186 - info: netatmo-crawler.0 (6745) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 08:44:13.272 - info: netatmo-crawler.0 (6745) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 08:44:13.881 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 08:49:40.140 - info: info.0 (403) Reading/updating systemdata.
                              2022-06-11 08:49:41.447 - info: info.0 (403) State value to set for "info.0.sysinfo.cpu.info.speed" has to be type "string" but received type "number"
                              2022-06-11 08:49:41.581 - info: info.0 (403) State value to set for "info.0.sysinfo.cpu.info.cache-l3" has to be type "number" but received type "string"
                              2022-06-11 08:49:41.973 - info: info.0 (403) cpu Temp res = {"main":56,"cores":[58,58,54,54],"max":58,"socket":[],"chipset":null}
                              2022-06-11 08:54:00.122 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 7574
                              2022-06-11 08:54:06.872 - info: netatmo-crawler.0 (7574) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 08:54:07.018 - info: netatmo-crawler.0 (7574) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 08:54:08.182 - info: netatmo-crawler.0 (7574) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 08:54:08.848 - info: netatmo-crawler.0 (7574) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 08:54:10.174 - info: netatmo-crawler.0 (7574) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 08:54:11.198 - info: netatmo-crawler.0 (7574) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 08:54:12.168 - info: netatmo-crawler.0 (7574) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 08:54:13.154 - info: netatmo-crawler.0 (7574) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 08:54:13.717 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 09:00:00.176 - info: host.31918e0cb6ce instance system.adapter.ical.1 started with pid 7894
                              2022-06-11 09:00:04.243 - info: host.31918e0cb6ce instance system.adapter.ical.0 started with pid 7901
                              2022-06-11 09:00:05.421 - warn: trashschedule.2 (521) (5) nextAfter has no entries. Check configuration of ical (increase preview) and trashschedule!
                              2022-06-11 09:00:10.996 - info: ical.1 (7894) starting. Version 1.12.2 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 09:00:11.386 - info: ical.0 (7901) starting. Version 1.12.2 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 09:00:12.734 - warn: trashschedule.2 (521) (5) nextAfter has no entries. Check configuration of ical (increase preview) and trashschedule!
                              2022-06-11 09:00:17.747 - info: ical.1 (7894) Terminated (NO_ERROR): Without reason
                              2022-06-11 09:00:18.281 - info: ical.0 (7901) Terminated (NO_ERROR): Without reason
                              2022-06-11 09:00:18.306 - info: host.31918e0cb6ce instance system.adapter.ical.1 terminated with code 0 (NO_ERROR)
                              2022-06-11 09:00:18.862 - info: host.31918e0cb6ce instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                              2022-06-11 09:02:00.518 - info: admin.0 (141) ==> Connected system.user.admin from ::ffff:192.168.9.94
                              2022-06-11 09:02:24.853 - info: admin.0 (141) <== Disconnect system.user.admin from ::ffff:192.168.9.94 admin
                              2022-06-11 09:04:00.148 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 8127
                              2022-06-11 09:04:06.184 - info: netatmo-crawler.0 (8127) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 09:04:06.349 - info: netatmo-crawler.0 (8127) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 09:04:07.552 - info: netatmo-crawler.0 (8127) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 09:04:08.383 - info: netatmo-crawler.0 (8127) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 09:04:09.210 - info: netatmo-crawler.0 (8127) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 09:04:10.016 - info: netatmo-crawler.0 (8127) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 09:04:10.967 - info: netatmo-crawler.0 (8127) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 09:04:11.832 - info: netatmo-crawler.0 (8127) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 09:04:12.389 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 09:14:00.173 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 8639
                              2022-06-11 09:14:08.682 - info: netatmo-crawler.0 (8639) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 09:14:08.852 - info: netatmo-crawler.0 (8639) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 09:14:09.844 - info: netatmo-crawler.0 (8639) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 09:14:10.910 - info: netatmo-crawler.0 (8639) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 09:14:11.881 - info: netatmo-crawler.0 (8639) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 09:14:12.935 - info: netatmo-crawler.0 (8639) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 09:14:13.947 - info: netatmo-crawler.0 (8639) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 09:14:14.781 - info: netatmo-crawler.0 (8639) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 09:14:15.334 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 09:24:00.087 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 9165
                              2022-06-11 09:24:08.405 - info: netatmo-crawler.0 (9165) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 09:24:08.576 - info: netatmo-crawler.0 (9165) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 09:24:09.728 - info: netatmo-crawler.0 (9165) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 09:24:10.669 - info: netatmo-crawler.0 (9165) Getting data for stationid:70:ee:50:15:db:38
                              2022-06-11 09:24:11.914 - info: netatmo-crawler.0 (9165) Getting data for stationid:70:ee:50:28:c3:b0
                              2022-06-11 09:24:12.961 - info: netatmo-crawler.0 (9165) Getting data for stationid:70:ee:50:27:8d:10
                              2022-06-11 09:24:13.948 - info: netatmo-crawler.0 (9165) Getting data for stationid:70:ee:50:01:e2:4a
                              2022-06-11 09:24:15.005 - info: netatmo-crawler.0 (9165) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2022-06-11 09:24:15.628 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 09:30:00.373 - info: host.31918e0cb6ce instance system.adapter.ical.0 started with pid 9477
                              2022-06-11 09:30:04.631 - info: host.31918e0cb6ce instance system.adapter.ical.1 started with pid 9484
                              2022-06-11 09:30:11.889 - info: ical.0 (9477) starting. Version 1.12.2 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 09:30:12.525 - info: ical.1 (9484) starting. Version 1.12.2 in /opt/iobroker/node_modules/iobroker.ical, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 09:30:14.304 - warn: trashschedule.2 (521) (5) nextAfter has no entries. Check configuration of ical (increase preview) and trashschedule!
                              2022-06-11 09:30:19.327 - info: ical.1 (9484) Terminated (NO_ERROR): Without reason
                              2022-06-11 09:30:19.975 - info: ical.0 (9477) Terminated (NO_ERROR): Without reason
                              2022-06-11 09:30:20.047 - info: host.31918e0cb6ce instance system.adapter.ical.1 terminated with code 0 (NO_ERROR)
                              2022-06-11 09:30:20.784 - info: host.31918e0cb6ce instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                              2022-06-11 09:34:00.128 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 9714
                              2022-06-11 09:34:07.004 - info: netatmo-crawler.0 (9714) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 09:34:07.174 - info: netatmo-crawler.0 (9714) Getting data for stationid:70:ee:50:02:69:86
                              

                              Lädier auch hier findet man nix.

                              hier eine Darstellung der Memory

                              memory.png

                              Und hier der Log wenn ich neustarte

                              2022-06-11 12:34:13.982 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2022-06-11 12:37:40.768 - info: admin.0 (141) ==> Connected system.user.admin from ::ffff:192.168.9.91
                              2022-06-11 12:42:09.947 - info: admin.0 (141) ==> Connected system.user.admin from ::ffff:192.168.9.91
                              2022-06-11 12:42:33.565 - info: host.31918e0cb6ce stopInstance system.adapter.javascript.0 (force=false, process=true)
                              2022-06-11 12:42:33.593 - info: host.31918e0cb6ce stopInstance system.adapter.javascript.0 send kill signal
                              2022-06-11 12:42:34.603 - info: host.31918e0cb6ce stopInstance system.adapter.javascript.0 killing pid 1520
                              2022-06-11 12:42:37.109 - info: host.31918e0cb6ce instance system.adapter.javascript.0 started with pid 19696
                              2022-06-11 12:42:55.019 - debug: javascript.0 (19696) Redis Objects: Use Redis connection: 127.0.0.1:9001
                              2022-06-11 12:42:55.198 - debug: javascript.0 (19696) Objects client ready ... initialize now
                              2022-06-11 12:42:55.203 - debug: javascript.0 (19696) Objects create System PubSub Client
                              2022-06-11 12:42:55.206 - debug: javascript.0 (19696) Objects create User PubSub Client
                              2022-06-11 12:42:55.534 - debug: javascript.0 (19696) Objects client initialize lua scripts
                              2022-06-11 12:42:55.656 - debug: javascript.0 (19696) Objects connected to redis: 127.0.0.1:9001
                              2022-06-11 12:42:55.786 - debug: javascript.0 (19696) Redis States: Use Redis connection: 127.0.0.1:9000
                              2022-06-11 12:42:55.879 - debug: javascript.0 (19696) States create System PubSub Client
                              2022-06-11 12:42:55.882 - debug: javascript.0 (19696) States create User PubSub Client
                              2022-06-11 12:42:56.094 - debug: javascript.0 (19696) States connected to redis: 127.0.0.1:9000
                              2022-06-11 12:42:56.712 - debug: javascript.0 (19696) Plugin sentry Initialize Plugin (enabled=true)
                              2022-06-11 12:42:58.824 - info: javascript.0 (19696) starting. Version 5.7.0 in /opt/iobroker/node_modules/iobroker.javascript, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 12:42:59.056 - info: javascript.0 (19696) npm install digest-fetch --production (System call)
                              2022-06-11 12:43:15.250 - info: javascript.0 (19696) + digest-fetch@1.2.1
                              added 19 packages from 23 contributors in 6.373s
                              2022-06-11 12:43:16.158 - debug: javascript.0 (19696) Loaded TypeScript definitions for node: ["node_modules/@types/node/package.json","node_modules/@types/node/index.d.ts","node_modules/@types/node/assert.d.ts","node_modules/@types/node/globals.d.ts","node_modules/@types/node/async_hooks.d.ts","node_modules/@types/node/buffer.d.ts","node_modules/@types/node/child_process.d.ts","node_modules/@types/node/cluster.d.ts","node_modules/@types/node/console.d.ts","node_modules/@types/node/constants.d.ts","node_modules/@types/node/crypto.d.ts","node_modules/@types/node/dgram.d.ts","node_modules/@types/node/dns.d.ts","node_modules/@types/node/domain.d.ts","node_modules/@types/node/events.d.ts","node_modules/@types/node/fs.d.ts","node_modules/@types/node/fs/promises.d.ts","node_modules/@types/node/http.d.ts","node_modules/@types/node/http2.d.ts","node_modules/@types/node/https.d.ts","node_modules/@types/node/inspector.d.ts","node_modules/@types/node/module.d.ts","node_modules/@types/node/net.d.ts","node_modules/@types/node/os.d.ts","node_modules/@types/node/path.d.ts","node_modules/@types/node/perf_hooks.d.ts","node_modules/@types/node/process.d.ts","node_modules/@types/node/punycode.d.ts","node_modules/@types/node/querystring.d.ts","node_modules/@types/node/readline.d.ts","node_modules/@types/node/repl.d.ts","node_modules/@types/node/stream.d.ts","node_modules/@types/node/string_decoder.d.ts","node_modules/@types/node/timers.d.ts","node_modules/@types/node/tls.d.ts","node_modules/@types/node/trace_events.d.ts","node_modules/@types/node/tty.d.ts","node_modules/@types/node/url.d.ts","node_modules/@types/node/util.d.ts","node_modules/@types/node/v8.d.ts","node_modules/@types/node/vm.d.ts","node_modules/@types/node/wasi.d.ts","node_modules/@types/node/worker_threads.d.ts","node_modules/@types/node/zlib.d.ts","node_modules/@types/node/globals.global.d.ts"]
                              2022-06-11 12:43:16.327 - debug: javascript.0 (19696) Loaded TypeScript definitions for request: ["node_modules/@types/request/package.json","node_modules/@types/request/index.d.ts"]
                              2022-06-11 12:43:16.366 - debug: javascript.0 (19696) Loaded TypeScript definitions for digest-fetch: ["node_modules/@types/digest-fetch/index.d.ts"]
                              2022-06-11 12:43:16.394 - debug: javascript.0 (19696) Loaded TypeScript definitions for md5: ["node_modules/@types/md5/index.d.ts"]
                              2022-06-11 12:43:16.415 - debug: javascript.0 (19696) Loaded TypeScript definitions for crypto-js: ["node_modules/@types/crypto-js/index.d.ts"]
                              2022-06-11 12:43:16.429 - debug: javascript.0 (19696) Loaded TypeScript definitions for xmlhttprequest: ["node_modules/@types/xmlhttprequest/index.d.ts"]
                              2022-06-11 12:43:16.447 - debug: javascript.0 (19696) Loaded TypeScript definitions for myenergi-api: ["node_modules/myenergi-api/package.json","node_modules/myenergi-api/dist/index.d.ts","node_modules/myenergi-api/dist/models/Eddi.d.ts"]
                              2022-06-11 12:43:22.661 - info: javascript.0 (19696) requesting all states
                              2022-06-11 12:43:22.666 - info: javascript.0 (19696) requesting all objects
                              2022-06-11 12:43:28.178 - info: javascript.0 (19696) received all objects
                              2022-06-11 12:43:28.963 - info: javascript.0 (19696) received all states
                              2022-06-11 12:43:29.234 - info: javascript.0 (19696) Start javascript script.js.common.BAtterieueberwachung
                              2022-06-11 12:43:29.651 - info: javascript.0 (19696) script.js.common.BAtterieueberwachung: starting Batterieüberwachung V.1.8.2
                              2022-06-11 12:43:29.690 - info: javascript.0 (19696) script.js.common.BAtterieueberwachung: registered 0 subscriptions and 0 schedules
                              2022-06-11 12:43:29.698 - info: javascript.0 (19696) Start javascript script.js.Working.Alarme.Alarm_Feuchtigkeit
                              2022-06-11 12:43:30.167 - info: javascript.0 (19696) script.js.Working.Alarme.Alarm_Feuchtigkeit: registered 0 subscriptions and 1 schedule
                              2022-06-11 12:43:30.169 - info: javascript.0 (19696) Start javascript script.js.Working.Heizung.URLAUB_Heziung
                              2022-06-11 12:43:30.179 - info: javascript.0 (19696) script.js.Working.Heizung.URLAUB_Heziung: registered 1 subscription and 0 schedules
                              2022-06-11 12:43:30.237 - info: javascript.0 (19696) Start javascript script.js.Working.Alarme.Ricarica_E-up!
                              2022-06-11 12:43:30.288 - info: javascript.0 (19696) script.js.Working.Alarme.Ricarica_E-up!: registered 0 subscriptions and 1 schedule
                              2022-06-11 12:43:30.289 - info: javascript.0 (19696) Start javascript script.js.Working.Alarme.Mülltonne_Entleerung
                              2022-06-11 12:43:30.328 - info: javascript.0 (19696) script.js.Working.Alarme.Mülltonne_Entleerung: registered 0 subscriptions and 2 schedules
                              2022-06-11 12:43:30.329 - info: javascript.0 (19696) Start javascript script.js.Working.Schwimmer_Homematic.Alarmschwimmer_-_Überwachung
                              2022-06-11 12:43:30.339 - info: javascript.0 (19696) script.js.Working.Schwimmer_Homematic.Alarmschwimmer_-_Überwachung: registered 1 subscription and 0 schedules
                              2022-06-11 12:43:30.340 - info: javascript.0 (19696) Start javascript script.js.Working.Alarme.Dachfenster_offen
                              2022-06-11 12:43:30.348 - info: javascript.0 (19696) script.js.Working.Alarme.Dachfenster_offen: registered 1 subscription and 0 schedules
                              2022-06-11 12:43:30.349 - info: javascript.0 (19696) Start javascript script.js.Working.Alarme.Dachfenster_BAD_offen
                              2022-06-11 12:43:30.357 - info: javascript.0 (19696) script.js.Working.Alarme.Dachfenster_BAD_offen: registered 1 subscription and 0 schedules
                              2022-06-11 12:43:30.358 - info: javascript.0 (19696) Start javascript script.js.Working.Alarme.Badezimmer_offen
                              2022-06-11 12:43:30.366 - info: javascript.0 (19696) script.js.Working.Alarme.Badezimmer_offen: registered 1 subscription and 0 schedules
                              2022-06-11 12:43:30.367 - info: javascript.0 (19696) Start javascript script.js.Working.Alarme.Gäste_WC_offen
                              2022-06-11 12:43:30.374 - info: javascript.0 (19696) script.js.Working.Alarme.Gäste_WC_offen: registered 1 subscription and 0 schedules
                              2022-06-11 12:43:30.375 - info: javascript.0 (19696) Start javascript script.js.Working.Schwimmer_Homematic.Shelly_offline_Pumpe_Schwimmer_
                              2022-06-11 12:43:30.383 - info: javascript.0 (19696) script.js.Working.Schwimmer_Homematic.Shelly_offline_Pumpe_Schwimmer_: registered 1 subscription and 0 schedules
                              2022-06-11 12:43:30.384 - info: javascript.0 (19696) Start javascript script.js.Working.Schulfrei_-_Homematic
                              2022-06-11 12:43:30.390 - info: javascript.0 (19696) script.js.Working.Schulfrei_-_Homematic: registered 1 subscription and 0 schedules
                              2022-06-11 12:43:30.392 - info: javascript.0 (19696) Start javascript script.js.Test.Zappi.Zappi_ver101
                              2022-06-11 12:43:30.453 - info: javascript.0 (19696) script.js.Test.Zappi.Zappi_ver101: registered 5 subscriptions and 1 schedule
                              2022-06-11 12:44:00.200 - info: host.31918e0cb6ce instance system.adapter.netatmo-crawler.0 started with pid 19786
                              2022-06-11 12:44:08.601 - info: netatmo-crawler.0 (19786) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v14.19.3, js-controller: 4.0.23
                              2022-06-11 12:44:08.985 - info: netatmo-crawler.0 (19786) Getting data for stationid:70:ee:50:02:69:86
                              2022-06-11 12:44:10.559 - info: netatmo-crawler.0 (19786) Getting data for stationid:70:ee:50:04:98:8c
                              2022-06-11 12:44:11.380 - info: netatmo-crawler.0 (19786) Getting data for stationid:70:ee:50:15:db:38
                              

                              Hab echt keine Ahnung woran es liegt....

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

                                @oswibz sagte in JavaScript stoppt ohne Fehler:

                                Im allgemeinen sieht man kein Ausschalten / Neustart vom JS im ersten Log .

                                2022-06-11 03:27:20.033 - error: javascript.0 (1520) Error: getaddrinfo EAI_AGAIN s18.myenergi.net

                                Das ist Merkwürdig und kann ich nicht zuordnen .

                                Hat es damit zu tun :

                                https://forum.iobroker.net/topic/47069/myenergi-zappi-and-eddi
                                .

                                Bei deinem händischen Neustart :

                                @oswibz sagte in JavaScript stoppt ohne Fehler:
                                info: javascript.0 (19696) npm install digest-fetch --production (System call)

                                Für was hast du diese Modul in JS eingetragen !?

                                Und bitte editiere dein LOG .... ICAL und deine VW ID ist zu erkennen !!

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

                                  @glasfaser werde ich tun. Sorry.

                                  Hab als spaß nochmal ps -aux ausgeführt und....tadaaaa, 2 javascript.0 Instanzen. Eine von gestern und eine vom restart um 12:42 heute...

                                  ps -aux
                                  USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
                                  root         1  0.0  0.0   7312     8 ?        Ss   Jun10   0:00 /bin/bash /opt/scripts/iobroker_startup.sh
                                  iobroker   107 10.1  4.1 1219124 338184 ?      Rl   Jun10 101:48 iobroker.js-controller
                                  iobroker   141  0.2  1.4 994688 114660 ?       Sl   Jun10   2:50 io.admin.0
                                  iobroker   148  2.6  0.8 754340 68252 ?        Sl   Jun10  26:25 io.influxdb.0
                                  iobroker   243  1.5  0.6 674308 49932 ?        Sl   Jun10  15:58 io.hue.0
                                  iobroker   286  0.7  0.8 694588 71136 ?        Sl   Jun10   7:17 io.shelly.0
                                  iobroker   319  0.1  0.6 939716 53100 ?        Sl   Jun10   1:07 io.backitup.0
                                  iobroker   326  0.1  0.4 667424 38300 ?        Sl   Jun10   1:00 io.discovery.0
                                  iobroker   349  0.2  0.6 943156 50224 ?        Sl   Jun10   2:20 io.fb-checkpresence.0
                                  iobroker   379  0.1  0.4 645448 34452 ?        Sl   Jun10   1:01 io.fritzdect.0
                                  iobroker   403  0.1  0.6 926968 50048 ?        Sl   Jun10   1:22 io.info.0
                                  iobroker   437  0.1  0.4 733620 39996 ?        Sl   Jun10   1:07 io.sourceanalytix.0
                                  iobroker   460  0.1  0.4 667072 38896 ?        Sl   Jun10   1:05 io.trashschedule.1
                                  iobroker   521  0.1  0.4 667068 39732 ?        Sl   Jun10   1:07 io.trashschedule.2
                                  iobroker   562  0.1  0.4 668764 39612 ?        Sl   Jun10   1:10 io.statistics.0
                                  iobroker   587  0.1  0.5 671112 43144 ?        Sl   Jun10   1:07 io.followthesun.0
                                  iobroker  1520 25.0  1.9 1026696 154052 ?      Rl   Jun10 248:30 io.javascript.0
                                  root      2055  0.0  0.0   7444   432 pts/0    Ss+  Jun10   0:00 bash
                                  root      3352  0.0  0.0   7444   428 pts/1    Ss+  Jun10   0:00 bash
                                  iobroker 17558  0.1  0.6 671996 48492 ?        Sl   02:00   1:17 io.hm-rpc.1
                                  iobroker 18109  0.7  0.6 681340 55388 ?        Sl   02:10   5:15 io.hm-rpc.0
                                  iobroker 18633  0.2  0.7 678496 57628 ?        Sl   02:20   1:27 io.hm-rega.0
                                  iobroker 19114  0.4  0.5 931856 46088 ?        Sl   12:32   0:15 io.wolf-smartset.0
                                  root     19358  0.0  0.0   7444  3704 pts/2    Ss+  12:36   0:00 bash
                                  iobroker 19696 39.3  1.7 1015548 140568 ?      Rl   12:42  18:49 io.javascript.0
                                  iobroker 22216 12.7  0.9 663824 74628 ?        Sl   13:30   0:03 io.ical.0
                                  iobroker 22223 13.8  0.9 662760 74796 ?        Sl   13:30   0:03 io.ical.1
                                  root     22267  2.6  0.0   7444  3872 pts/3    Ss   13:30   0:00 bash
                                  root     22273  0.0  0.0  10044  3400 pts/3    R+   13:30   0:00 ps -aux
                                  iobroker 22497  0.6  1.2 955944 98332 ?        Sl   03:29   3:41 io.vw-connect.0
                                  iobroker 27486  0.1  0.6 941520 54928 ?        Sl   05:04   0:54 io.telegram.0
                                  
                                  Glasfaser Thomas Braun 2 Replies Last reply Reply Quote 0
                                  • Glasfaser
                                    Glasfaser @oswibz last edited by

                                    @oswibz sagte in JavaScript stoppt ohne Fehler:

                                    eine vom restart um 12:42 heute...

                                    Also ... aus der Ferne her , sehe ich keinen Grund warum du immer den JS neu startest !?

                                    1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @oswibz last edited by

                                      @oswibz sagte in JavaScript stoppt ohne Fehler:

                                      root         1  0.0  0.0   7312     8 ?        Ss   Jun10   0:00 /bin/bash /opt/scripts/iobroker_startup.sh
                                      

                                      PID 1 ?
                                      Und als root?
                                      Stell das auf ein user login um!

                                      1 Reply Last reply Reply Quote 0
                                      • First post
                                        Last post

                                      Support us

                                      ioBroker
                                      Community Adapters
                                      Donate

                                      483
                                      Online

                                      31.6k
                                      Users

                                      79.4k
                                      Topics

                                      1.3m
                                      Posts

                                      javascript adapter rot
                                      8
                                      37
                                      1208
                                      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