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. BLE Adapter crasht Raspi 4 4GB - System tot

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    297

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

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

BLE Adapter crasht Raspi 4 4GB - System tot

Scheduled Pinned Locked Moved ioBroker Allgemein
bleraspberry 4crash
41 Posts 5 Posters 4.5k Views 4 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.
  • A Offline
    A Offline
    Alex821
    wrote on last edited by Alex821
    #29

    @Thomas-Braun said in BLE Adapter crasht Raspi 4 4GB - System tot:

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

    Sorry, beim Erstellen des Posts eben habe ich auch gemerkt, dass die NodeJs Version noch eine alte war. Das Log ist noch von davor. Habe aber mittlerweile geupdated, Adpater deinstalliert und wieder installiert und immer noch das gleiche Bild.

    Hier die Ausgabe des Befehls

    pi@raspi4-iob:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
    /usr/bin/nodejs
    v12.18.1
    /usr/bin/node
    v12.18.1
    /usr/bin/npm
    6.14.5
    nodejs:
      Installed: 12.18.1-1nodesource1
      Candidate: 12.18.1-1nodesource1
      Version table:
     *** 12.18.1-1nodesource1 500
            500 https://deb.nodesource.com/node_12.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
    pi@raspi4-iob:~ $
    

    Hier eine aktuelle Ausgabe des Logs, diesmal direkt aus dem Logfile:

    2020-06-27 15:23:20.335  - info: host.raspi4-iob "system.adapter.ble.0" enabled
    2020-06-27 15:23:20.371  - info: host.raspi4-iob instance system.adapter.ble.0 started with pid 1411
    2020-06-27 15:23:21.579  - info: ble.0 (1411) starting. Version 0.11.6 in /opt/iobroker/node_modules/iobroker.ble, node: v12.18.1, js-controller: 3.1.6
    2020-06-27 15:23:21.703  - info: ble.0 (1411) loaded plugins: Xiaomi, mi-flora, ruuvi-tag, _default
    2020-06-27 15:23:21.704  - info: ble.0 (1411) enabled plugins: Xiaomi, _default
    2020-06-27 15:23:21.706  - info: ble.0 (1411) monitored services: fe95
    2020-06-27 15:23:21.973  - info: ble.0 (1411) starting scan for services ["fe95"]
    
    Thomas BraunT 1 Reply Last reply
    0
    • A Alex821

      @Thomas-Braun said in BLE Adapter crasht Raspi 4 4GB - System tot:

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

      Sorry, beim Erstellen des Posts eben habe ich auch gemerkt, dass die NodeJs Version noch eine alte war. Das Log ist noch von davor. Habe aber mittlerweile geupdated, Adpater deinstalliert und wieder installiert und immer noch das gleiche Bild.

      Hier die Ausgabe des Befehls

      pi@raspi4-iob:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
      /usr/bin/nodejs
      v12.18.1
      /usr/bin/node
      v12.18.1
      /usr/bin/npm
      6.14.5
      nodejs:
        Installed: 12.18.1-1nodesource1
        Candidate: 12.18.1-1nodesource1
        Version table:
       *** 12.18.1-1nodesource1 500
              500 https://deb.nodesource.com/node_12.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
      pi@raspi4-iob:~ $
      

      Hier eine aktuelle Ausgabe des Logs, diesmal direkt aus dem Logfile:

      2020-06-27 15:23:20.335  - info: host.raspi4-iob "system.adapter.ble.0" enabled
      2020-06-27 15:23:20.371  - info: host.raspi4-iob instance system.adapter.ble.0 started with pid 1411
      2020-06-27 15:23:21.579  - info: ble.0 (1411) starting. Version 0.11.6 in /opt/iobroker/node_modules/iobroker.ble, node: v12.18.1, js-controller: 3.1.6
      2020-06-27 15:23:21.703  - info: ble.0 (1411) loaded plugins: Xiaomi, mi-flora, ruuvi-tag, _default
      2020-06-27 15:23:21.704  - info: ble.0 (1411) enabled plugins: Xiaomi, _default
      2020-06-27 15:23:21.706  - info: ble.0 (1411) monitored services: fe95
      2020-06-27 15:23:21.973  - info: ble.0 (1411) starting scan for services ["fe95"]
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      wrote on last edited by
      #30

      @Alex821 Bitte CodeTags setzen.

      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

      A 1 Reply Last reply
      0
      • Thomas BraunT Thomas Braun

        @Alex821 Bitte CodeTags setzen.

        A Offline
        A Offline
        Alex821
        wrote on last edited by
        #31

        @Thomas-Braun
        Sorry, habe den Post bearbeitet.

        Thomas BraunT 1 Reply Last reply
        0
        • A Alex821

          @Thomas-Braun
          Sorry, habe den Post bearbeitet.

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

          @Alex821

          iobroker fix
          

          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

          Thomas BraunT A 2 Replies Last reply
          0
          • Thomas BraunT Thomas Braun

            @Alex821

            iobroker fix
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by Thomas Braun
            #33

            Da scheint aber auch deine Systemzeit nicht korrekt zu sein.

            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

            1 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @Alex821

              iobroker fix
              
              A Offline
              A Offline
              Alex821
              wrote on last edited by
              #34

              @Thomas-Braun
              Habe iobroker fix ausgeführt. Leider keine Verbesserung.

              Habe jetzt auch noch die Zeitzone richtig eingestellt, ändert leider auch nichts:

              2020-06-27 16:40:54.012  - info: host.raspi4-iob "system.adapter.ble.0" enabled
              2020-06-27 16:40:54.631  - info: host.raspi4-iob instance system.adapter.ble.0 started with pid 1220
              2020-06-27 16:40:56.191  - info: ble.0 (1220) starting. Version 0.11.6 in /opt/iobroker/node_modules/iobroker.ble, node: v12.18.1, js-controller: 3.1.6
              2020-06-27 16:40:56.320  - info: ble.0 (1220) loaded plugins: Xiaomi, mi-flora, ruuvi-tag, _default
              2020-06-27 16:40:56.321  - info: ble.0 (1220) enabled plugins: Xiaomi, _default
              2020-06-27 16:40:56.322  - info: ble.0 (1220) monitored services: fe95
              2020-06-27 16:40:56.580  - info: ble.0 (1220) starting scan for services ["fe95"]
              
              Thomas BraunT 1 Reply Last reply
              0
              • A Alex821

                @Thomas-Braun
                Habe iobroker fix ausgeführt. Leider keine Verbesserung.

                Habe jetzt auch noch die Zeitzone richtig eingestellt, ändert leider auch nichts:

                2020-06-27 16:40:54.012  - info: host.raspi4-iob "system.adapter.ble.0" enabled
                2020-06-27 16:40:54.631  - info: host.raspi4-iob instance system.adapter.ble.0 started with pid 1220
                2020-06-27 16:40:56.191  - info: ble.0 (1220) starting. Version 0.11.6 in /opt/iobroker/node_modules/iobroker.ble, node: v12.18.1, js-controller: 3.1.6
                2020-06-27 16:40:56.320  - info: ble.0 (1220) loaded plugins: Xiaomi, mi-flora, ruuvi-tag, _default
                2020-06-27 16:40:56.321  - info: ble.0 (1220) enabled plugins: Xiaomi, _default
                2020-06-27 16:40:56.322  - info: ble.0 (1220) monitored services: fe95
                2020-06-27 16:40:56.580  - info: ble.0 (1220) starting scan for services ["fe95"]
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by Thomas Braun
                #35

                @Alex821
                Merkwürdig.

                sudo apt update
                sudo apt dist-upgrade
                

                mall versucht? Danach die ganze Kiste rebooten.

                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

                1 Reply Last reply
                0
                • A Offline
                  A Offline
                  Alex821
                  wrote on last edited by
                  #36
                  pi@raspi4-iob:~ $ sudo apt update
                  Hit:1 http://archive.raspberrypi.org/debian buster InRelease
                  Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                  Hit:3 https://deb.nodesource.com/node_12.x buster InRelease
                  Reading package lists... Done
                  Building dependency tree
                  Reading state information... Done
                  All packages are up to date.
                  pi@raspi4-iob:~ $ sudo apt dist-upgrade
                  Reading package lists... Done
                  Building dependency tree
                  Reading state information... Done
                  Calculating upgrade... Done
                  0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                  

                  Es wurde nichts aktualisiert, weil ich die Installation ja gerade erst aufgesetzt habe. Ich habe eine "Test microSd" drin, wo wirklich nur der ble-Adapter drauf läuft, damit ich andere Einflüsse ausschließen kann.

                  Thomas BraunT 1 Reply Last reply
                  0
                  • A Alex821
                    pi@raspi4-iob:~ $ sudo apt update
                    Hit:1 http://archive.raspberrypi.org/debian buster InRelease
                    Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                    Hit:3 https://deb.nodesource.com/node_12.x buster InRelease
                    Reading package lists... Done
                    Building dependency tree
                    Reading state information... Done
                    All packages are up to date.
                    pi@raspi4-iob:~ $ sudo apt dist-upgrade
                    Reading package lists... Done
                    Building dependency tree
                    Reading state information... Done
                    Calculating upgrade... Done
                    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                    

                    Es wurde nichts aktualisiert, weil ich die Installation ja gerade erst aufgesetzt habe. Ich habe eine "Test microSd" drin, wo wirklich nur der ble-Adapter drauf läuft, damit ich andere Einflüsse ausschließen kann.

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

                    @Alex821 Keine Ahnung dann. Dem Log kann man ja auch nichts entnehmen.

                    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

                    A 1 Reply Last reply
                    0
                    • Thomas BraunT Thomas Braun

                      @Alex821 Keine Ahnung dann. Dem Log kann man ja auch nichts entnehmen.

                      A Offline
                      A Offline
                      Alex821
                      wrote on last edited by
                      #38

                      @Thomas-Braun

                      Danke trotzdem. Hat denn irgendjemand hier den Ble-Adapter auf einem Raspi 4 mit 4GB erfoglrich laufen? Es muss ja am Adapter, bzw am Zusammenspiel mit der NodeJs Version oder sowas liegen.

                      Vielleicht hat ja auch @AlCalzone noch eine Idee? :)

                      Thomas BraunT 1 Reply Last reply
                      0
                      • A Alex821

                        @Thomas-Braun

                        Danke trotzdem. Hat denn irgendjemand hier den Ble-Adapter auf einem Raspi 4 mit 4GB erfoglrich laufen? Es muss ja am Adapter, bzw am Zusammenspiel mit der NodeJs Version oder sowas liegen.

                        Vielleicht hat ja auch @AlCalzone noch eine Idee? :)

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

                        @Alex821 Ja, bei mir läuft der ble auf einem Raspi4 4 GB.

                        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

                        A 1 Reply Last reply
                        0
                        • Thomas BraunT Thomas Braun

                          @Alex821 Ja, bei mir läuft der ble auf einem Raspi4 4 GB.

                          A Offline
                          A Offline
                          Alex821
                          wrote on last edited by Alex821
                          #40

                          @Thomas-Braun
                          Und du benutzt auch das interne Bluetooth Modul?

                          Fehlt mir denn vielleicht noch irgendwas an Software oder so? Habe nur das gemacht, was auf der Seite von dem Adapter steht:

                          sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev libcap2-bin
                          

                          Muss das vielleicht für den Raspi 4 noch was anderes sein?

                          Thomas BraunT 1 Reply Last reply
                          0
                          • A Alex821

                            @Thomas-Braun
                            Und du benutzt auch das interne Bluetooth Modul?

                            Fehlt mir denn vielleicht noch irgendwas an Software oder so? Habe nur das gemacht, was auf der Seite von dem Adapter steht:

                            sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev libcap2-bin
                            

                            Muss das vielleicht für den Raspi 4 noch was anderes sein?

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

                            @Alex821 Ja, auch das interne Bluetooth Modul hier.

                            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

                            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

                            325

                            Online

                            32.7k

                            Users

                            82.5k

                            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