Skip to content
  • 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
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Zigbee startet nicht mehr

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.0k

Zigbee startet nicht mehr

Scheduled Pinned Locked Moved ioBroker Allgemein
zigbee
30 Posts 5 Posters 1.8k Views 6 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.
  • Thomas BraunT Thomas Braun

    @bishop sagte in Zigbee startet nicht mehr:

    [    1.092327] mmc0: host does not support reading read-only switch, assuming write-enable
    [    1.099771] mmc0: new high speed SDHC card at address b368
    [    1.103915] mmcblk0: mmc0:b368       7.46 GiB
    [    1.108652] Indeed it is in host mode hprt0 = 00021501
    [    1.171432]  mmcblk0: p1 p2
    [    1.198485] random: fast init done
    [    1.203964] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [    1.209170] VFS: Mounted root (ext4 filesystem) readonly on device 179:2..426793] new mount options do not match the existing superblock, will be ignored
    

    Sieht ein wenig verdächtig aus, imho.
    Insbesondere, dass / nur ro gemounted wird.

    Schau mal mit

    mount | grep ^/dev
    

    danach.

    B Offline
    B Offline
    bishop
    wrote on last edited by
    #21

    @Thomas-Braun

    /dev/mmcblk0p2 on / type ext4 (rw,noatime)
    /dev/mmcblk0p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro)
    
    Thomas BraunT 1 Reply Last reply
    0
    • B bishop

      @Thomas-Braun

      /dev/mmcblk0p2 on / type ext4 (rw,noatime)
      /dev/mmcblk0p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro)
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      wrote on last edited by
      #22

      @bishop

      which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
      

      Linux-Werkzeugkasten:
      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
      NodeJS Fixer Skript:
      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

      B 1 Reply Last reply
      0
      • Thomas BraunT Thomas Braun

        @bishop

        which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
        
        B Offline
        B Offline
        bishop
        wrote on last edited by bishop
        #23

        @Thomas-Braun

        pi@raspberrypi:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
        /usr/bin/nodejs
        v10.21.0
        /usr/bin/node
        v10.21.0
        /usr/bin/npm
        6.14.4
        nodejs:
          Installiert:           10.21.0-1nodesource1
          Installationskandidat: 10.21.0-1nodesource1
          Versionstabelle:
         *** 10.21.0-1nodesource1 500
                500 https://deb.nodesource.com/node_10.x buster/main armhf Packages
                100 /var/lib/dpkg/status
             10.21.0~dfsg-1~deb10u1+rpi1 500
                500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
        

        hab mal eine andere Sd Karte benutzt aber leider das gleiche!

        host.raspberrypi	2020-06-28 13:21:51.274	info	"system.adapter.zigbee.0" disabled
        zigbee.0	2020-06-28 13:21:21.452	error	at process._tickCallback (internal/process/next_tick.js:68:7)
        zigbee.0	2020-06-28 13:21:21.452	error	at fulfilled (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:5:58)
        zigbee.0	2020-06-28 13:21:21.452	error	at Generator.next (<anonymous>)
        zigbee.0	2020-06-28 13:21:21.452	error	at Controller.<anonymous> (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:91:48)
        zigbee.0	2020-06-28 13:21:21.452	error	at Function.open (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/database.js:17:35)
        zigbee.0	2020-06-28 13:21:21.452	error	at JSON.parse (<anonymous>)
        zigbee.0	2020-06-28 13:21:21.452	error	(1898) SyntaxError: Unexpected token in JSON at position 895
        zigbee.0	2020-06-28 13:21:21.449	error	(1898) Failed to start Zigbee
        zigbee.0	2020-06-28 13:21:21.014	info	(1898) Starting Zigbee...
        zigbee.0	2020-06-28 13:21:21.012	info	(1898) Try to reconnect. 1 attempts left
        zigbee.0	2020-06-28 13:21:11.008	error	at process._tickCallback (internal/process/next_tick.js:68:7)
        zigbee.0	2020-06-28 13:21:11.008	error	at fulfilled (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:5:58)
        zigbee.0	2020-06-28 13:21:11.008	error	at Generator.next (<anonymous>)
        zigbee.0	2020-06-28 13:21:11.008	error	at Controller.<anonymous> (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:91:48)
        zigbee.0	2020-06-28 13:21:11.008	error	at Function.open (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/database.js:17:35)
        zigbee.0	2020-06-28 13:21:11.008	error	at JSON.parse (<anonymous>)
        zigbee.0	2020-06-28 13:21:11.008	error	(1898) SyntaxError: Unexpected token in JSON at position 895
        zigbee.0	2020-06-28 13:21:11.005	error	(1898) Failed to start Zigbee
        zigbee.0	2020-06-28 13:21:09.960	info	(1898) Starting Zigbee...
        zigbee.0	2020-06-28 13:21:09.838	info	(1898) starting. Version 1.1.1 in /opt/iobroker/node_modules/iobroker.zigbee, node: v10.21.0, js-controller: 3.1.5
        

        ohne den Stick wird der Adapter auch nicht Grün, also kann es wohl nicht am Stick liegen oder?
        Ein komplettes löschen des ZigbeeAdapters habe ich auch schon versucht.

        1 Reply Last reply
        0
        • M Malz1902

          Habe bevor ich hier den Thread aufgemacht schon alles gemacht und jetzt auch nochmal.

          /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.07__Embed_with_CMSIS-DAP_L4300302-if00
          

          isgt der COM Port

          über USB ist nur der Zigbee Stick dran

          D Offline
          D Offline
          dimaiv
          wrote on last edited by dimaiv
          #24

          @Malz1902 sagte in Zigbee startet nicht mehr:

          Habe bevor ich hier den Thread aufgemacht schon alles gemacht und jetzt auch nochmal.

          /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.07__Embed_with_CMSIS-DAP_L4300302-if00
          

          isgt der COM Port

          über USB ist nur der Zigbee Stick dran

          Das ist aber kein Stick, oder hast du den umgeflasht?

          ioBroker- NUC8i3 / Proxmox / VM
          Node.js v22.21.0
          NPM v10.9.4
          JS controller 7.0.7
          Admin 7.7.19
          ZigBee Adapter 3.2.5
          Zigbee LAN Gateway CC2652P
          Zigbee Firmware 20250321

          M 1 Reply Last reply
          0
          • D dimaiv

            @Malz1902 sagte in Zigbee startet nicht mehr:

            Habe bevor ich hier den Thread aufgemacht schon alles gemacht und jetzt auch nochmal.

            /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.07__Embed_with_CMSIS-DAP_L4300302-if00
            

            isgt der COM Port

            über USB ist nur der Zigbee Stick dran

            Das ist aber kein Stick, oder hast du den umgeflasht?

            M Offline
            M Offline
            Malz1902
            wrote on last edited by
            #25

            @dimaiv
            Nutze einen CC1352R1

            Hab die Firmware nochmal neugeflasht, daanch ging wieder alles

            1 Reply Last reply
            0
            • B Offline
              B Offline
              bishop
              wrote on last edited by
              #26

              hat vielleicht noch jemand ein Tip für mich das ich tun kann?

              D 1 Reply Last reply
              0
              • B bishop

                hat vielleicht noch jemand ein Tip für mich das ich tun kann?

                D Offline
                D Offline
                dimaiv
                wrote on last edited by
                #27

                @bishop
                Hi, hast du das schon mal gemacht:
                ls -la /dev/serial/by-id
                ?

                ioBroker- NUC8i3 / Proxmox / VM
                Node.js v22.21.0
                NPM v10.9.4
                JS controller 7.0.7
                Admin 7.7.19
                ZigBee Adapter 3.2.5
                Zigbee LAN Gateway CC2652P
                Zigbee Firmware 20250321

                B 1 Reply Last reply
                0
                • D dimaiv

                  @bishop
                  Hi, hast du das schon mal gemacht:
                  ls -la /dev/serial/by-id
                  ?

                  B Offline
                  B Offline
                  bishop
                  wrote on last edited by bishop
                  #28

                  @dimaiv
                  ja

                  pi@raspberrypi:~ $ ls -la /dev/serial/by-id
                  insgesamt 0
                  drwxr-xr-x 2 root root 60 Jun 29 18:21 .
                  drwxr-xr-x 4 root root 80 Jun 29 18:21 ..
                  lrwxrwxrwx 1 root root 13 Jun 29 18:21 usb-Texas_Instruments_CC2538_USB_CDC-if00 -> ../../ttyACM0
                  

                  ich habe pivccu3 noch auf dem Raspberry laufen mit den dementsprechenden Adapter, kann das ein Problem sein?
                  Lief jetzt alles Monate lang ohne Probleme...

                  2020_06_29_19_59_59_Slave.jpg

                  D 1 Reply Last reply
                  0
                  • B bishop

                    @dimaiv
                    ja

                    pi@raspberrypi:~ $ ls -la /dev/serial/by-id
                    insgesamt 0
                    drwxr-xr-x 2 root root 60 Jun 29 18:21 .
                    drwxr-xr-x 4 root root 80 Jun 29 18:21 ..
                    lrwxrwxrwx 1 root root 13 Jun 29 18:21 usb-Texas_Instruments_CC2538_USB_CDC-if00 -> ../../ttyACM0
                    

                    ich habe pivccu3 noch auf dem Raspberry laufen mit den dementsprechenden Adapter, kann das ein Problem sein?
                    Lief jetzt alles Monate lang ohne Probleme...

                    2020_06_29_19_59_59_Slave.jpg

                    D Offline
                    D Offline
                    dimaiv
                    wrote on last edited by
                    #29

                    @bishop
                    Also, der Stick funktioniert.
                    Mit pivccu3 kenne mich nicht aus.

                    ioBroker- NUC8i3 / Proxmox / VM
                    Node.js v22.21.0
                    NPM v10.9.4
                    JS controller 7.0.7
                    Admin 7.7.19
                    ZigBee Adapter 3.2.5
                    Zigbee LAN Gateway CC2652P
                    Zigbee Firmware 20250321

                    B 1 Reply Last reply
                    0
                    • D dimaiv

                      @bishop
                      Also, der Stick funktioniert.
                      Mit pivccu3 kenne mich nicht aus.

                      B Offline
                      B Offline
                      bishop
                      wrote on last edited by bishop
                      #30

                      @dimaiv

                      mittlerweile kommt:

                      pi@raspberrypi:~ $ ls -la /dev/serial/by-path/
                      insgesamt 0
                      drwxr-xr-x 2 root root 60 Jun 30 16:36 .
                      drwxr-xr-x 4 root root 80 Jun 30 16:36 ..
                      lrwxrwxrwx 1 root root 13 Jun 30 16:36 platform-3f980000.usb-usb-0:1.5:1.0 -> ../../ttyACM0
                      

                      ah falsch von mir

                      pi@raspberrypi:~ $ ls -la /dev/serial/by-id
                      insgesamt 0
                      drwxr-xr-x 2 root root 60 Jun 30 16:36 .
                      drwxr-xr-x 4 root root 80 Jun 30 16:36 ..
                      lrwxrwxrwx 1 root root 13 Jun 30 16:36 usb-Texas_Instruments_CC2538_USB_CDC-if00 -> ../../ttyACM0
                      
                      1 Reply Last reply
                      0
                      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

                      673

                      Online

                      32.4k

                      Users

                      81.4k

                      Topics

                      1.3m

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

                      • Don't have an account? Register

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