Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Zigbee Adapter v1.2.1 immer Rot

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Zigbee Adapter v1.2.1 immer Rot

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

      @Mapio90 sagte in Zigbee Adapter v1.2.1 immer Rot:

      winston-syslog

      Das sieht jetzt bezüglich zigbee gut aus. Aber mit winston klemmt da noch irgendwas.

      cd /opt/iobroker 
      npm list winston
      npm list winston-syslog
      
      M 2 Replies Last reply Reply Quote 1
      • M
        Mapio90 @Thomas Braun last edited by

        @Thomas-Braun sagte in Zigbee Adapter v1.2.1 immer Rot:

        npm list winston-syslog

        pi@second-device:/opt/iobroker $ cd /opt/iobroker
        pi@second-device:/opt/iobroker $ npm list winston
        iobroker.inst@2.0.2 /opt/iobroker
        ├─┬ iobroker.js-controller@3.1.6
        │ ├─┬ prompt@1.0.0
        │ │ └── winston@2.1.1
        │ └── UNMET PEER DEPENDENCY winston@3.3.3
        └── winston@2.4.4  extraneous
        
        npm ERR! extraneous: winston@2.4.4 /opt/iobroker/node_modules/winston
        npm ERR! peer dep missing: winston@^3.0.0, required by winston-syslog@2.4.4
        pi@second-device:/opt/iobroker $ npm list winston-syslog
        iobroker.inst@2.0.2 /opt/iobroker
        └─┬ iobroker.js-controller@3.1.6
          └── winston-syslog@2.4.4
        
        
        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @Mapio90 last edited by

          @Mapio90
          Da ist eine Version von winston auf dem System, die zu alt ist.

          Schaut bei mir so aus:

          pi@raspberrypi:/opt/iobroker $ npm list winston
          iobroker.inst@2.0.3 /opt/iobroker
          └─┬ iobroker.js-controller@3.1.6
            ├─┬ prompt@1.0.0
            │ └── winston@2.1.1
            ├─┬ winston-daily-rotate-file@4.5.0
            │ └── winston@3.3.3 deduped
            ├─┬ winston-syslog@2.4.4
            │ └── winston@3.3.3 deduped
            └── winston@3.3.3
          

          Backup am Start?

          cd /opt/iobroker
          iobroker stop
          npm i winston@latest
          iobroker fix
          iobroker start
          
          M 1 Reply Last reply Reply Quote 0
          • M
            Mapio90 @Thomas Braun last edited by

            @Thomas-Braun

            Mir scheint auch so, als würde da was mit der Ordnerstruktur nicht stimmen.

            Der Slave war falsch konfiguriert, da lag nodejs auf /usr/local/bin. Habe dann alles berichtigt, dass es auf /usr/bin ist.
            Greifen die Pfade von BLE und Zigbee noch auf die alten Pfade, weil wenn ich auf Objekte gehe, dann kommt folgendes.....

            Error: Error while starting zigbee-shepherd!. Error: Error: No such file or directory, cannot open /dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B0019361A08-if00
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Mapio90 last edited by Thomas Braun

              @Mapio90
              Das hat mit node nix zu tun. Ist das vielleicht an ander Stick da nun? Mit einer anderen ID?

              ls -la /dev/serial*
              
              M 1 Reply Last reply Reply Quote 0
              • M
                Mapio90 @Thomas Braun last edited by

                @Thomas-Braun

                Habe von gestern abend ein Backup, ja.
                Werde aber nochmals kurz eins machen.

                1 Reply Last reply Reply Quote 0
                • M
                  Mapio90 @Thomas Braun last edited by Mapio90

                  @Thomas-Braun

                  
                  pi@second-device:/opt/iobroker $ ls -la /dev/serial*
                  lrwxrwxrwx 1 root root  7 Dez  5 00:16 /dev/serial1 -> ttyAMA0
                  
                  /dev/serial:
                  insgesamt 0
                  drwxr-xr-x  4 root root   80 Dez  5 00:16 .
                  drwxr-xr-x 16 root root 3560 Dez  5 00:16 ..
                  drwxr-xr-x  2 root root   60 Dez  5 00:16 by-id
                  drwxr-xr-x  2 root root   60 Dez  5 00:16 by-path
                  
                  

                  Habe eigentlich nur einen für den Master und einen für den Slave. Insgesamt also zwei. Vertauscht haben, kann ich sie nicht, weil der auf dem Master schon seit anfang an steckt.
                  Das einzige was war, ich hab den Slave runter gefahren, vom strom getrennt und dann das nächste mal versehentlich ohne den zigbee stick wieder gestartet. Habe gestern den Slave wieder runtergefahren, vom strom genommen und den stick eingesteckt. Dann wieder hochgefahren.
                  EInzige was sein könnte, dass ich ihn nicht wieder in den gleichen usb port , der 4 vorhandenen gesteckt habe. Darauf habe ich, wenn ich erhlich bin nicht drauf geachtet. Sollte das immer in den gleichen usb port?

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

                    @Mapio90 sagte in Zigbee Adapter v1.2.1 immer Rot:

                    ls -la /dev/serial/by-id*
                    
                    M 1 Reply Last reply Reply Quote 0
                    • M
                      Mapio90 @Thomas Braun last edited by

                      @Thomas-Braun sagte in Zigbee Adapter v1.2.1 immer Rot:

                      ls -la /dev/serial/by-id*

                      pi@second-device:~ $ ls -la /dev/serial/by-id*
                      insgesamt 0
                      drwxr-xr-x 2 root root 60 Dez  5 00:16 .
                      drwxr-xr-x 4 root root 80 Dez  5 00:16 ..
                      lrwxrwxrwx 1 root root 13 Dez  5 00:16 usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B0019361A08-if00 -> ../../ttyACM0
                      
                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Mapio90 last edited by

                        @Mapio90 Eigentlich sollte das passen. Und wenn du im Adapter direkt
                        /dev/ttyACM0 linkst?

                        M 1 Reply Last reply Reply Quote 0
                        • M
                          Mapio90 @Thomas Braun last edited by

                          @Thomas-Braun kann dir da nicht ganz folgen wo ich das im Adapter eintragen soll?

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

                            @Mapio90
                            97e5c888-89b2-4c03-a030-7e8d4b6aaece-image.png

                            M 1 Reply Last reply Reply Quote 0
                            • M
                              Mapio90 @Thomas Braun last edited by

                              @Thomas-Braun das hat leider auch kein Erfolg gebracht. Es steht zwar der Zustand wäre verbunden, aber eine Temp von 12° kann einfach nicht sein.
                              Den Wassersensor hat er allerdings erkannt und hat auch den Zustand erkannt als ich ihn mit Wasser in Verbindung gebracht habe

                              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

                              714
                              Online

                              32.0k
                              Users

                              80.5k
                              Topics

                              1.3m
                              Posts

                              adapterkonfiguration zigbee zigbee adapter cc2531 zigbee v1.2.1
                              5
                              76
                              3863
                              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