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

      pi@raspberrypi:~ $ sudo date-u
      sudo: date-u: command not found
      pi@raspberrypi:~ $ date -u
      Sun  7 Mar 15:15:01 UTC 2021
      pi@raspberrypi:~ $
      pi@raspberrypi:~ $
      pi@raspberrypi:~ $ sudo raspi-config
      
      Current default time zone: 'Europe/Berlin'
      Local time is now:      Sun Mar  7 16:16:23 CET 2021.
      Universal Time is now:  Sun Mar  7 15:16:23 UTC 2021.
      
      pi@raspberrypi:~ $ date -u
      Sun  7 Mar 15:16:41 UTC 2021
      pi@raspberrypi:~ $ ^C
      
      
      1 Reply Last reply Reply Quote 0
      • S
        SmartVerwalter last edited by

        Hatte die Scroll möglichkeit nicht gesehen, deswegen doppelt geschickt, dachte wäre nicht
        komplett durchgegangen

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

          @smartverwalter Zeitzone passt doch jetzt.
          Und bitte nicht 'aus Verzweiflung' sudo einsetzen, wenn es nicht erforderlich ist.
          Das Kommando kann eine scharfe Klinge sein, das setzt man nur ein, wenn wirklich notwendig.

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

            @smartverwalter
            OK, das mit stromlos war auch nur ne Vermutung, bei der die Ursache auch nicht wirklich logisch ist, aber bei mir lässt sich das eben jedes mal nur so lösen und da ich damit nicht der einzige bin, was ein Versuch wert.

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

              @smartverwalter Dann jetzt nochmal bitte das Debug log vom BLE Adapter wenn du den startest.

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

                ble.1 2021-03-07 16:27:44.862 error (3837) ENODEV, No such device

                bleibt alles wie gehabt

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

                  @smartverwalter
                  Jou, ohne Code Tags 😁
                  und mit Sicherheit nicht der ganze Log zu dem Start

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

                    @smartverwalter Das log hat nur eine Zeile?

                    Und Code Tags sind wieder aus verkauft ?

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

                      Sorry ich lerne noch

                      ble.1	2021-03-07 16:27:44.862	error	(3837) ENODEV, No such device
                      ble.1	2021-03-07 16:27:43.122	info	(3837) starting scanner process...
                      ble.1	2021-03-07 16:27:43.116	info	(3837) monitored services: fe95
                      ble.1	2021-03-07 16:27:43.113	info	(3837) enabled plugins: Xiaomi, _default
                      ble.1	2021-03-07 16:27:43.109	info	(3837) loaded plugins: Xiaomi, mi-flora, ruuvi-tag, _default
                      ble.1	2021-03-07 16:27:42.781	info	(3837) starting. Version 0.12.0 in /opt/iobroker/node_modules/iobroker.ble, node: v12
                      
                      1 Reply Last reply Reply Quote 0
                      • S
                        SmartVerwalter last edited by

                        Dachte die Code taggs bräuchte ich nur wenn ich aus putty kopiere

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

                          @smartverwalter

                          systemctl status bluetooth.service
                          hciconfig
                          
                          1 Reply Last reply Reply Quote 0
                          • J
                            Jan1 @SmartVerwalter last edited by

                            @smartverwalter sagte in BLE Adapter beleibt gelb:

                            Dachte die Code taggs bräuchte ich nur wenn ich aus putty kopiere

                            Nein, immer wenn was lesbar bleiben soll, siehst ja deutlich den Unterschied 😉

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

                              @smartverwalter sagte in BLE Adapter beleibt gelb:

                              Dachte die Code taggs bräuchte ich nur wenn ich aus putty kopiere

                              Nee, die brauchen deine Helfer, damit die das alles besser lesen können.
                              Das log file zieht man sich am besten aber auch aus einer Konsole.

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

                                pi@raspberrypi:~ $ systemctl status bluetooth.service hciconfig
                                Unit hciconfig.service could not be found.
                                ● bluetooth.service - Bluetooth service
                                   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
                                   Active: inactive (dead)
                                     Docs: man:bluetoothd(8)
                                
                                

                                alles beim alten

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

                                  @smartverwalter
                                  Und wenn du das von Hand startest?

                                  sudo systemctl start bluetooth.service
                                  

                                  Dann

                                  hciconfig
                                  

                                  und den ble-Adapter neustarten.

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

                                    @smartverwalter
                                    Hast du vielleicht mal per overlay versucht bluetooth und/oder wlan zu deaktivieren?

                                    cat /boot/config.txt | grep -i disable
                                    
                                    1 Reply Last reply Reply Quote 0
                                    • S
                                      SmartVerwalter last edited by

                                      
                                      pi@raspberrypi:~ $ sudo systemctl start bluetooth.service
                                      pi@raspberrypi:~ $ hciconfig
                                      
                                      

                                      mehr passiert da nicht , ble starte ich jetzt neu

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

                                        @smartverwalter

                                        systemctl status bluetooth.service
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          SmartVerwalter last edited by

                                          ble.1	2021-03-07 16:55:38.388	error	(22052) ENODEV, No such device
                                          ble.1	2021-03-07 16:55:36.417	info	(22052) starting scanner process...
                                          ble.1	2021-03-07 16:55:36.410	info	(22052) monitored services: fe95
                                          ble.1	2021-03-07 16:55:36.406	info	(22052) enabled plugins: Xiaomi, _default
                                          ble.1	2021-03-07 16:55:36.402	info	(22052) loaded plugins: Xiaomi, mi-flora, ruuvi-tag, _default
                                          ble.1	2021-03-07 16:55:36.081	info	(22052) starting. Version 0.12.0 in /opt/iobroker/node_modules/iobroker.ble, node: v12.21.0, js-controller: 3.2.16
                                          host.raspberrypi	2021-03-07 16:55:30.898	info	instance system.adapter.ble.1 started with pid 22052
                                          host.raspberrypi	2021-03-07 16:55:28.358	info	instance system.adapter.ble.1 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                          ble.1	2021-03-07 16:55:27.430	info	(3837) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                          ble.1	2021-03-07 16:55:27.427	info	(3837) terminating
                                          host.raspberrypi	2021-03-07 16:55:27.426	info	stopInstance system.adapter.ble.1 send kill signal
                                          ble.1	2021-03-07 16:55:27.421	info	(3837) Got terminate signal TERMINATE_YOURSELF
                                          host.raspberrypi	2021-03-07 16:55:27.389	info	stopInstance system.adapter.ble.1 (force=false, process=true)
                                          
                                          1 Reply Last reply Reply Quote 0
                                          • S
                                            SmartVerwalter last edited by

                                            pi@raspberrypi:~ $ systemctl status bluetooth.service
                                            ● bluetooth.service - Bluetooth service
                                               Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
                                               Active: active (running) since Sun 2021-03-07 16:53:33 CET; 18min ago
                                                 Docs: man:bluetoothd(8)
                                             Main PID: 20806 (bluetoothd)
                                               Status: "Running"
                                                Tasks: 1 (limit: 2062)
                                               CGroup: /system.slice/bluetooth.service
                                                       └─20806 /usr/lib/bluetooth/bluetoothd
                                            
                                            Mar 07 16:53:33 raspberrypi systemd[1]: Starting Bluetooth service...
                                            Mar 07 16:53:33 raspberrypi bluetoothd[20806]: Bluetooth daemon 5.50
                                            Mar 07 16:53:33 raspberrypi systemd[1]: Started Bluetooth service.
                                            Mar 07 16:53:33 raspberrypi bluetoothd[20806]: Starting SDP server
                                            Mar 07 16:53:33 raspberrypi bluetoothd[20806]: Bluetooth management interface 1.
                                            lines 1-15/15 (END)
                                            
                                            
                                            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

                                            849
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

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