Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • 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. ioBroker Allgemein
  4. Läuft node mehrmals?

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    1.8k

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    11
    1
    749

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    1.2k

Läuft node mehrmals?

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
node
120 Beiträge 4 Kommentatoren 5.2k Aufrufe 2 Beobachtet
  • Ä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.
  • paul53P paul53

    @sms said: wie löse ich das am besten?

    Mit einem Intervall, das gestoppt wird, wenn "All Sensors connected" wieder O.K. meldet.

    Blockly_temp.JPG

    SMSS Offline
    SMSS Offline
    SMS
    schrieb am zuletzt editiert von
    #94

    @paul53
    so:
    c57bd213-368f-4f58-8290-f9ccbbf9d214-image.png

    Ist das generell das der Trigger Wert auf wahr abgefragt wird?

    paul53P 1 Antwort Letzte Antwort
    0
    • SMSS SMS

      @paul53
      so:
      c57bd213-368f-4f58-8290-f9ccbbf9d214-image.png

      Ist das generell das der Trigger Wert auf wahr abgefragt wird?

      paul53P Offline
      paul53P Offline
      paul53
      schrieb am zuletzt editiert von paul53
      #95

      @sms said: Ist das generell das der Trigger Wert auf wahr abgefragt wird?

      falls Wert ist eine verkürzte Abfrage, die die implizite Typwandlung von Javascript nutzt, wenn erforderlich.
      Der mache-Zweig wird bei true (nach impliziter Typwandlung) ausgeführt, der sonst-Zweig bei false.

      Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
      Produktiv: Asus PN 42 / N100 / 8 GB / 500 GB

      SMSS 1 Antwort Letzte Antwort
      0
      • paul53P paul53

        @sms said: Ist das generell das der Trigger Wert auf wahr abgefragt wird?

        falls Wert ist eine verkürzte Abfrage, die die implizite Typwandlung von Javascript nutzt, wenn erforderlich.
        Der mache-Zweig wird bei true (nach impliziter Typwandlung) ausgeführt, der sonst-Zweig bei false.

        SMSS Offline
        SMSS Offline
        SMS
        schrieb am zuletzt editiert von
        #96

        @paul53

        Guten Morgen
        ich konnte nun fast alle CRON Trigger eliminieren.
        Bei einem bräuchte ich allerdings nochmal Hilfe. Meine Heizungspumpe soll zeitgesteuert (Zeit frei wählbar) und Wochentag (ein-/ausschaltbar) in Abhängigkeit von der Anforderung (Freigabe von der Heizung), angehen.
        Das ganze sieht so aus:
        1dd3a20e-8916-4a8c-baaf-eb326086e2f4-image.png

        Den Anfang bzw. die Hand/Auto bekomme ich hin, ist ja analog zur Poolpumpe:
        cde1d50f-f1e2-42a8-bc5a-04494a9b17e6-image.png
        Die Abfrage ob der Tag passt habe ich auch da rein gemacht:
        40141102-6d6c-4ef6-9ceb-af74f131bea5-image.png
        Heizung Auto ein habe ich so:
        2a68b1dc-7897-406f-b718-869530082fc4-image.png

        Aber wo bekomme ich meine zwei Zeiten rein?
        845e3f59-6920-450d-af35-8a4f29d5a727-image.png

        paul53P 1 Antwort Letzte Antwort
        0
        • SMSS SMS

          @paul53

          Guten Morgen
          ich konnte nun fast alle CRON Trigger eliminieren.
          Bei einem bräuchte ich allerdings nochmal Hilfe. Meine Heizungspumpe soll zeitgesteuert (Zeit frei wählbar) und Wochentag (ein-/ausschaltbar) in Abhängigkeit von der Anforderung (Freigabe von der Heizung), angehen.
          Das ganze sieht so aus:
          1dd3a20e-8916-4a8c-baaf-eb326086e2f4-image.png

          Den Anfang bzw. die Hand/Auto bekomme ich hin, ist ja analog zur Poolpumpe:
          cde1d50f-f1e2-42a8-bc5a-04494a9b17e6-image.png
          Die Abfrage ob der Tag passt habe ich auch da rein gemacht:
          40141102-6d6c-4ef6-9ceb-af74f131bea5-image.png
          Heizung Auto ein habe ich so:
          2a68b1dc-7897-406f-b718-869530082fc4-image.png

          Aber wo bekomme ich meine zwei Zeiten rein?
          845e3f59-6920-450d-af35-8a4f29d5a727-image.png

          paul53P Offline
          paul53P Offline
          paul53
          schrieb am zuletzt editiert von paul53
          #97

          @sms said: Das ganze sieht so aus:

          Gibt es dafür nicht einen Adapter ?

          Für diese Aufgabenstellung benötigt man CRON-Trigger. Dies ist ein Fall, bei dem auch ein ständiger CRON (z.B. alle 30 Minuten) verwendet werden kann, in dem die Abfragen nach "Auto", "Wochentag" und "Uhrzeit" erfolgen.

          Der Anfang für Montag könnte so aussehen:

          Bild_2021-01-13_192128.png

          Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
          Produktiv: Asus PN 42 / N100 / 8 GB / 500 GB

          1 Antwort Letzte Antwort
          0
          • SMSS Offline
            SMSS Offline
            SMS
            schrieb am zuletzt editiert von SMS
            #98

            @paul53
            @Homoran
            @Thomas-Braun

            Hi
            Mal wieder zurück zum Thema bzw. hier mal der Verlauf der CPU Auslastung:
            3-Tage:
            1c688c57-7d01-46c4-a4fb-65f5143a9c6d-image.png
            14-Tage:
            4996e6c2-304f-4f2c-b987-815e10d2d504-image.png

            Meist Nachts steigt die Auslastung, obwohl da eigentlich nichts ist. Ich sollte mittlerweile nichts mehr im Sekundentakt laufen haben bzw. keine CRON Abfrage.

            Hier mal meine installierten Adapter:
            fae2ea3d-09fd-479c-b79d-48e2a3577b49-image.png

            Ist da was dabei was das verursachen könnte? Ich habe mal nach und nach alle abgeschaltet die nicht unbedingt sein müssen. Schalte jetzt mal wieder nach und nach alle wieder ein.

            Dann hier nochmal die Frage ob node mehrmals läuft?
            3ad2fb93-8c3e-4b3d-bfb2-0499c58e3d35-image.png

            Danke!!

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • SMSS SMS

              @paul53
              @Homoran
              @Thomas-Braun

              Hi
              Mal wieder zurück zum Thema bzw. hier mal der Verlauf der CPU Auslastung:
              3-Tage:
              1c688c57-7d01-46c4-a4fb-65f5143a9c6d-image.png
              14-Tage:
              4996e6c2-304f-4f2c-b987-815e10d2d504-image.png

              Meist Nachts steigt die Auslastung, obwohl da eigentlich nichts ist. Ich sollte mittlerweile nichts mehr im Sekundentakt laufen haben bzw. keine CRON Abfrage.

              Hier mal meine installierten Adapter:
              fae2ea3d-09fd-479c-b79d-48e2a3577b49-image.png

              Ist da was dabei was das verursachen könnte? Ich habe mal nach und nach alle abgeschaltet die nicht unbedingt sein müssen. Schalte jetzt mal wieder nach und nach alle wieder ein.

              Dann hier nochmal die Frage ob node mehrmals läuft?
              3ad2fb93-8c3e-4b3d-bfb2-0499c58e3d35-image.png

              Danke!!

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

              @sms
              Bitte keine Konsolen-Screenshots, da kann man u.a. nicht draus kopieren.

              PID 28269 schaut 'merkwürdig' aus. Schau mal per htop danach, da werden die Prozessnamen besser ausgewiesen. Ich vermute da ist noch irgendwas falsch oder zu häufig eingestellt.

              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

              SMSS 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @sms
                Bitte keine Konsolen-Screenshots, da kann man u.a. nicht draus kopieren.

                PID 28269 schaut 'merkwürdig' aus. Schau mal per htop danach, da werden die Prozessnamen besser ausgewiesen. Ich vermute da ist noch irgendwas falsch oder zu häufig eingestellt.

                SMSS Offline
                SMSS Offline
                SMS
                schrieb am zuletzt editiert von
                #100

                @thomas-braun
                PID 28269 finde ich dort nicht. Rauskopieren kann ich dort auch nichts.

                HomoranH 1 Antwort Letzte Antwort
                0
                • SMSS SMS

                  @thomas-braun
                  PID 28269 finde ich dort nicht. Rauskopieren kann ich dort auch nichts.

                  HomoranH Nicht stören
                  HomoranH Nicht stören
                  Homoran
                  Global Moderator Administrators
                  schrieb am zuletzt editiert von
                  #101

                  @sms sagte in Läuft node mehrmals?:

                  Rauskopieren kann ich dort auch nichts.

                  warum nicht?
                  einfach markieren und schon ist es im Zwischenspeicher

                  kein Support per PN! - Fragen im Forum stellen -
                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                  Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                  SMSS 1 Antwort Letzte Antwort
                  0
                  • HomoranH Homoran

                    @sms sagte in Läuft node mehrmals?:

                    Rauskopieren kann ich dort auch nichts.

                    warum nicht?
                    einfach markieren und schon ist es im Zwischenspeicher

                    SMSS Offline
                    SMSS Offline
                    SMS
                    schrieb am zuletzt editiert von
                    #102

                    @homoran
                    @Thomas-Braun

                    Auf was sollte ich denn mit dem Befehl htop schauen? PID 28269 taucht dort nicht auf

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • SMSS SMS

                      @homoran
                      @Thomas-Braun

                      Auf was sollte ich denn mit dem Befehl htop schauen? PID 28269 taucht dort nicht auf

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

                      @sms Die PID dürfte mittlerweile Vergangenheit sein. Halt nach einem Prozess, der sich etwas mehr als üblich genehmigt.

                      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

                      SMSS 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @sms Die PID dürfte mittlerweile Vergangenheit sein. Halt nach einem Prozess, der sich etwas mehr als üblich genehmigt.

                        SMSS Offline
                        SMSS Offline
                        SMS
                        schrieb am zuletzt editiert von
                        #104

                        @thomas-braun
                        Meinst du CPU%? Was ist "mehr als üblich"?

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • SMSS SMS

                          @thomas-braun
                          Meinst du CPU%? Was ist "mehr als üblich"?

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

                          @sms
                          Wenn du dir die Ausgabe von top nochmal anschaust siehst du eigentlich, was etwas aus der Reihe tanzt.

                          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

                          SMSS 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @sms
                            Wenn du dir die Ausgabe von top nochmal anschaust siehst du eigentlich, was etwas aus der Reihe tanzt.

                            SMSS Offline
                            SMSS Offline
                            SMS
                            schrieb am zuletzt editiert von
                            #106

                            @thomas-braun
                            Als unwissender vermute ich node, da das mehrmals auftaucht. Mit htop ist das ja genauer.
                            Da finde ich history und js-controllet mit höheren Werten. Das Ganze geht aber so schnell ... Bis ich da den Namen. gelesen habe ist es schon wieder weg.
                            History schaltet sich auch öfters ab.

                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • SMSS SMS

                              @thomas-braun
                              Als unwissender vermute ich node, da das mehrmals auftaucht. Mit htop ist das ja genauer.
                              Da finde ich history und js-controllet mit höheren Werten. Das Ganze geht aber so schnell ... Bis ich da den Namen. gelesen habe ist es schon wieder weg.
                              History schaltet sich auch öfters ab.

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

                              @sms sagte in Läuft node mehrmals?:

                              js-controllet mit höheren Werten. Das Ganze geht aber so schnell ... Bis ich da den Namen. gelesen habe ist es sch

                              Dann hast du mit history ja ggf. einen Ansatz.

                              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

                              SMSS 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @sms sagte in Läuft node mehrmals?:

                                js-controllet mit höheren Werten. Das Ganze geht aber so schnell ... Bis ich da den Namen. gelesen habe ist es sch

                                Dann hast du mit history ja ggf. einen Ansatz.

                                SMSS Offline
                                SMSS Offline
                                SMS
                                schrieb am zuletzt editiert von
                                #108

                                @thomas-braun
                                sorry, anderst bekomme ich es nicht hin als per Screenshoot:
                                c34b1f14-66f6-441b-b990-e4b88c44d7f8-image.png

                                Was sagt mir das jetzt und was kann ich dagegen tun?

                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • SMSS SMS

                                  @thomas-braun
                                  sorry, anderst bekomme ich es nicht hin als per Screenshoot:
                                  c34b1f14-66f6-441b-b990-e4b88c44d7f8-image.png

                                  Was sagt mir das jetzt und was kann ich dagegen tun?

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

                                  @sms

                                  
                                    1  [||||                                                                              3.9%]   Tasks: 51, 156 thr; 4 running
                                    2  [||||||||||||                                                                     12.3%]   Load average: 0.77 0.65 0.65
                                    3  [||||||||||||||                                                                   14.8%]   Uptime: 1 day, 03:15:53
                                    4  [||||||                                                                            5.8%]
                                    Mem[|||||||||||||||||||||||||||||||||||||||||||                                 964M/3.74G]
                                    Swp[                                                                             0K/100.0M]
                                  
                                    PID USER      PRI  NI  VIRT   RES   SHR S CPU% MEM%   TIME+  Command  
                                  555 iobroker   20   0  298M  173M 28080 S  0.0  4.5  0:00.00 iobroker.js-controller                                                                                                             556 iobroker   20   0  298M  173M 28080 R  0.6  4.5 16:18.78 iobroker.js-controller
                                  557 iobroker   20   0  298M  173M 28080 R  0.0  4.5 16:17.79 iobroker.js-controller
                                  558 iobroker   20   0  298M  173M 28080 S  0.0  4.5 16:18.15 iobroker.js-controller
                                  559 iobroker   20   0  298M  173M 28080 S  0.0  4.5 16:20.99 iobroker.js-controller
                                  560 iobroker   20   0  298M  173M 28080 S  0.0  4.5  0:00.00 iobroker.js-controller
                                  564 iobroker   20   0  298M  173M 28080 S  0.0  4.5  0:04.26 iobroker.js-controller
                                  565 iobroker   20   0  298M  173M 28080 S  0.0  4.5  0:04.72 iobroker.js-controller
                                  566 iobroker   20   0  298M  173M 28080 S  0.0  4.5  0:04.78 iobroker.js-controller
                                  567 iobroker   20   0  298M  173M 28080 S  0.0  4.5  0:04.51 iobroker.js-controller
                                  538 iobroker   20   0  298M  173M 28080 S 17.5  4.5  3h31:55 iobroker.js-controller
                                  26716 iobroker   20   0  271M  163M 31012 S  0.0  4.3  0:00.00 io.javascript.0
                                  26717 iobroker   20   0  271M  163M 31012 S  0.0  4.3  0:23.46 io.javascript.0
                                  26718 iobroker   20   0  271M  163M 31012 S  0.0  4.3  0:23.80 io.javascript.0
                                  26719 iobroker   20   0  271M  163M 31012 S  0.0  4.3  0:23.81 io.javascript.0
                                  26720 iobroker   20   0  271M  163M 31012 S  0.0  4.3  0:24.64 io.javascript.0
                                  26721 iobroker   20   0  271M  163M 31012 S  0.0  4.3  0:00.00 io.javascript.0
                                  26783 iobroker   20   0  271M  163M 31012 S  0.0  4.3  0:00.48 io.javascript.0
                                  26784 iobroker   20   0  271M  163M 31012 S  0.0  4.3  0:00.49 io.javascript.0
                                  26785 iobroker   20   0  271M  163M 31012 S  0.0  4.3  0:00.50 io.javascript.0
                                  26786 iobroker   20   0  271M  163M 31012 S  0.0  4.3  0:00.51 io.javascript.0
                                  26715 iobroker   20   0  271M  163M 31012 S  0.0  4.3 38:11.17 io.javascript.0
                                    704 iobroker   20   0  205M 98012 29000 S  0.0  2.5  0:00.00 io.backitup.0
                                    705 iobroker   20   0  205M 98012 29000 S  0.0  2.5  0:00.87 io.backitup.0
                                    706 iobroker   20   0  205M 98012 29000 S  0.0  2.5  0:00.98 io.backitup.0
                                    707 iobroker   20   0  205M 98012 29000 S  0.0  2.5  0:00.56 io.backitup.0
                                    708 iobroker   20   0  205M 98012 29000 S  0.0  2.5  0:00.69 io.backitup.0
                                    709 iobroker   20   0  205M 98012 29000 S  0.0  2.5  0:00.00 io.backitup.0
                                    730 iobroker   20   0  205M 98012 29000 S  0.0  2.5  0:00.61 io.backitup.0
                                    731 iobroker   20   0  205M 98012 29000 S  0.0  2.5  0:00.65 io.backitup.0
                                    732 iobroker   20   0  205M 98012 29000 S  0.0  2.5  0:00.60 io.backitup.0
                                    733 iobroker   20   0  205M 98012 29000 S  0.0  2.5  0:00.67 io.backitup.0
                                    703 iobroker   20   0  205M 98012 29000 S  0.0  2.5  1:12.23 io.backitup.0
                                    577 iobroker   20   0  204M 97548 32752 S  0.0  2.5  0:00.00 io.admin.0
                                    578 iobroker   20   0  204M 97548 32752 S  0.0  2.5  0:13.15 io.admin.0
                                    579 iobroker   20   0  204M 97548 32752 S  0.0  2.5  0:13.28 io.admin.0
                                    580 iobroker   20   0  204M 97548 32752 S  0.0  2.5  0:13.17 io.admin.0
                                    581 iobroker   20   0  204M 97548 32752 S  0.0  2.5  0:12.74 io.admin.0
                                    582 iobroker   20   0  204M 97548 32752 S  0.0  2.5  0:00.00 io.admin.0
                                    612 iobroker   20   0  204M 97548 32752 S  0.0  2.5  0:00.62 io.admin.0
                                    613 iobroker   20   0  204M 97548 32752 S  0.0  2.5  0:00.59 io.admin.0
                                  F1Help  F2Setup F3SearchF4FilterF5Tree  F6SortByF7Nice -F8Nice +F9Kill  F10Quit 
                                  

                                  Komisch, hier geht es als Text...

                                  Wie bereits gesagt, ich würde mir den history-Adapter anschauen. Wie ist der einstellt und was schiebt da rein.

                                  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

                                  SMSS 1 Antwort Letzte Antwort
                                  0
                                  • SMSS Offline
                                    SMSS Offline
                                    SMS
                                    schrieb am zuletzt editiert von
                                    #110

                                    @thomas-braun
                                    Nach dem es nun ein paar Tage fast ohne Probleme lief, häufen sich die Abstürze vom history.0 Adapter.

                                    Was soll man da auch groß einstellen?
                                    86128255-55bc-4e45-88ca-c9e274a44798-image.png
                                    0789b236-b68d-4421-bf9d-c729eb39b611-image.png

                                    Was meinst mit: Was schiebst da rein? In dem Ordner liegen täglich so ca. 110 Dateien. Ich meine in einem Video was von ca 200 gehört zu haben.

                                    Was auch komisch ist, letzt war die Auslastung über 9%. Generell würde ich sagen das selbst das nicht viel ist. Ich muss es nochmal verfolgen, habe auch das Gefühl das der benutze Arbeitsspeicher, aktuell 2,6GB von 8GB) auch eine Rolle spielt. Wobei ich auch hier 2,6GB nicht viel finde.

                                    Ich verstehe nicht wo das Problem liegen könnte?

                                    1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @sms

                                      
                                        1  [||||                                                                              3.9%]   Tasks: 51, 156 thr; 4 running
                                        2  [||||||||||||                                                                     12.3%]   Load average: 0.77 0.65 0.65
                                        3  [||||||||||||||                                                                   14.8%]   Uptime: 1 day, 03:15:53
                                        4  [||||||                                                                            5.8%]
                                        Mem[|||||||||||||||||||||||||||||||||||||||||||                                 964M/3.74G]
                                        Swp[                                                                             0K/100.0M]
                                      
                                        PID USER      PRI  NI  VIRT   RES   SHR S CPU% MEM%   TIME+  Command  
                                      555 iobroker   20   0  298M  173M 28080 S  0.0  4.5  0:00.00 iobroker.js-controller                                                                                                             556 iobroker   20   0  298M  173M 28080 R  0.6  4.5 16:18.78 iobroker.js-controller
                                      557 iobroker   20   0  298M  173M 28080 R  0.0  4.5 16:17.79 iobroker.js-controller
                                      558 iobroker   20   0  298M  173M 28080 S  0.0  4.5 16:18.15 iobroker.js-controller
                                      559 iobroker   20   0  298M  173M 28080 S  0.0  4.5 16:20.99 iobroker.js-controller
                                      560 iobroker   20   0  298M  173M 28080 S  0.0  4.5  0:00.00 iobroker.js-controller
                                      564 iobroker   20   0  298M  173M 28080 S  0.0  4.5  0:04.26 iobroker.js-controller
                                      565 iobroker   20   0  298M  173M 28080 S  0.0  4.5  0:04.72 iobroker.js-controller
                                      566 iobroker   20   0  298M  173M 28080 S  0.0  4.5  0:04.78 iobroker.js-controller
                                      567 iobroker   20   0  298M  173M 28080 S  0.0  4.5  0:04.51 iobroker.js-controller
                                      538 iobroker   20   0  298M  173M 28080 S 17.5  4.5  3h31:55 iobroker.js-controller
                                      26716 iobroker   20   0  271M  163M 31012 S  0.0  4.3  0:00.00 io.javascript.0
                                      26717 iobroker   20   0  271M  163M 31012 S  0.0  4.3  0:23.46 io.javascript.0
                                      26718 iobroker   20   0  271M  163M 31012 S  0.0  4.3  0:23.80 io.javascript.0
                                      26719 iobroker   20   0  271M  163M 31012 S  0.0  4.3  0:23.81 io.javascript.0
                                      26720 iobroker   20   0  271M  163M 31012 S  0.0  4.3  0:24.64 io.javascript.0
                                      26721 iobroker   20   0  271M  163M 31012 S  0.0  4.3  0:00.00 io.javascript.0
                                      26783 iobroker   20   0  271M  163M 31012 S  0.0  4.3  0:00.48 io.javascript.0
                                      26784 iobroker   20   0  271M  163M 31012 S  0.0  4.3  0:00.49 io.javascript.0
                                      26785 iobroker   20   0  271M  163M 31012 S  0.0  4.3  0:00.50 io.javascript.0
                                      26786 iobroker   20   0  271M  163M 31012 S  0.0  4.3  0:00.51 io.javascript.0
                                      26715 iobroker   20   0  271M  163M 31012 S  0.0  4.3 38:11.17 io.javascript.0
                                        704 iobroker   20   0  205M 98012 29000 S  0.0  2.5  0:00.00 io.backitup.0
                                        705 iobroker   20   0  205M 98012 29000 S  0.0  2.5  0:00.87 io.backitup.0
                                        706 iobroker   20   0  205M 98012 29000 S  0.0  2.5  0:00.98 io.backitup.0
                                        707 iobroker   20   0  205M 98012 29000 S  0.0  2.5  0:00.56 io.backitup.0
                                        708 iobroker   20   0  205M 98012 29000 S  0.0  2.5  0:00.69 io.backitup.0
                                        709 iobroker   20   0  205M 98012 29000 S  0.0  2.5  0:00.00 io.backitup.0
                                        730 iobroker   20   0  205M 98012 29000 S  0.0  2.5  0:00.61 io.backitup.0
                                        731 iobroker   20   0  205M 98012 29000 S  0.0  2.5  0:00.65 io.backitup.0
                                        732 iobroker   20   0  205M 98012 29000 S  0.0  2.5  0:00.60 io.backitup.0
                                        733 iobroker   20   0  205M 98012 29000 S  0.0  2.5  0:00.67 io.backitup.0
                                        703 iobroker   20   0  205M 98012 29000 S  0.0  2.5  1:12.23 io.backitup.0
                                        577 iobroker   20   0  204M 97548 32752 S  0.0  2.5  0:00.00 io.admin.0
                                        578 iobroker   20   0  204M 97548 32752 S  0.0  2.5  0:13.15 io.admin.0
                                        579 iobroker   20   0  204M 97548 32752 S  0.0  2.5  0:13.28 io.admin.0
                                        580 iobroker   20   0  204M 97548 32752 S  0.0  2.5  0:13.17 io.admin.0
                                        581 iobroker   20   0  204M 97548 32752 S  0.0  2.5  0:12.74 io.admin.0
                                        582 iobroker   20   0  204M 97548 32752 S  0.0  2.5  0:00.00 io.admin.0
                                        612 iobroker   20   0  204M 97548 32752 S  0.0  2.5  0:00.62 io.admin.0
                                        613 iobroker   20   0  204M 97548 32752 S  0.0  2.5  0:00.59 io.admin.0
                                      F1Help  F2Setup F3SearchF4FilterF5Tree  F6SortByF7Nice -F8Nice +F9Kill  F10Quit 
                                      

                                      Komisch, hier geht es als Text...

                                      Wie bereits gesagt, ich würde mir den history-Adapter anschauen. Wie ist der einstellt und was schiebt da rein.

                                      SMSS Offline
                                      SMSS Offline
                                      SMS
                                      schrieb am zuletzt editiert von
                                      #111

                                      @thomas-braun Hier mal noch was aus der LOG Datei, vielleicht hilft das:

                                      2021-02-03 14:36:21.384 - error: host.Homee instance system.adapter.history.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                      2021-02-03 14:36:21.389 - info: host.Homee Restart adapter system.adapter.history.0 because enabled
                                      ...
                                      2021-02-03 14:51:38.869 - error: history.0 (21608) Error: write EPIPE
                                      at ChildProcess.target._send (internal/child_process.js:807:20)
                                      at ChildProcess.target.send (internal/child_process.js:678:19)
                                      at /opt/iobroker/node_modules/iobroker.history/main.js:1052:28
                                      at getCachedData (/opt/iobroker/node_modules/iobroker.history/main.js:828:5)
                                      at ChildProcess.<anonymous> (/opt/iobroker/node_modules/iobroker.history/main.js:1051:21)
                                      at ChildProcess.emit (events.js:314:20)
                                      at ChildProcess.EventEmitter.emit (domain.js:483:12)
                                      at emit (internal/child_process.js:877:12)
                                      at processTicksAndRejections (internal/process/task_queues.js:85:21)
                                      2021-02-03 14:51:41.965 - error: history.0 (21608) uncaught exception: write EPIPE
                                      2021-02-03 14:51:41.966 - error: history.0 (21608) Error: write EPIPE
                                      at ChildProcess.target._send (internal/child_process.js:807:20)
                                      at ChildProcess.target.send (internal/child_process.js:678:19)
                                      at /opt/iobroker/node_modules/iobroker.history/main.js:1052:28
                                      at getCachedData (/opt/iobroker/node_modules/iobroker.history/main.js:828:5)
                                      at ChildProcess.<anonymous> (/opt/iobroker/node_modules/iobroker.history/main.js:1051:21)
                                      at ChildProcess.emit (events.js:314:20)
                                      at ChildProcess.EventEmitter.emit (domain.js:483:12)
                                      at emit (internal/child_process.js:877:12)
                                      at processTicksAndRejections (internal/process/task_queues.js:85:21)
                                      ...
                                      2021-02-03 14:54:11.134 - warn: history.0 (21608) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                      2021-02-03 14:54:11.195 - info: history.0 (21608) terminating
                                      2021-02-03 14:54:11.220 - error: history.0 (21608) uncaught exception: write EPIPE
                                      2021-02-03 14:54:11.220 - error: history.0 (21608) Error: write EPIPE
                                      at ChildProcess.target._send (internal/child_process.js:807:20)
                                      at ChildProcess.target.send (internal/child_process.js:678:19)
                                      at /opt/iobroker/node_modules/iobroker.history/main.js:1052:28
                                      at getCachedData (/opt/iobroker/node_modules/iobroker.history/main.js:828:5)
                                      at ChildProcess.<anonymous> (/opt/iobroker/node_modules/iobroker.history/main.js:1051:21)
                                      at ChildProcess.emit (events.js:314:20)
                                      at ChildProcess.EventEmitter.emit (domain.js:483:12)
                                      at emit (internal/child_process.js:877:12)
                                      at processTicksAndRejections (internal/process/task_queues.js:85:21)
                                      2021-02-03 14:54:11.234 - error: history.0 (21608) uncaught exception: write EPIPE
                                      2021-02-03 14:54:11.234 - error: history.0 (21608) Error: write EPIPE
                                      at ChildProcess.target._send (internal/child_process.js:807:20)
                                      at ChildProcess.target.send (internal/child_process.js:678:19)
                                      at /opt/iobroker/node_modules/iobroker.history/main.js:1052:28
                                      at getCachedData (/opt/iobroker/node_modules/iobroker.history/main.js:828:5)
                                      at ChildProcess.<anonymous> (/opt/iobroker/node_modules/iobroker.history/main.js:1051:21)
                                      at ChildProcess.emit (events.js:314:20)
                                      at ChildProcess.EventEmitter.emit (domain.js:483:12)
                                      at emit (internal/child_process.js:877:12)
                                      at processTicksAndRejections (internal/process/task_queues.js:85:21)
                                      2021-02-03 14:54:11.393 - error: host.Homee Caught by controller[1]: Error: write EPIPE
                                      2021-02-03 14:54:11.399 - error: host.Homee Caught by controller[1]: at ChildProcess.target._send (internal/child_process.js:807:20)
                                      2021-02-03 14:54:11.399 - error: host.Homee Caught by controller[1]: at ChildProcess.target.send (internal/child_process.js:678:19)
                                      2021-02-03 14:54:11.399 - error: host.Homee Caught by controller[1]: at /opt/iobroker/node_modules/iobroker.history/main.js:1052:28
                                      2021-02-03 14:54:11.400 - error: host.Homee Caught by controller[1]: at getCachedData (/opt/iobroker/node_modules/iobroker.history/main.js:828:5)
                                      2021-02-03 14:54:11.400 - error: host.Homee Caught by controller[1]: at ChildProcess.<anonymous> (/opt/iobroker/node_modules/iobroker.history/main.js:1051:21)
                                      2021-02-03 14:54:11.401 - error: host.Homee Caught by controller[1]: at ChildProcess.emit (events.js:314:20)
                                      2021-02-03 14:54:11.401 - error: host.Homee Caught by controller[1]: at ChildProcess.EventEmitter.emit (domain.js:483:12)
                                      2021-02-03 14:54:11.402 - error: host.Homee Caught by controller[1]: at emit (internal/child_process.js:877:12)
                                      2021-02-03 14:54:11.402 - error: host.Homee Caught by controller[1]: at processTicksAndRejections (internal/process/task_queues.js:85:21)
                                      2021-02-03 14:54:11.402 - error: host.Homee Caught by controller[2]: Error: write EPIPE
                                      2021-02-03 14:54:11.403 - error: host.Homee Caught by controller[2]: at ChildProcess.target._send (internal/child_process.js:807:20)
                                      2021-02-03 14:54:11.403 - error: host.Homee Caught by controller[2]: at ChildProcess.target.send (internal/child_process.js:678:19)
                                      2021-02-03 14:54:11.404 - error: host.Homee Caught by controller[2]: at /opt/iobroker/node_modules/iobroker.history/main.js:1052:28
                                      2021-02-03 14:54:11.404 - error: host.Homee Caught by controller[2]: at getCachedData (/opt/iobroker/node_modules/iobroker.history/main.js:828:5)
                                      2021-02-03 14:54:11.404 - error: host.Homee Caught by controller[2]: at ChildProcess.<anonymous> (/opt/iobroker/node_modules/iobroker.history/main.js:1051:21)
                                      2021-02-03 14:54:11.405 - error: host.Homee Caught by controller[2]: at ChildProcess.emit (events.js:314:20)
                                      2021-02-03 14:54:11.405 - error: host.Homee Caught by controller[2]: at ChildProcess.EventEmitter.emit (domain.js:483:12)
                                      2021-02-03 14:54:11.405 - error: host.Homee Caught by controller[2]: at emit (internal/child_process.js:877:12)
                                      2021-02-03 14:54:11.406 - error: host.Homee Caught by controller[2]: at processTicksAndRejections (internal/process/task_queues.js:85:21)
                                      2021-02-03 14:54:11.406 - error: host.Homee instance system.adapter.history.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                      2021-02-03 14:54:11.407 - info: host.Homee Restart adapter system.adapter.history.0 because enabled
                                      ...
                                      Das hier kommt auch öfters:

                                      2021-02-03 14:57:58.744 - warn: javascript.0 (25592) at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1358:20)
                                      2021-02-03 14:57:58.745 - warn: javascript.0 (25592) at Object.<anonymous> (script.js.PV-Anlage.Wechselrichter:35:5)
                                      2021-02-03 14:57:58.745 - warn: javascript.0 (25592) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1055:38)
                                      2021-02-03 14:57:58.745 - warn: javascript.0 (25592) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:472:25)
                                      2021-02-03 14:57:58.746 - warn: javascript.0 (25592) at Immediate._onImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5384:37)
                                      2021-02-03 14:57:58.747 - warn: javascript.0 (25592) at processImmediate (internal/timers.js:461:21)

                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • SMSS SMS

                                        @thomas-braun Hier mal noch was aus der LOG Datei, vielleicht hilft das:

                                        2021-02-03 14:36:21.384 - error: host.Homee instance system.adapter.history.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                        2021-02-03 14:36:21.389 - info: host.Homee Restart adapter system.adapter.history.0 because enabled
                                        ...
                                        2021-02-03 14:51:38.869 - error: history.0 (21608) Error: write EPIPE
                                        at ChildProcess.target._send (internal/child_process.js:807:20)
                                        at ChildProcess.target.send (internal/child_process.js:678:19)
                                        at /opt/iobroker/node_modules/iobroker.history/main.js:1052:28
                                        at getCachedData (/opt/iobroker/node_modules/iobroker.history/main.js:828:5)
                                        at ChildProcess.<anonymous> (/opt/iobroker/node_modules/iobroker.history/main.js:1051:21)
                                        at ChildProcess.emit (events.js:314:20)
                                        at ChildProcess.EventEmitter.emit (domain.js:483:12)
                                        at emit (internal/child_process.js:877:12)
                                        at processTicksAndRejections (internal/process/task_queues.js:85:21)
                                        2021-02-03 14:51:41.965 - error: history.0 (21608) uncaught exception: write EPIPE
                                        2021-02-03 14:51:41.966 - error: history.0 (21608) Error: write EPIPE
                                        at ChildProcess.target._send (internal/child_process.js:807:20)
                                        at ChildProcess.target.send (internal/child_process.js:678:19)
                                        at /opt/iobroker/node_modules/iobroker.history/main.js:1052:28
                                        at getCachedData (/opt/iobroker/node_modules/iobroker.history/main.js:828:5)
                                        at ChildProcess.<anonymous> (/opt/iobroker/node_modules/iobroker.history/main.js:1051:21)
                                        at ChildProcess.emit (events.js:314:20)
                                        at ChildProcess.EventEmitter.emit (domain.js:483:12)
                                        at emit (internal/child_process.js:877:12)
                                        at processTicksAndRejections (internal/process/task_queues.js:85:21)
                                        ...
                                        2021-02-03 14:54:11.134 - warn: history.0 (21608) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                        2021-02-03 14:54:11.195 - info: history.0 (21608) terminating
                                        2021-02-03 14:54:11.220 - error: history.0 (21608) uncaught exception: write EPIPE
                                        2021-02-03 14:54:11.220 - error: history.0 (21608) Error: write EPIPE
                                        at ChildProcess.target._send (internal/child_process.js:807:20)
                                        at ChildProcess.target.send (internal/child_process.js:678:19)
                                        at /opt/iobroker/node_modules/iobroker.history/main.js:1052:28
                                        at getCachedData (/opt/iobroker/node_modules/iobroker.history/main.js:828:5)
                                        at ChildProcess.<anonymous> (/opt/iobroker/node_modules/iobroker.history/main.js:1051:21)
                                        at ChildProcess.emit (events.js:314:20)
                                        at ChildProcess.EventEmitter.emit (domain.js:483:12)
                                        at emit (internal/child_process.js:877:12)
                                        at processTicksAndRejections (internal/process/task_queues.js:85:21)
                                        2021-02-03 14:54:11.234 - error: history.0 (21608) uncaught exception: write EPIPE
                                        2021-02-03 14:54:11.234 - error: history.0 (21608) Error: write EPIPE
                                        at ChildProcess.target._send (internal/child_process.js:807:20)
                                        at ChildProcess.target.send (internal/child_process.js:678:19)
                                        at /opt/iobroker/node_modules/iobroker.history/main.js:1052:28
                                        at getCachedData (/opt/iobroker/node_modules/iobroker.history/main.js:828:5)
                                        at ChildProcess.<anonymous> (/opt/iobroker/node_modules/iobroker.history/main.js:1051:21)
                                        at ChildProcess.emit (events.js:314:20)
                                        at ChildProcess.EventEmitter.emit (domain.js:483:12)
                                        at emit (internal/child_process.js:877:12)
                                        at processTicksAndRejections (internal/process/task_queues.js:85:21)
                                        2021-02-03 14:54:11.393 - error: host.Homee Caught by controller[1]: Error: write EPIPE
                                        2021-02-03 14:54:11.399 - error: host.Homee Caught by controller[1]: at ChildProcess.target._send (internal/child_process.js:807:20)
                                        2021-02-03 14:54:11.399 - error: host.Homee Caught by controller[1]: at ChildProcess.target.send (internal/child_process.js:678:19)
                                        2021-02-03 14:54:11.399 - error: host.Homee Caught by controller[1]: at /opt/iobroker/node_modules/iobroker.history/main.js:1052:28
                                        2021-02-03 14:54:11.400 - error: host.Homee Caught by controller[1]: at getCachedData (/opt/iobroker/node_modules/iobroker.history/main.js:828:5)
                                        2021-02-03 14:54:11.400 - error: host.Homee Caught by controller[1]: at ChildProcess.<anonymous> (/opt/iobroker/node_modules/iobroker.history/main.js:1051:21)
                                        2021-02-03 14:54:11.401 - error: host.Homee Caught by controller[1]: at ChildProcess.emit (events.js:314:20)
                                        2021-02-03 14:54:11.401 - error: host.Homee Caught by controller[1]: at ChildProcess.EventEmitter.emit (domain.js:483:12)
                                        2021-02-03 14:54:11.402 - error: host.Homee Caught by controller[1]: at emit (internal/child_process.js:877:12)
                                        2021-02-03 14:54:11.402 - error: host.Homee Caught by controller[1]: at processTicksAndRejections (internal/process/task_queues.js:85:21)
                                        2021-02-03 14:54:11.402 - error: host.Homee Caught by controller[2]: Error: write EPIPE
                                        2021-02-03 14:54:11.403 - error: host.Homee Caught by controller[2]: at ChildProcess.target._send (internal/child_process.js:807:20)
                                        2021-02-03 14:54:11.403 - error: host.Homee Caught by controller[2]: at ChildProcess.target.send (internal/child_process.js:678:19)
                                        2021-02-03 14:54:11.404 - error: host.Homee Caught by controller[2]: at /opt/iobroker/node_modules/iobroker.history/main.js:1052:28
                                        2021-02-03 14:54:11.404 - error: host.Homee Caught by controller[2]: at getCachedData (/opt/iobroker/node_modules/iobroker.history/main.js:828:5)
                                        2021-02-03 14:54:11.404 - error: host.Homee Caught by controller[2]: at ChildProcess.<anonymous> (/opt/iobroker/node_modules/iobroker.history/main.js:1051:21)
                                        2021-02-03 14:54:11.405 - error: host.Homee Caught by controller[2]: at ChildProcess.emit (events.js:314:20)
                                        2021-02-03 14:54:11.405 - error: host.Homee Caught by controller[2]: at ChildProcess.EventEmitter.emit (domain.js:483:12)
                                        2021-02-03 14:54:11.405 - error: host.Homee Caught by controller[2]: at emit (internal/child_process.js:877:12)
                                        2021-02-03 14:54:11.406 - error: host.Homee Caught by controller[2]: at processTicksAndRejections (internal/process/task_queues.js:85:21)
                                        2021-02-03 14:54:11.406 - error: host.Homee instance system.adapter.history.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                        2021-02-03 14:54:11.407 - info: host.Homee Restart adapter system.adapter.history.0 because enabled
                                        ...
                                        Das hier kommt auch öfters:

                                        2021-02-03 14:57:58.744 - warn: javascript.0 (25592) at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1358:20)
                                        2021-02-03 14:57:58.745 - warn: javascript.0 (25592) at Object.<anonymous> (script.js.PV-Anlage.Wechselrichter:35:5)
                                        2021-02-03 14:57:58.745 - warn: javascript.0 (25592) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1055:38)
                                        2021-02-03 14:57:58.745 - warn: javascript.0 (25592) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:472:25)
                                        2021-02-03 14:57:58.746 - warn: javascript.0 (25592) at Immediate._onImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5384:37)
                                        2021-02-03 14:57:58.747 - warn: javascript.0 (25592) at processImmediate (internal/timers.js:461:21)

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

                                        @sms
                                        Bitte CodeTags setzen.

                                        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

                                        SMSS 1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @sms
                                          Bitte CodeTags setzen.

                                          SMSS Offline
                                          SMSS Offline
                                          SMS
                                          schrieb am zuletzt editiert von
                                          #113

                                          @thomas-braun

                                          2021-02-03 14:36:21.384 - error: host.Homee instance system.adapter.history.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                          2021-02-03 14:36:21.389 - info: host.Homee Restart adapter system.adapter.history.0 because enabled
                                          
                                          2021-02-03 14:51:38.869 - error: history.0 (21608) Error: write EPIPE
                                          at ChildProcess.target._send (internal/child_process.js:807:20)
                                          at ChildProcess.target.send (internal/child_process.js:678:19)
                                          at /opt/iobroker/node_modules/iobroker.history/main.js:1052:28
                                          at getCachedData (/opt/iobroker/node_modules/iobroker.history/main.js:828:5)
                                          at ChildProcess.<anonymous> (/opt/iobroker/node_modules/iobroker.history/main.js:1051:21)
                                          at ChildProcess.emit (events.js:314:20)
                                          at ChildProcess.EventEmitter.emit (domain.js:483:12)
                                          at emit (internal/child_process.js:877:12)
                                          at processTicksAndRejections (internal/process/task_queues.js:85:21)
                                          2021-02-03 14:51:41.965 - error: history.0 (21608) uncaught exception: write EPIPE
                                          2021-02-03 14:51:41.966 - error: history.0 (21608) Error: write EPIPE
                                          at ChildProcess.target._send (internal/child_process.js:807:20)
                                          at ChildProcess.target.send (internal/child_process.js:678:19)
                                          at /opt/iobroker/node_modules/iobroker.history/main.js:1052:28
                                          at getCachedData (/opt/iobroker/node_modules/iobroker.history/main.js:828:5)
                                          at ChildProcess.<anonymous> (/opt/iobroker/node_modules/iobroker.history/main.js:1051:21)
                                          at ChildProcess.emit (events.js:314:20)
                                          at ChildProcess.EventEmitter.emit (domain.js:483:12)
                                          at emit (internal/child_process.js:877:12)
                                          at processTicksAndRejections (internal/process/task_queues.js:85:21)
                                          
                                          2021-02-03 14:54:11.134 - warn: history.0 (21608) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                          2021-02-03 14:54:11.195 - info: history.0 (21608) terminating
                                          2021-02-03 14:54:11.220 - error: history.0 (21608) uncaught exception: write EPIPE
                                          2021-02-03 14:54:11.220 - error: history.0 (21608) Error: write EPIPE
                                          at ChildProcess.target._send (internal/child_process.js:807:20)
                                          at ChildProcess.target.send (internal/child_process.js:678:19)
                                          at /opt/iobroker/node_modules/iobroker.history/main.js:1052:28
                                          at getCachedData (/opt/iobroker/node_modules/iobroker.history/main.js:828:5)
                                          at ChildProcess.<anonymous> (/opt/iobroker/node_modules/iobroker.history/main.js:1051:21)
                                          at ChildProcess.emit (events.js:314:20)
                                          at ChildProcess.EventEmitter.emit (domain.js:483:12)
                                          at emit (internal/child_process.js:877:12)
                                          at processTicksAndRejections (internal/process/task_queues.js:85:21)
                                          2021-02-03 14:54:11.234 - error: history.0 (21608) uncaught exception: write EPIPE
                                          2021-02-03 14:54:11.234 - error: history.0 (21608) Error: write EPIPE
                                          at ChildProcess.target._send (internal/child_process.js:807:20)
                                          at ChildProcess.target.send (internal/child_process.js:678:19)
                                          at /opt/iobroker/node_modules/iobroker.history/main.js:1052:28
                                          at getCachedData (/opt/iobroker/node_modules/iobroker.history/main.js:828:5)
                                          at ChildProcess.<anonymous> (/opt/iobroker/node_modules/iobroker.history/main.js:1051:21)
                                          at ChildProcess.emit (events.js:314:20)
                                          at ChildProcess.EventEmitter.emit (domain.js:483:12)
                                          at emit (internal/child_process.js:877:12)
                                          at processTicksAndRejections (internal/process/task_queues.js:85:21)
                                          2021-02-03 14:54:11.393 - error: host.Homee Caught by controller[1]: Error: write EPIPE
                                          2021-02-03 14:54:11.399 - error: host.Homee Caught by controller[1]: at ChildProcess.target._send (internal/child_process.js:807:20)
                                          2021-02-03 14:54:11.399 - error: host.Homee Caught by controller[1]: at ChildProcess.target.send (internal/child_process.js:678:19)
                                          2021-02-03 14:54:11.399 - error: host.Homee Caught by controller[1]: at /opt/iobroker/node_modules/iobroker.history/main.js:1052:28
                                          2021-02-03 14:54:11.400 - error: host.Homee Caught by controller[1]: at getCachedData (/opt/iobroker/node_modules/iobroker.history/main.js:828:5)
                                          2021-02-03 14:54:11.400 - error: host.Homee Caught by controller[1]: at ChildProcess.<anonymous> (/opt/iobroker/node_modules/iobroker.history/main.js:1051:21)
                                          2021-02-03 14:54:11.401 - error: host.Homee Caught by controller[1]: at ChildProcess.emit (events.js:314:20)
                                          2021-02-03 14:54:11.401 - error: host.Homee Caught by controller[1]: at ChildProcess.EventEmitter.emit (domain.js:483:12)
                                          2021-02-03 14:54:11.402 - error: host.Homee Caught by controller[1]: at emit (internal/child_process.js:877:12)
                                          2021-02-03 14:54:11.402 - error: host.Homee Caught by controller[1]: at processTicksAndRejections (internal/process/task_queues.js:85:21)
                                          2021-02-03 14:54:11.402 - error: host.Homee Caught by controller[2]: Error: write EPIPE
                                          2021-02-03 14:54:11.403 - error: host.Homee Caught by controller[2]: at ChildProcess.target._send (internal/child_process.js:807:20)
                                          2021-02-03 14:54:11.403 - error: host.Homee Caught by controller[2]: at ChildProcess.target.send (internal/child_process.js:678:19)
                                          2021-02-03 14:54:11.404 - error: host.Homee Caught by controller[2]: at /opt/iobroker/node_modules/iobroker.history/main.js:1052:28
                                          2021-02-03 14:54:11.404 - error: host.Homee Caught by controller[2]: at getCachedData (/opt/iobroker/node_modules/iobroker.history/main.js:828:5)
                                          2021-02-03 14:54:11.404 - error: host.Homee Caught by controller[2]: at ChildProcess.<anonymous> (/opt/iobroker/node_modules/iobroker.history/main.js:1051:21)
                                          2021-02-03 14:54:11.405 - error: host.Homee Caught by controller[2]: at ChildProcess.emit (events.js:314:20)
                                          2021-02-03 14:54:11.405 - error: host.Homee Caught by controller[2]: at ChildProcess.EventEmitter.emit (domain.js:483:12)
                                          2021-02-03 14:54:11.405 - error: host.Homee Caught by controller[2]: at emit (internal/child_process.js:877:12)
                                          2021-02-03 14:54:11.406 - error: host.Homee Caught by controller[2]: at processTicksAndRejections (internal/process/task_queues.js:85:21)
                                          2021-02-03 14:54:11.406 - error: host.Homee instance system.adapter.history.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                          2021-02-03 14:54:11.407 - info: host.Homee Restart adapter system.adapter.history.0 because enabled
                                          
                                          2021-02-03 14:57:58.744 - warn: javascript.0 (25592) at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1358:20)
                                          2021-02-03 14:57:58.745 - warn: javascript.0 (25592) at Object.<anonymous> (script.js.PV-Anlage.Wechselrichter:35:5)
                                          2021-02-03 14:57:58.745 - warn: javascript.0 (25592) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1055:38)
                                          2021-02-03 14:57:58.745 - warn: javascript.0 (25592) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:472:25)
                                          2021-02-03 14:57:58.746 - warn: javascript.0 (25592) at Immediate._onImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5384:37)
                                          2021-02-03 14:57:58.747 - warn: javascript.0 (25592) at processImmediate (internal/timers.js:461:21)
                                          
                                          Thomas BraunT 1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          286

                                          Online

                                          32.9k

                                          Benutzer

                                          83.0k

                                          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