Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Conbee II - BLE funktionier nicht

    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

    Conbee II - BLE funktionier nicht

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Moe Ven last edited by Thomas Braun

      @Moe-Ven

      service bluetooth status
      

      bzw. start dann mit

      sudo systemctl start bluetooth 
      
      Moe Ven 1 Reply Last reply Reply Quote 0
      • Moe Ven
        Moe Ven @Thomas Braun last edited by

        @Thomas-Braun said in Conbee II - BLE funktionier nicht:

        sudo systemctl start bluetooth

        $ service bluetooth status
        ● bluetooth.service - Bluetooth service
           Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
           Active: inactive (dead)
             Docs: man:bluetoothd(8)
        
        

        nach dem starten:

         service bluetooth status
        ● bluetooth.service - Bluetooth service
           Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
           Active: active (running) since Sun 2020-10-11 13:59:16 CEST; 4s ago
             Docs: man:bluetoothd(8)
         Main PID: 7309 (bluetoothd)
           Status: "Running"
            Tasks: 1 (limit: 2065)
           CGroup: /system.slice/bluetooth.service
                   └─7309 /usr/lib/bluetooth/bluetoothd
        
        Okt 11 13:59:16 raspberrypi systemd[1]: Starting Bluetooth service...
        Okt 11 13:59:16 raspberrypi bluetoothd[7309]: Bluetooth daemon 5.50
        Okt 11 13:59:16 raspberrypi systemd[1]: Started Bluetooth service.
        Okt 11 13:59:16 raspberrypi bluetoothd[7309]: Starting SDP server
        Okt 11 13:59:16 raspberrypi bluetoothd[7309]: Bluetooth management interface 1.14 initialized
        
        

        Hat aber leider nicht geholfen:

        lsusb
        Bus 001 Device 006: ID 1cf1:0030 Dresden Elektronik
        Bus 001 Device 005: ID 0424:7800 Standard Microsystems Corp.
        Bus 001 Device 003: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub
        Bus 001 Device 002: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub
        Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
        
        
        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @Moe Ven last edited by

          @Moe-Ven

          hciconfig
          
          Moe Ven 1 Reply Last reply Reply Quote 0
          • Moe Ven
            Moe Ven @Thomas Braun last edited by

            @Thomas-Braun said in Conbee II - BLE funktionier nicht:

            hciconfig

            Da passiert leider immer noch nichts 😕

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

              @Moe-Ven
              Der service läuft aber noch?

              service bluetooth status
              
              Moe Ven 1 Reply Last reply Reply Quote 0
              • Moe Ven
                Moe Ven @Thomas Braun last edited by

                @Thomas-Braun said in Conbee II - BLE funktionier nicht:

                service bluetooth status

                ja

                service bluetooth status
                ● bluetooth.service - Bluetooth service
                   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
                   Active: active (running) since Sun 2020-10-11 13:59:16 CEST; 11min ago
                     Docs: man:bluetoothd(8)
                 Main PID: 7309 (bluetoothd)
                   Status: "Running"
                    Tasks: 1 (limit: 2065)
                   CGroup: /system.slice/bluetooth.service
                           └─7309 /usr/lib/bluetooth/bluetoothd
                
                Okt 11 13:59:16 raspberrypi systemd[1]: Starting Bluetooth service...
                Okt 11 13:59:16 raspberrypi bluetoothd[7309]: Bluetooth daemon 5.50
                Okt 11 13:59:16 raspberrypi systemd[1]: Started Bluetooth service.
                Okt 11 13:59:16 raspberrypi bluetoothd[7309]: Starting SDP server
                Okt 11 13:59:16 raspberrypi bluetoothd[7309]: Bluetooth management interface 1.14 initialized
                
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @Moe Ven last edited by Thomas Braun

                  @Moe-Ven
                  System auf Stand?

                  sudo apt update
                  sudo apt dist-upgrade
                  sudo reboot
                  
                  Moe Ven 1 Reply Last reply Reply Quote 0
                  • Moe Ven
                    Moe Ven @Thomas Braun last edited by

                    @Thomas-Braun said in Conbee II - BLE funktionier nicht:

                    sudo apt dist-upgrade

                    Jap

                    sudo apt update
                    Holen:1 http://raspbian.raspberrypi.org/raspbian buster InRelease [15,0 kB]
                    OK:2 http://archive.raspberrypi.org/debian buster InRelease
                    OK:3 https://phoscon.de/apt/deconz buster InRelease
                    OK:4 https://deb.nodesource.com/node_10.x buster InRelease
                    Es wurden 15,0 kB in 2 s geholt (8.413 B/s).
                    Paketlisten werden gelesen... Fertig
                    Abhängigkeitsbaum wird aufgebaut.
                    Statusinformationen werden eingelesen.... Fertig
                    Alle Pakete sind aktuell.
                    
                    sudo apt dist-upgrade
                    Paketlisten werden gelesen... Fertig
                    Abhängigkeitsbaum wird aufgebaut.
                    Statusinformationen werden eingelesen.... Fertig
                    Paketaktualisierung (Upgrade) wird berechnet... Fertig
                    0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                    
                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Moe Ven last edited by

                      @Moe-Ven sagte in Conbee II - BLE funktionier nicht:

                      node_10.x

                      Würde ich allerdings auf node12 heben.

                      Moe Ven 2 Replies Last reply Reply Quote 0
                      • Moe Ven
                        Moe Ven @Thomas Braun last edited by

                        @Thomas-Braun

                        Okay, kannst du mir kurz sagen wie ich das mache?

                        Moe Ven 1 Reply Last reply Reply Quote 0
                        • Moe Ven
                          Moe Ven @Moe Ven last edited by

                          @Moe-Ven Okay, schon gefunden.

                          bin wie folgt vorgegangen:
                          https://computingforgeeks.com/how-to-install-nodejs-on-ubuntu-debian-linux-mint/

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

                            @Thomas-Braun Bekomme allerdings jetzt nach dem reboot service bluetooth status
                            nicht mehr gestartet:

                            sudo systemctl start bluetooth
                            

                            dann

                            service bluetooth status
                            ● bluetooth.service - Bluetooth service
                               Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
                               Active: inactive (dead)
                                 Docs: man:bluetoothd(8)
                            
                            Okt 11 14:25:39 raspberrypi systemd[1]: Condition check resulted in Bluetooth se
                            Okt 11 14:25:55 raspberrypi systemd[1]: Condition check resulted in Bluetooth se
                            Okt 11 14:26:52 raspberrypi systemd[1]: Condition check resulted in Bluetooth se
                            log file: udo systemctl start bluetooth
                            
                            
                            1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @Moe Ven last edited by

                              @Moe-Ven
                              Zu viel Overhead.
                              Mach es künftig danach:
                              https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian

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

                                @Thomas-Braun Okay, mache ich danke.

                                Nach 10 versuche bekomme ich dann doch

                                service bluetooth status
                                ● bluetooth.service - Bluetooth service
                                   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
                                   Active: active (running) since Sun 2020-10-11 14:28:59 CEST; 2s ago
                                     Docs: man:bluetoothd(8)
                                 Main PID: 4393 (bluetoothd)
                                   Status: "Running"
                                    Tasks: 1 (limit: 2065)
                                   CGroup: /system.slice/bluetooth.service
                                           └─4393 /usr/lib/bluetooth/bluetoothd
                                
                                Okt 11 14:28:59 raspberrypi systemd[1]: Starting Bluetooth service...
                                Okt 11 14:28:59 raspberrypi bluetoothd[4393]: Bluetooth daemon 5.50
                                Okt 11 14:28:59 raspberrypi systemd[1]: Started Bluetooth service.
                                Okt 11 14:28:59 raspberrypi bluetoothd[4393]: Starting SDP server
                                Okt 11 14:28:59 raspberrypi bluetoothd[4393]: Bluetooth management interface 1.14 initialized
                                
                                
                                Moe Ven 1 Reply Last reply Reply Quote 0
                                • Moe Ven
                                  Moe Ven @Moe Ven last edited by

                                  @Moe-Ven Ändert aber leider nichts

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

                                    @Moe-Ven

                                    apt policy pi-bluetooth
                                    
                                    Moe Ven 1 Reply Last reply Reply Quote 0
                                    • Moe Ven
                                      Moe Ven @Thomas Braun last edited by

                                      @Thomas-Braun said in Conbee II - BLE funktionier nicht:

                                      apt policy pi-bluetooth

                                      apt policy pi-bluetooth
                                      pi-bluetooth:
                                        Installiert:           0.1.15
                                        Installationskandidat: 0.1.15
                                        Versionstabelle:
                                       *** 0.1.15 500
                                              500 http://archive.raspberrypi.org/debian buster/main armhf Packages
                                              100 /var/lib/dpkg/status
                                      
                                      
                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @Moe Ven last edited by

                                        @Moe-Ven

                                        sudo bluetoothctl
                                        
                                        Moe Ven 1 Reply Last reply Reply Quote 0
                                        • Moe Ven
                                          Moe Ven @Thomas Braun last edited by

                                          @Thomas-Braun

                                          sudo bluetoothctl
                                          Agent registered
                                          [bluetooth]#
                                          
                                          
                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @Moe Ven last edited by

                                            @Moe-Ven Dann man

                                            scan on
                                            

                                            dort eingeben.

                                            Moe Ven 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

                                            774
                                            Online

                                            31.8k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            ble conbee 2 conbee 2 deconz deconz
                                            3
                                            38
                                            2359
                                            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