Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Off Topic
  4. Unraid , Iobroker und BT Dongle/Hardware einbinden

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.7k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.2k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.1k

Unraid , Iobroker und BT Dongle/Hardware einbinden

Geplant Angeheftet Gesperrt Verschoben Off Topic
13 Beiträge 2 Kommentatoren 755 Aufrufe 1 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • haselchenH Offline
    haselchenH Offline
    haselchen
    Most Active
    schrieb am zuletzt editiert von
    #1

    @crunchip

    Damit ich das Ganze eingrenzen kann, welche Hardware bzw. welchen Dongle hast Du (ausprobiert) ?
    Welche Anleitung hast Du abgearbeitet -> LXC ? Docker?

    Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

    crunchipC 1 Antwort Letzte Antwort
    -1
    • haselchenH haselchen

      @crunchip

      Damit ich das Ganze eingrenzen kann, welche Hardware bzw. welchen Dongle hast Du (ausprobiert) ?
      Welche Anleitung hast Du abgearbeitet -> LXC ? Docker?

      crunchipC Abwesend
      crunchipC Abwesend
      crunchip
      Forum Testing Most Active
      schrieb am zuletzt editiert von
      #2

      @haselchen sagte in Unraid , Iobroker und BT Dongle/Hardware einbinden:

      Dongle

      https://amzn.eu/d/gNh4ahR

      als auch das interne eines geekom AS6

      docker Unraid

      umgestiegen von Proxmox auf Unraid

      haselchenH 1 Antwort Letzte Antwort
      0
      • crunchipC crunchip

        @haselchen sagte in Unraid , Iobroker und BT Dongle/Hardware einbinden:

        Dongle

        https://amzn.eu/d/gNh4ahR

        als auch das interne eines geekom AS6

        docker Unraid

        haselchenH Offline
        haselchenH Offline
        haselchen
        Most Active
        schrieb am zuletzt editiert von
        #3

        @crunchip

        Und welche Anleitungen ?

        Sonst machen wir hier das doppelt 🥴😬

        Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

        crunchipC 1 Antwort Letzte Antwort
        0
        • haselchenH haselchen

          @crunchip

          Und welche Anleitungen ?

          Sonst machen wir hier das doppelt 🥴😬

          crunchipC Abwesend
          crunchipC Abwesend
          crunchip
          Forum Testing Most Active
          schrieb am zuletzt editiert von
          #4

          @haselchen offizielle docker/unraid und alles was ich als zwischenfetzen im Netz gefunden habe
          genau kann ichs dir nimmer wiedergeben

          bin aber jetzt erstmal wieder weg

          umgestiegen von Proxmox auf Unraid

          haselchenH 1 Antwort Letzte Antwort
          0
          • crunchipC crunchip

            @haselchen offizielle docker/unraid und alles was ich als zwischenfetzen im Netz gefunden habe
            genau kann ichs dir nimmer wiedergeben

            bin aber jetzt erstmal wieder weg

            haselchenH Offline
            haselchenH Offline
            haselchen
            Most Active
            schrieb am zuletzt editiert von
            #5

            @crunchip

            Hast Du das schon ausprobiert?

            Hello elgato. I recently deployed a container(theengs gateway) using onboard bluetooth(AX201) on unraid 6.12.10 , hope my deployment process could be your reference.  
            
            The first thing you need to do is find the location of the bluetooth hardware, which is usually shown as a USB device. You can find it through Tools → SysDevs. For me it's /dev/bus/usb/001/005 and based on your screenshots, I'm guessing it's /dev/bus/usb/001/011
            
            When you confirm the hardware pass-through parameters, add the device to your container setting and mount /run/dbus  
            
            Now you need bluez to providing the bluetooth protocol stack for unraid OS. It can be installed by nerd-tool plugin or un-get command.
            
            Once the installation is complete, you will find that the bluetooth service is not activated, because the bluetooth module is disabled by default. To enable it permanently, you need:
            
                1. Delete the lines in the config/modprobe.d/bluetooth.conf file in the USB boot drive with “bluetooth” and “btusb”
            
                2. Add "/etc/rc.d/rc.bluetooth restart" to the config/go script file in the USB boot drive
            
            If all goes well, bluetooth will be available for container after reboot.
            
             
            
            Forgive me for my lengthy statements. If you have any doubts about the details of the operation, please let me know.
            

            Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

            crunchipC 1 Antwort Letzte Antwort
            0
            • haselchenH haselchen

              @crunchip

              Hast Du das schon ausprobiert?

              Hello elgato. I recently deployed a container(theengs gateway) using onboard bluetooth(AX201) on unraid 6.12.10 , hope my deployment process could be your reference.  
              
              The first thing you need to do is find the location of the bluetooth hardware, which is usually shown as a USB device. You can find it through Tools → SysDevs. For me it's /dev/bus/usb/001/005 and based on your screenshots, I'm guessing it's /dev/bus/usb/001/011
              
              When you confirm the hardware pass-through parameters, add the device to your container setting and mount /run/dbus  
              
              Now you need bluez to providing the bluetooth protocol stack for unraid OS. It can be installed by nerd-tool plugin or un-get command.
              
              Once the installation is complete, you will find that the bluetooth service is not activated, because the bluetooth module is disabled by default. To enable it permanently, you need:
              
                  1. Delete the lines in the config/modprobe.d/bluetooth.conf file in the USB boot drive with “bluetooth” and “btusb”
              
                  2. Add "/etc/rc.d/rc.bluetooth restart" to the config/go script file in the USB boot drive
              
              If all goes well, bluetooth will be available for container after reboot.
              
               
              
              Forgive me for my lengthy statements. If you have any doubts about the details of the operation, please let me know.
              
              crunchipC Abwesend
              crunchipC Abwesend
              crunchip
              Forum Testing Most Active
              schrieb am zuletzt editiert von
              #6

              @haselchen das ist ja der link den ich dir geschickt hatte, welchen ich kürzlich fand. Ausprobiert jedoch noch nicht.
              Komm auch heute wahrscheinlich nicht dazu, USV ist heut morgen ausgefallen:rage:
              und jetzt erst mal Gartenarbeit:muscle:

              umgestiegen von Proxmox auf Unraid

              haselchenH 1 Antwort Letzte Antwort
              0
              • crunchipC crunchip

                @haselchen das ist ja der link den ich dir geschickt hatte, welchen ich kürzlich fand. Ausprobiert jedoch noch nicht.
                Komm auch heute wahrscheinlich nicht dazu, USV ist heut morgen ausgefallen:rage:
                und jetzt erst mal Gartenarbeit:muscle:

                haselchenH Offline
                haselchenH Offline
                haselchen
                Most Active
                schrieb am zuletzt editiert von haselchen
                #7

                @crunchip

                Mein Beileid zu Beidem :)

                Ich doktor auch seit Stunden wie wild an einer BT Einbindung.
                Kaum zu glauben, dass es bei Unraid nur zu einer VM Unterstützung kommt.
                Alle anderen BT Bereiche werden komplett ausgeblendet.
                Ich habs tatsächlich bisher auch nicht hinbekommen. Nicht im Docker, nicht in LXC.

                Edit:
                Never Ending Story. Ich mach mal nen Päuschen und guck , ob ich mich morgen nochmal nen Stündchen ransetze.
                Scheint, als müsste man tatsächlich in Unraid permanent auf ne VM setzen.

                Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

                1 Antwort Letzte Antwort
                0
                • crunchipC Abwesend
                  crunchipC Abwesend
                  crunchip
                  Forum Testing Most Active
                  schrieb am zuletzt editiert von
                  #8

                  @haselchen sagte in Unraid , Iobroker und BT Dongle/Hardware einbinden:

                  Ich habs tatsächlich bisher auch nicht hinbekommen. Nicht im Docker, nicht in LXC

                  sollte bei dir aber eigentlich funktionieren, dein Unraid läuft doch im Host Modus, oder?

                  umgestiegen von Proxmox auf Unraid

                  haselchenH 1 Antwort Letzte Antwort
                  0
                  • crunchipC crunchip

                    @haselchen sagte in Unraid , Iobroker und BT Dongle/Hardware einbinden:

                    Ich habs tatsächlich bisher auch nicht hinbekommen. Nicht im Docker, nicht in LXC

                    sollte bei dir aber eigentlich funktionieren, dein Unraid läuft doch im Host Modus, oder?

                    haselchenH Offline
                    haselchenH Offline
                    haselchen
                    Most Active
                    schrieb am zuletzt editiert von
                    #9

                    @crunchip

                    Keine Chance.
                    Unraid und der Docker kennen nicht mal Bluetooth.
                    Selbst nach einer Installation.
                    Viele Befehle enden mit unknown command.
                    Selbst nachinstallieren bringt nix.
                    Einzig alleine eine VM aufsetzen hilft bei allen USB Geräten.

                    Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

                    crunchipC 1 Antwort Letzte Antwort
                    0
                    • haselchenH haselchen

                      @crunchip

                      Keine Chance.
                      Unraid und der Docker kennen nicht mal Bluetooth.
                      Selbst nach einer Installation.
                      Viele Befehle enden mit unknown command.
                      Selbst nachinstallieren bringt nix.
                      Einzig alleine eine VM aufsetzen hilft bei allen USB Geräten.

                      crunchipC Abwesend
                      crunchipC Abwesend
                      crunchip
                      Forum Testing Most Active
                      schrieb am zuletzt editiert von
                      #10

                      @haselchen sagte in Unraid , Iobroker und BT Dongle/Hardware einbinden:

                      Selbst nach einer Installation

                      wie installiert?
                      vllt mittels un-get noch das ein oder andere Paket nachinstallieren

                      umgestiegen von Proxmox auf Unraid

                      haselchenH 1 Antwort Letzte Antwort
                      0
                      • crunchipC crunchip

                        @haselchen sagte in Unraid , Iobroker und BT Dongle/Hardware einbinden:

                        Selbst nach einer Installation

                        wie installiert?
                        vllt mittels un-get noch das ein oder andere Paket nachinstallieren

                        haselchenH Offline
                        haselchenH Offline
                        haselchen
                        Most Active
                        schrieb am zuletzt editiert von
                        #11

                        @crunchip

                        Glaub mir , hab auch alles durch 😉
                        Über 5 Stunden dran gesessen.
                        Hätte ich nicht gedacht .
                        „normale“ USB Geräte , kein Problem.
                        Bluetooth , unmöglich 😂

                        Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

                        crunchipC 1 Antwort Letzte Antwort
                        0
                        • haselchenH haselchen

                          @crunchip

                          Glaub mir , hab auch alles durch 😉
                          Über 5 Stunden dran gesessen.
                          Hätte ich nicht gedacht .
                          „normale“ USB Geräte , kein Problem.
                          Bluetooth , unmöglich 😂

                          crunchipC Abwesend
                          crunchipC Abwesend
                          crunchip
                          Forum Testing Most Active
                          schrieb am zuletzt editiert von
                          #12

                          @haselchen liegt daran, Bluetooth kein USB Gerät, sondern zählt als Netzwerk Gerät
                          Aber trotzdem Danke für die Bemühungen

                          umgestiegen von Proxmox auf Unraid

                          haselchenH 1 Antwort Letzte Antwort
                          0
                          • crunchipC crunchip

                            @haselchen liegt daran, Bluetooth kein USB Gerät, sondern zählt als Netzwerk Gerät
                            Aber trotzdem Danke für die Bemühungen

                            haselchenH Offline
                            haselchenH Offline
                            haselchen
                            Most Active
                            schrieb am zuletzt editiert von
                            #13

                            liegt daran, Bluetooth kein USB Gerät, sondern zählt als Netzwerk Gerät

                            Erstaunlich, dass es doch recht wenig Infos gibt , BT dort einzubinden.
                            Jedenfalls bezüglich Docker und LXC.
                            Wenn ich was gefunden habe , wie Du wahrscheinlich, geht es immer um Bus ID und Device ID in der Konfig eintragen, zuzüglich /run/dbus.

                            Ich werde es auch weiterhin im Blick haben und probieren.

                            Alle Anderen hier sind gerne eingeladen , diesbezüglich mit eine Lösung zu suchen .

                            Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

                            1 Antwort Letzte Antwort
                            0
                            Antworten
                            • In einem neuen Thema antworten
                            Anmelden zum Antworten
                            • Älteste zuerst
                            • Neuste zuerst
                            • Meiste Stimmen


                            Support us

                            ioBroker
                            Community Adapters
                            Donate

                            953

                            Online

                            32.4k

                            Benutzer

                            81.5k

                            Themen

                            1.3m

                            Beiträge
                            Community
                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                            ioBroker Community 2014-2025
                            logo
                            • Anmelden

                            • Du hast noch kein Konto? Registrieren

                            • Anmelden oder registrieren, um zu suchen
                            • Erster Beitrag
                              Letzter Beitrag
                            0
                            • Home
                            • Aktuell
                            • Tags
                            • Ungelesen 0
                            • Kategorien
                            • Unreplied
                            • Beliebt
                            • GitHub
                            • Docu
                            • Hilfe