Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Fehler: hm-rega.0... Script ignored, because still pending.

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Fehler: hm-rega.0... Script ignored, because still pending.

    This topic has been deleted. Only users with topic management privileges can see it.
    • foxriver76
      foxriver76 Developer last edited by

      Jop du schreibst ganz oft nahezu zeitgleich mehrmals ein und denselben Wert in einen DP und zwar u.a. in hm-rega.0.40974 solltest du mal deine Skripte checken, ich werde mal was einbauen, damit man zukünftig sieht, an welchem Script es liegt. Sprich er wird dann in Zukunft sagen Script <Auszug-von-Skriptinhalt> ignored, because still pending

      Früher ist der Fehler nicht aufgefallen, da er nur auf debug geloggt wurde. Lässt sich allerdings definitiv auf suboptimal programmierte Skripte zurückführen.

      1 Reply Last reply Reply Quote 0
      • P
        pietro last edited by

        @foxriver76 said in Fehler: hm-rega.0... Script ignored, because still pending.:

        Früher ist der Fehler nicht aufgefallen, da er nur auf debug geloggt wurde. Lässt sich allerdings definitiv auf suboptimal programmierte Skripte zurückführen.

        Ah - danke ! Das macht Sinn !
        Werde mal meine Scripts durchackern !

        Wäre super, wenn Du in Zukunft den "Schuldigen" mitloggen könntest!

        lg Pietro

        1 Reply Last reply Reply Quote 0
        • P
          pietro last edited by

          setStateDelayed ist Dein Freund 🙂
          Hab 10ms delay eingebaut und schon sind die log-Einträge weg.

          Nochmals Danke an @foxriver76 für die Unterstützung !

          lg Pietro

          lemonbiter 1 Reply Last reply Reply Quote 0
          • lemonbiter
            lemonbiter @pietro last edited by lemonbiter

            @pietro
            @foxriver76

            Ich habe heute auch mal die 2.5.5 upgedated und die Rega auf Debug gestellt.

            Da ich nicht so ganz verstanden habe, worüber genau ihr redet hoffe ich auf mehr klaren output im Debug Modus:

            "Jop du schreibst ganz oft nahezu zeitgleich mehrmals ein und denselben Wert in einen DP" und
            "Relevante Scripte einzeln stoppen und log beobachten" ???

            Sorry... bin noch zu frisch dabei (Anfänger halt) 🙂
            Mal schauen ob die Fehlermeldungen der 2.5.5 mir helfen 🙂

            Danke, ich melde mich ASAP
            LG
            lem

            foxriver76 1 Reply Last reply Reply Quote 0
            • foxriver76
              foxriver76 Developer @lemonbiter last edited by

              @lemonbiter Das schreiben passiert normalerweise durch den Javascript Adapter, deshalb das stoppen der Skripte. Ob die Warning darauf zurückzuführen ist, lässt sich auch leicht ermitteln indem man mal seine Javascript Instanzen stoppt, falls die Warnung dann nicht mehr auftaucht ist es ziemlich sicher dieser Fall.

              Dann muss man noch identifizieren, welches Skript schreibt und dieses entsprechend anpassen.

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

                Lieber @foxriver76

                Danke für Deine Bemühungen. Ich habe nun ALLE Skripte beendet und dennoch...

                javascript - ioBroker.png

                logs - ioBroker2.png

                Wer weiss Rat??

                foxriver76 1 Reply Last reply Reply Quote 0
                • foxriver76
                  foxriver76 Developer @lemonbiter last edited by

                  @lemonbiter die Skipte sind nicht von dir sondern vom Rega Adapter. Wie ist denn das pollingInterval eingestellt leider sieht man nicht wie viel Zeit zwischen den Meldungen ist.

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

                    Hallo @foxriver76
                    Mal wieder Danke für Dein Feedback.

                    Ich finde es sehr schade, dass ich leider noch überhaupt nicht verstehe, was mir der Fehler "sagen" will. Das ist für den geringen Sachverstand den ich habe viel zu kryptisch leider....

                    Die Fehlermeldung ist quasi den ganzen Tag immer wieder da. Im Anhang mal der gesamte Log. Im Moment ist es auch nicht mehr so, dass ein Rega Neustart den Fehler für eine Zeit unterbindet...

                    Log.txt

                    Polling steht auf 30s
                    instances - ioBroker.png

                    foxriver76 2 Replies Last reply Reply Quote 0
                    • foxriver76
                      foxriver76 Developer @lemonbiter last edited by foxriver76

                      @lemonbiter Hm naja, die grundlegende Funktionsweise von Rega ist Skripte auf der CCU auszuführen. Rega tut nichts anderes - um eine reinbungslose Abfolge zu gewähren, gibt es eine Queue. Wenn ein und dasselbe Skript schon in der Queue ist, dann wird es ignoriert was es schlicht kein Sinn macht, es mehrmals auszuführen. Also eigentlich genau das, was die Fehlermeldung sagt..

                      Ich schau mir das Log dann mal an.

                      1 Reply Last reply Reply Quote 0
                      • foxriver76
                        foxriver76 Developer @lemonbiter last edited by

                        @lemonbiter Polling Intervall wurde auch eingehalten.. passt soweit. Kannst du mir mal die Stelle im Log schicken, wo die Meldung das erste mal nach Start auftritt?

                        lemonbiter 1 Reply Last reply Reply Quote 0
                        • lemonbiter
                          lemonbiter @foxriver76 last edited by

                          @foxriver76 Vielen Dank. Soll ich Rega anhalten und dann neustarten oder muss ich ioBroker neustarten?

                          foxriver76 1 Reply Last reply Reply Quote 0
                          • foxriver76
                            foxriver76 Developer @lemonbiter last edited by foxriver76

                            @lemonbiter Rega reicht, ein kompletter ioBroker Neustart sollte sich da nicht drauf auswirken. Falls es wirklich so gut nachstellbar ist, gerne auch Debug Log.

                            lemonbiter 1 Reply Last reply Reply Quote 0
                            • lemonbiter
                              lemonbiter @foxriver76 last edited by lemonbiter

                              @foxriver76
                              Hi ... Na klar, habe soeben den Rega Adapter gestoppt und neu gestartet und jetzt ist erst mal kein Fehler im Log. Muss also abwarten und dann schicke ich sofort.
                              Wie kann ich den Debug Log senden bzw. wo finde ich den? Sorry... ;-(

                              Lg
                              Lem

                              foxriver76 1 Reply Last reply Reply Quote 0
                              • foxriver76
                                foxriver76 Developer @lemonbiter last edited by

                                @lemonbiter dafür muss die Instanz auf Debug Loglevel eingestellt sein. Geht im Admin Tab Instanzen oben das Icon Expertenmodus, dann erscheint eine Spalte loglevel, da bei rega drauf und debug wählen. Dann kann man das Log ganz normal im Tab Log herunterladen.

                                lemonbiter 1 Reply Last reply Reply Quote 0
                                • lemonbiter
                                  lemonbiter @foxriver76 last edited by lemonbiter

                                  @foxriver76
                                  Wunderbar...
                                  Ich habe so um kurz nach 0.00 den Adapter kurz pausiert und neu gestartet. Ab 07:41 tritt der Fehler auf...

                                  Hab das hier Log hier natürlich kürzen müssen

                                  2020-03-24 00:00:00.036 - info: host.Debian instance system.adapter.daswetter.0 started with pid 6336
                                  2020-03-24 00:00:04.071 - info: host.Debian instance system.adapter.coronavirus-statistics.0 started with pid 6388
                                  2020-03-24 00:00:06.903 - info: coronavirus-statistics.0 (6388) starting. Version 0.3.1 in /opt/iobroker/node_modules/iobroker.coronavirus-statistics, node: v10.19.0
                                  2020-03-24 00:00:08.105 - info: host.Debian instance system.adapter.ical.0 started with pid 6403
                                  2020-03-24 00:00:10.701 - info: ical.0 (6403) starting. Version 1.7.0 in /opt/iobroker/node_modules/iobroker.ical, node: v10.19.0
                                  2020-03-24 00:00:11.354 - info: ical.0 (6403) processing URL: Abfall https://calendar.google.com/calendar/ical/drlgg9rvcdghbp6uj1fn2pfqak%40group.calendar.google.com/private-a30bbbadf16402a8dc8b1b1b4c627edb/basic.ics
                                  2020-03-24 00:00:11.365 - info: ical.0 (6403) Set events.0.today.Restmuell to true
                                  2020-03-24 00:00:11.367 - info: ical.0 (6403) Set events.0.now.Restmuell to true
                                  2020-03-24 00:00:11.368 - info: ical.0 (6403) Set events.0.today.Bio to true
                                  2020-03-24 00:00:11.368 - info: ical.0 (6403) Set events.0.now.Bio to true
                                  2020-03-24 00:00:11.370 - info: ical.0 (6403) Set events.0.today.Papier to true
                                  2020-03-24 00:00:11.371 - info: ical.0 (6403) Set events.0.now.Papier to true
                                  2020-03-24 00:00:11.380 - info: ical.0 (6403) Set events.6.Restmuell to true
                                  2020-03-24 00:00:11.381 - info: ical.0 (6403) Set events.6.Gelb to true
                                  2020-03-24 00:00:11.382 - info: ical.0 (6403) Set events.7.Restmuell to true
                                  2020-03-24 00:00:11.383 - info: ical.0 (6403) Set events.7.Gelb to true
                                  2020-03-24 00:00:11.387 - info: ical.0 (6403) Set events.1.Restmuell to false
                                  2020-03-24 00:00:11.388 - info: ical.0 (6403) Set events.1.Bio to false
                                  2020-03-24 00:00:11.389 - info: ical.0 (6403) Set events.1.Papier to false
                                  2020-03-24 00:00:12.138 - info: host.Debian instance system.adapter.feiertage.0 started with pid 6418
                                  2020-03-24 00:00:16.013 - info: host.Debian instance system.adapter.feiertage.0 terminated with code 0 (NO_ERROR)
                                  2020-03-24 00:00:16.930 - info: ical.0 (6403) Terminated (NO_ERROR): Without reason
                                  2020-03-24 00:00:17.455 - info: host.Debian instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                                  2020-03-24 00:00:24.098 - info: host.Debian instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                                  2020-03-24 00:00:25.141 - warn: coronavirus-statistics.0 (6388) State attribute definition missing for + countryInfo
                                  2020-03-24 00:00:26.654 - warn: coronavirus-statistics.0 (6388) Turks_and_Caicos not found in lib! Must be added to the country /opt/iobroker/node_modules/iobroker.coronavirus-statistics, node: v10.19.0
                                  2020-03-24 07:30:08.106 - info: host.Debian instance system.adapter.ical.0 started with pid 11212
                                  2020-03-24 07:30:10.553 - info: ical.0 (11212) starting. Version 1.7.0 in /opt/iobroker/node_modules/iobroker.ical, node: v10.19.0
                                  2020-03-24 07:30:11.182 - info: ical.0 (11212) processing URL: Abfall https://calendar.google.com/calendar/ical/drlgg9rvcdghbp6uj1fn2pfqak%40group.calendar.google.com/private-a30bbbadf16402a8dc8b1b1b4c627edb/basic.ics
                                  2020-03-24 07:30:16.723 - info: ical.0 (11212) Terminated (NO_ERROR): Without reason
                                  2020-03-24 07:30:17.238 - info: host.Debian instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                                  2020-03-24 07:30:17.267 - warn: coronavirus-statistics.0 (11197) State attribute definition missing for + countryInfo
                                  2020-03-24 07:30:20.288 - warn: coronavirus-statistics.0 (11197) Turks_and_Caicos not found in lib! Must be added to the country name translator.
                                  2020-03-24 07:30:20.299 - warn: coronavirus-statistics.0 (11197) State attribute definition missing for + countryInfo
                                  2020-03-24 07:30:20.352 - warn: coronavirus-statistics.0 (11197) State attribute definition missing for + countryInfo
                                  2020-03-24 07:30:20.445 - warn: coronavirus-statistics.0 (11197) State attribute definition missing for + countryInfo
                                  2020-03-24 07:30:20.499 - warn: coronavirus-statistics.0 (11197) State attribute definition missing for + countryInfo
                                  2020-03-24 07:30:20.583 - warn: coronavirus-statistics.0 (11197) State attribute definition missing for + countryInfo
                                  2020-03-24 07:30:20.697 - warn: coronavirus-statistics.0 (11197) State attribute definition missing for + countryInfo
                                  2020-03-24 07:30:20.751 - info: host.Debian instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                                  2020-03-24 07:30:20.845 - warn: coronavirus-statistics.0 (11197) State attribute definition missing for + countryInfo
                                  2020-03-24 07:30:20.911 - warn: coronavirus-statistics.0 (11197) State attribute definition missing for + countryInfo
                                  2020-03-24 07:30:20.969 - info: coronavirus-statistics.0 (11197) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                  2020-03-24 07:30:21.486 - info: host.Debian instance system.adapter.coronavirus-statistics.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                  2020-03-24 07:40:00.032 - info: host.Debian instance system.adapter.daswetter.0 started with pid 13508
                                  2020-03-24 07:40:17.191 - info: host.Debian instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                                  2020-03-24 07:41:39.846 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:41:39.855 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:42:09.846 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:42:09.846 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:42:39.845 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:42:39.846 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:43:09.845 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:43:09.846 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:43:39.846 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:43:39.846 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:44:09.846 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:44:09.846 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:44:39.847 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:44:39.847 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:45:00.036 - info: host.Debian instance system.adapter.coronavirus-statistics.0 started with pid 14601
                                  2020-03-24 07:45:01.795 - info: coronavirus-statistics.0 (14601) starting. Version 0.3.1 in /opt/iobroker/node_modules/iobroker.coronavirus-statistics, node: v10.19.0
                                  2020-03-24 07:45:09.459 - warn: coronavirus-statistics.0 (14601) State attribute definition missing for + countryInfo
                                  2020-03-24 07:45:09.848 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:45:09.849 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:45:10.704 - warn: coronavirus-statistics.0 (14601) Turks_and_Caicos not found in lib! Must be added to the country name translator.
                                  2020-03-24 07:45:10.709 - warn: coronavirus-statistics.0 (14601) State attribute definition missing for + countryInfo
                                  2020-03-24 07:45:10.775 - warn: coronavirus-statistics.0 (14601) State attribute definition missing for + countryInfo
                                  2020-03-24 07:45:10.971 - warn: coronavirus-statistics.0 (14601) State attribute definition missing for + countryInfo
                                  2020-03-24 07:45:11.077 - warn: coronavirus-statistics.0 (14601) State attribute definition missing for + countryInfo
                                  2020-03-24 07:45:11.281 - warn: coronavirus-statistics.0 (14601) State attribute definition missing for + countryInfo
                                  2020-03-24 07:45:11.390 - warn: coronavirus-statistics.0 (14601) State attribute definition missing for + countryInfo
                                  2020-03-24 07:45:11.493 - warn: coronavirus-statistics.0 (14601) State attribute definition missing for + countryInfo
                                  2020-03-24 07:45:11.598 - warn: coronavirus-statistics.0 (14601) State attribute definition missing for + countryInfo
                                  2020-03-24 07:45:11.770 - info: coronavirus-statistics.0 (14601) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                  2020-03-24 07:45:12.287 - info: host.Debian instance system.adapter.coronavirus-statistics.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                  2020-03-24 07:45:39.849 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:45:39.850 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:46:09.850 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:46:09.850 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:46:39.850 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:46:39.851 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:47:09.852 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:47:09.853 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:47:39.853 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:47:39.853 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:48:09.853 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:48:09.854 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:48:39.855 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:48:39.855 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:49:09.856 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:49:09.856 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:49:39.856 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:49:39.857 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:50:00.035 - info: host.Debian instance system.adapter.daswetter.0 started with pid 15728
                                  2020-03-24 07:50:09.858 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:50:09.858 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:50:18.306 - info: host.Debian instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                                  2020-03-24 07:50:39.859 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:50:39.859 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:51:09.859 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:51:09.860 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:51:39.860 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:51:39.860 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:52:09.861 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:52:09.861 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:52:39.861 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:52:39.862 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:53:09.868 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:53:09.869 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:53:39.863 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:53:39.863 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:54:09.863 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:54:09.863 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:54:39.864 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:54:39.864 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:55:09.866 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:55:09.867 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:55:39.865 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:55:39.866 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:56:09.865 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:56:09.866 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:56:39.865 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:56:39.866 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:57:09.866 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:57:09.866 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:57:39.866 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:57:39.866 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:58:09.866 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:58:09.867 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:58:39.867 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:58:39.867 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:59:09.867 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 07:59:09.868 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:59:39.867 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 07:59:39.868 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:00:00.041 - info: host.Debian instance system.adapter.daswetter.0 started with pid 17932
                                  2020-03-24 08:00:04.088 - info: host.Debian instance system.adapter.coronavirus-statistics.0 started with pid 17984
                                  2020-03-24 08:00:06.501 - info: coronavirus-statistics.0 (17984) starting. Version 0.3.1 in /opt/iobroker/node_modules/iobroker.coronavirus-statistics, node: v10.19.0
                                  2020-03-24 08:00:08.124 - info: host.Debian instance system.adapter.ical.0 started with pid 17999
                                  2020-03-24 08:00:09.869 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:00:09.871 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:00:11.064 - info: ical.0 (17999) starting. Version 1.7.0 in /opt/iobroker/node_modules/iobroker.ical, node: v10.19.0
                                  2020-03-24 08:00:11.738 - info: ical.0 (17999) processing URL: Abfall https://calendar.google.com/calendar/ical/drlgg9rvcdghbp6uj1fn2pfqak%40group.calendar.google.com/private-a30bbbadf16402a8dc8b1b1b4c627edb/basic.ics
                                  2020-03-24 08:00:12.681 - warn: coronavirus-statistics.0 (17984) State attribute definition missing for + countryInfo
                                  2020-03-24 08:00:15.872 - warn: coronavirus-statistics.0 (17984) Turks_and_Caicos not found in lib! Must be added to the country name translator.
                                  2020-03-24 08:00:15.883 - warn: coronavirus-statistics.0 (17984) State attribute definition missing for + countryInfo
                                  2020-03-24 08:00:15.986 - warn: coronavirus-statistics.0 (17984) State attribute definition missing for + countryInfo
                                  2020-03-24 08:00:16.135 - warn: coronavirus-statistics.0 (17984) State attribute definition missing for + countryInfo
                                  2020-03-24 08:00:16.241 - warn: coronavirus-statistics.0 (17984) State attribute definition missing for + countryInfo
                                  2020-03-24 08:00:16.408 - warn: coronavirus-statistics.0 (17984) State attribute definition missing for + countryInfo
                                  2020-03-24 08:00:16.604 - warn: coronavirus-statistics.0 (17984) State attribute definition missing for + countryInfo
                                  2020-03-24 08:00:16.683 - warn: coronavirus-statistics.0 (17984) State attribute definition missing for + countryInfo
                                  2020-03-24 08:00:16.885 - warn: coronavirus-statistics.0 (17984) State attribute definition missing for + countryInfo
                                  2020-03-24 08:00:16.997 - info: coronavirus-statistics.0 (17984) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                  2020-03-24 08:00:17.534 - info: host.Debian instance system.adapter.coronavirus-statistics.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                  2020-03-24 08:00:17.579 - info: ical.0 (17999) Terminated (NO_ERROR): Without reason
                                  2020-03-24 08:00:18.107 - info: host.Debian instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                                  2020-03-24 08:00:23.062 - info: host.Debian instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                                  2020-03-24 08:00:39.869 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:00:39.869 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:01:09.869 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:01:09.870 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:01:39.870 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:01:39.871 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:02:09.871 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:02:09.872 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:02:39.873 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:02:39.873 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:03:09.874 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:03:09.874 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:03:39.874 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:03:39.875 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:04:09.877 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:04:09.878 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:04:39.877 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:04:39.878 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:05:09.878 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:05:09.878 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:05:39.878 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:05:39.878 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:06:09.878 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:06:09.879 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:06:39.880 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:06:39.880 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:07:09.881 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:07:09.881 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:07:39.882 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:07:39.882 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:08:09.883 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:08:09.883 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:08:39.884 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:08:39.884 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:09:09.884 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:09:09.885 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:09:39.886 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:09:39.887 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:10:00.032 - info: host.Debian instance system.adapter.daswetter.0 started with pid 20188
                                  2020-03-24 08:10:09.886 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:10:09.886 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:10:17.335 - info: host.Debian instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                                  2020-03-24 08:10:39.886 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:10:39.887 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:11:09.887 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:11:09.888 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:11:39.888 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:11:39.889 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:12:09.889 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:12:09.890 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:12:39.891 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:12:39.891 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:13:09.890 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:13:09.891 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:13:39.891 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:13:39.892 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:14:09.891 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:14:09.892 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:14:39.891 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:14:39.892 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:15:00.037 - info: host.Debian instance system.adapter.coronavirus-statistics.0 started with pid 21328
                                  2020-03-24 08:15:02.092 - info: coronavirus-statistics.0 (21328) starting. Version 0.3.1 in /opt/iobroker/node_modules/iobroker.coronavirus-statistics, node: v10.19.0
                                  2020-03-24 08:15:07.837 - warn: coronavirus-statistics.0 (21328) State attribute definition missing for + countryInfo
                                  2020-03-24 08:15:09.334 - warn: coronavirus-statistics.0 (21328) Turks_and_Caicos not found in lib! Must be added to the country name translator.
                                  2020-03-24 08:15:09.339 - warn: coronavirus-statistics.0 (21328) State attribute definition missing for + countryInfo
                                  2020-03-24 08:15:09.437 - warn: coronavirus-statistics.0 (21328) State attribute definition missing for + countryInfo
                                  2020-03-24 08:15:09.540 - warn: coronavirus-statistics.0 (21328) State attribute definition missing for + countryInfo
                                  2020-03-24 08:15:09.678 - warn: coronavirus-statistics.0 (21328) State attribute definition missing for + countryInfo
                                  2020-03-24 08:15:09.838 - warn: coronavirus-statistics.0 (21328) State attribute definition missing for + countryInfo
                                  2020-03-24 08:15:09.893 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:15:09.894 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:15:09.900 - warn: coronavirus-statistics.0 (21328) State attribute definition missing for + countryInfo
                                  2020-03-24 08:15:09.951 - warn: coronavirus-statistics.0 (21328) State attribute definition missing for + countryInfo
                                  2020-03-24 08:15:10.101 - warn: coronavirus-statistics.0 (21328) State attribute definition missing for + countryInfo
                                  2020-03-24 08:15:10.302 - info: coronavirus-statistics.0 (21328) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                  2020-03-24 08:15:10.828 - info: host.Debian instance system.adapter.coronavirus-statistics.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                  2020-03-24 08:15:39.893 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:15:39.893 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:16:09.893 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:16:09.894 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:16:39.894 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:16:39.894 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:17:09.895 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:17:09.896 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:17:39.895 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:17:39.896 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:18:09.897 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:18:09.897 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:18:39.897 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:18:39.897 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:19:09.898 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:19:09.899 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:19:39.900 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:19:39.900 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:20:00.040 - info: host.Debian instance system.adapter.daswetter.0 started with pid 22458
                                  2020-03-24 08:20:09.900 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:20:09.901 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:20:17.365 - info: host.Debian instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                                  2020-03-24 08:20:39.902 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:20:39.902 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:21:09.902 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:21:09.903 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:21:39.903 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:21:39.904 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:22:09.904 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:22:09.904 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:22:39.905 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:22:39.905 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:23:09.905 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:23:09.906 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:23:39.905 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:23:39.906 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:24:09.906 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:24:09.907 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:24:39.906 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:24:39.907 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:25:09.907 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:25:09.908 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:25:39.909 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:25:39.909 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:26:09.909 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:26:09.910 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:26:39.910 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:26:39.911 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:27:09.913 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:27:09.913 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:27:39.912 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:27:39.912 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:28:09.912 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:28:09.912 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:28:39.911 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:28:39.912 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:29:09.912 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:29:09.912 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:29:39.912 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:29:39.913 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:30:00.037 - info: host.Debian instance system.adapter.daswetter.0 started with pid 24662
                                  2020-03-24 08:30:04.087 - info: host.Debian instance system.adapter.coronavirus-statistics.0 started with pid 24679
                                  2020-03-24 08:30:06.756 - info: coronavirus-statistics.0 (24679) starting. Version 0.3.1 in /opt/iobroker/node_modules/iobroker.coronavirus-statistics, node: v10.19.0
                                  2020-03-24 08:30:08.132 - info: host.Debian instance system.adapter.ical.0 started with pid 24731
                                  2020-03-24 08:30:09.219 - warn: coronavirus-statistics.0 (24679) State attribute definition missing for + countryInfo
                                  2020-03-24 08:30:09.913 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:30:09.914 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:30:10.644 - info: ical.0 (24731) starting. Version 1.7.0 in /opt/iobroker/node_modules/iobroker.ical, node: v10.19.0
                                  2020-03-24 08:30:11.276 - info: ical.0 (24731) processing URL: Abfall https://calendar.google.com/calendar/ical/drlgg9rvcdghbp6uj1fn2pfqak%40group.calendar.google.com/private-a30bbbadf16402a8dc8b1b1b4c627edb/basic.ics
                                  2020-03-24 08:30:13.339 - warn: coronavirus-statistics.0 (24679) Turks_and_Caicos not found in lib! Must be added to the country name translator.
                                  2020-03-24 08:30:13.359 - warn: coronavirus-statistics.0 (24679) State attribute definition missing for + countryInfo
                                  2020-03-24 08:30:13.448 - warn: coronavirus-statistics.0 (24679) State attribute definition missing for + countryInfo
                                  2020-03-24 08:30:13.649 - warn: coronavirus-statistics.0 (24679) State attribute definition missing for + countryInfo
                                  2020-03-24 08:30:13.871 - warn: coronavirus-statistics.0 (24679) State attribute definition missing for + countryInfo
                                  2020-03-24 08:30:13.995 - warn: coronavirus-statistics.0 (24679) State attribute definition missing for + countryInfo
                                  2020-03-24 08:30:14.197 - warn: coronavirus-statistics.0 (24679) State attribute definition missing for + countryInfo
                                  2020-03-24 08:30:14.311 - warn: coronavirus-statistics.0 (24679) State attribute definition missing for + countryInfo
                                  2020-03-24 08:30:14.511 - warn: coronavirus-statistics.0 (24679) State attribute definition missing for + countryInfo
                                  2020-03-24 08:30:14.697 - info: coronavirus-statistics.0 (24679) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                  2020-03-24 08:30:15.217 - info: host.Debian instance system.adapter.coronavirus-statistics.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                  2020-03-24 08:30:16.827 - info: ical.0 (24731) Terminated (NO_ERROR): Without reason
                                  2020-03-24 08:30:17.342 - info: host.Debian instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                                  2020-03-24 08:30:21.498 - info: host.Debian instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                                  2020-03-24 08:30:39.912 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:30:39.913 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:31:09.913 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:31:09.913 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:31:39.914 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:31:39.914 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:32:09.914 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:32:09.915 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:32:39.915 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:32:39.916 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:33:09.917 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:33:09.917 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:33:39.917 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:33:39.917 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:34:09.918 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:34:09.918 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:34:39.918 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:34:39.919 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:35:09.918 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:35:09.919 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:35:39.919 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:35:39.919 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:36:09.919 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:36:09.920 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:36:39.920 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:36:39.922 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:37:09.921 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:37:09.922 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:37:39.922 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:37:39.922 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:38:09.923 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:38:09.924 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:38:39.925 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:38:39.925 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:39:09.926 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:39:09.926 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:39:39.926 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:39:39.927 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:40:00.038 - info: host.Debian instance system.adapter.daswetter.0 started with pid 26935
                                  2020-03-24 08:40:09.927 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:40:09.928 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:40:17.304 - info: host.Debian instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                                  2020-03-24 08:40:39.927 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:40:39.933 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:41:09.928 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:41:09.929 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:41:39.929 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:41:39.930 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:42:09.930 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:42:09.930 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:42:39.931 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:42:39.932 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:43:09.932 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:43:09.932 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:43:39.932 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:43:39.933 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:44:09.933 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:44:09.933 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:44:39.933 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:44:39.933 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:45:00.034 - info: host.Debian instance system.adapter.coronavirus-statistics.0 started with pid 28063
                                  2020-03-24 08:45:01.509 - info: coronavirus-statistics.0 (28063) starting. Version 0.3.1 in /opt/iobroker/node_modules/iobroker.coronavirus-statistics, node: v10.19.0
                                  2020-03-24 08:45:09.096 - warn: coronavirus-statistics.0 (28063) State attribute definition missing for + countryInfo
                                  2020-03-24 08:45:09.933 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:45:09.933 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:45:10.505 - warn: coronavirus-statistics.0 (28063) Turks_and_Caicos not found in lib! Must be added to the country name translator.
                                  2020-03-24 08:45:10.513 - warn: coronavirus-statistics.0 (28063) State attribute definition missing for + countryInfo
                                  2020-03-24 08:45:10.606 - warn: coronavirus-statistics.0 (28063) State attribute definition missing for + countryInfo
                                  2020-03-24 08:45:10.711 - warn: coronavirus-statistics.0 (28063) State attribute definition missing for + countryInfo
                                  2020-03-24 08:45:10.849 - warn: coronavirus-statistics.0 (28063) State attribute definition missing for + countryInfo
                                  2020-03-24 08:45:11.010 - warn: coronavirus-statistics.0 (28063) State attribute definition missing for + countryInfo
                                  2020-03-24 08:45:11.200 - warn: coronavirus-statistics.0 (28063) State attribute definition missing for + countryInfo
                                  2020-03-24 08:45:11.259 - warn: coronavirus-statistics.0 (28063) State attribute definition missing for + countryInfo
                                  2020-03-24 08:45:11.316 - warn: coronavirus-statistics.0 (28063) State attribute definition missing for + countryInfo
                                  2020-03-24 08:45:11.410 - info: coronavirus-statistics.0 (28063) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                  2020-03-24 08:45:11.924 - info: host.Debian instance system.adapter.coronavirus-statistics.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                  2020-03-24 08:45:39.933 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:45:39.934 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:46:09.933 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:46:09.933 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:46:39.933 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:46:39.936 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:47:09.935 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:47:09.935 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:47:39.935 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:47:39.936 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:48:09.935 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:48:09.936 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:48:39.936 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:48:39.937 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:49:09.937 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:49:09.938 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:49:39.937 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:49:39.938 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:50:00.034 - info: host.Debian instance system.adapter.daswetter.0 started with pid 29154
                                  2020-03-24 08:50:09.944 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:50:09.945 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:50:18.726 - info: host.Debian instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                                  2020-03-24 08:50:39.939 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:50:39.940 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:51:09.940 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:51:09.941 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:51:39.940 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:51:39.940 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:52:09.941 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:52:09.942 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:52:39.942 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:52:39.943 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:53:09.944 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:53:09.945 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:53:39.944 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:53:39.945 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:54:09.946 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:54:09.946 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:54:39.947 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:54:39.948 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:55:09.947 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:55:09.948 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:55:39.948 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:55:39.949 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:56:09.949 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:56:09.949 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:56:39.949 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:56:39.950 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:57:09.950 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:57:09.951 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:57:39.951 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:57:39.952 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:58:09.952 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:58:09.953 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:58:39.953 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:58:39.954 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:59:09.954 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 08:59:09.954 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:59:39.954 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 08:59:39.955 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:00:00.031 - info: host.Debian instance system.adapter.daswetter.0 started with pid 31402
                                  2020-03-24 09:00:04.065 - info: host.Debian instance system.adapter.coronavirus-statistics.0 started with pid 31454
                                  2020-03-24 09:00:06.960 - info: coronavirus-statistics.0 (31454) starting. Version 0.3.1 in /opt/iobroker/node_modules/iobroker.coronavirus-statistics, node: v10.19.0
                                  2020-03-24 09:00:08.113 - info: host.Debian instance system.adapter.ical.0 started with pid 31469
                                  2020-03-24 09:00:09.962 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:00:09.963 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:00:10.888 - info: ical.0 (31469) starting. Version 1.7.0 in /opt/iobroker/node_modules/iobroker.ical, node: v10.19.0
                                  2020-03-24 09:00:11.675 - info: ical.0 (31469) processing URL: Abfall https://calendar.google.com/calendar/ical/drlgg9rvcdghbp6uj1fn2pfqak%40group.calendar.google.com/private-a30bbbadf16402a8dc8b1b1b4c627edb/basic.ics
                                  2020-03-24 09:00:13.362 - warn: coronavirus-statistics.0 (31454) State attribute definition missing for + countryInfo
                                  2020-03-24 09:00:16.526 - warn: coronavirus-statistics.0 (31454) Turks_and_Caicos not found in lib! Must be added to the country name translator.
                                  2020-03-24 09:00:16.542 - warn: coronavirus-statistics.0 (31454) State attribute definition missing for + countryInfo
                                  2020-03-24 09:00:16.740 - warn: coronavirus-statistics.0 (31454) State attribute definition missing for + countryInfo
                                  2020-03-24 09:00:16.935 - warn: coronavirus-statistics.0 (31454) State attribute definition missing for + countryInfo
                                  2020-03-24 09:00:17.105 - warn: coronavirus-statistics.0 (31454) State attribute definition missing for + countryInfo
                                  2020-03-24 09:00:17.307 - warn: coronavirus-statistics.0 (31454) State attribute definition missing for + countryInfo
                                  2020-03-24 09:00:17.437 - warn: coronavirus-statistics.0 (31454) State attribute definition missing for + countryInfo
                                  2020-03-24 09:00:17.515 - info: ical.0 (31469) Terminated (NO_ERROR): Without reason
                                  2020-03-24 09:00:17.680 - warn: coronavirus-statistics.0 (31454) State attribute definition missing for + countryInfo
                                  2020-03-24 09:00:18.128 - info: host.Debian instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                                  2020-03-24 09:00:18.292 - warn: coronavirus-statistics.0 (31454) State attribute definition missing for + countryInfo
                                  2020-03-24 09:00:18.571 - info: coronavirus-statistics.0 (31454) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                  2020-03-24 09:00:19.086 - info: host.Debian instance system.adapter.coronavirus-statistics.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                  2020-03-24 09:00:23.426 - info: host.Debian instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                                  2020-03-24 09:00:39.954 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:00:39.955 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:01:09.955 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:01:09.956 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:01:39.958 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:01:39.958 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:02:09.957 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:02:09.958 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:02:39.957 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:02:39.958 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:03:09.957 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:03:09.958 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:03:39.957 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:03:39.958 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:04:09.957 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:04:09.958 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:04:39.958 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:04:39.959 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:05:09.958 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:05:09.958 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:05:39.959 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:05:39.960 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:06:09.959 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:06:09.960 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:06:39.960 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:06:39.961 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:07:09.961 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:07:09.962 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:07:39.962 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:07:39.963 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:08:09.963 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:08:09.964 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:08:39.964 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:08:39.965 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:09:09.965 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:09:09.966 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:09:39.966 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:09:39.967 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:10:00.043 - info: host.Debian instance system.adapter.daswetter.0 started with pid 1354
                                  2020-03-24 09:10:09.967 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:10:09.968 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:10:17.737 - info: host.Debian instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                                  2020-03-24 09:10:39.967 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:10:39.968 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:11:09.969 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:11:09.969 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:11:39.969 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:11:39.970 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:12:09.970 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:12:09.971 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:12:39.971 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:12:39.972 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:13:09.973 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:13:09.973 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:13:39.973 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:13:39.974 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:14:09.975 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:14:09.975 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:14:39.975 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:14:39.975 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:15:00.033 - info: host.Debian instance system.adapter.coronavirus-statistics.0 started with pid 2548
                                  2020-03-24 09:15:01.837 - info: coronavirus-statistics.0 (2548) starting. Version 0.3.1 in /opt/iobroker/node_modules/iobroker.coronavirus-statistics, node: v10.19.0
                                  2020-03-24 09:15:03.938 - warn: coronavirus-statistics.0 (2548) State attribute definition missing for + countryInfo
                                  2020-03-24 09:15:05.681 - warn: coronavirus-statistics.0 (2548) Turks_and_Caicos not found in lib! Must be added to the country name translator.
                                  2020-03-24 09:15:05.687 - warn: coronavirus-statistics.0 (2548) State attribute definition missing for + countryInfo
                                  2020-03-24 09:15:05.786 - warn: coronavirus-statistics.0 (2548) State attribute definition missing for + countryInfo
                                  2020-03-24 09:15:05.862 - warn: coronavirus-statistics.0 (2548) State attribute definition missing for + countryInfo
                                  2020-03-24 09:15:05.961 - warn: coronavirus-statistics.0 (2548) State attribute definition missing for + countryInfo
                                  2020-03-24 09:15:06.015 - warn: coronavirus-statistics.0 (2548) State attribute definition missing for + countryInfo
                                  2020-03-24 09:15:06.111 - warn: coronavirus-statistics.0 (2548) State attribute definition missing for + countryInfo
                                  2020-03-24 09:15:06.163 - warn: coronavirus-statistics.0 (2548) State attribute definition missing for + countryInfo
                                  2020-03-24 09:15:06.727 - warn: coronavirus-statistics.0 (2548) State attribute definition missing for + countryInfo
                                  2020-03-24 09:15:06.882 - info: coronavirus-statistics.0 (2548) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                  2020-03-24 09:15:07.400 - info: host.Debian instance system.adapter.coronavirus-statistics.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                  2020-03-24 09:15:09.976 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:15:09.976 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:15:39.976 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:15:39.976 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:16:09.977 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:16:09.978 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:16:39.977 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:16:39.978 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:17:09.977 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:17:09.978 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:17:39.977 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:17:39.978 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:18:09.978 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:18:09.978 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:18:39.978 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:18:39.979 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:19:09.978 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:19:09.978 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:19:39.979 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:19:39.979 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:20:00.034 - info: host.Debian instance system.adapter.daswetter.0 started with pid 3707
                                  2020-03-24 09:20:09.988 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:20:09.988 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:20:17.786 - info: host.Debian instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                                  2020-03-24 09:20:39.987 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:20:39.987 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:21:09.986 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:21:09.986 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:21:39.987 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  2020-03-24 09:21:39.987 - warn: hm-rega.0 (25544) Script !# programs.fn 1.3 !# Dieses Script gibt eine Liste der Programme als JSON Strin ignored, because still pending.
                                  2020-03-24 09:22:09.987 - warn: hm-rega.0 (25544) Script !# pollingInv.fn 0.1 !# !# Dieses Script gibt die Systemvariablen (inklusive uns ignored, because still pending.
                                  
                                  
                                  
                                  
                                  foxriver76 2 Replies Last reply Reply Quote 0
                                  • foxriver76
                                    foxriver76 Developer @lemonbiter last edited by

                                    @lemonbiter danke kommt also tatsächlich abrupt, leider stand der Adapter nicht auf debug, weshalb ich nicht nachvollziehen kann was da passiert ist.

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

                                      Bei mir ist das Problem nun auch zwei mal aufgetreten, dass er einzelne Scripts in der Queue stecken lässt ohne sonstige Fehler. Es scheint so als ob das end Event des requests manchmal nicht gefeuert wird. Ich teste bei mir gerade lokal eine Änderung bei der ich vermute, dass sie Abhilfe schafft.

                                      1 Reply Last reply Reply Quote 0
                                      • foxriver76
                                        foxriver76 Developer @lemonbiter last edited by

                                        @lemonbiter Ich habe mal eine neue Version auf GitHub veröffentlicht, evtl könntest du die mal probieren, falls du mit dem Prozess vertraut bist -> GitHub Install -> Upload des Adapters -> Restart Adapter

                                        lemonbiter 1 Reply Last reply Reply Quote 0
                                        • lemonbiter
                                          lemonbiter @foxriver76 last edited by

                                          @foxriver76

                                          Lieber Foxriver
                                          Sorry, ich musste in den letzten Tagen ein paar andere Dinge machen... (meine Chefin daheim hat mir das verordnet 😉 )

                                          Also ich habe zwischenzeitlich den Adapter auf die reguläre 2.6.1 gebracht und im Moment stelle ich das Problem nicht mehr fest. Hast Du die Änderungen, die Du in der GitHub Version eingebaut hattest inzwischen in latest integriert?

                                          Herzliche Grüße und nochmals vielen Dank für Deine Hilfe

                                          Lem

                                          foxriver76 1 Reply Last reply Reply Quote 0
                                          • foxriver76
                                            foxriver76 Developer @lemonbiter last edited by

                                            @lemonbiter Ne, die Änderungen hatten usnchicke Nebenwirkungen in manchen Fällen. Sag Bescheid wenns nochmal ist, habe theoretisch beim recherchieren eine andere Lösung gefunden (Timeout mitgeben und bei Timeout aktiv die Anfrage beenden), bei mir war es allerdings nur als ich mein Testsystem noch mit an die CCU angebunden hatte, dann hat das DutyCycle Skript teilweise 2-3 Minuten gebraucht bis Antwort kam (da scheint das exec iwie ziemlich lang zu blocken auf CCU - konnte nicht herausfinden wieso). Bei dir ist es allerdings ohne das DC Skript passiert laut Log.

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

                                            Support us

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

                                            439
                                            Online

                                            32.0k
                                            Users

                                            80.5k
                                            Topics

                                            1.3m
                                            Posts

                                            script ignored
                                            6
                                            42
                                            4340
                                            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