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. Zigbee Adapter - restart loop detected

NEWS

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    6
    1
    101

  • 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
    758

Zigbee Adapter - restart loop detected

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
66 Beiträge 3 Kommentatoren 7.0k Aufrufe 3 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.
  • B Offline
    B Offline
    brokeling
    schrieb am zuletzt editiert von
    #4

    @thomas-braun

    Und ein (Neu)-Start des Adapters stellt sich wie im LogFile dar?

    Wie muss ich das logging einstellen - auf debug und dann den Adapter starten?

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • B brokeling

      @thomas-braun

      Und ein (Neu)-Start des Adapters stellt sich wie im LogFile dar?

      Wie muss ich das logging einstellen - auf debug und dann den Adapter starten?

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

      @brokeling

      Im Terminal

      iobroker logs --watch
      

      und dann den Adapter neustarten. Neue Zeilen dann posten.

      Und halte das System auf Stand. Viele zu viele 'updateable' Adapters.

      sudo apt update
      

      liefert?

      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

      1 Antwort Letzte Antwort
      0
      • B Offline
        B Offline
        brokeling
        schrieb am zuletzt editiert von brokeling
        #6

        @thomas-braun

        pi@raspi:~ $ iobroker logs --watch
        Uncaught Rejection: Error: Cannot create a string longer than 0xffffff0 characters
            at Object.slice (buffer.js:609:37)
            at Buffer.toString (buffer.js:827:14)
            at CLILogs.execute (/opt/iobroker/node_modules/@iobroker/js-controller-cli/lib/cli/cliLogs.js:40:51)
            at processCommand (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:1137:25)
            at Object.module.exports.execute (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:3314:5)
            at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:24)
            at Module._compile (internal/modules/cjs/loader.js:1085:14)
            at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
            at Module.load (internal/modules/cjs/loader.js:950:32)
            at Function.Module._load (internal/modules/cjs/loader.js:790:12)
        
        

        das kommt bereits als Antwort, bevor ich den Adapterneustart auslösen konnte.

        Thomas BraunT 2 Antworten Letzte Antwort
        0
        • B brokeling

          @thomas-braun

          pi@raspi:~ $ iobroker logs --watch
          Uncaught Rejection: Error: Cannot create a string longer than 0xffffff0 characters
              at Object.slice (buffer.js:609:37)
              at Buffer.toString (buffer.js:827:14)
              at CLILogs.execute (/opt/iobroker/node_modules/@iobroker/js-controller-cli/lib/cli/cliLogs.js:40:51)
              at processCommand (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:1137:25)
              at Object.module.exports.execute (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:3314:5)
              at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:24)
              at Module._compile (internal/modules/cjs/loader.js:1085:14)
              at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
              at Module.load (internal/modules/cjs/loader.js:950:32)
              at Function.Module._load (internal/modules/cjs/loader.js:790:12)
          
          

          das kommt bereits als Antwort, bevor ich den Adapterneustart auslösen konnte.

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

          @brokeling
          Wtf?
          Wie riesig ist bitte dein log?
          Das wären ja mehr als 268435440 Zeichen.

          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

          B 1 Antwort Letzte Antwort
          0
          • B brokeling

            @thomas-braun

            pi@raspi:~ $ iobroker logs --watch
            Uncaught Rejection: Error: Cannot create a string longer than 0xffffff0 characters
                at Object.slice (buffer.js:609:37)
                at Buffer.toString (buffer.js:827:14)
                at CLILogs.execute (/opt/iobroker/node_modules/@iobroker/js-controller-cli/lib/cli/cliLogs.js:40:51)
                at processCommand (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:1137:25)
                at Object.module.exports.execute (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:3314:5)
                at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:24)
                at Module._compile (internal/modules/cjs/loader.js:1085:14)
                at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
                at Module.load (internal/modules/cjs/loader.js:950:32)
                at Function.Module._load (internal/modules/cjs/loader.js:790:12)
            
            

            das kommt bereits als Antwort, bevor ich den Adapterneustart auslösen konnte.

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

            @brokeling

            Ich vermute du hast da noch ganz andere Probleme...

            Funktioniert

            tail -f /opt/iobroker/log/iobroker.current.log
            

            denn?

            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

            1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @brokeling
              Wtf?
              Wie riesig ist bitte dein log?
              Das wären ja mehr als 268435440 Zeichen.

              B Offline
              B Offline
              brokeling
              schrieb am zuletzt editiert von
              #9

              @thomas-braun
              Die vielen logs scheinen vom statistics-Adapter zu kommen.

              Thomas BraunT B 2 Antworten Letzte Antwort
              0
              • B brokeling

                @thomas-braun
                Die vielen logs scheinen vom statistics-Adapter zu kommen.

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

                @brokeling

                Graf Zahl?
                Was loggst du da bitte alles?
                Dann schalt den Quasselkopp mal aus, damit der nicht dauernd in das Log reinblökt.

                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

                1 Antwort Letzte Antwort
                0
                • B brokeling

                  @thomas-braun
                  Die vielen logs scheinen vom statistics-Adapter zu kommen.

                  B Offline
                  B Offline
                  brokeling
                  schrieb am zuletzt editiert von
                  #11
                  2022-07-04 23:06:18.696  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Stromverkauf.month on NaN to NaN
                  2022-07-04 23:06:18.699  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Stromverkauf.quarter on NaN to NaN
                  2022-07-04 23:06:18.703  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Stromverkauf.year on NaN to NaN
                  2022-07-04 23:06:18.712  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Strombezug_STAWA.15Min on 0 to 7157
                  2022-07-04 23:06:18.724  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Strombezug_STAWA.hour on 0 to 7157
                  2022-07-04 23:06:18.731  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Strombezug_STAWA.day on 0 to 1215739
                  2022-07-04 23:06:18.734  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Strombezug_STAWA.week on 0 to 1215739
                  2022-07-04 23:06:18.739  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Strombezug_STAWA.month on 0 to 3410906
                  2022-07-04 23:06:18.744  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Strombezug_STAWA.quarter on 0 to 3410906
                  2022-07-04 23:06:18.752  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Strombezug_STAWA.year on 0 to 86863699
                  2022-07-04 23:06:18.756  - debug: statistics.0 (1771) [STATE CHANGE] new last for "temp.avg.0_userdata.0.Holger2.Energie_Haus.Strombezug_STAWA.last: 0
                  2022-07-04 23:06:18.767  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.15Min on NaN to NaN
                  2022-07-04 23:06:18.771  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.hour on NaN to NaN
                  2022-07-04 23:06:18.775  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.day on NaN to NaN
                  2022-07-04 23:06:18.779  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.week on NaN to NaN
                  2022-07-04 23:06:18.784  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.month on NaN to NaN
                  2022-07-04 23:06:18.788  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.quarter on NaN to NaN
                  2022-07-04 23:06:18.792  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.year on NaN to NaN
                  2022-07-04 23:06:18.800  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Gesamtverbrauch_Haus.15Min on 0 to 22072
                  2022-07-04 23:06:18.803  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Gesamtverbrauch_Haus.hour on 0 to 22072
                  2022-07-04 23:06:18.806  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Gesamtverbrauch_Haus.day on 0 to 15671914
                  2022-07-04 23:06:18.809  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Gesamtverbrauch_Haus.week on 0 to 15671914
                  2022-07-04 23:06:18.812  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Gesamtverbrauch_Haus.month on 0 to 42252619
                  2022-07-04 23:06:18.815  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Gesamtverbrauch_Haus.quarter on 0 to 42252619
                  2022-07-04 23:06:18.819  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Gesamtverbrauch_Haus.year on 0 to 809781803
                  2022-07-04 23:06:18.823  - debug: statistics.0 (1771) [STATE CHANGE] new last for "temp.avg.0_userdata.0.Holger2.Energie_Haus.Gesamtverbrauch_Haus.last: 0
                  2022-07-04 23:06:18.837  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.15Min on NaN to NaN
                  2022-07-04 23:06:18.840  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.hour on NaN to NaN
                  2022-07-04 23:06:18.845  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.day on NaN to NaN
                  2022-07-04 23:06:18.849  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.week on NaN to NaN
                  2022-07-04 23:06:18.854  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.month on NaN to NaN
                  2022-07-04 23:06:18.858  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.quarter on NaN to NaN
                  2022-07-04 23:06:18.862  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.year on NaN to NaN
                  
                  
                  

                  ...ein Teil...

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • B brokeling
                    2022-07-04 23:06:18.696  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Stromverkauf.month on NaN to NaN
                    2022-07-04 23:06:18.699  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Stromverkauf.quarter on NaN to NaN
                    2022-07-04 23:06:18.703  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Stromverkauf.year on NaN to NaN
                    2022-07-04 23:06:18.712  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Strombezug_STAWA.15Min on 0 to 7157
                    2022-07-04 23:06:18.724  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Strombezug_STAWA.hour on 0 to 7157
                    2022-07-04 23:06:18.731  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Strombezug_STAWA.day on 0 to 1215739
                    2022-07-04 23:06:18.734  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Strombezug_STAWA.week on 0 to 1215739
                    2022-07-04 23:06:18.739  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Strombezug_STAWA.month on 0 to 3410906
                    2022-07-04 23:06:18.744  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Strombezug_STAWA.quarter on 0 to 3410906
                    2022-07-04 23:06:18.752  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Strombezug_STAWA.year on 0 to 86863699
                    2022-07-04 23:06:18.756  - debug: statistics.0 (1771) [STATE CHANGE] new last for "temp.avg.0_userdata.0.Holger2.Energie_Haus.Strombezug_STAWA.last: 0
                    2022-07-04 23:06:18.767  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.15Min on NaN to NaN
                    2022-07-04 23:06:18.771  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.hour on NaN to NaN
                    2022-07-04 23:06:18.775  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.day on NaN to NaN
                    2022-07-04 23:06:18.779  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.week on NaN to NaN
                    2022-07-04 23:06:18.784  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.month on NaN to NaN
                    2022-07-04 23:06:18.788  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.quarter on NaN to NaN
                    2022-07-04 23:06:18.792  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.year on NaN to NaN
                    2022-07-04 23:06:18.800  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Gesamtverbrauch_Haus.15Min on 0 to 22072
                    2022-07-04 23:06:18.803  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Gesamtverbrauch_Haus.hour on 0 to 22072
                    2022-07-04 23:06:18.806  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Gesamtverbrauch_Haus.day on 0 to 15671914
                    2022-07-04 23:06:18.809  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Gesamtverbrauch_Haus.week on 0 to 15671914
                    2022-07-04 23:06:18.812  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Gesamtverbrauch_Haus.month on 0 to 42252619
                    2022-07-04 23:06:18.815  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Gesamtverbrauch_Haus.quarter on 0 to 42252619
                    2022-07-04 23:06:18.819  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumDelta.0_userdata.0.Holger2.Energie_Haus.Gesamtverbrauch_Haus.year on 0 to 809781803
                    2022-07-04 23:06:18.823  - debug: statistics.0 (1771) [STATE CHANGE] new last for "temp.avg.0_userdata.0.Holger2.Energie_Haus.Gesamtverbrauch_Haus.last: 0
                    2022-07-04 23:06:18.837  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.15Min on NaN to NaN
                    2022-07-04 23:06:18.840  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.hour on NaN to NaN
                    2022-07-04 23:06:18.845  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.day on NaN to NaN
                    2022-07-04 23:06:18.849  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.week on NaN to NaN
                    2022-07-04 23:06:18.854  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.month on NaN to NaN
                    2022-07-04 23:06:18.858  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.quarter on NaN to NaN
                    2022-07-04 23:06:18.862  - debug: statistics.0 (1771) [STATE CHANGE] Increase temp.sumGroup.Strombezug.year on NaN to NaN
                    
                    
                    

                    ...ein Teil...

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

                    @brokeling

                    Joh, in der Frequenz zu loggen dürfte irgendwann das System überlasten.
                    Außerdem steht der auf debug.

                    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

                    B 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @brokeling

                      Joh, in der Frequenz zu loggen dürfte irgendwann das System überlasten.
                      Außerdem steht der auf debug.

                      B Offline
                      B Offline
                      brokeling
                      schrieb am zuletzt editiert von
                      #13

                      @thomas-braun
                      auf info umstellen?
                      dann geht es deutlich gemächlicher.

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • B brokeling

                        @thomas-braun
                        auf info umstellen?
                        dann geht es deutlich gemächlicher.

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

                        @brokeling

                        Natürlich. Was willste denn mit den Debug-Zeilen?

                        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

                        B 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @brokeling

                          Natürlich. Was willste denn mit den Debug-Zeilen?

                          B Offline
                          B Offline
                          brokeling
                          schrieb am zuletzt editiert von
                          #15

                          @thomas-braun

                          pi@raspi:~ $ iobroker logs --watch
                          Uncaught Rejection: Error: Cannot create a string longer than 0xffffff0 characters
                              at Object.slice (buffer.js:609:37)
                              at Buffer.toString (buffer.js:827:14)
                              at CLILogs.execute (/opt/iobroker/node_modules/@iobroker/js-controller-cli/lib/cli/cliLogs.js:40:51)
                              at processCommand (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:1137:25)
                              at Object.module.exports.execute (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:3314:5)
                              at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:24)
                              at Module._compile (internal/modules/cjs/loader.js:1085:14)
                              at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
                              at Module.load (internal/modules/cjs/loader.js:950:32)
                              at Function.Module._load (internal/modules/cjs/loader.js:790:12)
                          
                          

                          Das bringt er jetzt immer noch, obwohl Adapter statistics aus.

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • B brokeling

                            @thomas-braun

                            pi@raspi:~ $ iobroker logs --watch
                            Uncaught Rejection: Error: Cannot create a string longer than 0xffffff0 characters
                                at Object.slice (buffer.js:609:37)
                                at Buffer.toString (buffer.js:827:14)
                                at CLILogs.execute (/opt/iobroker/node_modules/@iobroker/js-controller-cli/lib/cli/cliLogs.js:40:51)
                                at processCommand (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:1137:25)
                                at Object.module.exports.execute (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:3314:5)
                                at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:24)
                                at Module._compile (internal/modules/cjs/loader.js:1085:14)
                                at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
                                at Module.load (internal/modules/cjs/loader.js:950:32)
                                at Function.Module._load (internal/modules/cjs/loader.js:790:12)
                            
                            

                            Das bringt er jetzt immer noch, obwohl Adapter statistics aus.

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

                            @brokeling sagte in Zigbee Adapter - restart loop detected:

                            Das bringt er jetzt immer noch, obwohl Adapter statistics aus.

                            Na klar, das file ist ja immer noch so riesig. Der alte Kram steht ja noch drin.

                            sudo apt update
                            tail -f /opt/iobroker/log/iobroker.current.log
                            

                            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

                            B 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @brokeling sagte in Zigbee Adapter - restart loop detected:

                              Das bringt er jetzt immer noch, obwohl Adapter statistics aus.

                              Na klar, das file ist ja immer noch so riesig. Der alte Kram steht ja noch drin.

                              sudo apt update
                              tail -f /opt/iobroker/log/iobroker.current.log
                              
                              B Offline
                              B Offline
                              brokeling
                              schrieb am zuletzt editiert von
                              #17

                              @thomas-braun
                              alles löschen?

                              B 1 Antwort Letzte Antwort
                              0
                              • B brokeling

                                @thomas-braun
                                alles löschen?

                                B Offline
                                B Offline
                                brokeling
                                schrieb am zuletzt editiert von
                                #18
                                pi@raspi:~ $ sudo apt update
                                Holen:1 http://phoscon.de/apt/deconz buster InRelease [2.869 B]
                                Holen:2 http://archive.raspberrypi.org/debian buster InRelease [32,6 kB]
                                OK:3 https://deb.nodesource.com/node_12.x buster InRelease
                                Holen:4 http://raspbian.raspberrypi.org/raspbian buster InRelease [15,0 kB]
                                OK:5 https://deb.nodesource.com/node_14.x buster InRelease
                                Holen:6 http://phoscon.de/apt/deconz buster/main armhf Packages [734 B]
                                Holen:7 http://archive.raspberrypi.org/debian buster/main armhf Packages [391 kB]
                                Holen:8 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages [13,0 MB]
                                Es wurden 47,6 kB in 7 s geholt (7.063 B/s).
                                Paketlisten werden gelesen... Fertig
                                Abhängigkeitsbaum wird aufgebaut.
                                Statusinformationen werden eingelesen.... Fertig
                                Aktualisierung für 4 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
                                
                                
                                pi@raspi:~ $ tail -f /opt/iobroker/log/iobroker.current.log
                                2022-07-04 23:15:39.626  - info: fritzdect.0 (2320) State value to set for "fritzdect.0.DECT_grpC786EA-3BDC033DC.boostactiveendtime" has to be type "number" but received type "string"
                                2022-07-04 23:15:39.627  - info: fritzdect.0 (2320) State value to set for "fritzdect.0.DECT_grpC786EA-3BDC033DC.endperiod" has to be type "number" but received type "string"
                                2022-07-04 23:15:39.629  - info: fritzdect.0 (2320) State value to set for "fritzdect.0.DECT_grpC786EA-3BDC03168.windowopenactiveendtime" has to be type "number" but received type "string"
                                2022-07-04 23:15:39.630  - info: fritzdect.0 (2320) State value to set for "fritzdect.0.DECT_grpC786EA-3BDC03168.boostactiveendtime" has to be type "number" but received type "string"
                                2022-07-04 23:15:39.631  - info: fritzdect.0 (2320) State value to set for "fritzdect.0.DECT_grpC786EA-3BDC03168.endperiod" has to be type "number" but received type "string"
                                2022-07-04 23:15:39.633  - info: fritzdect.0 (2320) State value to set for "fritzdect.0.DECT_grpC786EA-3BDC032FE.windowopenactiveendtime" has to be type "number" but received type "string"
                                2022-07-04 23:15:39.634  - info: fritzdect.0 (2320) State value to set for "fritzdect.0.DECT_grpC786EA-3BDC032FE.boostactiveendtime" has to be type "number" but received type "string"
                                2022-07-04 23:15:39.634  - info: fritzdect.0 (2320) State value to set for "fritzdect.0.DECT_grpC786EA-3BDC032FE.endperiod" has to be type "number" but received type "string"
                                2022-07-04 23:16:08.531  - info: javascript.0 (19239) script.js.common.Display.Display3_TFT.Alternativ.L8_CO2_WoZi1: 3
                                2022-07-04 23:17:08.491  - info: javascript.0 (19239) script.js.common.Display.Display3_TFT.Alternativ.L8_CO2_WoZi1: 3
                                
                                
                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • B brokeling
                                  pi@raspi:~ $ sudo apt update
                                  Holen:1 http://phoscon.de/apt/deconz buster InRelease [2.869 B]
                                  Holen:2 http://archive.raspberrypi.org/debian buster InRelease [32,6 kB]
                                  OK:3 https://deb.nodesource.com/node_12.x buster InRelease
                                  Holen:4 http://raspbian.raspberrypi.org/raspbian buster InRelease [15,0 kB]
                                  OK:5 https://deb.nodesource.com/node_14.x buster InRelease
                                  Holen:6 http://phoscon.de/apt/deconz buster/main armhf Packages [734 B]
                                  Holen:7 http://archive.raspberrypi.org/debian buster/main armhf Packages [391 kB]
                                  Holen:8 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages [13,0 MB]
                                  Es wurden 47,6 kB in 7 s geholt (7.063 B/s).
                                  Paketlisten werden gelesen... Fertig
                                  Abhängigkeitsbaum wird aufgebaut.
                                  Statusinformationen werden eingelesen.... Fertig
                                  Aktualisierung für 4 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
                                  
                                  
                                  pi@raspi:~ $ tail -f /opt/iobroker/log/iobroker.current.log
                                  2022-07-04 23:15:39.626  - info: fritzdect.0 (2320) State value to set for "fritzdect.0.DECT_grpC786EA-3BDC033DC.boostactiveendtime" has to be type "number" but received type "string"
                                  2022-07-04 23:15:39.627  - info: fritzdect.0 (2320) State value to set for "fritzdect.0.DECT_grpC786EA-3BDC033DC.endperiod" has to be type "number" but received type "string"
                                  2022-07-04 23:15:39.629  - info: fritzdect.0 (2320) State value to set for "fritzdect.0.DECT_grpC786EA-3BDC03168.windowopenactiveendtime" has to be type "number" but received type "string"
                                  2022-07-04 23:15:39.630  - info: fritzdect.0 (2320) State value to set for "fritzdect.0.DECT_grpC786EA-3BDC03168.boostactiveendtime" has to be type "number" but received type "string"
                                  2022-07-04 23:15:39.631  - info: fritzdect.0 (2320) State value to set for "fritzdect.0.DECT_grpC786EA-3BDC03168.endperiod" has to be type "number" but received type "string"
                                  2022-07-04 23:15:39.633  - info: fritzdect.0 (2320) State value to set for "fritzdect.0.DECT_grpC786EA-3BDC032FE.windowopenactiveendtime" has to be type "number" but received type "string"
                                  2022-07-04 23:15:39.634  - info: fritzdect.0 (2320) State value to set for "fritzdect.0.DECT_grpC786EA-3BDC032FE.boostactiveendtime" has to be type "number" but received type "string"
                                  2022-07-04 23:15:39.634  - info: fritzdect.0 (2320) State value to set for "fritzdect.0.DECT_grpC786EA-3BDC032FE.endperiod" has to be type "number" but received type "string"
                                  2022-07-04 23:16:08.531  - info: javascript.0 (19239) script.js.common.Display.Display3_TFT.Alternativ.L8_CO2_WoZi1: 3
                                  2022-07-04 23:17:08.491  - info: javascript.0 (19239) script.js.common.Display.Display3_TFT.Alternativ.L8_CO2_WoZi1: 3
                                  
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #19

                                  @brokeling

                                  Dann jetzt den Adapter neustarten.

                                  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

                                  B 1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @brokeling

                                    Dann jetzt den Adapter neustarten.

                                    B Offline
                                    B Offline
                                    brokeling
                                    schrieb am zuletzt editiert von
                                    #20

                                    @thomas-braun
                                    läuft schon.

                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • B brokeling

                                      @thomas-braun
                                      läuft schon.

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

                                      @brokeling

                                      Und?

                                      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

                                      B 1 Antwort Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @brokeling

                                        Und?

                                        B Offline
                                        B Offline
                                        brokeling
                                        schrieb am zuletzt editiert von
                                        #22

                                        @thomas-braun
                                        kann ich nicht sagen.
                                        Der zickt nur druchschnittlich einmal rum in 24 h.
                                        Da muss man jetzt abwarten.
                                        Ich muss mir den statistics Adapter nochmal anschauen, ob ich den anders konfigurieren kann. Der loggt wohl zu viel, oder?
                                        Die Adapter werde ich updaten oder rausschmeißen. Paar davon brauche ich garnicht. Doch das Löschen über die Admin Oberfläche hatte ich schon versucht, hat aber nicht geklappt. Blieb stehen. Muss ich nochmal probieren.

                                        Thomas BraunT 1 Antwort Letzte Antwort
                                        0
                                        • B brokeling

                                          @thomas-braun
                                          kann ich nicht sagen.
                                          Der zickt nur druchschnittlich einmal rum in 24 h.
                                          Da muss man jetzt abwarten.
                                          Ich muss mir den statistics Adapter nochmal anschauen, ob ich den anders konfigurieren kann. Der loggt wohl zu viel, oder?
                                          Die Adapter werde ich updaten oder rausschmeißen. Paar davon brauche ich garnicht. Doch das Löschen über die Admin Oberfläche hatte ich schon versucht, hat aber nicht geklappt. Blieb stehen. Muss ich nochmal probieren.

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

                                          @brokeling

                                          Du sollst den zigbee-Adapter jetzt neustarten.

                                          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

                                          B 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

                                          577

                                          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