Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. BLE Adapter beleibt gelb

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    BLE Adapter beleibt gelb

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

      bin ich dann unschuldig?

      J 1 Reply Last reply Reply Quote 0
      • J
        Jan1 @SmartVerwalter last edited by

        @smartverwalter
        niemals 🙂

        1 Reply Last reply Reply Quote 0
        • wendy2702
          wendy2702 @Jan1 last edited by

          @jan1 sagte in BLE Adapter beleibt gelb:

          @wendy2702
          Du hast die scroll Funktion nicht erklärt 😉

          Sorry... asche auf mein Haupt 😂

          1 Reply Last reply Reply Quote 0
          • S
            SmartVerwalter last edited by wendy2702

            Meine Log Datei hat folgende Einträge

            host.raspberrypi	2021-03-07 13:54:56.850
            info	stopInstance system.adapter.ble.1 (force=false, process=true)
            
            
            ble.1	2021-03-07 13:54:56.908
            info	(2431) Got terminate signal TERMINATE_YOURSELF
            
            host.raspberrypi	2021-03-07 13:54:56.914
            info	stopInstance system.adapter.ble.1 send kill signal
            

            MOD EDIT: ERNEUT LOG IN CODE TAGS GESETZT

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

              @smartverwalter
              Und was ist mit ble.0?
              Es kann nur ein Adapter/eine Instanz auf die gleiche blutooth-Schnittstelle zugreifen.

              Und die CodeTags üben wir bitte noch etwas.

              1 Reply Last reply Reply Quote 0
              • S
                SmartVerwalter last edited by

                es gibt nur ble 1
                hatte eine zweite Instanz installiert, um zu prüfen ob es daran liegt.
                die ist aber wieder gelöcht

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

                  @smartverwalter

                  systemctl status bluetooth.target bluetooth.service
                  

                  Ein- und Ausgaben bitte in CodeTags.

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

                    @thomas-braun sagte in BLE Adapter beleibt gelb:

                    Ein- und Ausgaben bitte in CodeTags.

                    @SmartVerwalter :

                    Aus aktuellem Anlass nochmal die Anleitung:

                    1614420452225-codetags.gif

                    1 Reply Last reply Reply Quote 0
                    • S
                      SmartVerwalter last edited by

                      pi@raspberrypi:~ $ select all
                      >  > systemctl status bluetooth.target bluetooth.service
                      -bash: syntax error near unexpected token `>'
                      pi@raspberrypi:~ $ > -bash: status: command not found
                      -bash: status:: command not found
                      pi@raspberrypi:~ $ > pi@raspberrypi:~ $ -bash: syntax error near unexpected token `systemctl'
                      > > systemctl status bluetooth.target bluetooth.service
                      
                      

                      mal schauen ob das mit den Tags geklappt hat

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

                        @smartverwalter
                        select all nicht eingeben. Das kommt blöderweise automatisch von der Forensoftware mit.
                        Ich weiß jetzt gerade nicht wo du da hängst, aber vermutlich mit STRG-C kommst du wieder zu einem login prompt.
                        Sollte so aussehen:

                        pi@raspberrypi:/opt/iobroker $ systemctl status bluetooth.target bluetooth.service
                        ● bluetooth.target - Bluetooth
                           Loaded: loaded (/lib/systemd/system/bluetooth.target; static; vendor preset: enabled)
                           Active: active since Wed 2021-03-03 22:01:37 CET; 3 days ago
                             Docs: man:systemd.special(7)
                        
                        Mär 03 22:01:37 raspberrypi systemd[1]: Reached target Bluetooth.
                        
                        ● bluetooth.service - Bluetooth service
                           Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
                           Active: active (running) since Wed 2021-03-03 22:01:37 CET; 3 days ago
                             Docs: man:bluetoothd(8)
                         Main PID: 621 (bluetoothd)
                           Status: "Running"
                            Tasks: 1 (limit: 4915)
                           CGroup: /system.slice/bluetooth.service
                                   └─621 /usr/lib/bluetooth/bluetoothd
                        
                        Mär 03 22:01:37 raspberrypi systemd[1]: Starting Bluetooth service...
                        Mär 03 22:01:37 raspberrypi bluetoothd[621]: Bluetooth daemon 5.50
                        Mär 03 22:01:37 raspberrypi systemd[1]: Started Bluetooth service.
                        Mär 03 22:01:37 raspberrypi bluetoothd[621]: Starting SDP server
                        Mär 03 22:01:37 raspberrypi bluetoothd[621]: Bluetooth management interface 1.18 initialized
                        Mär 03 22:01:37 raspberrypi bluetoothd[621]: Sap driver initialization failed.
                        Mär 03 22:01:37 raspberrypi bluetoothd[621]: sap-server: Operation not permitted (1)
                        Mär 03 22:01:37 raspberrypi bluetoothd[621]: Failed to set privacy: Rejected (0x0b)
                        
                        1 Reply Last reply Reply Quote 0
                        • S
                          SmartVerwalter last edited by

                          
                          pi@raspberrypi:~ $ systemctl status bluetooth.target bluetooth.service
                          ● bluetooth.target - Bluetooth
                             Loaded: loaded (/lib/systemd/system/bluetooth.target; static; vendor preset:
                             Active: inactive (dead)
                               Docs: man:systemd.special(7)
                          
                          ● bluetooth.service - Bluetooth service
                             Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
                             Active: inactive (dead)
                               Docs: man:bluetoothd(8)
                          
                          
                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @SmartVerwalter last edited by

                            @smartverwalter

                            sudo systemctl start bluetooth.service
                            systemctl status bluetooth.service
                            

                            Dann starte mal durch und schau ob bluetooth dann automatisch aktiv wird.

                            1 Reply Last reply Reply Quote 0
                            • S
                              SmartVerwalter last edited by

                               bluetooth.service - Bluetooth service
                                 Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
                                 Active: active (running) since Sun 2021-03-07 14:52:08 GMT; 33s ago
                                   Docs: man:bluetoothd(8)
                               Main PID: 8047 (bluetoothd)
                                 Status: "Running"
                                  Tasks: 1 (limit: 2062)
                                 CGroup: /system.slice/bluetooth.service
                                         └─8047 /usr/lib/bluetooth/bluetoothd
                              
                              Mar 07 14:52:08 raspberrypi systemd[1]: Starting Bluetooth service...
                              Mar 07 14:52:08 raspberrypi bluetoothd[8047]: Bluetooth daemon 5.50
                              Mar 07 14:52:08 raspberrypi systemd[1]: Started Bluetooth service.
                              Mar 07 14:52:08 raspberrypi bluetoothd[8047]: Starting SDP server
                              Mar 07 14:52:08 raspberrypi bluetoothd[8047]: Bluetooth management interface 1.1
                              lines 1-15/15 (END)
                              _text
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @SmartVerwalter last edited by

                                @smartverwalter
                                Deine Systemzeit ist falsch.

                                date -u
                                date
                                
                                1 Reply Last reply Reply Quote 0
                                • S
                                  SmartVerwalter last edited by

                                  muss ich reboot ausführen?
                                  So scheint es gelb zu bleiben

                                  J Thomas Braun 2 Replies Last reply Reply Quote 0
                                  • J
                                    Jan1 @SmartVerwalter last edited by

                                    @smartverwalter
                                    Hast das Ding mal stromlos gemacht, wie ich es oben geschrien hatte?

                                    Bei mir ist das die einzige Möglichkeit, wenn BT laut Konsole läuft und der Adapter trotzdem nicht grün wird (hatten auch ein paar andere User).

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

                                      @smartverwalter
                                      Erst die richtige Zeitzone setzen. Das ist enorm wichtig!

                                      sudo raspi-config
                                      
                                      5 Localisation Options    Configure language and regional settings
                                      L2 Timezone               Configure time zone
                                      
                                      1 Reply Last reply Reply Quote 0
                                      • wendy2702
                                        wendy2702 @Jan1 last edited by

                                        @jan1 sagte in BLE Adapter beleibt gelb:

                                        Hast das Ding mal stromlos gemacht, wie ich es oben geschrien hatte?

                                        Bitte aber nicht einfach den Stecker ziehen

                                        System vorher kontrolliert runterfahren.

                                        J 1 Reply Last reply Reply Quote 0
                                        • J
                                          Jan1 @wendy2702 last edited by

                                          @wendy2702
                                          hatte ich vorhin ja schon geschrieben, "runter fahren", aber Du hast ja noch nicht erklärt, wie man hoch scrollt 🙂

                                          wendy2702 1 Reply Last reply Reply Quote 0
                                          • wendy2702
                                            wendy2702 @Jan1 last edited by

                                            @jan1 sagte in BLE Adapter beleibt gelb:

                                            aber Du hast ja noch nicht erklärt, wie man hoch scrollt

                                            Ich arbeite aktuell an einer Aufwendigen Videoproduktion zum Thema Scrollen. Bin in Verhandlung Mit Disney, Netflix und Amazon.

                                            🙂

                                            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

                                            818
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            123
                                            7016
                                            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