Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. ECONNREFUSED nach vis-HTML-Logaufruf

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.8k

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

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

ECONNREFUSED nach vis-HTML-Logaufruf

Geplant Angeheftet Gesperrt Verschoben Error/Bug
39 Beiträge 6 Kommentatoren 2.7k Aufrufe 5 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • wendy2702W wendy2702

    @hollywoot poste die log Ausgaben bitte als Text in Code tags.

    8ED19DDC-8F67-4101-BFF7-E43295581C55.jpeg

    So kann man das nur schlecht lesen, zitieren und damit arbeiten.

    hollywootH Offline
    hollywootH Offline
    hollywoot
    schrieb am zuletzt editiert von
    #3

    @wendy2702
    klar, sorry. Hab's mal angepasst. Danke für den Hinweis - bin noch nicht ganz wach :sleeping:

    OliverIOO 1 Antwort Letzte Antwort
    0
    • hollywootH hollywoot

      @wendy2702
      klar, sorry. Hab's mal angepasst. Danke für den Hinweis - bin noch nicht ganz wach :sleeping:

      OliverIOO Offline
      OliverIOO Offline
      OliverIO
      schrieb am zuletzt editiert von
      #4

      @hollywoot
      Ich hab mal an die Code Stelle geschaut wo der Fehler entstanden ist

      https://github.com/ioBroker/ioBroker.js-controller/blob/94b9ecb500aa65689a9dd3f597c44150f6c735d3/packages/db-states-jsonl/lib/states/statesInMemServerRedis.js#L135

      An der Stelle wird eine id mittels Regex geprüft.
      Die Fehlermeldung sagt das die zu lang ist
      Dem Code nach erwartet es eine id (ich vermute im Kontext das hier ein datenpunktname gemeint ist)

      Kannst du mal prüfen, ob bei Änderungen von datenpunkten durch ein Skript durch falsche Verwendung eher der Inhalt als der datenpunktname angegeben wird?

      Trotzdem muss hier durch eine iobroker eine fehlerbehandlung oder Vorprüfung der Daten hin das dadurch kein harter Abbruch erzeugt wird.

      Meine Adapter und Widgets
      TVProgram, SqueezeboxRPC, OpenLiga, RSSFeed, MyTime,, pi-hole2, vis-json-template, skiinfo, vis-mapwidgets, vis-2-widgets-rssfeed
      Links im Profil

      hollywootH 1 Antwort Letzte Antwort
      0
      • OliverIOO OliverIO

        @hollywoot
        Ich hab mal an die Code Stelle geschaut wo der Fehler entstanden ist

        https://github.com/ioBroker/ioBroker.js-controller/blob/94b9ecb500aa65689a9dd3f597c44150f6c735d3/packages/db-states-jsonl/lib/states/statesInMemServerRedis.js#L135

        An der Stelle wird eine id mittels Regex geprüft.
        Die Fehlermeldung sagt das die zu lang ist
        Dem Code nach erwartet es eine id (ich vermute im Kontext das hier ein datenpunktname gemeint ist)

        Kannst du mal prüfen, ob bei Änderungen von datenpunkten durch ein Skript durch falsche Verwendung eher der Inhalt als der datenpunktname angegeben wird?

        Trotzdem muss hier durch eine iobroker eine fehlerbehandlung oder Vorprüfung der Daten hin das dadurch kein harter Abbruch erzeugt wird.

        hollywootH Offline
        hollywootH Offline
        hollywoot
        schrieb am zuletzt editiert von
        #5

        @oliverio
        Danke für Deine Mühe und Deine Antwort!
        Ich habe an diesem Javascript nichts verändert, ebenso an den Datenpunkten nicht.
        Auch habe ich das Logging schon über eine andere Art und Weise ausprobiert.

        Dass es an der Länge des Inhaltes vom Datenpunkt liegt, ist ziemlich sicher.
        Die Frage ist ja aber, warum meckert er das erst jetzt nach dem js-Update an und vorher nicht? Da muss sich doch was verändert haben :thinking_face:
        Das Logging, bzw. die Erstellung der Datenpunkte habe ich übrigens nach folgendem Schema gemacht:
        https://www.smarthome-tricks.de/software-iobroker/eigenes-logging-in-iobroker/
        Vielleicht ist es dadurch etwas leichter nachzuvollziehen, was ich da überhaupt gebastelt habe.

        Der Inhalt des Logging-Datenpunkt wird mittels HTML-Widged im vis dargestellt. Bei Aufruf dessen: boom.

        OliverIOO 1 Antwort Letzte Antwort
        0
        • hollywootH hollywoot

          @oliverio
          Danke für Deine Mühe und Deine Antwort!
          Ich habe an diesem Javascript nichts verändert, ebenso an den Datenpunkten nicht.
          Auch habe ich das Logging schon über eine andere Art und Weise ausprobiert.

          Dass es an der Länge des Inhaltes vom Datenpunkt liegt, ist ziemlich sicher.
          Die Frage ist ja aber, warum meckert er das erst jetzt nach dem js-Update an und vorher nicht? Da muss sich doch was verändert haben :thinking_face:
          Das Logging, bzw. die Erstellung der Datenpunkte habe ich übrigens nach folgendem Schema gemacht:
          https://www.smarthome-tricks.de/software-iobroker/eigenes-logging-in-iobroker/
          Vielleicht ist es dadurch etwas leichter nachzuvollziehen, was ich da überhaupt gebastelt habe.

          Der Inhalt des Logging-Datenpunkt wird mittels HTML-Widged im vis dargestellt. Bei Aufruf dessen: boom.

          OliverIOO Offline
          OliverIOO Offline
          OliverIO
          schrieb am zuletzt editiert von OliverIO
          #6

          @hollywoot

          ich kann dir nur indizienbasiert hinweise geben.
          was du im skript oder in der vis eingetragen hast, weiß ich nicht

          wenn du dir sicher bist, das du alles richtig gemacht hast, dann müssen wir auf den Entwickler warten.

          da allerdings diese Fehlermeldung nicht sehr häufig im Forum vorkommt,
          habe ich eine Vermutung auf welcher Seite der Fehler liegt und es sich lohnt stück für stück alles nochmal zu überprüfen.

          Meine Adapter und Widgets
          TVProgram, SqueezeboxRPC, OpenLiga, RSSFeed, MyTime,, pi-hole2, vis-json-template, skiinfo, vis-mapwidgets, vis-2-widgets-rssfeed
          Links im Profil

          hollywootH 1 Antwort Letzte Antwort
          0
          • OliverIOO OliverIO

            @hollywoot

            ich kann dir nur indizienbasiert hinweise geben.
            was du im skript oder in der vis eingetragen hast, weiß ich nicht

            wenn du dir sicher bist, das du alles richtig gemacht hast, dann müssen wir auf den Entwickler warten.

            da allerdings diese Fehlermeldung nicht sehr häufig im Forum vorkommt,
            habe ich eine Vermutung auf welcher Seite der Fehler liegt und es sich lohnt stück für stück alles nochmal zu überprüfen.

            hollywootH Offline
            hollywootH Offline
            hollywoot
            schrieb am zuletzt editiert von
            #7

            @oliverio
            Höflich ausgedrückt :joy:

            Also. Wenn in dem Datenpunkt bspw. 30 Einträge sind, funktioniert es. Sobald der über irgendeine Länge hinausgeht, knallt es.
            Gerne versuche ich mal eben zu erläutern, wie ich diesen Datenpunkt mit Daten füttere.

            Das Javaskript läuft unter global und sieht so aus:

            // Hauptdatenpunkt unterhalb javascript
            var datenpunkt = "Ereignisprotokoll.";
            
            // Mögliche Protokoll-Texte
            const texte = ["Aus","Ein","Info"];
            
            // Farben zu den Texten (rot, gruen)
            const farbe = ["#FF0000","#00FF00","#FFFFFF"];
            
            // Symbole zu den Texten
            const symbol = ["✖","✔","ⓘ"];
             
            function PowerProtokoll(typ, Text) {
               // Protokoll abholen
               var PowerProtokoll_Liste = getState(datenpunkt+"Power").val;
               var datum = formatDate(new Date(), "TT.MM.JJ hh:mm:ss");
            
               // Neues Protokoll generieren
               let tmp_PowerProtokoll = datum + "<span style=\"display:inline-block;width:25px;margin-left:10px;color:" + farbe[typ] + "\">"
               + symbol[typ] + "</span>" + Text + "<br>";
            
               // Neues Protokoll an den Anfang setzen
               PowerProtokoll_Liste = tmp_PowerProtokoll + PowerProtokoll_Liste;
            
               // Neues Protokoll in Datenpunkt speichern
               setState(datenpunkt + "Power", PowerProtokoll_Liste);
            }
            
            // Zugehörige Datenpunkte erstellen
            function erstellePowerDatenpunkte() {
               // Datenpunkt Protokoll
               createState(datenpunkt+"Power", "", false, {
                   name: "Steckdosenprotokolle",
                   desc: "Protokoll Funktion über JavaScript",
                   type: "string",
                   role: "text",
                   unit: ""
               });    
            }
            
            // Lösche Protokoll
            function loeschePowerProtokoll() {
               setState(datenpunkt + "Power", "");
            }
            
            // einmaliger Aufruf zum Erstellen der DP's
            erstellePowerDatenpunkte();
            
            // Lösche Protokoll nach 1 Monat - // zum Deaktivieren voranstellen
            schedule("00 00 1 * *",loeschePowerProtokoll);
            

            Um in diesen Logging-Datenpunkt nun Werte bzw. Logeinträge zu schießen, mache ich mit Blockly folgendes:
            Javascript-Funktion:
            PowerProtokoll(anausinfo, nachricht);
            iobroker_logblockly2.png
            Daten in Datenpunkt schießen:
            iobroker_logblockly1.png

            Anzeige im vis:
            basic-HTML - Widget mit HTML-Inhalt: {javascript.0.Ereignisprotokoll.Power}
            baut mir optisch den Log in dieser Optik:
            iobroker_vis2.png

            Mehr kann ich nun auch nicht mehr dazu sagen :man-shrugging:
            Außer es gibt noch spezielle Fragen.

            Thomas BraunT OliverIOO 2 Antworten Letzte Antwort
            0
            • hollywootH hollywoot

              @oliverio
              Höflich ausgedrückt :joy:

              Also. Wenn in dem Datenpunkt bspw. 30 Einträge sind, funktioniert es. Sobald der über irgendeine Länge hinausgeht, knallt es.
              Gerne versuche ich mal eben zu erläutern, wie ich diesen Datenpunkt mit Daten füttere.

              Das Javaskript läuft unter global und sieht so aus:

              // Hauptdatenpunkt unterhalb javascript
              var datenpunkt = "Ereignisprotokoll.";
              
              // Mögliche Protokoll-Texte
              const texte = ["Aus","Ein","Info"];
              
              // Farben zu den Texten (rot, gruen)
              const farbe = ["#FF0000","#00FF00","#FFFFFF"];
              
              // Symbole zu den Texten
              const symbol = ["&#10006;","&#10004;","&#9432;"];
               
              function PowerProtokoll(typ, Text) {
                 // Protokoll abholen
                 var PowerProtokoll_Liste = getState(datenpunkt+"Power").val;
                 var datum = formatDate(new Date(), "TT.MM.JJ hh:mm:ss");
              
                 // Neues Protokoll generieren
                 let tmp_PowerProtokoll = datum + "<span style=\"display:inline-block;width:25px;margin-left:10px;color:" + farbe[typ] + "\">"
                 + symbol[typ] + "</span>" + Text + "<br>";
              
                 // Neues Protokoll an den Anfang setzen
                 PowerProtokoll_Liste = tmp_PowerProtokoll + PowerProtokoll_Liste;
              
                 // Neues Protokoll in Datenpunkt speichern
                 setState(datenpunkt + "Power", PowerProtokoll_Liste);
              }
              
              // Zugehörige Datenpunkte erstellen
              function erstellePowerDatenpunkte() {
                 // Datenpunkt Protokoll
                 createState(datenpunkt+"Power", "", false, {
                     name: "Steckdosenprotokolle",
                     desc: "Protokoll Funktion über JavaScript",
                     type: "string",
                     role: "text",
                     unit: ""
                 });    
              }
              
              // Lösche Protokoll
              function loeschePowerProtokoll() {
                 setState(datenpunkt + "Power", "");
              }
              
              // einmaliger Aufruf zum Erstellen der DP's
              erstellePowerDatenpunkte();
              
              // Lösche Protokoll nach 1 Monat - // zum Deaktivieren voranstellen
              schedule("00 00 1 * *",loeschePowerProtokoll);
              

              Um in diesen Logging-Datenpunkt nun Werte bzw. Logeinträge zu schießen, mache ich mit Blockly folgendes:
              Javascript-Funktion:
              PowerProtokoll(anausinfo, nachricht);
              iobroker_logblockly2.png
              Daten in Datenpunkt schießen:
              iobroker_logblockly1.png

              Anzeige im vis:
              basic-HTML - Widget mit HTML-Inhalt: {javascript.0.Ereignisprotokoll.Power}
              baut mir optisch den Log in dieser Optik:
              iobroker_vis2.png

              Mehr kann ich nun auch nicht mehr dazu sagen :man-shrugging:
              Außer es gibt noch spezielle Fragen.

              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von Thomas Braun
              #8

              @hollywoot sagte in ECONNREFUSED nach vis-HTML-Logaufruf:

              Das Javaskript läuft unter global

              Da laufen eigentlich keine skripte (bzw. nur in ganz bestimmten Sonderfällen). So ein Sonderfall liegt hier aber eher nicht vor.

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              hollywootH 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @hollywoot sagte in ECONNREFUSED nach vis-HTML-Logaufruf:

                Das Javaskript läuft unter global

                Da laufen eigentlich keine skripte (bzw. nur in ganz bestimmten Sonderfällen). So ein Sonderfall liegt hier aber eher nicht vor.

                hollywootH Offline
                hollywootH Offline
                hollywoot
                schrieb am zuletzt editiert von hollywoot
                #9

                @thomas-braun
                Ich versuche es mal wenn ich es normal "lagere". In den Anleitungen zu diesem Logging wird halt immer drauf hingewiesen - daher hab ich das auch gemacht :)

                Meld mich gleich.

                So:
                Wenn ich das richtig verstanden habe, muss das Skript in global laufen weil ich ansonsten nicht auf die darin deklarierten Variablen zugreifen kann (von überall). Lege ich es woanders ab, funktioniert das Logging nicht mehr.
                Wenn es dafür eine andere Möglichkeit gibt - ich bin da ganz offen.
                Ich glaube allerdings auch nicht, dass das was mit meinen Abstürzen zu tun hat.

                1 Antwort Letzte Antwort
                0
                • hollywootH hollywoot

                  @oliverio
                  Höflich ausgedrückt :joy:

                  Also. Wenn in dem Datenpunkt bspw. 30 Einträge sind, funktioniert es. Sobald der über irgendeine Länge hinausgeht, knallt es.
                  Gerne versuche ich mal eben zu erläutern, wie ich diesen Datenpunkt mit Daten füttere.

                  Das Javaskript läuft unter global und sieht so aus:

                  // Hauptdatenpunkt unterhalb javascript
                  var datenpunkt = "Ereignisprotokoll.";
                  
                  // Mögliche Protokoll-Texte
                  const texte = ["Aus","Ein","Info"];
                  
                  // Farben zu den Texten (rot, gruen)
                  const farbe = ["#FF0000","#00FF00","#FFFFFF"];
                  
                  // Symbole zu den Texten
                  const symbol = ["&#10006;","&#10004;","&#9432;"];
                   
                  function PowerProtokoll(typ, Text) {
                     // Protokoll abholen
                     var PowerProtokoll_Liste = getState(datenpunkt+"Power").val;
                     var datum = formatDate(new Date(), "TT.MM.JJ hh:mm:ss");
                  
                     // Neues Protokoll generieren
                     let tmp_PowerProtokoll = datum + "<span style=\"display:inline-block;width:25px;margin-left:10px;color:" + farbe[typ] + "\">"
                     + symbol[typ] + "</span>" + Text + "<br>";
                  
                     // Neues Protokoll an den Anfang setzen
                     PowerProtokoll_Liste = tmp_PowerProtokoll + PowerProtokoll_Liste;
                  
                     // Neues Protokoll in Datenpunkt speichern
                     setState(datenpunkt + "Power", PowerProtokoll_Liste);
                  }
                  
                  // Zugehörige Datenpunkte erstellen
                  function erstellePowerDatenpunkte() {
                     // Datenpunkt Protokoll
                     createState(datenpunkt+"Power", "", false, {
                         name: "Steckdosenprotokolle",
                         desc: "Protokoll Funktion über JavaScript",
                         type: "string",
                         role: "text",
                         unit: ""
                     });    
                  }
                  
                  // Lösche Protokoll
                  function loeschePowerProtokoll() {
                     setState(datenpunkt + "Power", "");
                  }
                  
                  // einmaliger Aufruf zum Erstellen der DP's
                  erstellePowerDatenpunkte();
                  
                  // Lösche Protokoll nach 1 Monat - // zum Deaktivieren voranstellen
                  schedule("00 00 1 * *",loeschePowerProtokoll);
                  

                  Um in diesen Logging-Datenpunkt nun Werte bzw. Logeinträge zu schießen, mache ich mit Blockly folgendes:
                  Javascript-Funktion:
                  PowerProtokoll(anausinfo, nachricht);
                  iobroker_logblockly2.png
                  Daten in Datenpunkt schießen:
                  iobroker_logblockly1.png

                  Anzeige im vis:
                  basic-HTML - Widget mit HTML-Inhalt: {javascript.0.Ereignisprotokoll.Power}
                  baut mir optisch den Log in dieser Optik:
                  iobroker_vis2.png

                  Mehr kann ich nun auch nicht mehr dazu sagen :man-shrugging:
                  Außer es gibt noch spezielle Fragen.

                  OliverIOO Offline
                  OliverIOO Offline
                  OliverIO
                  schrieb am zuletzt editiert von
                  #10

                  @hollywoot

                  Skript sieht für mich ok aus.
                  Ich denke da muss @AlCalzone mal reinschauen.

                  Meine Adapter und Widgets
                  TVProgram, SqueezeboxRPC, OpenLiga, RSSFeed, MyTime,, pi-hole2, vis-json-template, skiinfo, vis-mapwidgets, vis-2-widgets-rssfeed
                  Links im Profil

                  1 Antwort Letzte Antwort
                  1
                  • apollon77A Offline
                    apollon77A Offline
                    apollon77
                    schrieb am zuletzt editiert von
                    #11

                    Also ich glaube nicht das das irgendwas mit jsonl oder file zu tun hat ...

                    Zeig bitte mal die Konfig im Vis genau ... also die Geschweiften Klammern sehen mir nach einem "Binding" aus ... Je nachdem in welchem Feld das steht dann kann das so ncht gehen weil es dann als objekt ID interpretiert wird unddie wird versuch zu subscriben .... und dann knallts ...

                    Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                    • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                    • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                    OliverIOO 1 Antwort Letzte Antwort
                    0
                    • apollon77A apollon77

                      Also ich glaube nicht das das irgendwas mit jsonl oder file zu tun hat ...

                      Zeig bitte mal die Konfig im Vis genau ... also die Geschweiften Klammern sehen mir nach einem "Binding" aus ... Je nachdem in welchem Feld das steht dann kann das so ncht gehen weil es dann als objekt ID interpretiert wird unddie wird versuch zu subscriben .... und dann knallts ...

                      OliverIOO Offline
                      OliverIOO Offline
                      OliverIO
                      schrieb am zuletzt editiert von
                      #12

                      @apollon77
                      @hollywoot

                      @hollywoot sagte in ECONNREFUSED nach vis-HTML-Logaufruf:

                      Anzeige im vis:
                      basic-HTML - Widget mit HTML-Inhalt: {javascript.0.Ereignisprotokoll.Power}
                      baut mir optisch den Log in dieser Optik:

                      was im vis ist, hat er schon geschrieben.
                      das seltsame ist, das es erst dann Probleme hat, wenn der datenpunktinhalt (html) größer wird.

                      evtl kann er auch mal ein neues leeres projekt anlegen und nur das eine hinzufügen um die problemquelle weiter zu isolieren.

                      Meine Adapter und Widgets
                      TVProgram, SqueezeboxRPC, OpenLiga, RSSFeed, MyTime,, pi-hole2, vis-json-template, skiinfo, vis-mapwidgets, vis-2-widgets-rssfeed
                      Links im Profil

                      apollon77A 1 Antwort Letzte Antwort
                      0
                      • OliverIOO OliverIO

                        @apollon77
                        @hollywoot

                        @hollywoot sagte in ECONNREFUSED nach vis-HTML-Logaufruf:

                        Anzeige im vis:
                        basic-HTML - Widget mit HTML-Inhalt: {javascript.0.Ereignisprotokoll.Power}
                        baut mir optisch den Log in dieser Optik:

                        was im vis ist, hat er schon geschrieben.
                        das seltsame ist, das es erst dann Probleme hat, wenn der datenpunktinhalt (html) größer wird.

                        evtl kann er auch mal ein neues leeres projekt anlegen und nur das eine hinzufügen um die problemquelle weiter zu isolieren.

                        apollon77A Offline
                        apollon77A Offline
                        apollon77
                        schrieb am zuletzt editiert von
                        #13

                        @oliverio sagte in ECONNREFUSED nach vis-HTML-Logaufruf:

                        was im vis ist, hat er schon geschrieben.

                        Ich will es bitte SEHEN :-)

                        Weil es darum geht in welchem Feld das Binding drin ist

                        Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                        hollywootH 1 Antwort Letzte Antwort
                        0
                        • apollon77A apollon77

                          @oliverio sagte in ECONNREFUSED nach vis-HTML-Logaufruf:

                          was im vis ist, hat er schon geschrieben.

                          Ich will es bitte SEHEN :-)

                          Weil es darum geht in welchem Feld das Binding drin ist

                          hollywootH Offline
                          hollywootH Offline
                          hollywoot
                          schrieb am zuletzt editiert von hollywoot
                          #14

                          @apollon77
                          Moin! Ich versteh nicht ganz was du meinst.
                          Das Binding ist in dem Widget im HTML-Feld eingetragen.
                          Ich mache sonst morgen früh gerne eben einen Screenshot.

                          OliverIOO 1 Antwort Letzte Antwort
                          0
                          • hollywootH hollywoot

                            @apollon77
                            Moin! Ich versteh nicht ganz was du meinst.
                            Das Binding ist in dem Widget im HTML-Feld eingetragen.
                            Ich mache sonst morgen früh gerne eben einen Screenshot.

                            OliverIOO Offline
                            OliverIOO Offline
                            OliverIO
                            schrieb am zuletzt editiert von
                            #15

                            @hollywoot
                            Am besten du fügst unter setup
                            Ein neues Projekt hinzu
                            Fügst das Widget in der gleichen Einstellung
                            Hinzu und testest dann

                            Die Vermutung ist, du hast das Bindung in irgendein id feld eingetragen. Das würde für diese Fehlermeldung sprechen.
                            Das muss nicht in dem Widget sein in dem du denkst das der Fehler auftritt
                            Wenn der Fehler dann noch Auftritt, könntest du das Widget exportieren. Da gibt es einen Knopf dafür.
                            Dann kommen Alle Einstellungen mit.
                            Aber wie gesagt es sollte ein isoliertes Beispiel sein mit nur einem Widget im alle Rand Effekte erst einmal auszuschliessen

                            Meine Adapter und Widgets
                            TVProgram, SqueezeboxRPC, OpenLiga, RSSFeed, MyTime,, pi-hole2, vis-json-template, skiinfo, vis-mapwidgets, vis-2-widgets-rssfeed
                            Links im Profil

                            hollywootH 1 Antwort Letzte Antwort
                            1
                            • OliverIOO OliverIO

                              @hollywoot
                              Am besten du fügst unter setup
                              Ein neues Projekt hinzu
                              Fügst das Widget in der gleichen Einstellung
                              Hinzu und testest dann

                              Die Vermutung ist, du hast das Bindung in irgendein id feld eingetragen. Das würde für diese Fehlermeldung sprechen.
                              Das muss nicht in dem Widget sein in dem du denkst das der Fehler auftritt
                              Wenn der Fehler dann noch Auftritt, könntest du das Widget exportieren. Da gibt es einen Knopf dafür.
                              Dann kommen Alle Einstellungen mit.
                              Aber wie gesagt es sollte ein isoliertes Beispiel sein mit nur einem Widget im alle Rand Effekte erst einmal auszuschliessen

                              hollywootH Offline
                              hollywootH Offline
                              hollywoot
                              schrieb am zuletzt editiert von hollywoot
                              #16

                              @oliverio
                              @apollon77
                              So, guten morgen!

                              Gesagt, getan.
                              Ich habe ein Test-Projekt angelegt und das Binding genau so durchgeführt wie auch im main-Projekt.
                              Es passiert ... genau nichts. Vorerst.
                              Beim Switchen im vis-Edit von Test auf Main, bekam ich wieder die "regular expression" Meldung und es knallte. Das ist jedoch nicht reproduzierbar.
                              Ich habe dann, um den ioBroker zu provozieren, den alten Log mit 10k Einträgen in einen Datenpunkt geschrieben.
                              Promt flog er mir um die Ohren beim Aufruf vom Test-vis. Auch das ist nicht reproduzierbar.
                              Das main-vis scheint genau heute mal ohne Meckern durchzulaufen ... ich packs nicht! Ich habe nichts Gravierendes verändert.

                              Ich hab dann also den alten 10k Log mal wieder ins Main-vis gebracht. Ergebnis: Es passiert nichts. Der ioBroker bleibt stabil. Ich fall wirklich vom Glauben ab. Ich kann es nicht verstehen. :confused: :thinking_face:
                              Ich möchte jetzt den Tag allerdings auch nicht vor dem Abend loben. Ich warte den heutigen Tag und ggf. das Wochenende nochmal ab und würde mich spätestens am Montag nochmal melden. Wenn er bis Montag stabil bleibt, hat sich das Problem wohl wie von Geisterhand gelöst.
                              Noch ist im Betrieb allerdings auch nicht viel los. Mal abwarten.

                              Nichts desto trotz schulde ich euch noch den Screenshot vom vis:


                              vistest.png

                              EDIT:
                              Quasi kurz nach dem Verfassen dieses Beitrags hier, war auch schon wieder vorbei mit der Euphorie.

                              2022-03-25 07:15:38.059  - error: host.iobroker uncaught exception: Invalid regular expression: /^25\.03\.22 06:56:09<span style="display:inline\-block;width:25px;margin\-left:10
                              px;color:#FFFFFF">&#9432;<\/span>-------[kompletter Inhalt des Objektes]-------: Regular expression too large
                                  at /opt/iobroker/node_modules/@iobroker/db-states-jsonl/lib/states/statesInMemServerRedis.js:135:47
                                  at Array.find (<anonymous>)
                                  at StatesInMemoryServer.publishToClients (/opt/iobroker/node_modules/@iobroker/db-states-jsonl/lib/states/statesInMemServerRedis.js:135:25)
                                  at StatesInMemoryServer.publishAll (/opt/iobroker/node_modules/@iobroker/db-base/lib/inMemFileDB.js:459:38)
                                  at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-states-file/lib/states/statesInMemFileDB.js:213:22)
                                  at processImmediate (node:internal/timers:466:21)
                              2022-03-25 07:17:03.324  - error: admin.0 (19471) States database error: connect ECONNREFUSED 0.0.0.0:9000
                              2022-03-25 07:17:03.385  - error: web.0 (20106) States database error: connect ECONNREFUSED 0.0.0.0:9000
                              2022-03-25 07:17:03.392  - error: backitup.0 (19667) Objects database error: connect ECONNREFUSED 0.0.0.0:9001
                              2022-03-25 07:17:03.440  - error: info.0 (19694) States database error: connect ECONNREFUSED 0.0.0.0:9000
                              2022-03-25 07:17:03.453  - error: wireguard.0 (19652) States database error: connect ECONNREFUSED 0.0.0.0:9000
                              2022-03-25 07:17:03.456  - error: javascript.0 (19366) States database error: connect ECONNREFUSED 0.0.0.0:9000
                              2022-03-25 07:17:03.461  - error: web.0 (20106) Objects database error: connect ECONNREFUSED 0.0.0.0:9001
                              2022-03-25 07:17:03.460  - error: simple-api.0 (19713) States database error: connect ECONNREFUSED 0.0.0.0:9000
                              2022-03-25 07:17:03.467  - error: info.0 (19694) Objects database error: connect ECONNREFUSED 0.0.0.0:9001
                              2022-03-25 07:17:03.475  - error: wireguard.0 (19652) Objects database error: connect ECONNREFUSED 0.0.0.0:9001
                              2022-03-25 07:17:03.473  - error: ping.0 (19625) Objects database error: connect ECONNREFUSED 0.0.0.0:9001
                              2022-03-25 07:17:03.483  - error: javascript.0 (19366) Objects database error: connect ECONNREFUSED 0.0.0.0:9001
                              2022-03-25 07:17:03.481  - error: backitup.0 (19667) States database error: connect ECONNREFUSED 0.0.0.0:9000
                              2022-03-25 07:17:03.486  - error: telegram.0 (19423) Objects database error: connect ECONNREFUSED 0.0.0.0:9001
                              2022-03-25 07:17:03.489  - error: pushover.0 (19537) States database error: connect ECONNREFUSED 0.0.0.0:9000
                              2022-03-25 07:17:03.492  - error: text2command.0 (19788) States database error: connect ECONNREFUSED 0.0.0.0:9000
                              2022-03-25 07:17:03.495  - error: ping.0 (19625) States database error: connect ECONNREFUSED 0.0.0.0:9000
                              2022-03-25 07:17:03.499  - error: pushover.0 (19537) Objects database error: connect ECONNREFUSED 0.0.0.0:9001
                              2022-03-25 07:17:03.502  - error: telegram.0 (19423) States database error: connect ECONNREFUSED 0.0.0.0:9000
                              2022-03-25 07:17:08.292  - error: admin.0 (19471) Objects database error: connect ECONNREFUSED 0.0.0.0:9001
                              2022-03-25 07:17:08.306  - error: simple-api.0 (19713) Objects database error: connect ECONNREFUSED 0.0.0.0:9001
                              2022-03-25 07:17:08.320  - error: text2command.0 (19788) Objects database error: connect ECONNREFUSED 0.0.0.0:9001
                              2022-03-25 07:17:08.327  - error: admin.0 (19471) States database error: connect ECONNREFUSED 0.0.0.0:9000
                              2022-03-25 07:17:08.329  - warn: admin.0 (19471) get state error: Connection is closed.
                              2022-03-25 07:17:08.330  - warn: admin.0 (19471) get state error: DB closed
                              ...
                              ...
                              ...
                              2022-03-25 07:17:08.340  - warn: admin.0 (19471) get state error: DB closed
                              2022-03-25 07:17:08.357  - warn: admin.0 (19471) REAUTHENTICATE!
                              2022-03-25 07:17:08.387  - error: web.0 (20106) States database error: connect ECONNREFUSED 0.0.0.0:9000
                              2022-03-25 07:17:08.394  - error: backitup.0 (19667) Objects database error: connect ECONNREFUSED 0.0.0.0:9001
                              2022-03-25 07:17:08.390  - warn: web.0 (20106) get state error: DB closed
                              ...
                              ...
                              ...
                              2022-03-25 07:17:08.443  - error: info.0 (19694) States database error: connect ECONNREFUSED 0.0.0.0:9000
                              2022-03-25 07:17:08.449  - error: web.0 (20106) uncaught exception: write EPIPE
                              2022-03-25 07:17:08.450  - error: web.0 (20106) Error: write EPIPE
                                  at afterWriteDispatched (node:internal/stream_base_commons:160:15)
                                  at writeGeneric (node:internal/stream_base_commons:151:3)
                                  at Socket._writeGeneric (node:net:795:11)
                                  at Socket._write (node:net:807:8)
                                  at writeOrBuffer (node:internal/streams/writable:389:12)
                                  at _write (node:internal/streams/writable:330:10)
                                  at Socket.Writable.write (node:internal/streams/writable:334:10)
                                  at console.value (node:internal/console/constructor:286:16)
                                  at console.warn (node:internal/console/constructor:365:26)
                                  at Function.logerror (/opt/iobroker/node_modules/express/lib/application.js:630:43)
                              2022-03-25 07:17:08.450  - error: web.0 (20106) Exception-Code: EPIPE: write EPIPE
                              2022-03-25 07:17:08.452  - error: web.0 (20106) uncaught exception: write EPIPE
                              2022-03-25 07:17:08.452  - error: web.0 (20106) Error: write EPIPE
                                  at afterWriteDispatched (node:internal/stream_base_commons:160:15)
                                  at writeGeneric (node:internal/stream_base_commons:151:3)
                                  at Socket._writeGeneric (node:net:795:11)
                                  at Socket._write (node:net:807:8)
                                  at writeOrBuffer (node:internal/streams/writable:389:12)
                                  at _write (node:internal/streams/writable:330:10)
                                  at Socket.Writable.write (node:internal/streams/writable:334:10)
                                  at console.value (node:internal/console/constructor:286:16)
                                  at console.warn (node:internal/console/constructor:365:26)
                                  at Function.logerror (/opt/iobroker/node_modules/express/lib/application.js:630:43)
                              2022-03-25 07:17:08.452  - error: web.0 (20106) Exception-Code: EPIPE: write EPIPE
                              2022-03-25 07:17:08.457  - error: javascript.0 (19366) States database error: connect ECONNREFUSED 0.0.0.0:9000
                              2022-03-25 07:17:08.458  - error: wireguard.0 (19652) States database error: connect ECONNREFUSED 0.0.0.0:9000
                              2022-03-25 07:17:08.463  - error: simple-api.0 (19713) States database error: connect ECONNREFUSED 0.0.0.0:9000
                              2022-03-25 07:17:08.466  - error: web.0 (20106) Objects database error: connect ECONNREFUSED 0.0.0.0:9001
                              
                              und das geht so weiter mit jedem Adapter.
                              

                              Das war im main-vis.
                              Ich hab das Logging im Main-vis nun abgeschaltet und werde einige Tage mit dem Test-vis arbeiten.

                              EDIT2:
                              Auch im Test-vis fliegt mir alles auseinander.
                              Hier mal der Export:

                              [{"tpl":"tplHtml","data":{"g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":true,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","refreshInterval":"0","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html":"{javascript.0.Ereignisprotokoll.Power}"},"style":{"left":"9px","top":"6px","width":"1000px","height":"384px","overflow-x":"","overflow-y":"visible","color":"#ffffff","border-width":"2px","border-style":"solid","border-color":"#ffffff"},"widgetSet":"basic"}]
                              


                              Es fliegt mir sogar im vis-Edit um die Ohren.

                              Noch was: wir betreiben hier einen Multi-Host-Betrieb. Ist vielleicht nicht unwichtig.
                              Dazu habe ich gerade folgendes im Log entdecken können:

                              2022-03-25 08:01:35.996  - error: sql.0 (1507) Connection is closed.
                              2022-03-25 08:01:35.997  - error: sql.0 (1507) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                              2022-03-25 08:01:35.998  - error: sql.0 (1507) unhandled promise rejection: Objects DB is not allowed to start in the current Multihost environment
                              2022-03-25 08:01:35.999  - error: sql.0 (1507) Error: Objects DB is not allowed to start in the current Multihost environment
                                  at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:632:23)
                                  at runMicrotasks (<anonymous>)
                                  at processTicksAndRejections (node:internal/process/task_queues:96:5
                              
                              apollon77A 1 Antwort Letzte Antwort
                              0
                              • hollywootH hollywoot

                                @oliverio
                                @apollon77
                                So, guten morgen!

                                Gesagt, getan.
                                Ich habe ein Test-Projekt angelegt und das Binding genau so durchgeführt wie auch im main-Projekt.
                                Es passiert ... genau nichts. Vorerst.
                                Beim Switchen im vis-Edit von Test auf Main, bekam ich wieder die "regular expression" Meldung und es knallte. Das ist jedoch nicht reproduzierbar.
                                Ich habe dann, um den ioBroker zu provozieren, den alten Log mit 10k Einträgen in einen Datenpunkt geschrieben.
                                Promt flog er mir um die Ohren beim Aufruf vom Test-vis. Auch das ist nicht reproduzierbar.
                                Das main-vis scheint genau heute mal ohne Meckern durchzulaufen ... ich packs nicht! Ich habe nichts Gravierendes verändert.

                                Ich hab dann also den alten 10k Log mal wieder ins Main-vis gebracht. Ergebnis: Es passiert nichts. Der ioBroker bleibt stabil. Ich fall wirklich vom Glauben ab. Ich kann es nicht verstehen. :confused: :thinking_face:
                                Ich möchte jetzt den Tag allerdings auch nicht vor dem Abend loben. Ich warte den heutigen Tag und ggf. das Wochenende nochmal ab und würde mich spätestens am Montag nochmal melden. Wenn er bis Montag stabil bleibt, hat sich das Problem wohl wie von Geisterhand gelöst.
                                Noch ist im Betrieb allerdings auch nicht viel los. Mal abwarten.

                                Nichts desto trotz schulde ich euch noch den Screenshot vom vis:


                                vistest.png

                                EDIT:
                                Quasi kurz nach dem Verfassen dieses Beitrags hier, war auch schon wieder vorbei mit der Euphorie.

                                2022-03-25 07:15:38.059  - error: host.iobroker uncaught exception: Invalid regular expression: /^25\.03\.22 06:56:09<span style="display:inline\-block;width:25px;margin\-left:10
                                px;color:#FFFFFF">&#9432;<\/span>-------[kompletter Inhalt des Objektes]-------: Regular expression too large
                                    at /opt/iobroker/node_modules/@iobroker/db-states-jsonl/lib/states/statesInMemServerRedis.js:135:47
                                    at Array.find (<anonymous>)
                                    at StatesInMemoryServer.publishToClients (/opt/iobroker/node_modules/@iobroker/db-states-jsonl/lib/states/statesInMemServerRedis.js:135:25)
                                    at StatesInMemoryServer.publishAll (/opt/iobroker/node_modules/@iobroker/db-base/lib/inMemFileDB.js:459:38)
                                    at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-states-file/lib/states/statesInMemFileDB.js:213:22)
                                    at processImmediate (node:internal/timers:466:21)
                                2022-03-25 07:17:03.324  - error: admin.0 (19471) States database error: connect ECONNREFUSED 0.0.0.0:9000
                                2022-03-25 07:17:03.385  - error: web.0 (20106) States database error: connect ECONNREFUSED 0.0.0.0:9000
                                2022-03-25 07:17:03.392  - error: backitup.0 (19667) Objects database error: connect ECONNREFUSED 0.0.0.0:9001
                                2022-03-25 07:17:03.440  - error: info.0 (19694) States database error: connect ECONNREFUSED 0.0.0.0:9000
                                2022-03-25 07:17:03.453  - error: wireguard.0 (19652) States database error: connect ECONNREFUSED 0.0.0.0:9000
                                2022-03-25 07:17:03.456  - error: javascript.0 (19366) States database error: connect ECONNREFUSED 0.0.0.0:9000
                                2022-03-25 07:17:03.461  - error: web.0 (20106) Objects database error: connect ECONNREFUSED 0.0.0.0:9001
                                2022-03-25 07:17:03.460  - error: simple-api.0 (19713) States database error: connect ECONNREFUSED 0.0.0.0:9000
                                2022-03-25 07:17:03.467  - error: info.0 (19694) Objects database error: connect ECONNREFUSED 0.0.0.0:9001
                                2022-03-25 07:17:03.475  - error: wireguard.0 (19652) Objects database error: connect ECONNREFUSED 0.0.0.0:9001
                                2022-03-25 07:17:03.473  - error: ping.0 (19625) Objects database error: connect ECONNREFUSED 0.0.0.0:9001
                                2022-03-25 07:17:03.483  - error: javascript.0 (19366) Objects database error: connect ECONNREFUSED 0.0.0.0:9001
                                2022-03-25 07:17:03.481  - error: backitup.0 (19667) States database error: connect ECONNREFUSED 0.0.0.0:9000
                                2022-03-25 07:17:03.486  - error: telegram.0 (19423) Objects database error: connect ECONNREFUSED 0.0.0.0:9001
                                2022-03-25 07:17:03.489  - error: pushover.0 (19537) States database error: connect ECONNREFUSED 0.0.0.0:9000
                                2022-03-25 07:17:03.492  - error: text2command.0 (19788) States database error: connect ECONNREFUSED 0.0.0.0:9000
                                2022-03-25 07:17:03.495  - error: ping.0 (19625) States database error: connect ECONNREFUSED 0.0.0.0:9000
                                2022-03-25 07:17:03.499  - error: pushover.0 (19537) Objects database error: connect ECONNREFUSED 0.0.0.0:9001
                                2022-03-25 07:17:03.502  - error: telegram.0 (19423) States database error: connect ECONNREFUSED 0.0.0.0:9000
                                2022-03-25 07:17:08.292  - error: admin.0 (19471) Objects database error: connect ECONNREFUSED 0.0.0.0:9001
                                2022-03-25 07:17:08.306  - error: simple-api.0 (19713) Objects database error: connect ECONNREFUSED 0.0.0.0:9001
                                2022-03-25 07:17:08.320  - error: text2command.0 (19788) Objects database error: connect ECONNREFUSED 0.0.0.0:9001
                                2022-03-25 07:17:08.327  - error: admin.0 (19471) States database error: connect ECONNREFUSED 0.0.0.0:9000
                                2022-03-25 07:17:08.329  - warn: admin.0 (19471) get state error: Connection is closed.
                                2022-03-25 07:17:08.330  - warn: admin.0 (19471) get state error: DB closed
                                ...
                                ...
                                ...
                                2022-03-25 07:17:08.340  - warn: admin.0 (19471) get state error: DB closed
                                2022-03-25 07:17:08.357  - warn: admin.0 (19471) REAUTHENTICATE!
                                2022-03-25 07:17:08.387  - error: web.0 (20106) States database error: connect ECONNREFUSED 0.0.0.0:9000
                                2022-03-25 07:17:08.394  - error: backitup.0 (19667) Objects database error: connect ECONNREFUSED 0.0.0.0:9001
                                2022-03-25 07:17:08.390  - warn: web.0 (20106) get state error: DB closed
                                ...
                                ...
                                ...
                                2022-03-25 07:17:08.443  - error: info.0 (19694) States database error: connect ECONNREFUSED 0.0.0.0:9000
                                2022-03-25 07:17:08.449  - error: web.0 (20106) uncaught exception: write EPIPE
                                2022-03-25 07:17:08.450  - error: web.0 (20106) Error: write EPIPE
                                    at afterWriteDispatched (node:internal/stream_base_commons:160:15)
                                    at writeGeneric (node:internal/stream_base_commons:151:3)
                                    at Socket._writeGeneric (node:net:795:11)
                                    at Socket._write (node:net:807:8)
                                    at writeOrBuffer (node:internal/streams/writable:389:12)
                                    at _write (node:internal/streams/writable:330:10)
                                    at Socket.Writable.write (node:internal/streams/writable:334:10)
                                    at console.value (node:internal/console/constructor:286:16)
                                    at console.warn (node:internal/console/constructor:365:26)
                                    at Function.logerror (/opt/iobroker/node_modules/express/lib/application.js:630:43)
                                2022-03-25 07:17:08.450  - error: web.0 (20106) Exception-Code: EPIPE: write EPIPE
                                2022-03-25 07:17:08.452  - error: web.0 (20106) uncaught exception: write EPIPE
                                2022-03-25 07:17:08.452  - error: web.0 (20106) Error: write EPIPE
                                    at afterWriteDispatched (node:internal/stream_base_commons:160:15)
                                    at writeGeneric (node:internal/stream_base_commons:151:3)
                                    at Socket._writeGeneric (node:net:795:11)
                                    at Socket._write (node:net:807:8)
                                    at writeOrBuffer (node:internal/streams/writable:389:12)
                                    at _write (node:internal/streams/writable:330:10)
                                    at Socket.Writable.write (node:internal/streams/writable:334:10)
                                    at console.value (node:internal/console/constructor:286:16)
                                    at console.warn (node:internal/console/constructor:365:26)
                                    at Function.logerror (/opt/iobroker/node_modules/express/lib/application.js:630:43)
                                2022-03-25 07:17:08.452  - error: web.0 (20106) Exception-Code: EPIPE: write EPIPE
                                2022-03-25 07:17:08.457  - error: javascript.0 (19366) States database error: connect ECONNREFUSED 0.0.0.0:9000
                                2022-03-25 07:17:08.458  - error: wireguard.0 (19652) States database error: connect ECONNREFUSED 0.0.0.0:9000
                                2022-03-25 07:17:08.463  - error: simple-api.0 (19713) States database error: connect ECONNREFUSED 0.0.0.0:9000
                                2022-03-25 07:17:08.466  - error: web.0 (20106) Objects database error: connect ECONNREFUSED 0.0.0.0:9001
                                
                                und das geht so weiter mit jedem Adapter.
                                

                                Das war im main-vis.
                                Ich hab das Logging im Main-vis nun abgeschaltet und werde einige Tage mit dem Test-vis arbeiten.

                                EDIT2:
                                Auch im Test-vis fliegt mir alles auseinander.
                                Hier mal der Export:

                                [{"tpl":"tplHtml","data":{"g_fixed":false,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":true,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","refreshInterval":"0","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html":"{javascript.0.Ereignisprotokoll.Power}"},"style":{"left":"9px","top":"6px","width":"1000px","height":"384px","overflow-x":"","overflow-y":"visible","color":"#ffffff","border-width":"2px","border-style":"solid","border-color":"#ffffff"},"widgetSet":"basic"}]
                                


                                Es fliegt mir sogar im vis-Edit um die Ohren.

                                Noch was: wir betreiben hier einen Multi-Host-Betrieb. Ist vielleicht nicht unwichtig.
                                Dazu habe ich gerade folgendes im Log entdecken können:

                                2022-03-25 08:01:35.996  - error: sql.0 (1507) Connection is closed.
                                2022-03-25 08:01:35.997  - error: sql.0 (1507) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                2022-03-25 08:01:35.998  - error: sql.0 (1507) unhandled promise rejection: Objects DB is not allowed to start in the current Multihost environment
                                2022-03-25 08:01:35.999  - error: sql.0 (1507) Error: Objects DB is not allowed to start in the current Multihost environment
                                    at Redis.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:632:23)
                                    at runMicrotasks (<anonymous>)
                                    at processTicksAndRejections (node:internal/process/task_queues:96:5
                                
                                apollon77A Offline
                                apollon77A Offline
                                apollon77
                                schrieb am zuletzt editiert von apollon77
                                #17

                                @hollywoot sagte in ECONNREFUSED nach vis-HTML-Logaufruf:

                                2022-03-25 07:15:38.059 - error: host.iobroker uncaught exception: Invalid regular expression: /^25.03.22 06:56:09<span style="display:inline-block;width:25px;margin-left:10

                                Also ich wäre imme rnoch bei"Bitte zeig doch mal GENAU wie es aussieht bzw machnen vis export von dem testprojekt. Irgedwie versucht "jemand"/"etwas" mit dem Inhalt deines Logstates einen Subscribe zu machen und das endet in einer ungültigen bzw zu grossen regex für den Check ... Also es geht darum rauszufinden WARUM etwas versucht mit dem inhalt zu subscriben. Das kann an sich nur passieren wenn du den Inhalt über Binding in einem Feld hast wo Vis eine Objekt-ID erwartet !!

                                Ist also entweder ein Bug in einem Widget oder ein Konfigurationsproblem.
                                (Dafür das der Controller solche Fälle, die bisher noch nie aufgetereten sind, abfängt habe ich auch ein GitHub Issue beim Controller gemacht, das würde aber dann dennoch das Log zuspammen oder subscribes "knallen" lassen. Also es gilt rauszufinden was der Auslöser ist)

                                Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                1 Antwort Letzte Antwort
                                0
                                • apollon77A Offline
                                  apollon77A Offline
                                  apollon77
                                  schrieb am zuletzt editiert von
                                  #18

                                  Also am besten brauchen wir neben ggf nem Screenshot um "offensichtliche Missconfig" auszuschliessen einen Export einer Vis wo das Problem auftritt zusammen mit nem beispielinhalt eines solchen States wo es passiert. Hier posten oder mir per E-Mail zusenden bitte (iobroker@fischer-ka.de + info@iobroker.net)

                                  Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                  • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                  • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                  hollywootH 1 Antwort Letzte Antwort
                                  0
                                  • apollon77A apollon77

                                    Also am besten brauchen wir neben ggf nem Screenshot um "offensichtliche Missconfig" auszuschliessen einen Export einer Vis wo das Problem auftritt zusammen mit nem beispielinhalt eines solchen States wo es passiert. Hier posten oder mir per E-Mail zusenden bitte (iobroker@fischer-ka.de + info@iobroker.net)

                                    hollywootH Offline
                                    hollywootH Offline
                                    hollywoot
                                    schrieb am zuletzt editiert von hollywoot
                                    #19

                                    @apollon77
                                    Allright!
                                    Hier der Inhalt des Objektes:

                                    25.03.22 08:05:52<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--- Skript Neustart ---<br>25.03.22 08:02:15<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--- Skript Neustart ---<br>25.03.22 07:53:30<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--- Skript Neustart ---<br>25.03.22 07:50:28<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--- Skript Neustart ---<br>25.03.22 07:46:14<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--- Skript Neustart ---<br>25.03.22 07:35:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--- Skript Neustart ---<br>25.03.22 06:56:09<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--- Skript Neustart ---<br>25.03.22 06:51:37<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--- Skript Neustart ---<br>25.03.22 06:16:55<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>25.03.22 06:11:22<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>X.Leit-06.POWER<br>25.03.22 06:11:21<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>X.Leit-05.POWER<br>25.03.22 06:11:16<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>M.StkKO-M.POWER<br>25.03.22 06:11:15<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>M.StkKI-M.POWER<br>25.03.22 06:11:14<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>M.StkCh-M.POWER<br>25.03.22 06:11:13<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>L.StkPi-L.POWER<br>25.03.22 06:11:12<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>L.StkKO-L.POWER<br>25.03.22 06:11:11<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>L.StkKI-L.POWER<br>25.03.22 06:11:10<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>L.StkCh-L.POWER<br>25.03.22 06:11:09<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>F.StkPi-F.POWER<br>25.03.22 06:11:08<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>F.StkKO-F.POWER<br>25.03.22 06:11:07<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>F.StkKI-F.POWER<br>25.03.22 06:11:06<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>F.StkCh-F.POWER<br>25.03.22 06:11:05<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>D.StkPi-D.POWER<br>25.03.22 06:11:04<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>D.StkKO-D.POWER<br>25.03.22 06:11:03<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>D.StkKI-D.POWER<br>25.03.22 06:11:02<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>D.StkCh-D.POWER<br>25.03.22 06:11:01<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>C.StkPi-C.POWER<br>25.03.22 06:11:00<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>C.StkKO-C.POWER<br>25.03.22 06:10:59<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>C.StkKI-C.POWER<br>25.03.22 06:10:58<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>C.StkCh-C.POWER<br>25.03.22 06:10:57<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>A.StkPi-A.POWER<br>25.03.22 06:10:56<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>A.StkKO-A.POWER<br>25.03.22 06:10:55<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>A.StkKI-A.POWER<br>25.03.22 06:10:54<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>A.StkCh-A.POWER<br>25.03.22 06:10:53<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-30.POWER<br>25.03.22 06:10:52<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-29.POWER<br>25.03.22 06:10:51<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-26.POWER<br>25.03.22 06:10:50<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-23.POWER<br>25.03.22 06:10:49<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-22.POWER<br>25.03.22 06:10:48<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-21.POWER<br>25.03.22 06:10:47<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-20.POWER<br>25.03.22 06:10:46<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-14.POWER<br>25.03.22 06:10:45<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-13.POWER<br>25.03.22 06:10:44<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-12.POWER<br>25.03.22 06:10:43<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-11.POWER<br>25.03.22 06:10:42<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-10.POWER<br>25.03.22 06:10:41<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-09.POWER<br>25.03.22 06:10:40<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-08.POWER<br>25.03.22 06:10:39<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-07.POWER<br>25.03.22 06:10:38<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-06.POWER<br>25.03.22 06:10:37<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-05.POWER<br>25.03.22 06:10:36<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-04.POWER<br>25.03.22 06:10:35<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-03.POWER<br>25.03.22 06:10:34<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-02.POWER<br>25.03.22 06:10:33<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-01.POWER<br>25.03.22 06:10:32<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>K.StkPi-K.POWER<br>25.03.22 06:10:31<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>K.StkKO-K.POWER<br>25.03.22 06:10:30<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>K.StkKI-K.POWER<br>25.03.22 06:10:29<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>K.StkCh-K.POWER<br>25.03.22 06:10:27<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>I.StkPiI-09.POWER<br>25.03.22 06:10:26<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>I.StkPiI-08.POWER<br>25.03.22 06:10:25<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>I.StkPiI-07.POWER<br>25.03.22 06:10:24<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>I.StkPiI-06.POWER<br>25.03.22 06:10:23<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>I.StkPiI-05.POWER<br>25.03.22 06:10:22<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>I.StkPiI-04.POWER<br>25.03.22 06:10:21<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>I.StkPiI-03.POWER<br>25.03.22 06:10:18<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>X.Leit-04.POWER<br>25.03.22 06:10:17<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>X.Leit-02.POWER<br>25.03.22 06:10:16<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>X.Leit-01.POWER<br>25.03.22 06:10:15<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>P.StkChStkPi-P.POWER<br>25.03.22 06:10:14<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>G.StkT-G.POWER<br>25.03.22 06:10:13<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>G.StkPi-G.POWER<br>25.03.22 06:10:12<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>G.StkKIOut-G.POWER<br>25.03.22 06:10:11<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>G.StkCh-G.POWER<br>25.03.22 06:10:10<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>E.StkT-E.POWER<br>25.03.22 06:10:09<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>E.StkPi-E.POWER<br>25.03.22 06:10:08<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>E.StkKO-E.POWER<br>25.03.22 06:10:07<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>E.StkKI-E.POWER<br>25.03.22 06:10:06<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>E.StkCh-E2.POWER<br>25.03.22 06:10:05<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>E.StkCh-E.POWER<br>25.03.22 06:10:04<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>B.StkPi-B.POWER<br>25.03.22 06:10:03<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>B.StkKO-B.POWER<br>25.03.22 06:10:02<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>B.StkKI-B.POWER<br>25.03.22 06:10:01<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>B.StkCh-B2.POWER<br>25.03.22 06:10:00<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>B.StkCh-B.POWER<br>24.03.22 21:31:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 21:26:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 21:25:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 21:16:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 21:15:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 21:10:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 21:05:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 21:00:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 20:56:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 20:55:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 20:46:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 20:45:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 20:40:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 20:36:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 20:35:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 20:31:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 20:30:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 20:26:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 20:25:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 20:20:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 20:15:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 20:10:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 20:05:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 20:01:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 20:00:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 19:55:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 19:50:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 19:45:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 19:40:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 19:36:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 19:35:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 19:30:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 19:25:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 19:20:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 19:16:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 19:15:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 19:10:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 19:00:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 18:56:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 18:55:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 18:45:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 18:40:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 18:35:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 18:30:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 18:21:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 18:20:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 18:15:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 18:11:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 18:05:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 18:00:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 17:55:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 17:50:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 17:46:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 17:45:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 17:40:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 17:35:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 17:34:29<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 17:34:26<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>Leit-06 POWER --- 15/51<br>24.03.22 17:34:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>Leit-05 POWER --- 8/55.7<br>24.03.22 17:34:08<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKO-M POWER --- 2/31.5<br>24.03.22 17:34:05<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKI-M POWER --- 12/40.8<br>24.03.22 17:34:02<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkCh-M POWER --- 19/48.8<br>24.03.22 17:33:59<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPi-L POWER --- 0/0<br>24.03.22 17:33:56<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKO-L POWER --- 0/0<br>24.03.22 17:33:53<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKI-L POWER --- 0/0<br>24.03.22 17:33:50<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkCh-L POWER --- 0/0<br>24.03.22 17:33:47<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPi-F POWER --- 29/73.6<br>24.03.22 17:33:44<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKO-F POWER --- 2/58<br>24.03.22 17:33:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKI-F POWER --- 153/182<br>24.03.22 17:33:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkCh-F POWER --- 64/120.3<br>24.03.22 17:33:35<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPi-D POWER --- 30/95.1<br>24.03.22 17:33:32<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKO-D POWER --- 3/50.1<br>24.03.22 17:33:29<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKI-D POWER --- 147/185.8<br>24.03.22 17:33:26<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkCh-D POWER --- 2/30<br>24.03.22 17:33:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPi-C POWER --- 35/90.2<br>24.03.22 17:33:20<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKO-C POWER --- 3/67.8<br>24.03.22 17:33:17<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKI-C POWER --- 157/199.3<br>24.03.22 17:33:14<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkCh-C POWER --- 2/55.5<br>24.03.22 17:33:11<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPi-A POWER --- 34/87.4<br>24.03.22 17:33:08<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKO-A POWER --- 2/50.5<br>24.03.22 17:33:05<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKI-A POWER --- 158/206.3<br>24.03.22 17:33:02<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkCh-A POWER --- 13/50.4<br>24.03.22 17:32:59<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-30 POWER --- 5/51<br>24.03.22 17:32:56<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-29 POWER --- 24/78<br>24.03.22 17:32:53<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-26 POWER --- 4/33.4<br>24.03.22 17:32:50<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-23 POWER --- 21/68.2<br>24.03.22 17:32:47<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-22 POWER --- 28/74.9<br>24.03.22 17:32:44<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-21 POWER --- 31/78.7<br>24.03.22 17:32:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-20 POWER --- 14/83.3<br>24.03.22 17:32:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-14 POWER --- 21/87.8<br>24.03.22 17:32:35<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-13 POWER --- 61/94.2<br>24.03.22 17:32:32<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-12 POWER --- 22/58.9<br>24.03.22 17:32:29<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-11 POWER --- 30/105.6<br>24.03.22 17:32:26<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-10 POWER --- 24/82.3<br>24.03.22 17:32:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-09 POWER --- 24/98.9<br>24.03.22 17:32:20<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-08 POWER --- 23/86.9<br>24.03.22 17:32:17<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-07 POWER --- 37/119.3<br>24.03.22 17:32:14<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-06 POWER --- 57/111.8<br>24.03.22 17:32:11<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-05 POWER --- 34/108.8<br>24.03.22 17:32:08<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-04 POWER --- 64/103.8<br>24.03.22 17:32:05<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-03 POWER --- 32/111.7<br>24.03.22 17:32:02<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-02 POWER --- 18/84.5<br>24.03.22 17:31:59<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-01 POWER --- 52/140.8<br>24.03.22 17:31:56<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPi-K POWER --- 27/76.4<br>24.03.22 17:31:53<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKO-K POWER --- 7/39.6<br>24.03.22 17:31:50<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKI-K POWER --- 111/161.6<br>24.03.22 17:31:47<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkCh-K POWER --- 6/44.7<br>24.03.22 17:31:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-09 POWER --- 3/50<br>24.03.22 17:31:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-08 POWER --- 0/0<br>24.03.22 17:31:35<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-07 POWER --- 33/96.5<br>24.03.22 17:31:32<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-06 POWER --- 0/0<br>24.03.22 17:31:29<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-05 POWER --- 40/103.4<br>24.03.22 17:31:26<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>24.03.22 17:31:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-03 POWER --- 40/79.5<br>24.03.22 17:31:17<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkBa-I POWER --- 10/95.1<br>24.03.22 17:31:14<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>Leit-04 POWER --- 10/75.9<br>24.03.22 17:31:11<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>Leit-02 POWER --- 13/45.2<br>24.03.22 17:31:08<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>Leit-01 POWER --- 0/8.4<br>24.03.22 17:31:05<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkChStkPi-P POWER --- 59/157.2<br>24.03.22 17:31:02<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkT-G POWER --- 5/51.2<br>24.03.22 17:30:59<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPi-G POWER --- 24/91.5<br>24.03.22 17:30:56<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKIOut-G POWER --- 109/247.4<br>24.03.22 17:30:53<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkCh-G POWER --- 5/42<br>24.03.22 17:30:50<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkT-E POWER --- 0/3.2<br>24.03.22 17:30:47<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPi-E POWER --- 13/61.1<br>24.03.22 17:30:44<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKO-E POWER --- 26/108.1<br>24.03.22 17:30:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKI-E POWER --- 190/240.6<br>24.03.22 17:30:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkCh-E2 POWER --- 3/64.5<br>24.03.22 17:30:35<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkCh-E POWER --- 12/73.9<br>24.03.22 17:30:32<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPi-B POWER --- 19/81.6<br>24.03.22 17:30:29<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKO-B POWER --- 10/81.7<br>24.03.22 17:30:26<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKI-B POWER --- 1/11.7<br>24.03.22 17:30:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkCh-B2 POWER --- 3/53.3<br>24.03.22 17:30:20<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkCh-B POWER --- 3/57.2<br>24.03.22 10:57:11<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--- Skript Neustart ---<br>24.03.22 10:55:26<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--- Skript Neustart ---<br>24.03.22 07:50:11<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--- Skript Neustart ---<br>24.03.22 07:17:13<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--- Skript Neustart ---<br>24.03.22 07:13:12<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--- Skript Neustart ---<br>24.03.22 06:54:46<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--- Skript Neustart ---<br>24.03.22 06:52:57<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--- Skript Neustart ---<br>24.03.22 06:16:55<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>24.03.22 06:11:22<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>X.Leit-06.POWER<br>24.03.22 06:11:21<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>X.Leit-05.POWER<br>24.03.22 06:11:16<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>M.StkKO-M.POWER<br>24.03.22 06:11:15<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>M.StkKI-M.POWER<br>24.03.22 06:11:14<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>M.StkCh-M.POWER<br>24.03.22 06:11:13<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>L.StkPi-L.POWER<br>24.03.22 06:11:12<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>L.StkKO-L.POWER<br>24.03.22 06:11:11<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>L.StkKI-L.POWER<br>24.03.22 06:11:10<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>L.StkCh-L.POWER<br>24.03.22 06:11:09<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>F.StkPi-F.POWER<br>24.03.22 06:11:08<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>F.StkKO-F.POWER<br>24.03.22 06:11:07<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>F.StkKI-F.POWER<br>24.03.22 06:11:06<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>F.StkCh-F.POWER<br>24.03.22 06:11:05<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>D.StkPi-D.POWER<br>24.03.22 06:11:04<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>D.StkKO-D.POWER<br>24.03.22 06:11:03<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>D.StkKI-D.POWER<br>24.03.22 06:11:02<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>D.StkCh-D.POWER<br>24.03.22 06:11:01<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>C.StkPi-C.POWER<br>24.03.22 06:11:00<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>C.StkKO-C.POWER<br>24.03.22 06:10:59<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>C.StkKI-C.POWER<br>24.03.22 06:10:58<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>C.StkCh-C.POWER<br>24.03.22 06:10:57<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>A.StkPi-A.POWER<br>24.03.22 06:10:56<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>A.StkKO-A.POWER<br>24.03.22 06:10:55<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>A.StkKI-A.POWER<br>24.03.22 06:10:54<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>A.StkCh-A.POWER<br>24.03.22 06:10:53<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-30.POWER<br>24.03.22 06:10:52<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-29.POWER<br>24.03.22 06:10:51<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-26.POWER<br>24.03.22 06:10:50<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-23.POWER<br>24.03.22 06:10:49<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-22.POWER<br>24.03.22 06:10:48<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-21.POWER<br>24.03.22 06:10:47<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-20.POWER<br>24.03.22 06:10:46<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-14.POWER<br>24.03.22 06:10:45<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-13.POWER<br>24.03.22 06:10:44<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-12.POWER<br>24.03.22 06:10:43<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-11.POWER<br>24.03.22 06:10:42<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-10.POWER<br>24.03.22 06:10:41<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-09.POWER<br>24.03.22 06:10:40<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-08.POWER<br>24.03.22 06:10:39<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-07.POWER<br>24.03.22 06:10:38<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-06.POWER<br>24.03.22 06:10:37<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-05.POWER<br>24.03.22 06:10:36<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-04.POWER<br>24.03.22 06:10:35<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-03.POWER<br>24.03.22 06:10:34<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-02.POWER<br>24.03.22 06:10:33<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>V.StkPk-01.POWER<br>24.03.22 06:10:32<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>K.StkPi-K.POWER<br>24.03.22 06:10:31<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>K.StkKO-K.POWER<br>24.03.22 06:10:30<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>K.StkKI-K.POWER<br>24.03.22 06:10:29<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>K.StkCh-K.POWER<br>24.03.22 06:10:27<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>I.StkPiI-09.POWER<br>24.03.22 06:10:26<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>I.StkPiI-08.POWER<br>24.03.22 06:10:25<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>I.StkPiI-07.POWER<br>24.03.22 06:10:24<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>I.StkPiI-06.POWER<br>24.03.22 06:10:23<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>I.StkPiI-05.POWER<br>24.03.22 06:10:21<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>I.StkPiI-03.POWER<br>24.03.22 06:10:15<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>P.StkChStkPi-P.POWER<br>24.03.22 06:10:14<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>G.StkT-G.POWER<br>24.03.22 06:10:13<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>G.StkPi-G.POWER<br>24.03.22 06:10:12<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>G.StkKIOut-G.POWER<br>24.03.22 06:10:11<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>G.StkCh-G.POWER<br>24.03.22 06:10:10<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>E.StkT-E.POWER<br>24.03.22 06:10:09<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>E.StkPi-E.POWER<br>24.03.22 06:10:08<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>E.StkKO-E.POWER<br>24.03.22 06:10:07<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>E.StkKI-E.POWER<br>24.03.22 06:10:06<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>E.StkCh-E2.POWER<br>24.03.22 06:10:05<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>E.StkCh-E.POWER<br>24.03.22 06:10:04<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>B.StkPi-B.POWER<br>24.03.22 06:10:03<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>B.StkKO-B.POWER<br>24.03.22 06:10:02<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>B.StkKI-B.POWER<br>24.03.22 06:10:00<span style="display:inline-block;width:25px;margin-left:10px;color:#00FF00">&#10004;</span>B.StkCh-B.POWER<br>23.03.22 21:30:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 21:30:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 21:26:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 21:26:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 21:25:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 21:25:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 21:20:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 21:20:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 21:15:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 21:15:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 21:10:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 21:10:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 21:05:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 21:05:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 21:00:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 21:00:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 20:55:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 20:55:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 20:50:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 20:50:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 20:45:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 20:45:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 20:40:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 20:40:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 20:35:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 20:35:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 20:31:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 20:31:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 20:30:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 20:30:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 20:25:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 20:25:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 20:15:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 20:15:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 20:10:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 20:10:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 20:05:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 20:05:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 20:00:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 20:00:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 19:55:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 19:55:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 19:50:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 19:50:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 19:46:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 19:46:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 19:45:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 19:45:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 19:40:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 19:40:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 19:35:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 19:35:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 19:30:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 19:30:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 19:25:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 19:25:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 19:15:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 19:15:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 19:10:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 19:10:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 19:05:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 19:05:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 19:00:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 19:00:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 18:55:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 18:55:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 18:51:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 18:51:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 18:50:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 18:50:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 18:45:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 18:45:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 18:40:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 18:40:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 18:35:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 18:35:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 18:31:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 18:31:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 18:30:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 18:30:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 18:25:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 18:25:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 18:20:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 18:20:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 18:16:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 18:16:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 18:15:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 18:15:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 18:10:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 18:10:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 18:05:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 18:05:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 18:00:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 18:00:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 17:55:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 17:55:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 17:50:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 17:50:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 17:46:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 17:46:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 17:45:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 17:45:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 17:41:41<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 17:41:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 17:40:44<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 17:40:29<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-07 POWER --- 26/125.1<br>23.03.22 17:40:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 17:35:50<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 17:35:32<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-02 POWER --- 25/79.9<br>23.03.22 17:35:29<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-01 POWER --- 97/148.8<br>23.03.22 17:35:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 17:34:27<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--------------------------------------------------------------------------------------------------------------------------------------<br>23.03.22 17:34:24<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>Leit-06 POWER --- 15/54.1<br>23.03.22 17:34:21<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>Leit-05 POWER --- 9/55.1<br>23.03.22 17:34:06<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKO-M POWER --- 2/31<br>23.03.22 17:34:03<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKI-M POWER --- 11/40.3<br>23.03.22 17:34:00<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkCh-M POWER --- 18/48.3<br>23.03.22 17:33:57<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPi-L POWER --- 0/0<br>23.03.22 17:33:54<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKO-L POWER --- 0/0<br>23.03.22 17:33:51<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKI-L POWER --- 0/0<br>23.03.22 17:33:48<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkCh-L POWER --- 0/5<br>23.03.22 17:33:45<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPi-F POWER --- 30/73.4<br>23.03.22 17:33:42<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKO-F POWER --- 2/56.8<br>23.03.22 17:33:39<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKI-F POWER --- 152/181<br>23.03.22 17:33:36<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkCh-F POWER --- 64/119.4<br>23.03.22 17:33:33<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPi-D POWER --- 30/93.1<br>23.03.22 17:33:30<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKO-D POWER --- 3/49.7<br>23.03.22 17:33:27<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKI-D POWER --- 147/185.4<br>23.03.22 17:33:24<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkCh-D POWER --- 2/29.6<br>23.03.22 17:33:21<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPi-C POWER --- 35/88.4<br>23.03.22 17:33:18<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKO-C POWER --- 3/67.8<br>23.03.22 17:33:15<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKI-C POWER --- 156/198.8<br>23.03.22 17:33:12<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkCh-C POWER --- 2/54.5<br>23.03.22 17:33:09<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPi-A POWER --- 34/86<br>23.03.22 17:33:06<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKO-A POWER --- 2/50.2<br>23.03.22 17:33:03<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKI-A POWER --- 158/206<br>23.03.22 17:33:00<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkCh-A POWER --- 12/49.7<br>23.03.22 17:32:57<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-30 POWER --- 5/53.5<br>23.03.22 17:32:54<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-29 POWER --- 24/75<br>23.03.22 17:32:51<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-26 POWER --- 4/35.7<br>23.03.22 17:32:48<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-23 POWER --- 21/71.9<br>23.03.22 17:32:45<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-22 POWER --- 28/68.5<br>23.03.22 17:32:42<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-21 POWER --- 31/77.8<br>23.03.22 17:32:39<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-20 POWER --- 14/79.4<br>23.03.22 17:32:36<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-14 POWER --- 21/97.7<br>23.03.22 17:32:33<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-13 POWER --- 61/95.9<br>23.03.22 17:32:30<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-12 POWER --- 21/55<br>23.03.22 17:32:27<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-11 POWER --- 31/98.4<br>23.03.22 17:32:24<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-10 POWER --- 24/85.6<br>23.03.22 17:32:21<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-09 POWER --- 25/98.8<br>23.03.22 17:32:18<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-08 POWER --- 22/87.1<br>23.03.22 17:32:12<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-06 POWER --- 52/110.9<br>23.03.22 17:32:09<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-05 POWER --- 45/106.6<br>23.03.22 17:32:06<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-04 POWER --- 25/103.7<br>23.03.22 17:32:03<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPk-03 POWER --- 33/113.5<br>23.03.22 17:31:54<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPi-K POWER --- 27/76.4<br>23.03.22 17:31:51<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKO-K POWER --- 7/39.1<br>23.03.22 17:31:48<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKI-K POWER --- 113/161.1<br>23.03.22 17:31:45<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkCh-K POWER --- 6/44.1<br>23.03.22 17:31:39<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-09 POWER --- 3/58.2<br>23.03.22 17:31:36<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-08 POWER --- 0/0<br>23.03.22 17:31:33<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-07 POWER --- 33/80<br>23.03.22 17:31:30<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-06 POWER --- 0/0<br>23.03.22 17:31:27<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-05 POWER --- 40/97.6<br>23.03.22 17:31:24<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPiI-04 POWER --- 0/0<br>23.03.22 17:31:18<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkBa-I POWER --- 11/93.5<br>23.03.22 17:31:15<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>Leit-04 POWER --- 9/75.5<br>23.03.22 17:31:12<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>Leit-02 POWER --- 13/45.5<br>23.03.22 17:31:09<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>Leit-01 POWER --- 0/8.5<br>23.03.22 17:31:06<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkChStkPi-P POWER --- 57/156.9<br>23.03.22 17:31:03<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkT-G POWER --- 5/51.1<br>23.03.22 17:31:00<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPi-G POWER --- 23/90.8<br>23.03.22 17:30:57<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKIOut-G POWER --- 109/245.8<br>23.03.22 17:30:54<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkCh-G POWER --- 5/41.2<br>23.03.22 17:30:51<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkT-E POWER --- 0/3.1<br>23.03.22 17:30:48<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPi-E POWER --- 13/60.5<br>23.03.22 17:30:45<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKO-E POWER --- 27/107.7<br>23.03.22 17:30:42<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKI-E POWER --- 190/239.3<br>23.03.22 17:30:38<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkCh-E2 POWER --- 3/63.6<br>23.03.22 17:30:36<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkCh-E POWER --- 12/74.2<br>23.03.22 17:30:32<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkPi-B POWER --- 18/81.1<br>23.03.22 17:30:30<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKO-B POWER --- 13/81.3<br>23.03.22 17:30:26<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkKI-B POWER --- 1/11.3<br>23.03.22 17:30:23<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkCh-B2 POWER --- 3/52.8<br>23.03.22 17:30:21<span style="display:inline-block;width:25px;margin-left:10px;color:#FF0000">&#10006;</span>StkCh-B POWER --- 3/57.9<br><span style=width:30px>23.03.22 11:54:44<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--- Skript Neustart ---<br>23.03.22 09:05:59<span style="display:inline-block;width:25px;margin-left:10px;color:#FFFFFF">&#9432;</span>--- Skript Neustart ---
                                    


                                    und hier der vis-Export:
                                    2022-03-25-Test.zip

                                    1 Antwort Letzte Antwort
                                    1
                                    • apollon77A Offline
                                      apollon77A Offline
                                      apollon77
                                      schrieb am zuletzt editiert von
                                      #20

                                      Ok, also "Fehlkonfig" in meiner Welt mit meinen Limitierten Bis-Kenntnissen eher ausgeschlossen) ... Bitte Vis GitHub issue anlegen und hierauf verweisen oder nochmal anhängen. Ich habe auch Bluefox bereits informiert und er schaut es sich an

                                      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                      hollywootH 1 Antwort Letzte Antwort
                                      0
                                      • apollon77A apollon77

                                        Ok, also "Fehlkonfig" in meiner Welt mit meinen Limitierten Bis-Kenntnissen eher ausgeschlossen) ... Bitte Vis GitHub issue anlegen und hierauf verweisen oder nochmal anhängen. Ich habe auch Bluefox bereits informiert und er schaut es sich an

                                        hollywootH Offline
                                        hollywootH Offline
                                        hollywoot
                                        schrieb am zuletzt editiert von
                                        #21

                                        @apollon77
                                        Vielen Dank!
                                        Ich lege ein issue an.

                                        BluefoxB 2 Antworten Letzte Antwort
                                        1
                                        • hollywootH hollywoot

                                          @apollon77
                                          Vielen Dank!
                                          Ich lege ein issue an.

                                          BluefoxB Offline
                                          BluefoxB Offline
                                          Bluefox
                                          schrieb am zuletzt editiert von
                                          #22

                                          @hollywoot Ich kann nicht reproduzieren :(
                                          6a9a46e9-9b27-4f58-b971-67b8c4ded420-image.png

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


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          378

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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