Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. INTEL NUC Kit NUC8i5BEK Proxmox+Debian VM kein Onboard BT

    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

    INTEL NUC Kit NUC8i5BEK Proxmox+Debian VM kein Onboard BT

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

      nebenbei gefragt..
      welche debian version hast du drauf..
      ich habe die erfahrung gemacht, dass es erst ab der 4.19 läuft.

      crunchip 1 Reply Last reply Reply Quote 0
      • S
        Superdad last edited by

        Linux pve 4.15.18-16-pve #1 SMP PVE 4.15.18-41

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

          Oh Gott!!!!!!!
          Wie mache ich denn ein Upgrade auf 4.19?

          1 Reply Last reply Reply Quote 0
          • crunchip
            crunchip Forum Testing Most Active @ltsalvatore last edited by crunchip

            @Superdad @ltsalvatore grade gesehen, das du hier schon geantwortet hast und wollte den Link von dir einfügen.
            Hatte ich damals auch mit meinem Zotac das Problem mit dem Kernel.
            Ein Proxmox Update bringt mittlerweile diesen
            0c5ac9af-8682-41f3-9ca4-fe3c068a022a-image.png.

            L 1 Reply Last reply Reply Quote 0
            • L
              ltsalvatore @crunchip last edited by ltsalvatore

              @crunchip sagte in INTEL NUC Kit NUC8i5BEK Proxmox+Debian VM kein Onboard BT:

              @Superdad @ltsalvatore grade gesehen, das du hier schon geantwortet hast und wollte den Link von dir einfügen.
              Hatte ich damals auch mit meinem Zotac das Problem mit dem Kernel.

              jo tatsache..
              habe ich gerade auch noch mal durchgelesen und bei mir geschaut..
              hab ja selbst auch kein 4.19 kernel drauf und es läuft.

              hatte wohl etwas den überblick verloren ☺

              @Superdad
              ich würde sagen, geh doch noch mal auf den link, den crunchip gepostet hat, und dann komplett die anleitung/anweisungen durch, die da stehen.
              ich hatte ja auch die gleichen probleme damit und hatte dann schlussendlich erfolg.
              es müsste alles was benötigt wird da auch irgendwo drin stehen.

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

                OK! Mach ich.
                Hatte gerade geschaut und das Update schon angeworfen.
                Es wird 4.19.0 angeboten.

                Also nicht ausführen?

                1 Reply Last reply Reply Quote 0
                • crunchip
                  crunchip Forum Testing Most Active last edited by

                  dieses Update´s stehen bei mir an
                  also noch mal ein Kernel update
                  6b5a9a88-d691-451c-8d44-8372d4a6fd61-image.png

                  1 Reply Last reply Reply Quote 0
                  • L
                    ltsalvatore last edited by

                    offen gestanden kann es nicht schaden, die updates auszuführen,
                    habe diese bei mir die tage auch alles ausgeführt, und der BT läuft ja immer noch.

                    ich habe hier noch ein paar von meinen notizen, die vielleicht helfen könnten:

                    Pass Hardware Through To VM

                    • Activate IOMMU
                      o BIOS
                       IOMMU is Intel's name for VT-x (virtual memory & execution) and VT-d (virtual PCIe addressing for peripherals) activate IOMMU on BIOS by enabling VT-d or intel virtualisation technology for Intel CPU
                      o Changes On Proxmox Host
                       vim /etc/default/grub
                       change GRUB_CMDLINE_LINUX_DEFAULT="quiet" to GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"
                       then # update-grub
                       reboot
                       enter dmesg | grep -e DMAR -e IOMMU
                       you should get an output

                    • Pass Through USB
                      o https://www.synetec.de/linux/usb-geraet-an-vm-durchreichen-usb-passthrough-auf-proxmox-ve/
                      o lsusb -t

                    Troubleshooting

                    • Bluetooth
                      o Install Bluetooth Apps and Services
                       apt-get install bluetooth bluez-hcidump bluez blueman libcap2-bin arp-scan libbluetooth-dev libudev-dev
                      o check if Bluetooth is started
                       sudo service bluetooth status
                       sudo service bluetooth start
                       sudo service bluetooth stop
                      o ping a device
                       sudo l2ping -i hci0 -c1 AC:CF:5C:5D:E5:11
                      o scan for devices on selected interface
                       hcitool -i hci0 scan
                      o check which interface is used
                       hciconfig -a
                      o check which bus/port BT is using
                       lsusb -t

                    und was schlussendlich bei mir funktioniert hatte um den BT von gelb auf grün zu bekommen war dann dieser befehl hier:
                     sudo setcap cap_net_raw+eip $(eval readlink -f which node)

                    1 Reply Last reply Reply Quote 0
                    • crunchip
                      crunchip Forum Testing Most Active last edited by

                      hier noch dieses
                      https://github.com/wkennington/linux-firmware
                      und der Link zum anderen Post
                      https://forum.iobroker.net/post/217243

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

                        In Proxmox sind keine Updates drin.
                        Die hatte ich heute schon installiert.

                        Wäre jetzt nur für das Debian als solches.

                        Mit dem Befehl, apt-cache search linux-image, wird folgendes angeboten:

                        The programs included with the Debian GNU/Linux system are free software;
                        the exact distribution terms for each program are described in the
                        individual files in /usr/share/doc/*/copyright.
                        
                        Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                        permitted by applicable law.
                        root@pve:~# apt-cache search linux-image
                        linux-headers-4.9.0-9-amd64 - Header files for Linux 4.9.0-9-amd64
                        linux-headers-4.9.0-9-rt-amd64 - Header files for Linux 4.9.0-9-rt-amd64
                        linux-image-4.9.0-9-amd64 - Linux 4.9 for 64-bit PCs
                        linux-image-4.9.0-9-amd64-dbg - Debug symbols for linux-image-4.9.0-9-amd64
                        linux-image-4.9.0-9-rt-amd64 - Linux 4.9 for 64-bit PCs, PREEMPT_RT
                        linux-image-4.9.0-9-rt-amd64-dbg - Debug symbols for linux-image-4.9.0-9-rt-amd64
                        linux-image-amd64 - Linux for 64-bit PCs (meta-package)
                        linux-image-amd64-dbg - Debugging symbols for Linux amd64 configuration (meta-package)
                        linux-image-rt-amd64 - Linux for 64-bit PCs (meta-package), PREEMPT_RT
                        linux-image-rt-amd64-dbg - Debugging symbols for Linux rt-amd64 configuration (meta-package)
                        pve-kernel-4.10.1-2-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.10.11-1-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.10.15-1-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.10.17-1-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.10.17-2-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.10.17-3-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.10.17-4-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.10.17-5-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.10.5-1-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.10.8-1-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.13.13-1-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.13.13-2-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.13.13-3-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.13.13-4-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.13.13-5-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.13.13-6-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.13.16-1-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.13.16-2-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.13.16-3-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.13.16-4-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.13.3-1-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.13.4-1-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.13.8-1-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.13.8-2-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.13.8-3-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.15.10-1-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.15.15-1-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.15.17-1-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.15.17-2-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.15.17-3-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.15.18-1-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.15.18-10-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.15.18-11-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.15.18-12-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.15.18-13-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.15.18-14-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.15.18-15-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.15.18-16-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.15.18-2-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.15.18-3-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.15.18-4-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.15.18-5-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.15.18-6-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.15.18-7-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.15.18-8-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.15.18-9-pve - The Proxmox PVE Kernel Image
                        pve-kernel-4.15.3-1-pve - The Proxmox PVE Kernel Image
                        linux-headers-4.9.0-3-amd64 - Header files for Linux 4.9.0-3-amd64
                        linux-headers-4.9.0-3-rt-amd64 - Header files for Linux 4.9.0-3-rt-amd64
                        linux-headers-4.9.0-4-amd64 - Header files for Linux 4.9.0-4-amd64
                        linux-headers-4.9.0-4-rt-amd64 - Header files for Linux 4.9.0-4-rt-amd64
                        linux-headers-4.9.0-5-amd64 - Header files for Linux 4.9.0-5-amd64
                        linux-headers-4.9.0-5-rt-amd64 - Header files for Linux 4.9.0-5-rt-amd64
                        linux-headers-4.9.0-6-amd64 - Header files for Linux 4.9.0-6-amd64
                        linux-headers-4.9.0-6-rt-amd64 - Header files for Linux 4.9.0-6-rt-amd64
                        linux-headers-4.9.0-7-amd64 - Header files for Linux 4.9.0-7-amd64
                        linux-headers-4.9.0-7-rt-amd64 - Header files for Linux 4.9.0-7-rt-amd64
                        linux-headers-4.9.0-8-amd64 - Header files for Linux 4.9.0-8-amd64
                        linux-headers-4.9.0-8-rt-amd64 - Header files for Linux 4.9.0-8-rt-amd64
                        linux-image-4.9.0-3-amd64 - Linux 4.9 for 64-bit PCs
                        linux-image-4.9.0-3-amd64-dbg - Debug symbols for linux-image-4.9.0-3-amd64
                        linux-image-4.9.0-3-rt-amd64 - Linux 4.9 for 64-bit PCs, PREEMPT_RT
                        linux-image-4.9.0-3-rt-amd64-dbg - Debug symbols for linux-image-4.9.0-3-rt-amd64
                        linux-image-4.9.0-4-amd64 - Linux 4.9 for 64-bit PCs
                        linux-image-4.9.0-4-amd64-dbg - Debug symbols for linux-image-4.9.0-4-amd64
                        linux-image-4.9.0-4-rt-amd64 - Linux 4.9 for 64-bit PCs, PREEMPT_RT
                        linux-image-4.9.0-4-rt-amd64-dbg - Debug symbols for linux-image-4.9.0-4-rt-amd64
                        linux-image-4.9.0-5-amd64 - Linux 4.9 for 64-bit PCs
                        linux-image-4.9.0-5-amd64-dbg - Debug symbols for linux-image-4.9.0-5-amd64
                        linux-image-4.9.0-5-rt-amd64 - Linux 4.9 for 64-bit PCs, PREEMPT_RT
                        linux-image-4.9.0-5-rt-amd64-dbg - Debug symbols for linux-image-4.9.0-5-rt-amd64
                        linux-image-4.9.0-6-amd64 - Linux 4.9 for 64-bit PCs
                        linux-image-4.9.0-6-amd64-dbg - Debug symbols for linux-image-4.9.0-6-amd64
                        linux-image-4.9.0-6-rt-amd64 - Linux 4.9 for 64-bit PCs, PREEMPT_RT
                        linux-image-4.9.0-6-rt-amd64-dbg - Debug symbols for linux-image-4.9.0-6-rt-amd64
                        linux-image-4.9.0-7-amd64 - Linux 4.9 for 64-bit PCs
                        linux-image-4.9.0-7-amd64-dbg - Debug symbols for linux-image-4.9.0-7-amd64
                        linux-image-4.9.0-7-rt-amd64 - Linux 4.9 for 64-bit PCs, PREEMPT_RT
                        linux-image-4.9.0-7-rt-amd64-dbg - Debug symbols for linux-image-4.9.0-7-rt-amd64
                        linux-image-4.9.0-8-amd64 - Linux 4.9 for 64-bit PCs
                        linux-image-4.9.0-8-amd64-dbg - Debug symbols for linux-image-4.9.0-8-amd64
                        linux-image-4.9.0-8-rt-amd64 - Linux 4.9 for 64-bit PCs, PREEMPT_RT
                        linux-image-4.9.0-8-rt-amd64-dbg - Debug symbols for linux-image-4.9.0-8-rt-amd64
                        linux-headers-4.19.0-0.bpo.5-amd64 - Header files for Linux 4.19.0-0.bpo.5-amd64
                        linux-headers-4.19.0-0.bpo.5-cloud-amd64 - Header files for Linux 4.19.0-0.bpo.5-cloud-amd64
                        linux-headers-4.19.0-0.bpo.5-rt-amd64 - Header files for Linux 4.19.0-0.bpo.5-rt-amd64
                        linux-image-4.19.0-0.bpo.5-amd64-dbg - Debug symbols for linux-image-4.19.0-0.bpo.5-amd64
                        linux-image-4.19.0-0.bpo.5-amd64-unsigned - Linux 4.19 for 64-bit PCs
                        linux-image-4.19.0-0.bpo.5-cloud-amd64-dbg - Debug symbols for linux-image-4.19.0-0.bpo.5-cloud-amd64
                        linux-image-4.19.0-0.bpo.5-cloud-amd64-unsigned - Linux 4.19 for x86-64 cloud
                        linux-image-4.19.0-0.bpo.5-rt-amd64-dbg - Debug symbols for linux-image-4.19.0-0.bpo.5-rt-amd64
                        linux-image-4.19.0-0.bpo.5-rt-amd64-unsigned - Linux 4.19 for 64-bit PCs, PREEMPT_RT
                        linux-image-amd64-signed-template - Template for signed linux-image packages for amd64
                        linux-headers-4.9.0-4-grsec-amd64 - Header files for Linux 4.9.0-4-grsec-amd64
                        linux-image-4.9.0-4-grsec-amd64 - Linux 4.9 for 64-bit PCs, Grsecurity protection (unofficial patch)
                        linux-image-grsec-amd64 - Linux image meta-package, grsec featureset
                        linux-image-cloud-amd64 - Linux for x86-64 cloud (meta-package)
                        linux-image-cloud-amd64-dbg - Debugging symbols for Linux cloud-amd64 configuration (meta-package)
                        linux-image-4.19.0-0.bpo.4-amd64 - Linux 4.19 for 64-bit PCs (signed)
                        linux-image-4.19.0-0.bpo.4-cloud-amd64 - Linux 4.19 for x86-64 cloud (signed)
                        linux-image-4.19.0-0.bpo.4-rt-amd64 - Linux 4.19 for 64-bit PCs, PREEMPT_RT (signed)
                        linux-image-4.19.0-0.bpo.5-amd64 - Linux 4.19 for 64-bit PCs (signed)
                        linux-image-4.19.0-0.bpo.5-cloud-amd64 - Linux 4.19 for x86-64 cloud (signed)
                        linux-image-4.19.0-0.bpo.5-rt-amd64 - Linux 4.19 for 64-bit PCs, PREEMPT_RT (signed)
                        

                        Ausführen?

                        crunchip 1 Reply Last reply Reply Quote 0
                        • crunchip
                          crunchip Forum Testing Most Active @Superdad last edited by

                          @Superdad gute Frage?
                          Ich hab mir mit nem Kernel update schon mal den Rechner lam.gelegt ☺
                          Hast doch nichts zu verlieren, hast doch PROXMOX😋
                          Deshalb hatte ich damals, wegen dem Bluetooth, mein Proxmox in Debian installiert, da es mit Proxmox alleine nicht funktioniert hatte.

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

                            Ach so, du hast es also anders herum installiert.
                            Ich probier einfach mal.

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

                              Bekomme es nicht hin mit dem Kernelupdate.
                              Das muss doch auf die iOBroker -Installation? Oder
                              Und nicht in Proxmox?

                              Ein uname -r:

                              root@iOBrokerNUC:~# uname -r
                              4.9.0-9-amd64
                              
                              
                              crunchip 1 Reply Last reply Reply Quote 0
                              • crunchip
                                crunchip Forum Testing Most Active @Superdad last edited by

                                @Superdad du reichst doch die Geräte vom Host durch, an deine VM.
                                Also muss dein Host Bluetooth erkennen und nicht IoBroker selbst.

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

                                  OK! Danke!

                                  Aber wie mache ich das Kernelupdate in der Proxmoxoberfläche?

                                  crunchip 1 Reply Last reply Reply Quote 0
                                  • crunchip
                                    crunchip Forum Testing Most Active last edited by

                                    Probier das doch mit dem Post weiter oben von mir

                                    1 Reply Last reply Reply Quote 0
                                    • crunchip
                                      crunchip Forum Testing Most Active @Superdad last edited by crunchip

                                      @Superdad in deiner gui auf update und gucken was er da anzeigt.
                                      a0b9deec-5906-4cf4-ac25-751d1ad64769-image.png

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

                                        Auf aktualieren geklickt und:

                                        starting apt-get update
                                        Hit:1 http://security.debian.org stretch/updates InRelease
                                        Ign:2 http://ftp.de.debian.org/debian stretch InRelease
                                        Hit:3 http://ftp.de.debian.org/debian stretch-updates InRelease
                                        Hit:4 http://ftp.de.debian.org/debian stretch Release
                                        Hit:5 http://download.proxmox.com/debian/pve stretch InRelease
                                        Hit:7 http://cdn-fastly.deb.debian.org/debian stretch-backports InRelease
                                        Ign:8 https://enterprise.proxmox.com/debian/pve stretch InRelease
                                        Ign:9 https://enterprise.proxmox.com/debian/pve stretch Release
                                        Ign:10 https://enterprise.proxmox.com/debian/pve stretch/pve-enterprise amd64 Packages
                                        Ign:11 https://enterprise.proxmox.com/debian/pve stretch/pve-enterprise all Packages
                                        Ign:12 https://enterprise.proxmox.com/debian/pve stretch/pve-enterprise Translation-en
                                        Ign:10 https://enterprise.proxmox.com/debian/pve stretch/pve-enterprise amd64 Packages
                                        Ign:11 https://enterprise.proxmox.com/debian/pve stretch/pve-enterprise all Packages
                                        Ign:12 https://enterprise.proxmox.com/debian/pve stretch/pve-enterprise Translation-en
                                        Ign:10 https://enterprise.proxmox.com/debian/pve stretch/pve-enterprise amd64 Packages
                                        Ign:11 https://enterprise.proxmox.com/debian/pve stretch/pve-enterprise all Packages
                                        Ign:12 https://enterprise.proxmox.com/debian/pve stretch/pve-enterprise Translation-en
                                        Ign:10 https://enterprise.proxmox.com/debian/pve stretch/pve-enterprise amd64 Packages
                                        Ign:11 https://enterprise.proxmox.com/debian/pve stretch/pve-enterprise all Packages
                                        Ign:12 https://enterprise.proxmox.com/debian/pve stretch/pve-enterprise Translation-en
                                        Ign:10 https://enterprise.proxmox.com/debian/pve stretch/pve-enterprise amd64 Packages
                                        Ign:11 https://enterprise.proxmox.com/debian/pve stretch/pve-enterprise all Packages
                                        Ign:12 https://enterprise.proxmox.com/debian/pve stretch/pve-enterprise Translation-en
                                        Err:10 https://enterprise.proxmox.com/debian/pve stretch/pve-enterprise amd64 Packages
                                        401 Unauthorized
                                        Ign:11 https://enterprise.proxmox.com/debian/pve stretch/pve-enterprise all Packages
                                        Ign:12 https://enterprise.proxmox.com/debian/pve stretch/pve-enterprise Translation-en
                                        Reading package lists...
                                        W: The repository 'https://enterprise.proxmox.com/debian/pve stretch Release' does not have a Release file.
                                        E: Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/stretch/pve-enterprise/binary-amd64/Packages 401 Unauthorized
                                        E: Some index files failed to download. They have been ignored, or old ones used instead.
                                        TASK ERROR: command 'apt-get update' failed: exit code 100
                                        
                                        crunchip 1 Reply Last reply Reply Quote 0
                                        • crunchip
                                          crunchip Forum Testing Most Active @Superdad last edited by

                                          @Superdad geb mal diese zwei Befehle ein und geh dann mal auf Update

                                          sed -i "s / ^ deb / \ # deb /" /etc/apt/sources.list.d/pve-enterprise.list
                                          
                                          echo "deb http://download.proxmox.com/debian/pve stretch pve-no-subscription"> /etc/apt/sources.list.d/pve-no-enterprise.list
                                          
                                          1 Reply Last reply Reply Quote 0
                                          • S
                                            Superdad last edited by

                                            root@pve:~# sed -i "s / ^ deb / \ # deb /" /etc/apt/sources.list.d/pve-enterprise.list
                                            sed: -e expression #1, char 7: unknown option to `s'
                                            root@pve:~#

                                            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

                                            880
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            18
                                            189
                                            17058
                                            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