Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Zigbee Adapter kann nicht auf Zigbee Stick zugreifen

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Zigbee Adapter kann nicht auf Zigbee Stick zugreifen

    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      TrippleP last edited by TrippleP

      Hallo,

      Ich versuche den Zigbee adapter ans laufen zu bekommen.

      lsusb zeigt das Device korrekt als: Bus 001 Device 004: ID 0451:16ae Texas Instruments, Inc.
      Pfad ist /dev/ttys0

      admin 3.7.8
      Zigbee 1.0.2
      aber:

      zigbee.0	2020-02-13 14:14:24.392	error	(2739) Error: Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port' at Znp.<anonymous> (/opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/z-stack/zn
      zigbee.0	2020-02-13 14:14:24.391	error	(2739) Failed to start Zigbee
      zigbee.0	2020-02-13 14:14:24.119	info	(2739) Starting Zigbee...
      zigbee.0	2020-02-13 14:14:24.118	info	(2739) Try to reconnect. 1 attempts left
      zigbee.0	2020-02-13 14:14:14.117	error	(2739) Error: AREQ - SYS - resetInd after 30000ms at Timeout.object.timer.setTimeout [as _onTimeout] (/opt/iobroker/node_modules/zigbee-herdsman/dist/utils/waitress.js:44:24) at ontimeout (tim
      zigbee.0	2020-02-13 14:14:14.114	error	(2739) Failed to start Zigbee
      
      zigbee.0	2020-02-13 14:28:03.014	error	at binding.open.then.err (/opt/iobroker/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:242:12)
      zigbee.0	2020-02-13 14:28:03.014	error	at SerialPort._error (/opt/iobroker/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:198:14)
      zigbee.0	2020-02-13 14:28:03.014	error	at SerialPort.serialPort.open (/opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:111:49)
      zigbee.0	2020-02-13 14:28:03.014	error	at __awaiter (/opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:4:12)
      zigbee.0	2020-02-13 14:28:03.014	error	at new Promise (<anonymous>)
      zigbee.0	2020-02-13 14:28:03.014	error	at /opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:8:71
      zigbee.0	2020-02-13 14:28:03.014	error	at Generator.next (<anonymous>)
      zigbee.0	2020-02-13 14:28:03.014	error	at Znp.<anonymous> (/opt/iobroker/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:113:32)
      zigbee.0	2020-02-13 14:28:03.014	error	(3340) Error: Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'
      zigbee.0	2020-02-13 14:28:03.013	error	(3340) Failed to start Zigbee
      

      Zudem schwankt die Grüße des Adapters im Speicher zwischen 330MB und 680MB
      Übersehe ich etwas?

      Gruß
      Patrick

      arteck Asgothian 2 Replies Last reply Reply Quote 0
      • arteck
        arteck Developer Most Active @TrippleP last edited by

        @TrippleP sagte in Zigbee Adapter kann nicht auf Zigbee Stick zugreifen:

        Error: Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'

        das ist die Fehlermeldung..

        1 Reply Last reply Reply Quote 0
        • Asgothian
          Asgothian Developer @TrippleP last edited by

          @TrippleP sagte in Zigbee Adapter kann nicht auf Zigbee Stick zugreifen:

          lsusb zeigt das Device korrekt als: Bus 001 Device 004: ID 0451:16ae Texas Instruments, Inc.
          Pfad ist /dev/ttys0

          Bist du sicher das es /dev/ttys0 als serielles Device ist ? Das ist für die Zigbee-Sticks ein unüblicher device name.

          Die Fehlermeldung "cannot lock port" deutet darauf hin das die Schnittstelle die er zu nutzen versucht entweder belegt ist oder der entsprechende Benutzer darauf nicht zugreifen kann.

          A.

          1 Reply Last reply Reply Quote 0
          • T
            TrippleP last edited by TrippleP

            Danke für die Antworten

            Ich habe Serial0 mit dem ttyAMA01 fpr den Z-Wave Adapter und der einzig andere Serial istSerial1 als ttyS0. Es sind auch die einzigen beiden Devices die mir im Zigbee Adapter angeboten werden.

            lrwxrwxrwx  1 root root           7 Feb 13 11:23 serial0 -> ttyAMA0
            lrwxrwxrwx  1 root root           5 Feb 13 11:23 serial1 -> ttyS0
            
            

            Berechtigungen haben beide voll für alle.
            Ich habe leider keinen Anhaltspunkt gefunden, wo ich ansetzen könnte.

            Asgothian 1 Reply Last reply Reply Quote 0
            • Asgothian
              Asgothian Developer @TrippleP last edited by

              @TrippleP
              Entferne bitte mal den Zigbee-Stick vom Rechner und schau dann nach welche seriellen Ports noch existieren.

              A.

              1 Reply Last reply Reply Quote 0
              • T
                TrippleP last edited by TrippleP

                verschwinden tut keiner, auch nicht nach reboot, auf jeden Fall ist ttyS0 das erste Mal nach einstecken des Zigbee hoch gekommen.

                Zwave läuft problemlos auf ttyAMA0

                pi@Jarvis:~ $ ls /dev -al > ohne.txt
                pi@Jarvis:~ $ ls /dev -al > mit.txt
                pi@Jarvis:~ $ diff -q mit.txt ohne.txt
                Dateien mit.txt und ohne.txt sind verschieden.
                pi@Jarvis:~ $ diff mit.txt ohne.txt
                9c9
                < drwxr-xr-x  2 root root        2720 Feb 14 09:17 char
                ---
                > drwxr-xr-x  2 root root        2700 Feb 14 09:12 char
                
                
                Asgothian 1 Reply Last reply Reply Quote 0
                • Asgothian
                  Asgothian Developer @TrippleP last edited by

                  @TrippleP

                  • Hast du den Stick vorher schon einmal genutzt ?
                  • Was fuer ein stick ist es ?

                  Für mich sieht es so aus als ob der Stick keine korrekte Firmware hat.

                  A.

                  T 1 Reply Last reply Reply Quote 1
                  • T
                    TrippleP @Asgothian last edited by

                    @Asgothian

                    ein CC2531, angeblich mit passender FW

                    Asgothian 1 Reply Last reply Reply Quote 0
                    • Asgothian
                      Asgothian Developer @TrippleP last edited by

                      @TrippleP sagte in Zigbee Adapter kann nicht auf Zigbee Stick zugreifen:

                      angeblich mit passender FW

                      angeblich ?

                      Welche Quelle ?

                      A.

                      T 1 Reply Last reply Reply Quote 0
                      • T
                        TrippleP @Asgothian last edited by

                        @Asgothian

                        siehe Link

                        Asgothian 1 Reply Last reply Reply Quote 0
                        • Asgothian
                          Asgothian Developer @TrippleP last edited by

                          @TrippleP Ah.. link übersehen. Ich gehe davon aus das da keine FW drauf ist. Den musst du erst flashen

                          A.

                          1 Reply Last reply Reply Quote 1
                          • T
                            TrippleP last edited by

                            Hmmm hatte gedacht er hätte die FW...
                            Das wäre blöd, sofern das nciht mittlerweile über USB geht 😄

                            Der sollte gehen?

                            Asgothian 1 Reply Last reply Reply Quote 0
                            • Asgothian
                              Asgothian Developer @TrippleP last edited by

                              @TrippleP Sollte er, ja.

                              A.

                              T 1 Reply Last reply Reply Quote 0
                              • T
                                TrippleP @Asgothian last edited by

                                @Asgothian
                                Danke, dann werde ich ihn wohl mal bestellen und hoffen das er läuft.

                                Ist es eigentlich normal, das der Adapter hunderte von MB belegt?

                                Asgothian 1 Reply Last reply Reply Quote 0
                                • Asgothian
                                  Asgothian Developer @TrippleP last edited by

                                  @TrippleP nein, bei mir belegt er 50 mb in etwa

                                  T 2 Replies Last reply Reply Quote 1
                                  • T
                                    TrippleP @Asgothian last edited by

                                    @Asgothian
                                    Dann beobachte ich das mal mit dem neuen Stick, evtl war es wegen der Probleme.

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      TrippleP @Asgothian last edited by

                                      @Asgothian

                                      Vielen Dank, es lag wirklich am Stick....
                                      Viele Grüße

                                      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

                                      862
                                      Online

                                      32.0k
                                      Users

                                      80.5k
                                      Topics

                                      1.3m
                                      Posts

                                      zigbee adapter zigbee adapter cc2531
                                      3
                                      17
                                      3398
                                      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