Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [Gelöst] Zigbee Adapter bleibt gelb

    NEWS

    • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?

    • Monatsrückblick – September 2025

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    [Gelöst] Zigbee Adapter bleibt gelb

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Masterg 23 last edited by

      @masterg-23 sagte in Zigbee Adapter bleibt gelb:

      als Root bin ich nicht lange eingeloggt.

      Das hat mit der Länge nix zu tun. In deinem Screenshot sehe ich, dass du auch nicht sattelfest mit Konsolenbefehlen bist und da blind rummurkst. In einer root-shell tödlich.

      Masterg 23 1 Reply Last reply Reply Quote 0
      • Masterg 23
        Masterg 23 @Thomas Braun last edited by Masterg 23

        @thomas-braun ich habe es verstanden, dass ich es nicht machen soll. Hast du vielleicht auch paar tipps was mir ein Stück weiterhilft? Die Logs habe ich ja gepostet. Ich versteh nur nicht warum du immer wieder darauf rumhackst, dass ich keine Ahnung habe. Ich weiß, dass ich in dem Gebiet Neuling bin.

        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @Masterg 23 last edited by

          @masterg-23

          iobroker fix
          

          Ausgabe von

          dmesg | grep -i ext4
          
          Masterg 23 1 Reply Last reply Reply Quote 1
          • Masterg 23
            Masterg 23 @Thomas Braun last edited by

            @thomas-braun

            pi@raspberrypi:~ $ iobroker fix
            library: loaded
            Library version=2021-01-23
            ioBroker or some processes are still running:
             io.admin.0
             io.alexa2.0
             io.backitup.0
             io.discovery.0
             io.history.0
             io.hue.0
             io.info.0
             io.iot.0
             io.javascript.0
             io.ping.0
             io.pollenflug.0
             io.tankerkoenig.0
             io.trashschedule.0
             io.web.0
             io.yahka.0
             io.zigbee.0
            Please stop them first and try again!
            pi@raspberrypi:~ $ dmesg | grep -i ext4
            [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=DC:A6:32:38:C2:56 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=ttyS0,115200 console=tty1 root=PARTUUID=99672983-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
            [    1.929269] EXT4-fs (sda2): INFO: recovery required on readonly filesystem
            [    1.929307] EXT4-fs (sda2): write access will be enabled during recovery
            [    7.438101] EXT4-fs (sda2): recovery complete
            [    7.439846] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
            [    7.439955] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
            [    9.186455] EXT4-fs (sda2): re-mounted. Opts: (null)
            pi@raspberrypi:~ $ 
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Masterg 23
              Masterg 23 last edited by

              hier noch einmal die aktuellen Logs

              2021-02-04 13:16:30.366 - error: zigbee.0 (1802) Failed to stop zigbee (TypeError: Cannot read property 'getEntries' of null
              at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/group.js:76:55)
              at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/group.js:88:15)
              at Controller.databaseSave (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:219:45)
              at Controller. (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:200:18)
              at Generator.next ()
              at /opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:27:71
              at new Promise ()
              at __awaiter (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:23:12)
              at Controller.stop (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:199:16)
              at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:308:33))
              2021-02-04 13:16:30.367 - info: zigbee.0 (1802) terminating
              2021-02-04 13:16:30.369 - info: zigbee.0 (1802) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
              2021-02-04 13:16:30.370 - error: 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-02-04 13:16:30.371 - error: zigbee.0 (1802) unhandled promise rejection: Cannot read property 'getEntries' of null
              2021-02-04 13:16:30.375 - error: zigbee.0 (1802) TypeError: Cannot read property 'getEntries' of null
              at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:216:55)
              at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:236:16)
              at Controller.getDevices (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:252:31)
              at ZigbeeController.getClients (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:201:49)
              at DeviceAvailability.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceAvailability.js:120:43)
              at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:187:42)
              at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:304:20)
              at Zigbee.onUnload (/opt/iobroker/node_modules/iobroker.zigbee/main.js:450:41)
              at Zigbee.emit (events.js:314:20)
              at stop (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8270:22)
              2021-02-04 13:16:30.919 - info: host.raspberrypi instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
              2021-02-04 13:16:33.430 - info: host.raspberrypi instance system.adapter.zigbee.0 started with pid 1998
              2021-02-04 13:16:36.012 - info: zigbee.0 (1998) starting. Version 1.3.1 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.20.1, js-controller: 3.1.6
              2021-02-04 13:16:36.108 - info: zigbee.0 (1998) Starting Zigbee npm ...
              2021-02-04 13:16:41.604 - info: host.raspberrypi stopInstance system.adapter.zigbee.0 (force=false, process=true)
              2021-02-04 13:16:41.606 - info: host.raspberrypi stopInstance system.adapter.zigbee.0 send kill signal
              2021-02-04 13:16:41.612 - info: zigbee.0 (1998) Got terminate signal TERMINATE_YOURSELF
              2021-02-04 13:16:41.613 - info: zigbee.0 (1998) cleaned everything up...
              2021-02-04 13:16:41.617 - info: zigbee.0 (1998) Zigbee: disabling joining new devices.
              2021-02-04 13:16:41.620 - error: zigbee.0 (1998) Failed to stop zigbee (TypeError: Cannot read property 'getEntries' of null
              at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/group.js:76:55)
              at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/group.js:88:15)
              at Controller.databaseSave (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:219:45)
              at Controller. (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:200:18)
              at Generator.next ()
              at /opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:27:71
              at new Promise ()
              at __awaiter (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:23:12)
              at Controller.stop (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:199:16)
              at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:308:33))
              2021-02-04 13:16:41.621 - info: zigbee.0 (1998) terminating
              2021-02-04 13:16:41.622 - info: zigbee.0 (1998) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
              2021-02-04 13:16:41.623 - error: 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-02-04 13:16:41.624 - error: zigbee.0 (1998) unhandled promise rejection: Cannot read property 'getEntries' of null
              2021-02-04 13:16:41.626 - error: zigbee.0 (1998) TypeError: Cannot read property 'getEntries' of null
              at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:216:55)
              at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:236:16)
              at Controller.getDevices (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:252:31)
              at ZigbeeController.getClients (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:201:49)
              at DeviceAvailability.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceAvailability.js:120:43)
              at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:187:42)
              at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:304:20)
              at Zigbee.onUnload (/opt/iobroker/node_modules/iobroker.zigbee/main.js:450:41)
              at Zigbee.emit (events.js:314:20)
              at stop (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8270:22)
              2021-02-04 13:16:42.168 - info: host.raspberrypi instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
              2021-02-04 13:16:44.660 - info: host.raspberrypi instance system.adapter.zigbee.0 started with pid 2072
              2021-02-04 13:16:47.130 - info: zigbee.0 (2072) starting. Version 1.3.1 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.20.1, js-controller: 3.1.6
              2021-02-04 13:16:47.252 - info: zigbee.0 (2072) Starting Zigbee npm ...
              2021-02-04 13:17:49.262 - error: zigbee.0 (2072) Failed to start Zigbee
              2021-02-04 13:17:49.265 - error: zigbee.0 (2072) Error: AREQ - ZDO - stateChangeInd after 60000ms
              at Timeout._onTimeout (/opt/iobroker/node_modules/zigbee-herdsman/dist/utils/waitress.js:46:35)
              at listOnTimeout (internal/timers.js:554:17)
              at processTimers (internal/timers.js:497:7)
              2021-02-04 13:17:59.267 - info: zigbee.0 (2072) Try to reconnect. 1 attempts left
              2021-02-04 13:17:59.268 - info: zigbee.0 (2072) Starting Zigbee npm ...
              2021-02-04 13:17:59.470 - error: zigbee.0 (2072) Failed to start Zigbee
              2021-02-04 13:17:59.471 - error: zigbee.0 (2072) Error: Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'
              at Znp. (/opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:136:32)
              at Generator.next ()
              at /opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:27:71
              at new Promise ()
              at __awaiter (/opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:23:12)
              at SerialPort. (/opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:134:49)
              at SerialPort._error (/opt/iobroker/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:198:14)
              at /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:242:12
              2021-02-04 13:20:33.008 - info: tankerkoenig.0 (1614) Reading data from tankerkoenig ...
              2021-02-04 13:25:33.019 - info: tankerkoenig.0 (1614) Reading data from tankerkoenig ...
              2021-02-04 13:26:39.974 - info: host.raspberrypi instance system.adapter.daswetter.0 started with pid 5029
              2021-02-04 13:26:39.986 - warn: host.raspberrypi instance system.adapter.daswetter.0 does not started, because just executed
              2021-02-04 13:26:40.010 - info: host.raspberrypi instance system.adapter.dwd.0 started with pid 5035
              2021-02-04 13:26:40.018 - warn: host.raspberrypi instance system.adapter.dwd.0 does not started, because just executed
              2021-02-04 13:26:40.052 - info: host.raspberrypi instance system.adapter.openweathermap.0 started with pid 5042
              2021-02-04 13:26:42.056 - info: daswetter.0 (5029) starting. Version 3.0.4 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.20.1, js-controller: 3.1.6
              2021-02-04 13:26:42.786 - info: openweathermap.0 (5042) starting. Version 0.1.0 in /opt/iobroker/node_modules/iobroker.openweathermap, node: v12.20.1, js-controller: 3.1.6
              2021-02-04 13:26:42.791 - info: dwd.0 (5035) starting. Version 2.5.2 in /opt/iobroker/node_modules/iobroker.dwd, node: v12.20.1, js-controller: 3.1.6
              2021-02-04 13:26:43.443 - info: dwd.0 (5035) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
              2021-02-04 13:26:43.964 - info: host.raspberrypi instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
              2021-02-04 13:26:43.978 - warn: host.raspberrypi instance system.adapter.openweathermap.0 already running with pid 5042
              
              1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Masterg 23 last edited by

                @masterg-23
                Dein Speichermedium hat wie erwartet einen Schuss.
                Austauschen, neuinstallieren, Backup einspielen, nie root werden.

                Masterg 23 1 Reply Last reply Reply Quote 1
                • Masterg 23
                  Masterg 23 @Thomas Braun last edited by

                  @thomas-braun Danke für deine Rückmeldung.
                  Ich betreibe den Pi mit einer SSD (ohne zusätzliche SD Karte). Das heißt meine SSD ist im Eimer?

                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @Masterg 23 last edited by

                    @masterg-23
                    Zumindest ist die mal unsauber aus dem laufenden System gerupft worden. Stecker gezogen?

                    Masterg 23 2 Replies Last reply Reply Quote 1
                    • Masterg 23
                      Masterg 23 @Thomas Braun last edited by Masterg 23

                      @thomas-braun said in Zigbee Adapter bleibt gelb:

                      @masterg-23
                      Zumindest ist die mal unsauber aus dem laufenden System gerupft worden. Stecker gezogen?

                      In der Tat wurde die SSD aus dem laufenden System (unabsichtlich) herausgezogen.
                      Ich werde die SSD komplett platt machen und alles neu installieren, in der Hoffnung, dass es wieder geht.
                      Danke dir für deine Mühe.

                      1 Reply Last reply Reply Quote 0
                      • Masterg 23
                        Masterg 23 @Thomas Braun last edited by Masterg 23

                        @thomas-braun said in Zigbee Adapter bleibt gelb:

                        @masterg-23
                        Zumindest ist die mal unsauber aus dem laufenden System gerupft worden. Stecker gezogen?

                        Hab die SSD platt gemacht und alles neu aufgespielt und ein iObroker backup von vorgestern drauf gespielt. Der Zigbee Adapter funktioniert immer noch nicht.

                        pi@raspberrypi:~ $ dmesg | grep -i ext4
                        [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=DC:A6:32:38:C2:56 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=ttyS0,115200 console=tty1 root=PARTUUID=055eb926-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
                        [    1.929040] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
                        [    1.929141] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                        [    3.403708] EXT4-fs (sda2): re-mounted. Opts: (null)
                        pi@raspberrypi:~ $ 
                        
                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Masterg 23 last edited by Thomas Braun

                          @masterg-23 Starte die Kiste mal sauber durch und dann schau ob die Meldungen zum recovery wegbleiben.

                          [Edit:] Im zweiten Anlauf dann wohl i. O.

                          Masterg 23 1 Reply Last reply Reply Quote 0
                          • Masterg 23
                            Masterg 23 @Thomas Braun last edited by Masterg 23

                            @thomas-braun said in Zigbee Adapter bleibt gelb:

                            @masterg-23 Starte die Kiste mal sauber durch und dann schau ob die Meldungen zum recovery wegbleiben.

                            hab oben es aktualisiert

                            pi@raspberrypi:~ $ dmesg | grep -i ext4
                            [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=DC:A6:32:38:C2:56 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=ttyS0,115200 console=tty1 root=PARTUUID=055eb926-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
                            [    1.929040] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
                            [    1.929141] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                            [    3.403708] EXT4-fs (sda2): re-mounted. Opts: (null)
                            pi@raspberrypi:~ $ 
                            

                            Der Adapter bleibt nach wie vor gelb

                            hier die neuen Logs

                            2021-02-04 14:21:58.075 - info: hue.0 (912) created/updated 9 groups channels
                            2021-02-04 14:21:58.101 - info: hue.0 (912) created/updated 135 scenes
                            2021-02-04 14:21:58.101 - info: hue.0 (912) creating/updating bridge device
                            2021-02-04 14:21:59.372 - info: host.raspberrypi instance scheduled system.adapter.ical.0 0,30 * * * *
                            2021-02-04 14:21:59.386 - info: host.raspberrypi instance system.adapter.ical.0 started with pid 939
                            2021-02-04 14:22:01.835 - info: ical.0 (939) starting. Version 1.7.4 in /opt/iobroker/node_modules/iobroker.ical, node: v10.23.2, js-controller: 3.1.6
                            2021-02-04 14:22:02.418 - info: ical.0 (939) processing URL: Stadreinigung https://www.stadtreinigung-leipzig.de/leistungen/abfallentsorgung/abfallkalender-entsorgungstermine.html&ical=true&loc=Gregor-Fuchs-Straße%20%2039&lid=x11899
                            2021-02-04 14:22:02.593 - info: ical.0 (939) processing URL: Feiertage https://p25-calendars.icloud.com/holidays/de_de.ics
                            2021-02-04 14:22:03.623 - info: ical.0 (939) processing URL: Privat http://p41-caldav.icloud.com/published/2/MTA2NDk4OTMwMDEwNjQ5OHD4D7RgkkYYFi7o7l9nUcHA8H_WdWzUnEJc8jO1iLf7
                            2021-02-04 14:22:03.850 - info: host.raspberrypi instance system.adapter.info.0 started with pid 973
                            2021-02-04 14:22:07.483 - info: host.raspberrypi instance system.adapter.iot.0 started with pid 1017
                            2021-02-04 14:22:09.508 - info: ical.0 (939) Terminated (NO_ERROR): Without reason
                            2021-02-04 14:22:09.637 - info: alexa2.0 (613) Subscribing to states...
                            2021-02-04 14:22:10.030 - info: host.raspberrypi instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                            2021-02-04 14:22:10.566 - info: iot.0 (1017) starting. Version 1.8.9 in /opt/iobroker/node_modules/iobroker.iot, node: v10.23.2, js-controller: 3.1.6
                            2021-02-04 14:22:10.631 - info: iot.0 (1017) Connecting with a18wym7vjdl22g.iot.eu-west-1.amazonaws.com
                            2021-02-04 14:22:11.398 - info: host.raspberrypi instance system.adapter.javascript.0 started with pid 1044
                            2021-02-04 14:22:11.675 - info: info.0 (973) starting. Version 1.7.14 in /opt/iobroker/node_modules/iobroker.info, node: v10.23.2, js-controller: 3.1.6
                            2021-02-04 14:22:12.500 - info: iot.0 (1017) Connection changed: connect
                            2021-02-04 14:22:15.457 - info: host.raspberrypi instance system.adapter.ping.0 started with pid 1524
                            2021-02-04 14:22:15.534 - info: javascript.0 (1044) starting. Version 4.8.4 in /opt/iobroker/node_modules/iobroker.javascript, node: v10.23.2, js-controller: 3.1.6
                            2021-02-04 14:22:15.682 - info: javascript.0 (1044) requesting all states
                            2021-02-04 14:22:15.684 - info: javascript.0 (1044) requesting all objects
                            2021-02-04 14:22:17.524 - info: javascript.0 (1044) received all objects
                            2021-02-04 14:22:17.583 - info: ping.0 (1524) starting. Version 1.4.12 in /opt/iobroker/node_modules/iobroker.ping, node: v10.23.2, js-controller: 3.1.6
                            2021-02-04 14:22:17.738 - info: javascript.0 (1044) received all states
                            2021-02-04 14:22:18.354 - info: javascript.0 (1044) Start javascript script.js.common.Alexa.Bad_Licht
                            2021-02-04 14:22:18.422 - info: javascript.0 (1044) script.js.common.Alexa.Bad_Licht: registered 1 subscription and 0 schedules
                            2021-02-04 14:22:19.421 - info: host.raspberrypi instance system.adapter.pollenflug.0 started with pid 1569
                            2021-02-04 14:22:21.476 - info: pollenflug.0 (1569) starting. Version 1.0.6 in /opt/iobroker/node_modules/iobroker.pollenflug, node: v10.23.2, js-controller: 3.1.6
                            2021-02-04 14:22:21.506 - info: pollenflug.0 (1569) Starting Adapter pollenflug.0 in version 1.0.6
                            2021-02-04 14:22:21.545 - info: pollenflug.0 (1569) Requesting DWD pollen information now.
                            2021-02-04 14:22:23.205 - info: pollenflug.0 (1569) Next DWD pollen request starts on Fri Feb 05 2021 11:00:00 GMT+0000 (GMT)
                            2021-02-04 14:22:23.415 - info: host.raspberrypi instance system.adapter.tankerkoenig.0 started with pid 1600
                            2021-02-04 14:22:27.416 - info: host.raspberrypi instance system.adapter.trashschedule.0 started with pid 1626
                            2021-02-04 14:22:28.395 - info: tankerkoenig.0 (1600) starting. Version 2.0.5 in /opt/iobroker/node_modules/iobroker.tankerkoenig, node: v10.23.2, js-controller: 3.1.6
                            2021-02-04 14:22:28.429 - info: tankerkoenig.0 (1600) Sync time set to 5 minutes or 300000 ms
                            2021-02-04 14:22:28.475 - info: tankerkoenig.0 (1600) Reading data from tankerkoenig ...
                            2021-02-04 14:22:29.626 - info: trashschedule.0 (1626) starting. Version 1.0.3 in /opt/iobroker/node_modules/iobroker.trashschedule, node: v10.23.2, js-controller: 3.1.6
                            2021-02-04 14:22:31.450 - info: host.raspberrypi instance system.adapter.vis-inventwo.0 started with pid 1669
                            2021-02-04 14:22:32.764 - info: vis-inventwo.0 (1669) starting. Version 2.7.4 in /opt/iobroker/node_modules/iobroker.vis-inventwo, node: v10.23.2, js-controller: 3.1.6
                            2021-02-04 14:22:36.690 - info: vis.0 (1696) starting. Version 1.3.4 in /opt/iobroker/node_modules/iobroker.vis, node: v10.23.2, js-controller: 3.1.6
                            2021-02-04 14:22:36.997 - info: vis.0 (1696) vis license is OK.
                            2021-02-04 14:22:39.146 - info: vis.0 (1696) Terminated (NO_ERROR): Without reason
                            2021-02-04 14:22:39.422 - info: host.raspberrypi instance system.adapter.web.0 started with pid 1723
                            2021-02-04 14:22:39.681 - info: host.raspberrypi instance system.adapter.vis.0 terminated while should be started once
                            2021-02-04 14:22:41.095 - info: web.0 (1723) starting. Version 3.2.3 in /opt/iobroker/node_modules/iobroker.web, node: v10.23.2, js-controller: 3.1.6
                            2021-02-04 14:22:41.377 - info: web.0 (1723) socket.io server listening on port 8082
                            2021-02-04 14:22:41.382 - info: web.0 (1723) http server listening on port 8082
                            2021-02-04 14:22:43.451 - info: host.raspberrypi instance system.adapter.yahka.0 started with pid 1762
                            2021-02-04 14:22:45.248 - info: yahka.0 (1762) starting. Version 0.12.0 in /opt/iobroker/node_modules/iobroker.yahka, node: v10.23.2, js-controller: 3.1.6
                            2021-02-04 14:22:45.277 - info: yahka.0 (1762) adapter ready, checking config
                            2021-02-04 14:22:45.292 - info: yahka.0 (1762) adding Raspberry Pi with UUID: e454435b-21ae-4258-bf01-336cd9b8344a
                            2021-02-04 14:22:45.306 - info: yahka.0 (1762) adding Fernseher with UUID: 27c0d98c-39a3-4010-ae9a-9334398ba56b
                            2021-02-04 14:22:45.312 - info: yahka.0 (1762) publishing bridge Yahka-0 on 0.0.0.0
                            2021-02-04 14:23:06.071 - info: host.raspberrypi "system.adapter.zigbee.0" enabled
                            2021-02-04 14:23:06.126 - info: host.raspberrypi instance system.adapter.zigbee.0 started with pid 1874
                            2021-02-04 14:23:08.278 - info: zigbee.0 (1874) starting. Version 1.3.1 in /opt/iobroker/node_modules/iobroker.zigbee, node: v10.23.2, js-controller: 3.1.6
                            2021-02-04 14:23:08.409 - info: zigbee.0 (1874) Starting Zigbee npm ...
                            2021-02-04 14:24:10.393 - error: zigbee.0 (1874) Failed to start Zigbee
                            2021-02-04 14:24:10.395 - error: zigbee.0 (1874) Error: AREQ - ZDO - stateChangeInd after 60000ms
                            at Timeout.waiter.timer.setTimeout [as _onTimeout] (/opt/iobroker/node_modules/zigbee-herdsman/dist/utils/waitress.js:46:35)
                            at ontimeout (timers.js:436:11)
                            at tryOnTimeout (timers.js:300:5)
                            at listOnTimeout (timers.js:263:5)
                            at Timer.processTimers (timers.js:223:10)
                            2021-02-04 14:24:20.398 - info: zigbee.0 (1874) Try to reconnect. 1 attempts left
                            2021-02-04 14:24:20.399 - info: zigbee.0 (1874) Starting Zigbee npm ...
                            2021-02-04 14:24:20.611 - error: zigbee.0 (1874) Failed to start Zigbee
                            2021-02-04 14:24:20.612 - error: zigbee.0 (1874) Error: Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'
                            at Znp. (/opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:136:32)
                            at Generator.next ()
                            at /opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:27:71
                            at new Promise ()
                            at __awaiter (/opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:23:12)
                            at SerialPort.serialPort.open (/opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:134:49)
                            at SerialPort._error (/opt/iobroker/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:198:14)
                            at binding.open.then.err (/opt/iobroker/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:242:12)
                            2021-02-04 14:24:28.755 - info: web.0 (1723) ==>Connected system.user.admin from ::ffff:192.168.0.2
                            2021-02-04 14:24:28.782 - info: web.0 (1723) <==Disconnect system.user.admin from ::ffff:192.168.0.2 vis.0
                            2021-02-04 14:24:29.948 - info: web.0 (1723) ==>Connected system.user.admin from ::ffff:192.168.0.2
                            2021-02-04 14:25:00.044 - info: host.raspberrypi instance system.adapter.dwd.0 started with pid 2382
                            2021-02-04 14:25:02.250 - info: dwd.0 (2382) starting. Version 2.5.2 in /opt/iobroker/node_modules/iobroker.dwd, node: v10.23.2, js-controller: 3.1.6
                            2021-02-04 14:25:07.297 - info: dwd.0 (2382) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                            2021-02-04 14:25:07.828 - info: host.raspberrypi instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                            2021-02-04 14:25:48.892 - info: host.raspberrypi stopInstance system.adapter.zigbee.0 (force=false, process=true)
                            2021-02-04 14:25:48.896 - info: host.raspberrypi stopInstance system.adapter.zigbee.0 send kill signal
                            2021-02-04 14:25:48.906 - info: zigbee.0 (1874) Got terminate signal TERMINATE_YOURSELF
                            2021-02-04 14:25:48.910 - info: zigbee.0 (1874) cleaned everything up...
                            2021-02-04 14:25:48.922 - info: zigbee.0 (1874) Zigbee: disabling joining new devices.
                            2021-02-04 14:25:48.927 - error: zigbee.0 (1874) Failed to stop zigbee (TypeError: Cannot read property 'getEntries' of null
                            at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/group.js:76:55)
                            at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/group.js:88:15)
                            at Controller.databaseSave (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:219:45)
                            at Controller. (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:200:18)
                            at Generator.next ()
                            at /opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:27:71
                            at new Promise ()
                            at __awaiter (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:23:12)
                            at Controller.stop (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:199:16)
                            at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:308:33))
                            2021-02-04 14:25:48.929 - info: zigbee.0 (1874) terminating
                            2021-02-04 14:25:48.932 - info: zigbee.0 (1874) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                            2021-02-04 14:25:48.934 - error: 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-02-04 14:25:48.935 - error: zigbee.0 (1874) unhandled promise rejection: Cannot read property 'getEntries' of null
                            2021-02-04 14:25:48.938 - error: zigbee.0 (1874) TypeError: Cannot read property 'getEntries' of null
                            at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:216:55)
                            at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:236:16)
                            at Controller.getDevices (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:252:31)
                            at ZigbeeController.getClients (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:201:49)
                            at DeviceAvailability.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceAvailability.js:120:43)
                            at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:187:42)
                            at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:304:20)
                            at Zigbee.onUnload (/opt/iobroker/node_modules/iobroker.zigbee/main.js:450:41)
                            at Zigbee.emit (events.js:198:13)
                            at stop (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8270:22)
                            2021-02-04 14:25:49.462 - info: host.raspberrypi instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                            2021-02-04 14:25:51.940 - info: host.raspberrypi instance system.adapter.zigbee.0 started with pid 2632
                            2021-02-04 14:25:54.667 - info: zigbee.0 (2632) starting. Version 1.3.1 in /opt/iobroker/node_modules/iobroker.zigbee, node: v10.23.2, js-controller: 3.1.6
                            2021-02-04 14:25:54.760 - info: zigbee.0 (2632) Starting Zigbee npm ...
                            2021-02-04 14:26:00.362 - info: host.raspberrypi stopInstance system.adapter.zigbee.0 (force=false, process=true)
                            2021-02-04 14:26:00.364 - info: host.raspberrypi stopInstance system.adapter.zigbee.0 send kill signal
                            2021-02-04 14:26:00.368 - info: zigbee.0 (2632) Got terminate signal TERMINATE_YOURSELF
                            2021-02-04 14:26:00.370 - info: zigbee.0 (2632) cleaned everything up...
                            2021-02-04 14:26:00.377 - info: zigbee.0 (2632) Zigbee: disabling joining new devices.
                            2021-02-04 14:26:00.380 - error: zigbee.0 (2632) Failed to stop zigbee (TypeError: Cannot read property 'getEntries' of null
                            at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/group.js:76:55)
                            at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/group.js:88:15)
                            at Controller.databaseSave (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:219:45)
                            at Controller. (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:200:18)
                            at Generator.next ()
                            at /opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:27:71
                            at new Promise ()
                            at __awaiter (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:23:12)
                            at Controller.stop (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:199:16)
                            at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:308:33))
                            2021-02-04 14:26:00.381 - info: zigbee.0 (2632) terminating
                            2021-02-04 14:26:00.382 - info: zigbee.0 (2632) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                            2021-02-04 14:26:00.383 - error: 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-02-04 14:26:00.383 - error: zigbee.0 (2632) unhandled promise rejection: Cannot read property 'getEntries' of null
                            2021-02-04 14:26:00.386 - error: zigbee.0 (2632) TypeError: Cannot read property 'getEntries' of null
                            at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:216:55)
                            at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:236:16)
                            at Controller.getDevices (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:252:31)
                            at ZigbeeController.getClients (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:201:49)
                            at DeviceAvailability.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceAvailability.js:120:43)
                            at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:187:42)
                            at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:304:20)
                            at Zigbee.onUnload (/opt/iobroker/node_modules/iobroker.zigbee/main.js:450:41)
                            at Zigbee.emit (events.js:198:13)
                            at stop (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8270:22)
                            2021-02-04 14:26:01.367 - info: host.raspberrypi stopInstance system.adapter.zigbee.0 killing pid 2632
                            2021-02-04 14:26:01.407 - info: host.raspberrypi instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                            2021-02-04 14:26:03.384 - info: host.raspberrypi instance system.adapter.zigbee.0 started with pid 2691
                            2021-02-04 14:26:05.998 - info: zigbee.0 (2691) starting. Version 1.3.1 in /opt/iobroker/node_modules/iobroker.zigbee, node: v10.23.2, js-controller: 3.1.6
                            2021-02-04 14:26:06.091 - info: zigbee.0 (2691) Starting Zigbee npm ...
                            2021-02-04 14:26:27.358 - info: host.raspberrypi stopInstance system.adapter.zigbee.0 (force=false, process=true)
                            2021-02-04 14:26:27.360 - info: host.raspberrypi stopInstance system.adapter.zigbee.0 send kill signal
                            2021-02-04 14:26:27.366 - info: zigbee.0 (2691) Got terminate signal TERMINATE_YOURSELF
                            2021-02-04 14:26:27.368 - info: zigbee.0 (2691) cleaned everything up...
                            2021-02-04 14:26:27.373 - info: zigbee.0 (2691) Zigbee: disabling joining new devices.
                            2021-02-04 14:26:27.375 - error: zigbee.0 (2691) Failed to stop zigbee (TypeError: Cannot read property 'getEntries' of null
                            at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/group.js:76:55)
                            at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/group.js:88:15)
                            at Controller.databaseSave (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:219:45)
                            at Controller. (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:200:18)
                            at Generator.next ()
                            at /opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:27:71
                            at new Promise ()
                            at __awaiter (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:23:12)
                            at Controller.stop (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:199:16)
                            at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:308:33))
                            2021-02-04 14:26:27.376 - info: zigbee.0 (2691) terminating
                            2021-02-04 14:26:27.378 - info: zigbee.0 (2691) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                            2021-02-04 14:26:27.379 - error: 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-02-04 14:26:27.379 - error: zigbee.0 (2691) unhandled promise rejection: Cannot read property 'getEntries' of null
                            2021-02-04 14:26:27.382 - error: zigbee.0 (2691) TypeError: Cannot read property 'getEntries' of null
                            at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:216:55)
                            at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:236:16)
                            at Controller.getDevices (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:252:31)
                            at ZigbeeController.getClients (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:201:49)
                            at DeviceAvailability.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceAvailability.js:120:43)
                            at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:187:42)
                            at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:304:20)
                            at Zigbee.onUnload (/opt/iobroker/node_modules/iobroker.zigbee/main.js:450:41)
                            at Zigbee.emit (events.js:198:13)
                            at stop (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8270:22)
                            2021-02-04 14:26:27.936 - info: host.raspberrypi instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                            2021-02-04 14:26:30.381 - info: host.raspberrypi instance system.adapter.zigbee.0 started with pid 2827
                            2021-02-04 14:26:33.153 - info: zigbee.0 (2827) starting. Version 1.3.1 in /opt/iobroker/node_modules/iobroker.zigbee, node: v10.23.2, js-controller: 3.1.6
                            2021-02-04 14:26:33.244 - info: zigbee.0 (2827) Starting Zigbee npm ...
                            2021-02-04 14:27:28.532 - info: tankerkoenig.0 (1600) Reading data from tankerkoenig ...
                            
                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @Masterg 23 last edited by

                              @masterg-23
                              Da ist ja wieder node10 drin.
                              Installierst du den ioBroker nicht per Einzeiler? Der bringt nämlich direkt node12 mit.

                              Masterg 23 1 Reply Last reply Reply Quote 0
                              • Masterg 23
                                Masterg 23 @Thomas Braun last edited by

                                @thomas-braun said in Zigbee Adapter bleibt gelb:

                                @masterg-23
                                Da ist ja wieder node10 drin.
                                Installierst du den ioBroker nicht per Einzeiler? Der bringt nämlich direkt node12 mit.

                                Ich hatte ein Backup von dem gesamten System gemacht. Auf meinem Pi läuft nur PiHole und ioBroker. Dann habe ich mit dem Tool ApplePi-Baber v.2.2.3 das Image auf die Festplatte aufgespielt. Das Backup ist ca. 3 Wochen alt.
                                Ich hatte damals ein komplett Backup erstellt, nachdem ich ioBroker inkl. die ganzen Adapter installiert hatte.

                                Soll ich die Festplatte noch einmal platt machen und alles frisch installieren (ohne restore)?
                                was meinst du genau mit Einzeiler?
                                meinst du damit das hier?

                                curl -sL https://iobroker.net/install.sh | bash -
                                
                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @Masterg 23 last edited by

                                  @masterg-23
                                  Den Einzeiler meine ich.
                                  Du kannst aber node jetzt auch händisch auf 12 bringen. Anleitung kennst du ja.
                                  Dann würde ich den zigbee-Adapter ausnahmsweise auch mal auf eine Version 1.4.x aus dem Beta-Repo bringen.

                                  Masterg 23 1 Reply Last reply Reply Quote 0
                                  • Masterg 23
                                    Masterg 23 @Thomas Braun last edited by Masterg 23

                                    @thomas-braun said in Zigbee Adapter bleibt gelb:

                                    @masterg-23
                                    Den Einzeiler meine ich.
                                    Du kannst aber node jetzt auch händisch auf 12 bringen. Anleitung kennst du ja.
                                    Dann würde ich den zigbee-Adapter ausnahmsweise auch mal auf eine Version 1.4.x aus dem Beta-Repo bringen.

                                    In der Anleitung steht:
                                    Wichtig und richtig ist:

                                    nodejs liegt in /usr/bin
                                    node liegt in /usr/bin
                                    npm liegt in /usr/bin

                                    bei mir sieht es jedoch so aus:

                                    pi@raspberrypi:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                                    /usr/bin/nodejs
                                    v10.23.2
                                    /usr/bin/node
                                    v10.23.2
                                    /usr/bin/npm
                                    6.14.10
                                    nodejs:
                                      Installiert:           10.23.2-1nodesource1
                                      Installationskandidat: 12.20.1-1nodesource1
                                      Versionstabelle:
                                         12.20.1-1nodesource1 500
                                            500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                                     *** 10.23.2-1nodesource1 100
                                            100 /var/lib/dpkg/status
                                         10.23.1~dfsg-1~deb10u1 500
                                            500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                                    

                                    scheint nicht geklappt zu haben. Ist immer noch node 10 drauf. Oh man 😞

                                    EDIT: jetzt scheint es installiert zu sein

                                    pi@raspberrypi:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                                    /usr/bin/nodejs
                                    v12.20.1
                                    /usr/bin/node
                                    v12.20.1
                                    /usr/bin/npm
                                    6.14.10
                                    nodejs:
                                      Installiert:           12.20.1-1nodesource1
                                      Installationskandidat: 12.20.1-1nodesource1
                                      Versionstabelle:
                                     *** 12.20.1-1nodesource1 500
                                            500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                                            100 /var/lib/dpkg/status
                                         10.23.1~dfsg-1~deb10u1 500
                                            500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                                    
                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @Masterg 23 last edited by

                                      @masterg-23 Passt doch alles.

                                      sudo apt update
                                      sudo apt dist-upgrade
                                      sudo reboot
                                      

                                      Dann ist dein System auf Stand.

                                      Masterg 23 1 Reply Last reply Reply Quote 0
                                      • Masterg 23
                                        Masterg 23 @Thomas Braun last edited by Masterg 23

                                        @thomas-braun said in Zigbee Adapter bleibt gelb:

                                        @masterg-23 Passt doch alles.

                                        sudo apt update
                                        sudo apt dist-upgrade
                                        sudo reboot
                                        

                                        Dann ist dein System auf Stand.

                                        Vielen Dank, jetzt hab ich v.12.20.1 drauf. Der Zigbee Adapter ist zwar jetzt Grün aber sobald ich in den Einstellungen irgendwas ändere (z.b. den Kanal) dann bleibt der Adapter gelb. Während er grün ist, lässt sich kein Gerät pairen und das Netzwerk sieht auch komisch aus.

                                        Bildschirmfoto 2021-02-04 um 16.13.35.png

                                        Edit: Ich versuch jetzt mit dem 1.4er Adapter Version wie du vorgeschlagen hast.

                                        1 Reply Last reply Reply Quote 0
                                        • Masterg 23
                                          Masterg 23 last edited by

                                          Der Adapter ist jetzt auf 1.4.2 jedoch bleibt er bei gelb stehen.
                                          Ich bekomme den Adapter einfach nicht mehr zum laufen.
                                          Bildschirmfoto 2021-02-04 um 16.29.01.png

                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @Masterg 23 last edited by

                                            @masterg-23
                                            Bitte keine Screenshots von Text Files.

                                            Masterg 23 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            471
                                            Online

                                            32.4k
                                            Users

                                            81.2k
                                            Topics

                                            1.3m
                                            Posts

                                            2
                                            44
                                            2884
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo