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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. [Gelöst] Zigbee-Adapter bleibt Gelb

NEWS

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

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    5.7k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

[Gelöst] Zigbee-Adapter bleibt Gelb

Scheduled Pinned Locked Moved ioBroker Allgemein
iobrokerzigbee
49 Posts 7 Posters 5.0k Views 8 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Smart_HomeS Smart_Home

    @asgothian

    Seit dem Update des Zigbee Adapters bleibt der Adapter nun sogar nur rot:

    zigbee.0	2021-05-29 11:55:34.080	info	(22108) Got terminate signal TERMINATE_YOURSELF
    zigbee.0	2021-05-29 11:55:34.070	error	(22108) Cannot read property 'getEntries' of null
    zigbee.0	2021-05-29 11:55:34.069	error	(22108) TypeError: Cannot read property 'getEntries' of null at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/iobroker.zigbee/node_modules/zigbee-herdsman/dist/controller/model/
    zigbee.0	2021-05-29 11:55:34.068	error	(22108) unhandled promise rejection: Cannot read property 'getEntries' of null
    zigbee.0	2021-05-29 11:55:34.067	error	(22108) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
    zigbee.0	2021-05-29 11:55:34.066	info	(22108) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
    zigbee.0	2021-05-29 11:55:34.064	info	(22108) terminating
    zigbee.0	2021-05-29 11:55:34.063	warn	(22108) Failed to stop zigbee during startup
    zigbee.0	2021-05-29 11:55:34.061	info	(22108) Zigbee: disabling joining new devices.
    zigbee.0	2021-05-29 11:55:34.057	info	(22108) cleaned everything up...
    zigbee.0	2021-05-29 11:55:34.055	info	(22108) Got terminate signal TERMINATE_YOURSELF
    zigbee.0	2021-05-29 11:53:49.075	error	at /opt/iobroker/node_modules/iobroker.zigbee/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:242:12
    zigbee.0	2021-05-29 11:53:49.075	error	at SerialPort._error (/opt/iobroker/node_modules/iobroker.zigbee/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:198:14)
    zigbee.0	2021-05-29 11:53:49.075	error	at SerialPort.<anonymous> (/opt/iobroker/node_modules/iobroker.zigbee/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:134:49)
    zigbee.0	2021-05-29 11:53:49.075	error	at __awaiter (/opt/iobroker/node_modules/iobroker.zigbee/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:23:12)
    zigbee.0	2021-05-29 11:53:49.075	error	at new Promise (<anonymous>)
    zigbee.0	2021-05-29 11:53:49.075	error	at /opt/iobroker/node_modules/iobroker.zigbee/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:27:71
    zigbee.0	2021-05-29 11:53:49.075	error	at Generator.next (<anonymous>)
    zigbee.0	2021-05-29 11:53:49.075	error	at Znp.<anonymous> (/opt/iobroker/node_modules/iobroker.zigbee/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:136:32)
    zigbee.0	2021-05-29 11:53:49.075	error	(22108) Error: Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'
    zigbee.0	2021-05-29 11:53:49.074	error	(22108) Failed to start Zigbee
    zigbee.0	2021-05-29 11:53:48.879	info	(22108) Installed Version: iobroker.zigbee@1.5.5
    zigbee.0	2021-05-29 11:53:48.854	info	(22108) Starting Zigbee npm ...
    zigbee.0	2021-05-29 11:53:48.852	info	(22108) Try to reconnect. 1 attempts left
    

    Wenn ich in Terminal den Befehl eingebe, um zu schauen, ob er den Stick findet, kommt folgende Meldung:

    /opt/iobroker$ ls-la /dev/serial/by-id
    
    /bin/sh: 1: ls-la: not found
    

    Das ganze läuft über Proxmox und dort wird mir der USB-Stick angezeigt:

    0f2ba105-1a39-4132-bbd6-0c2fbbd32f0f-grafik.png

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    wrote on last edited by
    #29

    @smart_home

    ls -la
    

    man beachte das Leerzeichen

    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

    Smart_HomeS 1 Reply Last reply
    1
    • Thomas BraunT Thomas Braun

      @smart_home

      ls -la
      

      man beachte das Leerzeichen

      Smart_HomeS Offline
      Smart_HomeS Offline
      Smart_Home
      wrote on last edited by
      #30

      @thomas-braun

      Sorry, mein Fehler :)
      Jetzt findet er ihn. Aber leider führt das nicht zur Lösung :-/

      e2712901-3737-4cfd-be24-fc8ac5ee6dbf-grafik.png

      C 1 Reply Last reply
      0
      • Smart_HomeS Smart_Home

        @thomas-braun

        Sorry, mein Fehler :)
        Jetzt findet er ihn. Aber leider führt das nicht zur Lösung :-/

        e2712901-3737-4cfd-be24-fc8ac5ee6dbf-grafik.png

        C Offline
        C Offline
        ChristianG
        wrote on last edited by
        #31

        @smart_home Hallo @Smart_Home ,

        ich hatte das gleiche Problem nach dem Update. Habe zwei Tage gebraucht um es wieder ans laufen zu bekommen.

        Mein Lösung war es, den Adapter vom GitHub Link direkt drüber zu installieren und schon hatte er sich wieder verbunden.

        Liebe Grüße
        Chris

        Smart_HomeS 1 Reply Last reply
        0
        • C ChristianG

          @smart_home Hallo @Smart_Home ,

          ich hatte das gleiche Problem nach dem Update. Habe zwei Tage gebraucht um es wieder ans laufen zu bekommen.

          Mein Lösung war es, den Adapter vom GitHub Link direkt drüber zu installieren und schon hatte er sich wieder verbunden.

          Liebe Grüße
          Chris

          Smart_HomeS Offline
          Smart_HomeS Offline
          Smart_Home
          wrote on last edited by
          #32

          @christiang
          Führte leider auch zu keiner Besserung.
          Habe auch den Adapter gelöscht und wollte ihn neu installieren. Auch hier leider der selbe Fehler. Nun wollte ich das System ein ein vorheriges Backup spielen. Jedoch lädt sich Backitup tot...ich kann zwar das Backup auf meinem NAS finden und auswählen. Wenn ich dann jedoch das Backup aufspielen möchte passiert lange Zeit nichts...er lädt...und lädt...und lädt
          Habe es gerade über zwei Stunden laufen lassen und dann einfach abgebrochen, also hat es hier auch etwas zerschossen...na Prima.

          arteckA 1 Reply Last reply
          0
          • Smart_HomeS Smart_Home

            @christiang
            Führte leider auch zu keiner Besserung.
            Habe auch den Adapter gelöscht und wollte ihn neu installieren. Auch hier leider der selbe Fehler. Nun wollte ich das System ein ein vorheriges Backup spielen. Jedoch lädt sich Backitup tot...ich kann zwar das Backup auf meinem NAS finden und auswählen. Wenn ich dann jedoch das Backup aufspielen möchte passiert lange Zeit nichts...er lädt...und lädt...und lädt
            Habe es gerade über zwei Stunden laufen lassen und dann einfach abgebrochen, also hat es hier auch etwas zerschossen...na Prima.

            arteckA Offline
            arteckA Offline
            arteck
            Developer Most Active
            wrote on last edited by
            #33

            @smart_home hättest einfach nur ..

            adapter stop
            stick ab
            21 22 23
            stick dran
            adapter start

            fettisch

            zigbee hab ich, zwave auch, nuc's genauso und HA auch

            Smart_HomeS 1 Reply Last reply
            0
            • arteckA arteck

              @smart_home hättest einfach nur ..

              adapter stop
              stick ab
              21 22 23
              stick dran
              adapter start

              fettisch

              Smart_HomeS Offline
              Smart_HomeS Offline
              Smart_Home
              wrote on last edited by
              #34

              @arteck
              Schon versucht, führt zu keiner Besserung

              arteckA 1 Reply Last reply
              0
              • Smart_HomeS Smart_Home

                @arteck
                Schon versucht, führt zu keiner Besserung

                arteckA Offline
                arteckA Offline
                arteck
                Developer Most Active
                wrote on last edited by
                #35

                @smart_home installier bitte von GIT..

                wirds dann besser ??

                zigbee hab ich, zwave auch, nuc's genauso und HA auch

                1 Reply Last reply
                0
                • Smart_HomeS Offline
                  Smart_HomeS Offline
                  Smart_Home
                  wrote on last edited by Smart_Home
                  #36

                  @arteck

                  Leider nein, habe ich auch vorgenommen.

                  EDIT: Auch das deinstallieren des Zigbee Adapters und neuinstallieren direkt über GIT führt zu keiner Besserung. Der Adapter bleibt einfach Gelb.
                  Muss ich somit mein gesamtes System neu aufsetzen?!

                  EDIT2: Habe nun die Version 1.4.1 installiert. Nun ist der Adapter Grün.
                  Keine Ahnung was da los ist, aber vielleicht für die Entwickler interessant?

                  J AsgothianA 2 Replies Last reply
                  0
                  • Smart_HomeS Smart_Home

                    @arteck

                    Leider nein, habe ich auch vorgenommen.

                    EDIT: Auch das deinstallieren des Zigbee Adapters und neuinstallieren direkt über GIT führt zu keiner Besserung. Der Adapter bleibt einfach Gelb.
                    Muss ich somit mein gesamtes System neu aufsetzen?!

                    EDIT2: Habe nun die Version 1.4.1 installiert. Nun ist der Adapter Grün.
                    Keine Ahnung was da los ist, aber vielleicht für die Entwickler interessant?

                    J Offline
                    J Offline
                    Ja.rod
                    wrote on last edited by
                    #37

                    @smart_home
                    Bei mir ist es auch so, auf 1.5.5 oder auch 1.5.6 upgedated, anschließend Adapter gelb, zurück auf 1.4.1 Adapter grün.

                    Gruß
                    Ja.rod

                    1 Reply Last reply
                    1
                    • Smart_HomeS Smart_Home

                      @arteck

                      Leider nein, habe ich auch vorgenommen.

                      EDIT: Auch das deinstallieren des Zigbee Adapters und neuinstallieren direkt über GIT führt zu keiner Besserung. Der Adapter bleibt einfach Gelb.
                      Muss ich somit mein gesamtes System neu aufsetzen?!

                      EDIT2: Habe nun die Version 1.4.1 installiert. Nun ist der Adapter Grün.
                      Keine Ahnung was da los ist, aber vielleicht für die Entwickler interessant?

                      AsgothianA Offline
                      AsgothianA Offline
                      Asgothian
                      Developer
                      wrote on last edited by
                      #38

                      @smart_home sagte in [Zigbee] Zigbee-Adapter bleibt Gelb:

                      EDIT2: Habe nun die Version 1.4.1 installiert. Nun ist der Adapter Grün.
                      Keine Ahnung was da los ist, aber vielleicht für die Entwickler interessant?

                      Ist für die Entwickler nur dann interessant wenn:

                      • Logs von den fehlerhaften Startvorgängen verfügbar sind
                      • Bekannt ist was für Hardware eingesetzt werden kann
                      • ggf. am System etwas getestet werden kann (unter mithilfe der Entwickler).

                      Ansonsten ist die Aussage "mit version y geht es" nur sehr bedingt relevant. Die Aktuellen Probleme kommen zu 99% aus den Anpassungen am Herdsman.

                      A.

                      ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
                      "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

                      1 Reply Last reply
                      2
                      • Smart_HomeS Offline
                        Smart_HomeS Offline
                        Smart_Home
                        wrote on last edited by Smart_Home
                        #39

                        @asgothian

                        Die Logs habe ich hier eigentlich ausreichend gepostet :)

                        Das ganze läuft auf einem INTEL NUC innerhalb einer VM mit Proxmox
                        91d33480-da9f-4634-b4cd-925e08c80ba1-grafik.png

                        Nun habe ich aber das nächste Problem. Der zigbee.1 Adapter auf meinem Slave bleibt rot.
                        dbda31ca-123f-418a-bb27-f04ebdd7ee0c-grafik.png

                        Im Log wird mir auch nichts angezeigt. Bei Hosts sieht eigentlich alles normal aus:
                        fa8ea712-d462-4fa4-b3d5-3ad8747b939e-grafik.png

                        Thomas BraunT 1 Reply Last reply
                        0
                        • Smart_HomeS Smart_Home

                          @asgothian

                          Die Logs habe ich hier eigentlich ausreichend gepostet :)

                          Das ganze läuft auf einem INTEL NUC innerhalb einer VM mit Proxmox
                          91d33480-da9f-4634-b4cd-925e08c80ba1-grafik.png

                          Nun habe ich aber das nächste Problem. Der zigbee.1 Adapter auf meinem Slave bleibt rot.
                          dbda31ca-123f-418a-bb27-f04ebdd7ee0c-grafik.png

                          Im Log wird mir auch nichts angezeigt. Bei Hosts sieht eigentlich alles normal aus:
                          fa8ea712-d462-4fa4-b3d5-3ad8747b939e-grafik.png

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          wrote on last edited by
                          #40

                          @smart_home sagte in [Zigbee] Zigbee-Adapter bleibt Gelb:

                          Der zigbee.1 Adapter auf meinem Slave bleibt rot. Im Log wird mir auch nichts angezeigt.

                          Dann zeig mal das 'nichts' eines Adapter-Starts.

                          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

                          Smart_HomeS 1 Reply Last reply
                          1
                          • Thomas BraunT Thomas Braun

                            @smart_home sagte in [Zigbee] Zigbee-Adapter bleibt Gelb:

                            Der zigbee.1 Adapter auf meinem Slave bleibt rot. Im Log wird mir auch nichts angezeigt.

                            Dann zeig mal das 'nichts' eines Adapter-Starts.

                            Smart_HomeS Offline
                            Smart_HomeS Offline
                            Smart_Home
                            wrote on last edited by Smart_Home
                            #41

                            @thomas-braun

                            Ahja, stimmt :D Im Betrieb war nichts zu erkennen

                            zigbee.1	2021-06-03 09:25:59.798	warn	(24745) Terminated (UNCAUGHT_EXCEPTION): Without reason
                            zigbee.1	2021-06-03 09:25:59.797	info	(24745) terminating
                            zigbee.1	2021-06-03 09:25:59.795	info	(24745) cleaned everything up...
                            zigbee.1	2021-06-03 09:25:59.758	error	(24745) Cannot read property 'split' of undefined
                            zigbee.1	2021-06-03 09:25:59.757	error	(24745) TypeError: Cannot read property 'split' of undefined at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47) at getExternalDefinition.next (<anonymo
                            zigbee.1	2021-06-03 09:25:59.754	error	(24745) unhandled promise rejection: Cannot read property 'split' of undefined
                            zigbee.1	2021-06-03 09:25:59.753	error	(24745) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                            zigbee.1	2021-06-03 09:25:59.685	info	(24745) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                            

                            Angeschlossen ist hier ein Deconz/Conbee Stick :)

                            Beide Versionen laufen auf 1.4.1
                            63821202-64be-4c56-98e9-d7dcdbfeda5b-grafik.png

                            Thomas BraunT 1 Reply Last reply
                            0
                            • Smart_HomeS Smart_Home

                              @thomas-braun

                              Ahja, stimmt :D Im Betrieb war nichts zu erkennen

                              zigbee.1	2021-06-03 09:25:59.798	warn	(24745) Terminated (UNCAUGHT_EXCEPTION): Without reason
                              zigbee.1	2021-06-03 09:25:59.797	info	(24745) terminating
                              zigbee.1	2021-06-03 09:25:59.795	info	(24745) cleaned everything up...
                              zigbee.1	2021-06-03 09:25:59.758	error	(24745) Cannot read property 'split' of undefined
                              zigbee.1	2021-06-03 09:25:59.757	error	(24745) TypeError: Cannot read property 'split' of undefined at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47) at getExternalDefinition.next (<anonymo
                              zigbee.1	2021-06-03 09:25:59.754	error	(24745) unhandled promise rejection: Cannot read property 'split' of undefined
                              zigbee.1	2021-06-03 09:25:59.753	error	(24745) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                              zigbee.1	2021-06-03 09:25:59.685	info	(24745) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                              

                              Angeschlossen ist hier ein Deconz/Conbee Stick :)

                              Beide Versionen laufen auf 1.4.1
                              63821202-64be-4c56-98e9-d7dcdbfeda5b-grafik.png

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              wrote on last edited by
                              #42

                              @smart_home
                              Das log ist rechts abgeschnitten.

                              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

                              Smart_HomeS 1 Reply Last reply
                              0
                              • Thomas BraunT Thomas Braun

                                @smart_home
                                Das log ist rechts abgeschnitten.

                                Smart_HomeS Offline
                                Smart_HomeS Offline
                                Smart_Home
                                wrote on last edited by
                                #43

                                @thomas-braun

                                Habe alles ausgewählt:

                                zigbee.1	2021-06-03 09:30:05.338	warn	(24808) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                zigbee.1	2021-06-03 09:30:05.337	info	(24808) terminating
                                zigbee.1	2021-06-03 09:30:05.335	info	(24808) cleaned everything up...
                                zigbee.1	2021-06-03 09:30:05.307	error	(24808) Cannot read property 'split' of undefined
                                zigbee.1	2021-06-03 09:30:05.307	error	(24808) TypeError: Cannot read property 'split' of undefined at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47) at getExternalDefinition.next (<anonymo
                                zigbee.1	2021-06-03 09:30:05.304	error	(24808) unhandled promise rejection: Cannot read property 'split' of undefined
                                zigbee.1	2021-06-03 09:30:05.303	error	(24808) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                zigbee.1	2021-06-03 09:30:05.236	info	(24808) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                zigbee.1	2021-06-03 09:29:31.961	warn	(24792) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                zigbee.1	2021-06-03 09:29:31.960	info	(24792) terminating
                                zigbee.1	2021-06-03 09:29:31.959	info	(24792) cleaned everything up...
                                zigbee.1	2021-06-03 09:29:31.923	error	(24792) Cannot read property 'split' of undefined
                                zigbee.1	2021-06-03 09:29:31.923	error	(24792) TypeError: Cannot read property 'split' of undefined at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47) at getExternalDefinition.next (<anonymo
                                zigbee.1	2021-06-03 09:29:31.904	error	(24792) unhandled promise rejection: Cannot read property 'split' of undefined
                                zigbee.1	2021-06-03 09:29:31.903	error	(24792) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                zigbee.1	2021-06-03 09:29:31.833	info	(24792) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                

                                Hier ein Screenshot
                                99cc7eca-03b8-4655-b9e6-4edcdf3ca482-grafik.png

                                Thomas BraunT 1 Reply Last reply
                                0
                                • Smart_HomeS Smart_Home

                                  @thomas-braun

                                  Habe alles ausgewählt:

                                  zigbee.1	2021-06-03 09:30:05.338	warn	(24808) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                  zigbee.1	2021-06-03 09:30:05.337	info	(24808) terminating
                                  zigbee.1	2021-06-03 09:30:05.335	info	(24808) cleaned everything up...
                                  zigbee.1	2021-06-03 09:30:05.307	error	(24808) Cannot read property 'split' of undefined
                                  zigbee.1	2021-06-03 09:30:05.307	error	(24808) TypeError: Cannot read property 'split' of undefined at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47) at getExternalDefinition.next (<anonymo
                                  zigbee.1	2021-06-03 09:30:05.304	error	(24808) unhandled promise rejection: Cannot read property 'split' of undefined
                                  zigbee.1	2021-06-03 09:30:05.303	error	(24808) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                  zigbee.1	2021-06-03 09:30:05.236	info	(24808) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                  zigbee.1	2021-06-03 09:29:31.961	warn	(24792) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                  zigbee.1	2021-06-03 09:29:31.960	info	(24792) terminating
                                  zigbee.1	2021-06-03 09:29:31.959	info	(24792) cleaned everything up...
                                  zigbee.1	2021-06-03 09:29:31.923	error	(24792) Cannot read property 'split' of undefined
                                  zigbee.1	2021-06-03 09:29:31.923	error	(24792) TypeError: Cannot read property 'split' of undefined at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47) at getExternalDefinition.next (<anonymo
                                  zigbee.1	2021-06-03 09:29:31.904	error	(24792) unhandled promise rejection: Cannot read property 'split' of undefined
                                  zigbee.1	2021-06-03 09:29:31.903	error	(24792) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                  zigbee.1	2021-06-03 09:29:31.833	info	(24792) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                  

                                  Hier ein Screenshot
                                  99cc7eca-03b8-4655-b9e6-4edcdf3ca482-grafik.png

                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  wrote on last edited by Thomas Braun
                                  #44

                                  @smart_home
                                  Log immer aus

                                  iobroker logs --watch
                                  

                                  oder

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

                                  holen, nicht aus der admin-GUI. Da fehlt immer das Zeilenende sonst. Und die Chronologie ist auch 'verkehrt' herum.

                                  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

                                  Smart_HomeS 1 Reply Last reply
                                  1
                                  • Thomas BraunT Thomas Braun

                                    @smart_home
                                    Log immer aus

                                    iobroker logs --watch
                                    

                                    oder

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

                                    holen, nicht aus der admin-GUI. Da fehlt immer das Zeilenende sonst. Und die Chronologie ist auch 'verkehrt' herum.

                                    Smart_HomeS Offline
                                    Smart_HomeS Offline
                                    Smart_Home
                                    wrote on last edited by
                                    #45

                                    @thomas-braun sagte in [Zigbee] Zigbee-Adapter bleibt Gelb:

                                    iobroker logs --watch

                                    ups, tut mir Leid. Das habe ich nicht gewusst. Hoffe jetzt besser :)

                                    2021-06-03 01:28:56.982  - error: host.ioBroker-Slave Cannot delete file "/opt/iobroker/log/iobroker.2021-05-26.log.gz": Error: ENOENT: no such file or directory, unlink '/opt/iobroker/log/iobroker.2021-05-26.log.gz'
                                    2021-06-03 07:57:19.679  - info: host.ioBroker-Slave received SIGTERM
                                    2021-06-03 07:57:19.682  - info: host.ioBroker-Slave stopInstance system.adapter.zigbee.1 (force=false, process=false)
                                    2021-06-03 07:57:34.740  - info: host.ioBroker-Slave force terminating
                                    2021-06-03 08:03:49.559  - info: host.ioBroker-Slave iobroker.js-controller version 3.2.16 js-controller starting
                                    2021-06-03 08:03:49.564  - info: host.ioBroker-Slave Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                                    2021-06-03 08:03:49.565  - info: host.ioBroker-Slave hostname: ioBroker-Slave, node: v12.22.1
                                    2021-06-03 08:03:49.565  - info: host.ioBroker-Slave ip addresses: 192.168.1.40 fe80::f380:b81d:3a75:3d7e
                                    2021-06-03 08:03:49.718  - info: host.ioBroker-Slave connected to Objects and States
                                    2021-06-03 08:03:49.805  - info: host.ioBroker-Slave added notifications configuration of host
                                    2021-06-03 08:03:50.288  - info: host.ioBroker-Slave 28 instances found
                                    2021-06-03 08:03:50.316  - info: host.ioBroker-Slave starting 1 instance
                                    2021-06-03 08:03:50.377  - info: host.ioBroker-Slave instance system.adapter.zigbee.1 started with pid 24613
                                    2021-06-03 08:03:53.860  - info: zigbee.1 (24613) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                    2021-06-03 08:03:53.934  - error: zigbee.1 (24613) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                    2021-06-03 08:03:53.935  - error: zigbee.1 (24613) unhandled promise rejection: Cannot read property 'split' of undefined
                                    2021-06-03 08:03:53.937  - error: zigbee.1 (24613) TypeError: Cannot read property 'split' of undefined
                                        at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47)
                                        at getExternalDefinition.next (<anonymous>)
                                        at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:172:20)
                                        at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:122:14)
                                        at Zigbee.emit (events.js:314:20)
                                        at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8479:34
                                    2021-06-03 08:03:53.938  - error: zigbee.1 (24613) Cannot read property 'split' of undefined
                                    2021-06-03 08:03:53.984  - info: zigbee.1 (24613) cleaned everything up...
                                    2021-06-03 08:03:53.986  - info: zigbee.1 (24613) terminating
                                    2021-06-03 08:03:53.988  - warn: zigbee.1 (24613) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                    2021-06-03 08:03:54.627  - error: host.ioBroker-Slave instance system.adapter.zigbee.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                    2021-06-03 08:03:54.628  - info: host.ioBroker-Slave Restart adapter system.adapter.zigbee.1 because enabled
                                    2021-06-03 08:04:24.668  - info: host.ioBroker-Slave instance system.adapter.zigbee.1 started with pid 24629
                                    2021-06-03 08:04:27.205  - info: zigbee.1 (24629) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                    2021-06-03 08:04:27.274  - error: zigbee.1 (24629) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                    2021-06-03 08:04:27.275  - error: zigbee.1 (24629) unhandled promise rejection: Cannot read property 'split' of undefined
                                    2021-06-03 08:04:27.278  - error: zigbee.1 (24629) TypeError: Cannot read property 'split' of undefined
                                        at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47)
                                        at getExternalDefinition.next (<anonymous>)
                                        at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:172:20)
                                        at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:122:14)
                                        at Zigbee.emit (events.js:314:20)
                                        at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8479:34
                                    2021-06-03 08:04:27.279  - error: zigbee.1 (24629) Cannot read property 'split' of undefined
                                    2021-06-03 08:04:27.331  - info: zigbee.1 (24629) cleaned everything up...
                                    2021-06-03 08:04:27.333  - info: zigbee.1 (24629) terminating
                                    2021-06-03 08:04:27.334  - warn: zigbee.1 (24629) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                    2021-06-03 08:04:28.036  - error: host.ioBroker-Slave instance system.adapter.zigbee.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                    2021-06-03 08:04:28.037  - info: host.ioBroker-Slave Restart adapter system.adapter.zigbee.1 because enabled
                                    2021-06-03 08:04:58.073  - info: host.ioBroker-Slave instance system.adapter.zigbee.1 started with pid 24644
                                    2021-06-03 08:05:02.694  - info: zigbee.1 (24644) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                    2021-06-03 08:05:02.764  - error: zigbee.1 (24644) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                    2021-06-03 08:05:02.765  - error: zigbee.1 (24644) unhandled promise rejection: Cannot read property 'split' of undefined
                                    2021-06-03 08:05:02.767  - error: zigbee.1 (24644) TypeError: Cannot read property 'split' of undefined
                                        at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47)
                                        at getExternalDefinition.next (<anonymous>)
                                        at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:172:20)
                                        at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:122:14)
                                        at Zigbee.emit (events.js:314:20)
                                        at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8479:34
                                    2021-06-03 08:05:02.768  - error: zigbee.1 (24644) Cannot read property 'split' of undefined
                                    2021-06-03 08:05:02.815  - info: zigbee.1 (24644) cleaned everything up...
                                    2021-06-03 08:05:02.817  - info: zigbee.1 (24644) terminating
                                    2021-06-03 08:05:02.819  - warn: zigbee.1 (24644) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                    2021-06-03 08:05:03.543  - error: host.ioBroker-Slave instance system.adapter.zigbee.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                    2021-06-03 08:05:03.545  - info: host.ioBroker-Slave Restart adapter system.adapter.zigbee.1 because enabled
                                    2021-06-03 08:05:03.545  - warn: host.ioBroker-Slave Do not restart adapter system.adapter.zigbee.1 because restart loop detected
                                    2021-06-03 08:13:37.673  - info: host.ioBroker-Slave "system.adapter.zigbee.1" disabled
                                    2021-06-03 08:14:25.343  - info: host.ioBroker-Slave "system.adapter.zigbee.1" enabled
                                    2021-06-03 08:14:25.385  - info: host.ioBroker-Slave instance system.adapter.zigbee.1 started with pid 24688
                                    2021-06-03 08:14:27.965  - info: zigbee.1 (24688) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                    2021-06-03 08:14:28.034  - error: zigbee.1 (24688) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                    2021-06-03 08:14:28.035  - error: zigbee.1 (24688) unhandled promise rejection: Cannot read property 'split' of undefined
                                    2021-06-03 08:14:28.037  - error: zigbee.1 (24688) TypeError: Cannot read property 'split' of undefined
                                        at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47)
                                        at getExternalDefinition.next (<anonymous>)
                                        at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:172:20)
                                        at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:122:14)
                                        at Zigbee.emit (events.js:314:20)
                                        at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8479:34
                                    2021-06-03 08:14:28.038  - error: zigbee.1 (24688) Cannot read property 'split' of undefined
                                    2021-06-03 08:14:28.070  - info: zigbee.1 (24688) cleaned everything up...
                                    2021-06-03 08:14:28.071  - info: zigbee.1 (24688) terminating
                                    2021-06-03 08:14:28.073  - warn: zigbee.1 (24688) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                    2021-06-03 08:14:28.758  - error: host.ioBroker-Slave instance system.adapter.zigbee.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                    2021-06-03 08:14:28.760  - info: host.ioBroker-Slave Restart adapter system.adapter.zigbee.1 because enabled
                                    2021-06-03 08:14:58.797  - info: host.ioBroker-Slave instance system.adapter.zigbee.1 started with pid 24703
                                    2021-06-03 08:15:01.598  - info: zigbee.1 (24703) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                    2021-06-03 08:15:01.673  - error: zigbee.1 (24703) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                    2021-06-03 08:15:01.674  - error: zigbee.1 (24703) unhandled promise rejection: Cannot read property 'split' of undefined
                                    2021-06-03 08:15:01.677  - error: zigbee.1 (24703) TypeError: Cannot read property 'split' of undefined
                                        at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47)
                                        at getExternalDefinition.next (<anonymous>)
                                        at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:172:20)
                                        at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:122:14)
                                        at Zigbee.emit (events.js:314:20)
                                        at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8479:34
                                    2021-06-03 08:15:01.678  - error: zigbee.1 (24703) Cannot read property 'split' of undefined
                                    2021-06-03 08:15:01.777  - info: zigbee.1 (24703) cleaned everything up...
                                    2021-06-03 08:15:01.779  - info: zigbee.1 (24703) terminating
                                    2021-06-03 08:15:01.781  - warn: zigbee.1 (24703) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                    2021-06-03 08:15:02.479  - error: host.ioBroker-Slave instance system.adapter.zigbee.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                    2021-06-03 08:15:02.480  - info: host.ioBroker-Slave Restart adapter system.adapter.zigbee.1 because enabled
                                    2021-06-03 08:15:32.516  - info: host.ioBroker-Slave instance system.adapter.zigbee.1 started with pid 24719
                                    2021-06-03 08:15:35.022  - info: zigbee.1 (24719) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                    2021-06-03 08:15:35.103  - error: zigbee.1 (24719) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                    2021-06-03 08:15:35.104  - error: zigbee.1 (24719) unhandled promise rejection: Cannot read property 'split' of undefined
                                    2021-06-03 08:15:35.107  - error: zigbee.1 (24719) TypeError: Cannot read property 'split' of undefined
                                        at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47)
                                        at getExternalDefinition.next (<anonymous>)
                                        at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:172:20)
                                        at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:122:14)
                                        at Zigbee.emit (events.js:314:20)
                                        at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8479:34
                                    2021-06-03 08:15:35.108  - error: zigbee.1 (24719) Cannot read property 'split' of undefined
                                    2021-06-03 08:15:35.146  - info: zigbee.1 (24719) cleaned everything up...
                                    2021-06-03 08:15:35.148  - info: zigbee.1 (24719) terminating
                                    2021-06-03 08:15:35.149  - warn: zigbee.1 (24719) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                    2021-06-03 08:15:35.816  - error: host.ioBroker-Slave instance system.adapter.zigbee.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                    2021-06-03 08:15:35.817  - info: host.ioBroker-Slave Restart adapter system.adapter.zigbee.1 because enabled
                                    2021-06-03 08:15:35.818  - warn: host.ioBroker-Slave Do not restart adapter system.adapter.zigbee.1 because restart loop detected
                                    2021-06-03 08:25:45.690  - info: host.ioBroker-Slave "system.adapter.zigbee.1" disabled
                                    2021-06-03 08:25:57.040  - info: host.ioBroker-Slave "system.adapter.zigbee.1" enabled
                                    2021-06-03 08:25:57.105  - info: host.ioBroker-Slave instance system.adapter.zigbee.1 started with pid 24745
                                    2021-06-03 08:25:59.685  - info: zigbee.1 (24745) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                    2021-06-03 08:25:59.753  - error: zigbee.1 (24745) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                    2021-06-03 08:25:59.754  - error: zigbee.1 (24745) unhandled promise rejection: Cannot read property 'split' of undefined
                                    2021-06-03 08:25:59.757  - error: zigbee.1 (24745) TypeError: Cannot read property 'split' of undefined
                                        at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47)
                                        at getExternalDefinition.next (<anonymous>)
                                        at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:172:20)
                                        at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:122:14)
                                        at Zigbee.emit (events.js:314:20)
                                        at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8479:34
                                    2021-06-03 08:25:59.758  - error: zigbee.1 (24745) Cannot read property 'split' of undefined
                                    2021-06-03 08:25:59.795  - info: zigbee.1 (24745) cleaned everything up...
                                    2021-06-03 08:25:59.797  - info: zigbee.1 (24745) terminating
                                    2021-06-03 08:25:59.798  - warn: zigbee.1 (24745) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                    2021-06-03 08:26:00.487  - error: host.ioBroker-Slave instance system.adapter.zigbee.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                    2021-06-03 08:26:00.488  - info: host.ioBroker-Slave Restart adapter system.adapter.zigbee.1 because enabled
                                    2021-06-03 08:26:30.526  - info: host.ioBroker-Slave instance system.adapter.zigbee.1 started with pid 24761
                                    2021-06-03 08:26:33.327  - info: zigbee.1 (24761) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                    2021-06-03 08:26:33.405  - error: zigbee.1 (24761) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                    2021-06-03 08:26:33.406  - error: zigbee.1 (24761) unhandled promise rejection: Cannot read property 'split' of undefined
                                    2021-06-03 08:26:33.408  - error: zigbee.1 (24761) TypeError: Cannot read property 'split' of undefined
                                        at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47)
                                        at getExternalDefinition.next (<anonymous>)
                                        at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:172:20)
                                        at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:122:14)
                                        at Zigbee.emit (events.js:314:20)
                                        at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8479:34
                                    2021-06-03 08:26:33.409  - error: zigbee.1 (24761) Cannot read property 'split' of undefined
                                    2021-06-03 08:26:33.453  - info: zigbee.1 (24761) cleaned everything up...
                                    2021-06-03 08:26:33.456  - info: zigbee.1 (24761) terminating
                                    2021-06-03 08:26:33.458  - warn: zigbee.1 (24761) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                    2021-06-03 08:26:34.140  - error: host.ioBroker-Slave instance system.adapter.zigbee.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                    2021-06-03 08:26:34.142  - info: host.ioBroker-Slave Restart adapter system.adapter.zigbee.1 because enabled
                                    2021-06-03 08:27:04.177  - info: host.ioBroker-Slave instance system.adapter.zigbee.1 started with pid 24776
                                    2021-06-03 08:27:06.699  - info: zigbee.1 (24776) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                    2021-06-03 08:27:06.773  - error: zigbee.1 (24776) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                    2021-06-03 08:27:06.774  - error: zigbee.1 (24776) unhandled promise rejection: Cannot read property 'split' of undefined
                                    2021-06-03 08:27:06.777  - error: zigbee.1 (24776) TypeError: Cannot read property 'split' of undefined
                                        at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47)
                                        at getExternalDefinition.next (<anonymous>)
                                        at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:172:20)
                                        at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:122:14)
                                        at Zigbee.emit (events.js:314:20)
                                        at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8479:34
                                    2021-06-03 08:27:06.778  - error: zigbee.1 (24776) Cannot read property 'split' of undefined
                                    2021-06-03 08:27:06.813  - info: zigbee.1 (24776) cleaned everything up...
                                    2021-06-03 08:27:06.815  - info: zigbee.1 (24776) terminating
                                    2021-06-03 08:27:06.816  - warn: zigbee.1 (24776) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                    2021-06-03 08:27:07.528  - error: host.ioBroker-Slave instance system.adapter.zigbee.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                    2021-06-03 08:27:07.529  - info: host.ioBroker-Slave Restart adapter system.adapter.zigbee.1 because enabled
                                    2021-06-03 08:27:07.530  - warn: host.ioBroker-Slave Do not restart adapter system.adapter.zigbee.1 because restart loop detected
                                    2021-06-03 08:29:25.438  - info: host.ioBroker-Slave "system.adapter.zigbee.1" disabled
                                    2021-06-03 08:29:29.272  - info: host.ioBroker-Slave "system.adapter.zigbee.1" enabled
                                    2021-06-03 08:29:29.309  - info: host.ioBroker-Slave instance system.adapter.zigbee.1 started with pid 24792
                                    2021-06-03 08:29:31.833  - info: zigbee.1 (24792) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                    2021-06-03 08:29:31.903  - error: zigbee.1 (24792) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                    2021-06-03 08:29:31.904  - error: zigbee.1 (24792) unhandled promise rejection: Cannot read property 'split' of undefined
                                    2021-06-03 08:29:31.923  - error: zigbee.1 (24792) TypeError: Cannot read property 'split' of undefined
                                        at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47)
                                        at getExternalDefinition.next (<anonymous>)
                                        at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:172:20)
                                        at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:122:14)
                                        at Zigbee.emit (events.js:314:20)
                                        at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8479:34
                                    2021-06-03 08:29:31.923  - error: zigbee.1 (24792) Cannot read property 'split' of undefined
                                    2021-06-03 08:29:31.959  - info: zigbee.1 (24792) cleaned everything up...
                                    2021-06-03 08:29:31.960  - info: zigbee.1 (24792) terminating
                                    2021-06-03 08:29:31.961  - warn: zigbee.1 (24792) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                    2021-06-03 08:29:32.646  - error: host.ioBroker-Slave instance system.adapter.zigbee.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                    2021-06-03 08:29:32.647  - info: host.ioBroker-Slave Restart adapter system.adapter.zigbee.1 because enabled
                                    2021-06-03 08:30:02.685  - info: host.ioBroker-Slave instance system.adapter.zigbee.1 started with pid 24808
                                    2021-06-03 08:30:05.236  - info: zigbee.1 (24808) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                    2021-06-03 08:30:05.303  - error: zigbee.1 (24808) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                    2021-06-03 08:30:05.304  - error: zigbee.1 (24808) unhandled promise rejection: Cannot read property 'split' of undefined
                                    2021-06-03 08:30:05.307  - error: zigbee.1 (24808) TypeError: Cannot read property 'split' of undefined
                                        at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47)
                                        at getExternalDefinition.next (<anonymous>)
                                        at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:172:20)
                                        at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:122:14)
                                        at Zigbee.emit (events.js:314:20)
                                        at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8479:34
                                    2021-06-03 08:30:05.307  - error: zigbee.1 (24808) Cannot read property 'split' of undefined
                                    2021-06-03 08:30:05.335  - info: zigbee.1 (24808) cleaned everything up...
                                    2021-06-03 08:30:05.337  - info: zigbee.1 (24808) terminating
                                    2021-06-03 08:30:05.338  - warn: zigbee.1 (24808) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                    2021-06-03 08:30:06.028  - error: host.ioBroker-Slave instance system.adapter.zigbee.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                    2021-06-03 08:30:06.030  - info: host.ioBroker-Slave Restart adapter system.adapter.zigbee.1 because enabled
                                    2021-06-03 08:30:36.068  - info: host.ioBroker-Slave instance system.adapter.zigbee.1 started with pid 24823
                                    2021-06-03 08:30:38.625  - info: zigbee.1 (24823) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                    2021-06-03 08:30:38.694  - error: zigbee.1 (24823) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                    2021-06-03 08:30:38.695  - error: zigbee.1 (24823) unhandled promise rejection: Cannot read property 'split' of undefined
                                    2021-06-03 08:30:38.713  - error: zigbee.1 (24823) TypeError: Cannot read property 'split' of undefined
                                        at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47)
                                        at getExternalDefinition.next (<anonymous>)
                                        at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:172:20)
                                        at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:122:14)
                                        at Zigbee.emit (events.js:314:20)
                                        at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8479:34
                                    2021-06-03 08:30:38.714  - error: zigbee.1 (24823) Cannot read property 'split' of undefined
                                    2021-06-03 08:30:38.750  - info: zigbee.1 (24823) cleaned everything up...
                                    2021-06-03 08:30:38.751  - info: zigbee.1 (24823) terminating
                                    2021-06-03 08:30:38.752  - warn: zigbee.1 (24823) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                    2021-06-03 08:30:39.438  - error: host.ioBroker-Slave instance system.adapter.zigbee.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                    2021-06-03 08:30:39.439  - info: host.ioBroker-Slave Restart adapter system.adapter.zigbee.1 because enabled
                                    2021-06-03 08:30:39.439  - warn: host.ioBroker-Slave Do not restart adapter system.adapter.zigbee.1 because restart loop detected
                                    
                                    
                                    arteckA 1 Reply Last reply
                                    0
                                    • Smart_HomeS Smart_Home

                                      @thomas-braun sagte in [Zigbee] Zigbee-Adapter bleibt Gelb:

                                      iobroker logs --watch

                                      ups, tut mir Leid. Das habe ich nicht gewusst. Hoffe jetzt besser :)

                                      2021-06-03 01:28:56.982  - error: host.ioBroker-Slave Cannot delete file "/opt/iobroker/log/iobroker.2021-05-26.log.gz": Error: ENOENT: no such file or directory, unlink '/opt/iobroker/log/iobroker.2021-05-26.log.gz'
                                      2021-06-03 07:57:19.679  - info: host.ioBroker-Slave received SIGTERM
                                      2021-06-03 07:57:19.682  - info: host.ioBroker-Slave stopInstance system.adapter.zigbee.1 (force=false, process=false)
                                      2021-06-03 07:57:34.740  - info: host.ioBroker-Slave force terminating
                                      2021-06-03 08:03:49.559  - info: host.ioBroker-Slave iobroker.js-controller version 3.2.16 js-controller starting
                                      2021-06-03 08:03:49.564  - info: host.ioBroker-Slave Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                                      2021-06-03 08:03:49.565  - info: host.ioBroker-Slave hostname: ioBroker-Slave, node: v12.22.1
                                      2021-06-03 08:03:49.565  - info: host.ioBroker-Slave ip addresses: 192.168.1.40 fe80::f380:b81d:3a75:3d7e
                                      2021-06-03 08:03:49.718  - info: host.ioBroker-Slave connected to Objects and States
                                      2021-06-03 08:03:49.805  - info: host.ioBroker-Slave added notifications configuration of host
                                      2021-06-03 08:03:50.288  - info: host.ioBroker-Slave 28 instances found
                                      2021-06-03 08:03:50.316  - info: host.ioBroker-Slave starting 1 instance
                                      2021-06-03 08:03:50.377  - info: host.ioBroker-Slave instance system.adapter.zigbee.1 started with pid 24613
                                      2021-06-03 08:03:53.860  - info: zigbee.1 (24613) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                      2021-06-03 08:03:53.934  - error: zigbee.1 (24613) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                      2021-06-03 08:03:53.935  - error: zigbee.1 (24613) unhandled promise rejection: Cannot read property 'split' of undefined
                                      2021-06-03 08:03:53.937  - error: zigbee.1 (24613) TypeError: Cannot read property 'split' of undefined
                                          at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47)
                                          at getExternalDefinition.next (<anonymous>)
                                          at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:172:20)
                                          at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:122:14)
                                          at Zigbee.emit (events.js:314:20)
                                          at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8479:34
                                      2021-06-03 08:03:53.938  - error: zigbee.1 (24613) Cannot read property 'split' of undefined
                                      2021-06-03 08:03:53.984  - info: zigbee.1 (24613) cleaned everything up...
                                      2021-06-03 08:03:53.986  - info: zigbee.1 (24613) terminating
                                      2021-06-03 08:03:53.988  - warn: zigbee.1 (24613) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                      2021-06-03 08:03:54.627  - error: host.ioBroker-Slave instance system.adapter.zigbee.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                      2021-06-03 08:03:54.628  - info: host.ioBroker-Slave Restart adapter system.adapter.zigbee.1 because enabled
                                      2021-06-03 08:04:24.668  - info: host.ioBroker-Slave instance system.adapter.zigbee.1 started with pid 24629
                                      2021-06-03 08:04:27.205  - info: zigbee.1 (24629) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                      2021-06-03 08:04:27.274  - error: zigbee.1 (24629) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                      2021-06-03 08:04:27.275  - error: zigbee.1 (24629) unhandled promise rejection: Cannot read property 'split' of undefined
                                      2021-06-03 08:04:27.278  - error: zigbee.1 (24629) TypeError: Cannot read property 'split' of undefined
                                          at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47)
                                          at getExternalDefinition.next (<anonymous>)
                                          at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:172:20)
                                          at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:122:14)
                                          at Zigbee.emit (events.js:314:20)
                                          at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8479:34
                                      2021-06-03 08:04:27.279  - error: zigbee.1 (24629) Cannot read property 'split' of undefined
                                      2021-06-03 08:04:27.331  - info: zigbee.1 (24629) cleaned everything up...
                                      2021-06-03 08:04:27.333  - info: zigbee.1 (24629) terminating
                                      2021-06-03 08:04:27.334  - warn: zigbee.1 (24629) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                      2021-06-03 08:04:28.036  - error: host.ioBroker-Slave instance system.adapter.zigbee.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                      2021-06-03 08:04:28.037  - info: host.ioBroker-Slave Restart adapter system.adapter.zigbee.1 because enabled
                                      2021-06-03 08:04:58.073  - info: host.ioBroker-Slave instance system.adapter.zigbee.1 started with pid 24644
                                      2021-06-03 08:05:02.694  - info: zigbee.1 (24644) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                      2021-06-03 08:05:02.764  - error: zigbee.1 (24644) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                      2021-06-03 08:05:02.765  - error: zigbee.1 (24644) unhandled promise rejection: Cannot read property 'split' of undefined
                                      2021-06-03 08:05:02.767  - error: zigbee.1 (24644) TypeError: Cannot read property 'split' of undefined
                                          at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47)
                                          at getExternalDefinition.next (<anonymous>)
                                          at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:172:20)
                                          at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:122:14)
                                          at Zigbee.emit (events.js:314:20)
                                          at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8479:34
                                      2021-06-03 08:05:02.768  - error: zigbee.1 (24644) Cannot read property 'split' of undefined
                                      2021-06-03 08:05:02.815  - info: zigbee.1 (24644) cleaned everything up...
                                      2021-06-03 08:05:02.817  - info: zigbee.1 (24644) terminating
                                      2021-06-03 08:05:02.819  - warn: zigbee.1 (24644) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                      2021-06-03 08:05:03.543  - error: host.ioBroker-Slave instance system.adapter.zigbee.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                      2021-06-03 08:05:03.545  - info: host.ioBroker-Slave Restart adapter system.adapter.zigbee.1 because enabled
                                      2021-06-03 08:05:03.545  - warn: host.ioBroker-Slave Do not restart adapter system.adapter.zigbee.1 because restart loop detected
                                      2021-06-03 08:13:37.673  - info: host.ioBroker-Slave "system.adapter.zigbee.1" disabled
                                      2021-06-03 08:14:25.343  - info: host.ioBroker-Slave "system.adapter.zigbee.1" enabled
                                      2021-06-03 08:14:25.385  - info: host.ioBroker-Slave instance system.adapter.zigbee.1 started with pid 24688
                                      2021-06-03 08:14:27.965  - info: zigbee.1 (24688) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                      2021-06-03 08:14:28.034  - error: zigbee.1 (24688) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                      2021-06-03 08:14:28.035  - error: zigbee.1 (24688) unhandled promise rejection: Cannot read property 'split' of undefined
                                      2021-06-03 08:14:28.037  - error: zigbee.1 (24688) TypeError: Cannot read property 'split' of undefined
                                          at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47)
                                          at getExternalDefinition.next (<anonymous>)
                                          at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:172:20)
                                          at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:122:14)
                                          at Zigbee.emit (events.js:314:20)
                                          at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8479:34
                                      2021-06-03 08:14:28.038  - error: zigbee.1 (24688) Cannot read property 'split' of undefined
                                      2021-06-03 08:14:28.070  - info: zigbee.1 (24688) cleaned everything up...
                                      2021-06-03 08:14:28.071  - info: zigbee.1 (24688) terminating
                                      2021-06-03 08:14:28.073  - warn: zigbee.1 (24688) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                      2021-06-03 08:14:28.758  - error: host.ioBroker-Slave instance system.adapter.zigbee.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                      2021-06-03 08:14:28.760  - info: host.ioBroker-Slave Restart adapter system.adapter.zigbee.1 because enabled
                                      2021-06-03 08:14:58.797  - info: host.ioBroker-Slave instance system.adapter.zigbee.1 started with pid 24703
                                      2021-06-03 08:15:01.598  - info: zigbee.1 (24703) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                      2021-06-03 08:15:01.673  - error: zigbee.1 (24703) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                      2021-06-03 08:15:01.674  - error: zigbee.1 (24703) unhandled promise rejection: Cannot read property 'split' of undefined
                                      2021-06-03 08:15:01.677  - error: zigbee.1 (24703) TypeError: Cannot read property 'split' of undefined
                                          at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47)
                                          at getExternalDefinition.next (<anonymous>)
                                          at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:172:20)
                                          at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:122:14)
                                          at Zigbee.emit (events.js:314:20)
                                          at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8479:34
                                      2021-06-03 08:15:01.678  - error: zigbee.1 (24703) Cannot read property 'split' of undefined
                                      2021-06-03 08:15:01.777  - info: zigbee.1 (24703) cleaned everything up...
                                      2021-06-03 08:15:01.779  - info: zigbee.1 (24703) terminating
                                      2021-06-03 08:15:01.781  - warn: zigbee.1 (24703) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                      2021-06-03 08:15:02.479  - error: host.ioBroker-Slave instance system.adapter.zigbee.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                      2021-06-03 08:15:02.480  - info: host.ioBroker-Slave Restart adapter system.adapter.zigbee.1 because enabled
                                      2021-06-03 08:15:32.516  - info: host.ioBroker-Slave instance system.adapter.zigbee.1 started with pid 24719
                                      2021-06-03 08:15:35.022  - info: zigbee.1 (24719) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                      2021-06-03 08:15:35.103  - error: zigbee.1 (24719) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                      2021-06-03 08:15:35.104  - error: zigbee.1 (24719) unhandled promise rejection: Cannot read property 'split' of undefined
                                      2021-06-03 08:15:35.107  - error: zigbee.1 (24719) TypeError: Cannot read property 'split' of undefined
                                          at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47)
                                          at getExternalDefinition.next (<anonymous>)
                                          at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:172:20)
                                          at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:122:14)
                                          at Zigbee.emit (events.js:314:20)
                                          at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8479:34
                                      2021-06-03 08:15:35.108  - error: zigbee.1 (24719) Cannot read property 'split' of undefined
                                      2021-06-03 08:15:35.146  - info: zigbee.1 (24719) cleaned everything up...
                                      2021-06-03 08:15:35.148  - info: zigbee.1 (24719) terminating
                                      2021-06-03 08:15:35.149  - warn: zigbee.1 (24719) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                      2021-06-03 08:15:35.816  - error: host.ioBroker-Slave instance system.adapter.zigbee.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                      2021-06-03 08:15:35.817  - info: host.ioBroker-Slave Restart adapter system.adapter.zigbee.1 because enabled
                                      2021-06-03 08:15:35.818  - warn: host.ioBroker-Slave Do not restart adapter system.adapter.zigbee.1 because restart loop detected
                                      2021-06-03 08:25:45.690  - info: host.ioBroker-Slave "system.adapter.zigbee.1" disabled
                                      2021-06-03 08:25:57.040  - info: host.ioBroker-Slave "system.adapter.zigbee.1" enabled
                                      2021-06-03 08:25:57.105  - info: host.ioBroker-Slave instance system.adapter.zigbee.1 started with pid 24745
                                      2021-06-03 08:25:59.685  - info: zigbee.1 (24745) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                      2021-06-03 08:25:59.753  - error: zigbee.1 (24745) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                      2021-06-03 08:25:59.754  - error: zigbee.1 (24745) unhandled promise rejection: Cannot read property 'split' of undefined
                                      2021-06-03 08:25:59.757  - error: zigbee.1 (24745) TypeError: Cannot read property 'split' of undefined
                                          at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47)
                                          at getExternalDefinition.next (<anonymous>)
                                          at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:172:20)
                                          at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:122:14)
                                          at Zigbee.emit (events.js:314:20)
                                          at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8479:34
                                      2021-06-03 08:25:59.758  - error: zigbee.1 (24745) Cannot read property 'split' of undefined
                                      2021-06-03 08:25:59.795  - info: zigbee.1 (24745) cleaned everything up...
                                      2021-06-03 08:25:59.797  - info: zigbee.1 (24745) terminating
                                      2021-06-03 08:25:59.798  - warn: zigbee.1 (24745) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                      2021-06-03 08:26:00.487  - error: host.ioBroker-Slave instance system.adapter.zigbee.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                      2021-06-03 08:26:00.488  - info: host.ioBroker-Slave Restart adapter system.adapter.zigbee.1 because enabled
                                      2021-06-03 08:26:30.526  - info: host.ioBroker-Slave instance system.adapter.zigbee.1 started with pid 24761
                                      2021-06-03 08:26:33.327  - info: zigbee.1 (24761) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                      2021-06-03 08:26:33.405  - error: zigbee.1 (24761) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                      2021-06-03 08:26:33.406  - error: zigbee.1 (24761) unhandled promise rejection: Cannot read property 'split' of undefined
                                      2021-06-03 08:26:33.408  - error: zigbee.1 (24761) TypeError: Cannot read property 'split' of undefined
                                          at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47)
                                          at getExternalDefinition.next (<anonymous>)
                                          at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:172:20)
                                          at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:122:14)
                                          at Zigbee.emit (events.js:314:20)
                                          at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8479:34
                                      2021-06-03 08:26:33.409  - error: zigbee.1 (24761) Cannot read property 'split' of undefined
                                      2021-06-03 08:26:33.453  - info: zigbee.1 (24761) cleaned everything up...
                                      2021-06-03 08:26:33.456  - info: zigbee.1 (24761) terminating
                                      2021-06-03 08:26:33.458  - warn: zigbee.1 (24761) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                      2021-06-03 08:26:34.140  - error: host.ioBroker-Slave instance system.adapter.zigbee.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                      2021-06-03 08:26:34.142  - info: host.ioBroker-Slave Restart adapter system.adapter.zigbee.1 because enabled
                                      2021-06-03 08:27:04.177  - info: host.ioBroker-Slave instance system.adapter.zigbee.1 started with pid 24776
                                      2021-06-03 08:27:06.699  - info: zigbee.1 (24776) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                      2021-06-03 08:27:06.773  - error: zigbee.1 (24776) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                      2021-06-03 08:27:06.774  - error: zigbee.1 (24776) unhandled promise rejection: Cannot read property 'split' of undefined
                                      2021-06-03 08:27:06.777  - error: zigbee.1 (24776) TypeError: Cannot read property 'split' of undefined
                                          at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47)
                                          at getExternalDefinition.next (<anonymous>)
                                          at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:172:20)
                                          at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:122:14)
                                          at Zigbee.emit (events.js:314:20)
                                          at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8479:34
                                      2021-06-03 08:27:06.778  - error: zigbee.1 (24776) Cannot read property 'split' of undefined
                                      2021-06-03 08:27:06.813  - info: zigbee.1 (24776) cleaned everything up...
                                      2021-06-03 08:27:06.815  - info: zigbee.1 (24776) terminating
                                      2021-06-03 08:27:06.816  - warn: zigbee.1 (24776) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                      2021-06-03 08:27:07.528  - error: host.ioBroker-Slave instance system.adapter.zigbee.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                      2021-06-03 08:27:07.529  - info: host.ioBroker-Slave Restart adapter system.adapter.zigbee.1 because enabled
                                      2021-06-03 08:27:07.530  - warn: host.ioBroker-Slave Do not restart adapter system.adapter.zigbee.1 because restart loop detected
                                      2021-06-03 08:29:25.438  - info: host.ioBroker-Slave "system.adapter.zigbee.1" disabled
                                      2021-06-03 08:29:29.272  - info: host.ioBroker-Slave "system.adapter.zigbee.1" enabled
                                      2021-06-03 08:29:29.309  - info: host.ioBroker-Slave instance system.adapter.zigbee.1 started with pid 24792
                                      2021-06-03 08:29:31.833  - info: zigbee.1 (24792) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                      2021-06-03 08:29:31.903  - error: zigbee.1 (24792) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                      2021-06-03 08:29:31.904  - error: zigbee.1 (24792) unhandled promise rejection: Cannot read property 'split' of undefined
                                      2021-06-03 08:29:31.923  - error: zigbee.1 (24792) TypeError: Cannot read property 'split' of undefined
                                          at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47)
                                          at getExternalDefinition.next (<anonymous>)
                                          at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:172:20)
                                          at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:122:14)
                                          at Zigbee.emit (events.js:314:20)
                                          at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8479:34
                                      2021-06-03 08:29:31.923  - error: zigbee.1 (24792) Cannot read property 'split' of undefined
                                      2021-06-03 08:29:31.959  - info: zigbee.1 (24792) cleaned everything up...
                                      2021-06-03 08:29:31.960  - info: zigbee.1 (24792) terminating
                                      2021-06-03 08:29:31.961  - warn: zigbee.1 (24792) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                      2021-06-03 08:29:32.646  - error: host.ioBroker-Slave instance system.adapter.zigbee.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                      2021-06-03 08:29:32.647  - info: host.ioBroker-Slave Restart adapter system.adapter.zigbee.1 because enabled
                                      2021-06-03 08:30:02.685  - info: host.ioBroker-Slave instance system.adapter.zigbee.1 started with pid 24808
                                      2021-06-03 08:30:05.236  - info: zigbee.1 (24808) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                      2021-06-03 08:30:05.303  - error: zigbee.1 (24808) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                      2021-06-03 08:30:05.304  - error: zigbee.1 (24808) unhandled promise rejection: Cannot read property 'split' of undefined
                                      2021-06-03 08:30:05.307  - error: zigbee.1 (24808) TypeError: Cannot read property 'split' of undefined
                                          at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47)
                                          at getExternalDefinition.next (<anonymous>)
                                          at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:172:20)
                                          at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:122:14)
                                          at Zigbee.emit (events.js:314:20)
                                          at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8479:34
                                      2021-06-03 08:30:05.307  - error: zigbee.1 (24808) Cannot read property 'split' of undefined
                                      2021-06-03 08:30:05.335  - info: zigbee.1 (24808) cleaned everything up...
                                      2021-06-03 08:30:05.337  - info: zigbee.1 (24808) terminating
                                      2021-06-03 08:30:05.338  - warn: zigbee.1 (24808) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                      2021-06-03 08:30:06.028  - error: host.ioBroker-Slave instance system.adapter.zigbee.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                      2021-06-03 08:30:06.030  - info: host.ioBroker-Slave Restart adapter system.adapter.zigbee.1 because enabled
                                      2021-06-03 08:30:36.068  - info: host.ioBroker-Slave instance system.adapter.zigbee.1 started with pid 24823
                                      2021-06-03 08:30:38.625  - info: zigbee.1 (24823) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                      2021-06-03 08:30:38.694  - error: zigbee.1 (24823) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                      2021-06-03 08:30:38.695  - error: zigbee.1 (24823) unhandled promise rejection: Cannot read property 'split' of undefined
                                      2021-06-03 08:30:38.713  - error: zigbee.1 (24823) TypeError: Cannot read property 'split' of undefined
                                          at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:150:47)
                                          at getExternalDefinition.next (<anonymous>)
                                          at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:172:20)
                                          at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:122:14)
                                          at Zigbee.emit (events.js:314:20)
                                          at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8479:34
                                      2021-06-03 08:30:38.714  - error: zigbee.1 (24823) Cannot read property 'split' of undefined
                                      2021-06-03 08:30:38.750  - info: zigbee.1 (24823) cleaned everything up...
                                      2021-06-03 08:30:38.751  - info: zigbee.1 (24823) terminating
                                      2021-06-03 08:30:38.752  - warn: zigbee.1 (24823) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                      2021-06-03 08:30:39.438  - error: host.ioBroker-Slave instance system.adapter.zigbee.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                      2021-06-03 08:30:39.439  - info: host.ioBroker-Slave Restart adapter system.adapter.zigbee.1 because enabled
                                      2021-06-03 08:30:39.439  - warn: host.ioBroker-Slave Do not restart adapter system.adapter.zigbee.1 because restart loop detected
                                      
                                      
                                      arteckA Offline
                                      arteckA Offline
                                      arteck
                                      Developer Most Active
                                      wrote on last edited by arteck
                                      #46

                                      @smart_home sagte in [Zigbee] Zigbee-Adapter bleibt Gelb:

                                      Version 1.4.4

                                      auf dem salve wird aber die 1.4.4 gestartet.... hast du nicht was von 1.4.1 auf beiden gesprochen ?

                                      zigbee hab ich, zwave auch, nuc's genauso und HA auch

                                      Smart_HomeS 1 Reply Last reply
                                      0
                                      • arteckA arteck

                                        @smart_home sagte in [Zigbee] Zigbee-Adapter bleibt Gelb:

                                        Version 1.4.4

                                        auf dem salve wird aber die 1.4.4 gestartet.... hast du nicht was von 1.4.1 auf beiden gesprochen ?

                                        Smart_HomeS Offline
                                        Smart_HomeS Offline
                                        Smart_Home
                                        wrote on last edited by Smart_Home
                                        #47

                                        @arteck

                                        Genau, das wundert mich genauso. Bei den Adaptern wird mir 1.4.1 angezeigt und das zweimal
                                        32098d88-40f0-4a23-bc04-fb6331997863-grafik.png

                                        Thomas BraunT 1 Reply Last reply
                                        0
                                        • Smart_HomeS Smart_Home

                                          @arteck

                                          Genau, das wundert mich genauso. Bei den Adaptern wird mir 1.4.1 angezeigt und das zweimal
                                          32098d88-40f0-4a23-bc04-fb6331997863-grafik.png

                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          wrote on last edited by
                                          #48

                                          @smart_home

                                          iobroker update
                                          

                                          auf dem jeweiligen Rechner macht dich schlauer.

                                          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

                                          Smart_HomeS 1 Reply Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          535

                                          Online

                                          32.7k

                                          Users

                                          82.6k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe