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.
  • 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
                        • Thomas BraunT Thomas Braun

                          @brokeling

                          Du sollst den zigbee-Adapter jetzt neustarten.

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

                          @thomas-braun
                          ja ok, aber das ist unauffällig. Was dann?

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • B brokeling

                            @thomas-braun
                            ja ok, aber das ist unauffällig. Was dann?

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

                            @brokeling

                            Zeigen...

                            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

                              Zeigen...

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

                              @thomas-braun

                              das hier?

                              pi@raspi:~ $ tail -f /opt/iobroker/log/iobroker.current.log
                              2022-07-04 23:30:39.535  - 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:30:39.535  - 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:30:48.901  - warn: zigbee.0 (16002) DeviceAvailability:Failed to ping 0xec1bbdfffeaa8f30 TRADFRI bulb E27 WW 806lm
                              2022-07-04 23:30:49.025  - warn: zigbee.0 (16002) DeviceAvailability:Failed to ping 0xec1bbdfffea186d2 TRADFRI bulb E27 WW 806lm
                              2022-07-04 23:30:49.113  - warn: zigbee.0 (16002) DeviceAvailability:Failed to ping 0xec1bbdfffea17968 TRADFRI bulb E27 WW 806lm
                              2022-07-04 23:30:50.046  - warn: zigbee.0 (16002) DeviceAvailability:Failed to ping 0xec1bbdfffeaa888d TRADFRI bulb E27 WW 806lm
                              2022-07-04 23:31:08.504  - info: javascript.0 (19239) script.js.common.Display.Display3_TFT.Alternativ.L8_CO2_WoZi1: 3
                              2022-07-04 23:32:08.496  - info: javascript.0 (19239) script.js.common.Display.Display3_TFT.Alternativ.L8_CO2_WoZi1: 3
                              2022-07-04 23:34:08.032  - info: sql.0 (918) Do not store value "NULL" for HumAußen because no number
                              2022-07-04 23:34:08.484  - info: javascript.0 (19239) script.js.common.Display.Display3_TFT.Alternativ.L8_CO2_WoZi1: 3
                              
                              
                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • B brokeling

                                @thomas-braun

                                das hier?

                                pi@raspi:~ $ tail -f /opt/iobroker/log/iobroker.current.log
                                2022-07-04 23:30:39.535  - 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:30:39.535  - 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:30:48.901  - warn: zigbee.0 (16002) DeviceAvailability:Failed to ping 0xec1bbdfffeaa8f30 TRADFRI bulb E27 WW 806lm
                                2022-07-04 23:30:49.025  - warn: zigbee.0 (16002) DeviceAvailability:Failed to ping 0xec1bbdfffea186d2 TRADFRI bulb E27 WW 806lm
                                2022-07-04 23:30:49.113  - warn: zigbee.0 (16002) DeviceAvailability:Failed to ping 0xec1bbdfffea17968 TRADFRI bulb E27 WW 806lm
                                2022-07-04 23:30:50.046  - warn: zigbee.0 (16002) DeviceAvailability:Failed to ping 0xec1bbdfffeaa888d TRADFRI bulb E27 WW 806lm
                                2022-07-04 23:31:08.504  - info: javascript.0 (19239) script.js.common.Display.Display3_TFT.Alternativ.L8_CO2_WoZi1: 3
                                2022-07-04 23:32:08.496  - info: javascript.0 (19239) script.js.common.Display.Display3_TFT.Alternativ.L8_CO2_WoZi1: 3
                                2022-07-04 23:34:08.032  - info: sql.0 (918) Do not store value "NULL" for HumAußen because no number
                                2022-07-04 23:34:08.484  - 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
                                #27

                                @brokeling

                                Das sieht so aus:

                                2022-07-04 23:36:45.009  - info: host.chet stopInstance system.adapter.zigbee.0 (force=false, process=true)
                                2022-07-04 23:36:45.019  - info: host.chet stopInstance system.adapter.zigbee.0 send kill signal
                                2022-07-04 23:36:45.015  - info: zigbee.0 (451863) Got terminate signal TERMINATE_YOURSELF
                                2022-07-04 23:36:45.029  - info: zigbee.0 (451863) cleaned everything up...
                                2022-07-04 23:36:45.033  - info: zigbee.0 (451863) Zigbee: disabling joining new devices.
                                2022-07-04 23:36:45.530  - info: zigbee.0 (451863) terminating
                                2022-07-04 23:36:45.532  - info: zigbee.0 (451863) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                2022-07-04 23:36:46.020  - info: host.chet stopInstance system.adapter.zigbee.0 killing pid 451863
                                2022-07-04 23:36:46.147  - info: host.chet instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                2022-07-04 23:36:48.212  - info: host.chet instance system.adapter.zigbee.0 started with pid 567035
                                2022-07-04 23:36:52.021  - info: zigbee.0 (567035) starting. Version 1.7.5 in /opt/iobroker/node_modules/iobroker.zigbee, node: v18.4.0, js-controller: 4.0.23
                                2022-07-04 23:36:52.076  - info: zigbee.0 (567035) internal Backups are disabled
                                2022-07-04 23:36:52.082  - info: zigbee.0 (567035) Starting Zigbee  npm ...
                                2022-07-04 23:36:52.629  - info: zigbee.0 (567035) Installed Version: iobroker.zigbee@1.7.5
                                2022-07-04 23:37:03.580  - info: zigbee.0 (567035) Coordinator firmware version: {"type":"zStack3x0","meta":{"transportrev":2,"product":1,"majorrel":2,"minorrel":7,"maintrel":1,"revision":20220507}}
                                2022-07-04 23:37:03.588  - info: zigbee.0 (567035) Unable to disable LED, unsupported function.
                                2022-07-04 23:37:03.606  - info: zigbee.0 (567035)   --> transmitPower : normal
                                2022-07-04 23:37:03.614  - info: zigbee.0 (567035) Currently no devices.
                                2022-07-04 23:37:03.615  - info: zigbee.0 (567035) Zigbee started
                                

                                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

                                  Das sieht so aus:

                                  2022-07-04 23:36:45.009  - info: host.chet stopInstance system.adapter.zigbee.0 (force=false, process=true)
                                  2022-07-04 23:36:45.019  - info: host.chet stopInstance system.adapter.zigbee.0 send kill signal
                                  2022-07-04 23:36:45.015  - info: zigbee.0 (451863) Got terminate signal TERMINATE_YOURSELF
                                  2022-07-04 23:36:45.029  - info: zigbee.0 (451863) cleaned everything up...
                                  2022-07-04 23:36:45.033  - info: zigbee.0 (451863) Zigbee: disabling joining new devices.
                                  2022-07-04 23:36:45.530  - info: zigbee.0 (451863) terminating
                                  2022-07-04 23:36:45.532  - info: zigbee.0 (451863) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                  2022-07-04 23:36:46.020  - info: host.chet stopInstance system.adapter.zigbee.0 killing pid 451863
                                  2022-07-04 23:36:46.147  - info: host.chet instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                  2022-07-04 23:36:48.212  - info: host.chet instance system.adapter.zigbee.0 started with pid 567035
                                  2022-07-04 23:36:52.021  - info: zigbee.0 (567035) starting. Version 1.7.5 in /opt/iobroker/node_modules/iobroker.zigbee, node: v18.4.0, js-controller: 4.0.23
                                  2022-07-04 23:36:52.076  - info: zigbee.0 (567035) internal Backups are disabled
                                  2022-07-04 23:36:52.082  - info: zigbee.0 (567035) Starting Zigbee  npm ...
                                  2022-07-04 23:36:52.629  - info: zigbee.0 (567035) Installed Version: iobroker.zigbee@1.7.5
                                  2022-07-04 23:37:03.580  - info: zigbee.0 (567035) Coordinator firmware version: {"type":"zStack3x0","meta":{"transportrev":2,"product":1,"majorrel":2,"minorrel":7,"maintrel":1,"revision":20220507}}
                                  2022-07-04 23:37:03.588  - info: zigbee.0 (567035) Unable to disable LED, unsupported function.
                                  2022-07-04 23:37:03.606  - info: zigbee.0 (567035)   --> transmitPower : normal
                                  2022-07-04 23:37:03.614  - info: zigbee.0 (567035) Currently no devices.
                                  2022-07-04 23:37:03.615  - info: zigbee.0 (567035) Zigbee started
                                  
                                  B Offline
                                  B Offline
                                  brokeling
                                  schrieb am zuletzt editiert von
                                  #28

                                  @thomas-braun
                                  bei dir?

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • B brokeling

                                    @thomas-braun
                                    bei dir?

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

                                    @brokeling

                                    Natürlich ist das aus meinem System. Aber so ähnlich sieht das auch bei dir aus.

                                    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 ist das aus meinem System. Aber so ähnlich sieht das auch bei dir aus.

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

                                      @thomas-braun
                                      kann ich die logs löschen und dann einen neuen Zigbee Adapter Start aufzeichnen?
                                      Was kann ich noch machen?

                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • B brokeling

                                        @thomas-braun
                                        kann ich die logs löschen und dann einen neuen Zigbee Adapter Start aufzeichnen?
                                        Was kann ich noch machen?

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

                                        @brokeling

                                        Du siehst doch jetzt im tail auch die Meldungen.

                                        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

                                          Du siehst doch jetzt im tail auch die Meldungen.

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

                                          @thomas-braun
                                          meinst du die Ursache ist (war) der statistics Adapter?
                                          Bis jetzt läuft dieser ja nicht mehr.

                                          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

                                          573

                                          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