Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. BLE adapter startet nicht mehr

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    SOLVED BLE adapter startet nicht mehr

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

      @Joker971

      was ergibt denn

      sudo bluetoothctl

      es müsste [bluetooth] links dann stehen

      J 1 Reply Last reply Reply Quote 0
      • J
        Joker971 @haselchen last edited by

        @haselchen

        da kommt einfach garnichts. nach Eingabe von sudo bluetoothctl ist der Cursor weg. Hab den Befehl jetzt nach dem rebboot noch einmal eingegeben weil ich nicht gesehen hatte das ich danach noch "scan on" eingeben sollte.
        Ich warte immer noch das der mit dem Befehl sudo bluetoothctl fertig wird....

        haselchen 1 Reply Last reply Reply Quote 0
        • haselchen
          haselchen Most Active @Joker971 last edited by

          @Joker971

          normal startet das Bluetooth auf dem PI und links sollte in Klammern bluetooth stehen

          1 Reply Last reply Reply Quote 0
          • J
            Joker971 last edited by

            da hab ich wohl bestimmt mit der ganzen Probiererei was zerschossen 😞

            haselchen 1 Reply Last reply Reply Quote 0
            • haselchen
              haselchen Most Active @Joker971 last edited by

              @Joker971

              hast du ein betriebssystem mit desktop wie raspian z.b.?
              da könntest du bluetooth per klick aktivieren

              1 Reply Last reply Reply Quote 0
              • J
                Joker971 last edited by

                nee leider nicht...hab nur die Möglichkeit mit Putty zu arbeiten.

                haselchen 1 Reply Last reply Reply Quote 0
                • A
                  arnold last edited by

                  hallo
                  bin am gleichen Problem will Xiaomi Mija temperatur einbinden (rund)
                  adapter auf rot
                  be170661-b1cb-4765-9c38-29103f1e843b-image.png

                  543771cc-f0f5-4a88-bf18-ac5a0fbbf310-image.png

                  49932190-cd8b-4b8b-b620-60df87e5bd82-image.png

                  haselchen 1 Reply Last reply Reply Quote 0
                  • haselchen
                    haselchen Most Active @Joker971 last edited by

                    @Joker971

                    2 möglichkeiten haben wir noch.

                    erstmal die beiden befehle eingeben hintereinander

                    sudo systemctl start bluetooth.service
                    sudo systemctl enable bluetooth.service

                    J 1 Reply Last reply Reply Quote 0
                    • haselchen
                      haselchen Most Active @arnold last edited by

                      @arnold

                      Hast du auch einen Raspberry oder nen Bluetooth-Stick irgendwo dran?

                      1 Reply Last reply Reply Quote 0
                      • J
                        Joker971 @haselchen last edited by

                        @haselchen

                        pi@ioBroker-Pi:/ $ sudo systemctl start bluetooth.service
                        pi@ioBroker-Pi:/ $ sudo systemctl enable bluetooth.service
                        Synchronizing state of bluetooth.service with SysV service script with /lib/systemd/systemd-sysv-install.
                        Executing: /lib/systemd/systemd-sysv-install enable bluetooth
                        

                        soweit so gut 🙂

                        haselchen 1 Reply Last reply Reply Quote 0
                        • haselchen
                          haselchen Most Active @Joker971 last edited by

                          @Joker971

                          Und nun

                          sudo systemctl status bluetooth

                          Ergebnis?

                          J 1 Reply Last reply Reply Quote 0
                          • J
                            Joker971 @haselchen last edited by

                            @haselchen

                            pi@ioBroker-Pi:/ $ sudo systemctl status bluetooth
                            â bluetooth.service - Bluetooth service
                               Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
                               Active: active (running) since Tue 2020-01-07 21:39:51 CET; 1min 44s ago
                                 Docs: man:bluetoothd(8)
                             Main PID: 17501 (bluetoothd)
                               Status: "Running"
                               CGroup: /system.slice/bluetooth.service
                                       ââ17501 /usr/libexec/bluetooth/bluetoothd
                            
                            Jan 07 21:39:51 ioBroker-Pi systemd[1]: Starting Bluetooth service...
                            Jan 07 21:39:51 ioBroker-Pi bluetoothd[17501]: Bluetooth daemon 5.50
                            Jan 07 21:39:51 ioBroker-Pi systemd[1]: Started Bluetooth service.
                            Jan 07 21:39:51 ioBroker-Pi bluetoothd[17501]: Starting SDP server
                            Jan 07 21:39:51 ioBroker-Pi bluetoothd[17501]: Bluetooth management interface 1.
                            

                            hurraa... 🙂
                            zumindest läuft bluetooth jetzt wieder. Im State steht aber noch immer "poweredOff"

                            haselchen 1 Reply Last reply Reply Quote 0
                            • haselchen
                              haselchen Most Active @Joker971 last edited by haselchen

                              @Joker971

                              Das sieht schonmal super aus. Quasi perfektes Bluetooth 🙂
                              Was willst du denn einbinden in den Adapter?
                              Kannst du mal einen Screenshot von allen geöffneten Datenpunkten, die du hast wo powered off steht machen?

                              J 1 Reply Last reply Reply Quote 0
                              • J
                                Joker971 @haselchen last edited by

                                @haselchen

                                Ich möchte einen Xiaomi Blumenüberwacher einbinden. Der lief auch bis zum Update perfekt!

                                Adapt.JPG

                                Status.JPG

                                haselchen 1 Reply Last reply Reply Quote 0
                                • haselchen
                                  haselchen Most Active @Joker971 last edited by haselchen

                                  @Joker971

                                  Alles klar. Danke.
                                  Okay.
                                  Dann deinstallier mal die Instanz und den BLE Adapter dann.
                                  Danach schaltest du bei der Adapter Seite den Expertenmodus ein (2.Icon von rechts) und installierst die Version 0.9.2 von BLE.

                                  J 1 Reply Last reply Reply Quote 0
                                  • AlCalzone
                                    AlCalzone Developer last edited by

                                    Ich weiß zwar nicht genau woran es liegt, aber eine Adapter-Neuinstallation bringt nix, wenn bei driverState poweredOff steht. Dann ist der Bluetooth-Stack im System ausgeschaltet und der Adapter kann nix machen..

                                    haselchen 1 Reply Last reply Reply Quote 0
                                    • A
                                      arnold last edited by

                                      @haselchen
                                      nur rpi3
                                      Blr.0 0.10.1

                                      5bfed055-fdc7-4b16-9da5-307020c7ab48-image.png

                                      1 Reply Last reply Reply Quote 0
                                      • haselchen
                                        haselchen Most Active @AlCalzone last edited by

                                        @AlCalzone

                                        Er hat BlueZ installiert und Bluetooth läuft und ist aktiv.

                                        1 Reply Last reply Reply Quote 0
                                        • J
                                          Joker971 @haselchen last edited by

                                          @haselchen

                                          Jetzt startet der Adapter nicht mehr weil er die node Version anmeckert:

                                          ble.0	2020-01-07 22:00:07.588	info	the module (for instance, using `npm rebuild` or `npm install`).
                                          ble.0	2020-01-07 22:00:07.588	info	NODE_MODULE_VERSION 64. Please try re-compiling or re-installing
                                          ble.0	2020-01-07 22:00:07.588	info	NODE_MODULE_VERSION 57. This version of Node.js requires
                                          ble.0	2020-01-07 22:00:07.588	info	was compiled against a different Node.js version using
                                          ble.0	2020-01-07 22:00:07.588	info	(30128) Terminated (ADAPTER_REQUESTED_TERMINATION): The module '/opt/iobroker/node_modules/@abandonware/bluetooth-hci-socket/lib/binding/binding.node'
                                          ble.0	2020-01-07 22:00:07.586	error	the module (for instance, using `npm rebuild` or `npm install`).
                                          ble.0	2020-01-07 22:00:07.586	error	NODE_MODULE_VERSION 64. Please try re-compiling or re-installing
                                          ble.0	2020-01-07 22:00:07.586	error	NODE_MODULE_VERSION 57. This version of Node.js requires
                                          ble.0	2020-01-07 22:00:07.586	error	was compiled against a different Node.js version using
                                          ble.0	2020-01-07 22:00:07.586	error	(30128) Terminating because The module '/opt/iobroker/node_modules/@abandonware/bluetooth-hci-socket/lib/binding/binding.node'
                                          ble.0	2020-01-07 22:00:07.222	info	(30128) monitoring all services
                                          ble.0	2020-01-07 22:00:07.218	info	(30128) enabled plugins: Xiaomi, _default
                                          ble.0	2020-01-07 22:00:07.214	info	(30128) loaded plugins: Xiaomi, mi-flora, ruuvi-tag, _default
                                          ble.0	2020-01-07 22:00:07.060	info	(30128) starting. Version 0.9.2 in /opt/iobroker/node_modules/iobroker.ble, node: v10.18.0
                                          
                                          haselchen 1 Reply Last reply Reply Quote 0
                                          • haselchen
                                            haselchen Most Active @Joker971 last edited by

                                            @Joker971

                                            Joa, vermutlich haut mich @AlCalzone
                                            aber ich würde entweder dannVersion 0.10.0 nehmen oder 0.10.1 oder die NodeJS Version downgraden.
                                            Wie du an meiner Sigantur erkennst habe ich die 8er Version und 0.10.1 als Adapter Version und alles läuft.

                                            J 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            999
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            ble adapter startet nicht
                                            11
                                            69
                                            4879
                                            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