Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Kein Bluetooth auf Intel Nuc :(

    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

    Kein Bluetooth auf Intel Nuc :(

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

      @digi-bit sagte in Kein Bluetooth auf Intel Nuc 😞:

      das habe ich aber jetzt schon gemacht

      Ganz ehrlich: Mach es nochmal, diesmal richtig.

      D 1 Reply Last reply Reply Quote 1
      • D
        Digi-Bit @Thomas Braun last edited by

        @thomas-braun sagte in Kein Bluetooth auf Intel Nuc 😞:

        @digi-bit sagte in Kein Bluetooth auf Intel Nuc 😞:

        das habe ich aber jetzt schon gemacht

        Ganz ehrlich: Mach es nochmal, diesmal richtig.

        😇

        ja, wenn ich 10000000% wüste was richtig ist

        dibian installieren
        bei root KEIN pw anlegen

        user digibit mit PW anlegen lassen.

        bis dahin dann richtig ?

        mit Putty einloggen

        als root einloggen:

        su -

        sudo installieren:

        apt-get install sudo

        wie bekommt " digibit " dann sudo rechte oder hat der das dann schon automatisch ?

        mfg

        Thomas Braun -cs- 2 Replies Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @Digi-Bit last edited by Thomas Braun

          @digi-bit

          NEIN. Nicht als root einloggen. Gar nicht, nie!
          Nochmal: Wenn beim Installer KEIN Pw angegeben wird, dann wird der erste user, der auch im Installer angelegt wird, für den Zugang via 'sudo' eingerichtet. Dann muss da auch nix mehr zu sudo nachinstalliert werden. Das macht der Installer dann schon alles.

          D 1 Reply Last reply Reply Quote 0
          • -cs-
            -cs- @Digi-Bit last edited by -cs-

            @digi-bit
            Und bei Putty logst Dich mit dem Benutzer ein.

            Falls dann mal ein sudo Befehl gebraucht wird, wird nach dem Passwort gefragt.

            Schau mal:

            Debian Anleitung

            1 Reply Last reply Reply Quote 0
            • D
              Digi-Bit @Thomas Braun last edited by

              @thomas-braun sagte in Kein Bluetooth auf Intel Nuc 😞:

              @digi-bit

              NEIN. Nicht als root einloggen. Gar nicht, nie!
              Nochmal: Wenn beim Installer KEIN Pw angegeben wird, dann wird der erste user, der auch im Installer angelegt wird, für den Zugang via 'sudo' eingerichtet. Dann muss da auch nix mehr zu sudo nachinstalliert werden. Das macht der Installer dann schon alles.

              ahhhhhhhhhhhh

              dann ist sudo auch installiert, klasse 😉

              also nähstes würde ich dann diese sachen installieren:

              da curl das bring:
              digibit@debianIOB:~$ curl
              -bash: curl: Kommando nicht gefunden.
              digibit@debianIOB:~$

              also curl installieren

              apt-get install curl

              dann node:

              curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -

              sudo apt-get install -y build-essential libavahi-compat-libdnssd-dev libudev-dev libpam0g-dev nodejs

              testen ob:
              node -v
              nodejs -v
              npm -v

              lieg ich damit soweit dann richtig ?

              achso da war noch bluetooth

              apt policy firmware-iwlwifi

              wird da dan`n das bluetooth installiert ?

              mfg

              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Digi-Bit last edited by

                @digi-bit sagte in Kein Bluetooth auf Intel Nuc 😞:

                apt-get install curl

                Besser

                sudo apt install curl
                

                Alle Befehle im Zuständigkeitsbereich des roots werden mit sudo eingeleitet.
                Aber nur die! Nicht vor jeden Befehl jetzt ein sudo klemmen.

                Zur Firmware:

                Die Datei /etc/apt/sources.list muss um den Eintrag 'non-free' ergänzt werden. Sollte dann ungefähr so aussehen:

                deb http://deb.debian.org/debian bullseye main contrib non-free
                deb-src http://deb.debian.org/debian bullseye main contrib non-free
                
                deb http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
                deb-src http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
                
                deb http://deb.debian.org/debian bullseye-updates main contrib non-free
                deb-src http://deb.debian.org/debian bullseye-updates main contrib non-free
                
                D 2 Replies Last reply Reply Quote 0
                • D
                  Digi-Bit @Thomas Braun last edited by

                  @thomas-braun sagte in Kein Bluetooth auf Intel Nuc 😞:

                  @digi-bit sagte in Kein Bluetooth auf Intel Nuc 😞:

                  apt-get install curl

                  Besser

                  sudo apt install curl
                  

                  ja, ^^ ohne sudo geht das auch nicht 😉

                  Alle Befehle im Zuständigkeitsbereich des roots werden mit sudo eingeleitet.
                  Aber nur die! Nicht vor jeden Befehl jetzt ein sudo klemmen.

                  Zur Firmware:

                  Die Datei /etc/apt/sources.list muss um den Eintrag 'non-free' ergänzt werden. Sollte dann ungefähr so aussehen:

                  deb http://deb.debian.org/debian bullseye main contrib non-free
                  deb-src http://deb.debian.org/debian bullseye main contrib non-free
                  
                  deb http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
                  deb-src http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
                  
                  deb http://deb.debian.org/debian bullseye-updates main contrib non-free
                  deb-src http://deb.debian.org/debian bullseye-updates main contrib non-free
                  

                  jede zeile für sich eingeben nehme ich mal an, aber geht nicht

                  digibit@debianIOB:~$ deb http://deb.debian.org/debian bullseye main contrib non-free
                  -bash: deb: Kommando nicht gefunden.

                  was mach ich falsch ?

                  mfg

                  D 1 Reply Last reply Reply Quote 0
                  • D
                    Digi-Bit @Digi-Bit last edited by

                    @digi-bit sagte in Kein Bluetooth auf Intel Nuc 😞:

                    @thomas-braun sagte in Kein Bluetooth auf Intel Nuc 😞:

                    @digi-bit sagte in Kein Bluetooth auf Intel Nuc 😞:

                    apt-get install curl

                    Besser

                    sudo apt install curl
                    

                    ja, ^^ ohne sudo geht das auch nicht 😉

                    Alle Befehle im Zuständigkeitsbereich des roots werden mit sudo eingeleitet.
                    Aber nur die! Nicht vor jeden Befehl jetzt ein sudo klemmen.

                    Zur Firmware:

                    Die Datei /etc/apt/sources.list muss um den Eintrag 'non-free' ergänzt werden. Sollte dann ungefähr so aussehen:

                    deb http://deb.debian.org/debian bullseye main contrib non-free
                    deb-src http://deb.debian.org/debian bullseye main contrib non-free
                    
                    deb http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
                    deb-src http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
                    
                    deb http://deb.debian.org/debian bullseye-updates main contrib non-free
                    deb-src http://deb.debian.org/debian bullseye-updates main contrib non-free
                    

                    jede zeile für sich eingeben nehme ich mal an, aber geht nicht

                    digibit@debianIOB:~$ deb http://deb.debian.org/debian bullseye main contrib non-free
                    -bash: deb: Kommando nicht gefunden.

                    was mach ich falsch ?

                    mfg

                    blöd ich !

                    sudo nano /etc/apt/sources.list

                    😉

                    1 Reply Last reply Reply Quote 0
                    • D
                      Digi-Bit @Thomas Braun last edited by

                      @thomas-braun sagte in Kein Bluetooth auf Intel Nuc 😞:

                      @digi-bit sagte in Kein Bluetooth auf Intel Nuc 😞:

                      apt-get install curl

                      Besser

                      sudo apt install curl
                      

                      Alle Befehle im Zuständigkeitsbereich des roots werden mit sudo eingeleitet.
                      Aber nur die! Nicht vor jeden Befehl jetzt ein sudo klemmen.

                      Zur Firmware:

                      Die Datei /etc/apt/sources.list muss um den Eintrag 'non-free' ergänzt werden. Sollte dann ungefähr so aussehen:

                      deb http://deb.debian.org/debian bullseye main contrib non-free
                      deb-src http://deb.debian.org/debian bullseye main contrib non-free
                      
                      deb http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
                      deb-src http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
                      
                      deb http://deb.debian.org/debian bullseye-updates main contrib non-free
                      deb-src http://deb.debian.org/debian bullseye-updates main contrib non-free
                      

                      ich habe jetzt die datei erweitert

                      # deb cdrom:[Debian GNU/Linux 11.2.0 _Bullseye_ - Official amd64 NETINST 20211218-11:12]/ bullseye main
                      
                      #deb cdrom:[Debian GNU/Linux 11.2.0 _Bullseye_ - Official amd64 NETINST 20211218-11:12]/ bullseye main
                      
                      deb http://deb.debian.org/debian/ bullseye main contrib non-free
                      deb-src http://deb.debian.org/debian/ bullseye main contrib non-free
                      
                      deb http://security.debian.org/debian-security bullseye-security main contrib non-free
                      deb-src http://security.debian.org/debian-security bullseye-security main contrib non-free
                      
                      # bullseye-updates, to get updates before a point release is made;
                      # see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
                      deb http://deb.debian.org/debian/ bullseye-updates main contrib non-free
                      deb-src http://deb.debian.org/debian/ bullseye-updates main contrib non-free
                      
                      # This system was installed using small removable media
                      # (e.g. netinst, live or single CD). The matching "deb cdrom"
                      # entries were disabled at the end of the installation process.
                      # For information about how to configure apt package sources,
                      # see the sources.list(5) manual.
                      
                      
                      

                      was muss ich nun machen das er auch die non sachen installiert ?

                      digibit@debianIOB:~$ sudo apt-get upgrade
                      Paketlisten werden gelesen… Fertig
                      Abhängigkeitsbaum wird aufgebaut… Fertig
                      Statusinformationen werden eingelesen… Fertig
                      Paketaktualisierung (Upgrade) wird berechnet… Fertig
                      0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                      digibit@debianIOB:~$ sudo nano /etc/apt/sources.list
                      digibit@debianIOB:~$ sudo nano /etc/apt/sources.list
                      digibit@debianIOB:~$ sudo nano /etc/apt/sources.list
                      digibit@debianIOB:~$ sudo apt-get update
                      OK:1 http://security.debian.org/debian-security bullseye-security InRelease
                      OK:2 http://deb.debian.org/debian bullseye InRelease
                      OK:3 http://deb.debian.org/debian bullseye-updates InRelease
                      OK:4 https://deb.nodesource.com/node_14.x bullseye InRelease
                      Paketlisten werden gelesen… Fertig

                      digibit@debianIOB:~$ sudo apt-get upgrade
                      Paketlisten werden gelesen… Fertig
                      Abhängigkeitsbaum wird aufgebaut… Fertig
                      Statusinformationen werden eingelesen… Fertig
                      Paketaktualisierung (Upgrade) wird berechnet… Fertig
                      0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.

                      so nämlich nicht 😞

                      mfg

                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Digi-Bit last edited by

                        @digi-bit

                        sudo apt update
                        apt policy firmware-iwlwifi
                        sudo apt install firmware-iwlwifi
                        sudo reboot
                        
                        D 1 Reply Last reply Reply Quote 0
                        • D
                          Digi-Bit @Thomas Braun last edited by

                          @thomas-braun sagte in Kein Bluetooth auf Intel Nuc 😞:

                          sudo apt update apt policy firmware-iwlwifi sudo apt install firmware-iwlwifi sudo reboot

                          ohha da passiert nun was ^^

                          digibit@debianIOB:~$ sudo apt update
                          [sudo] Passwort für digibit:
                          OK:1 http://security.debian.org/debian-security bullseye-security InRelease
                          OK:2 http://deb.debian.org/debian bullseye InRelease
                          OK:3 http://deb.debian.org/debian bullseye-updates InRelease
                          OK:4 https://deb.nodesource.com/node_14.x bullseye InRelease
                          Paketlisten werden gelesen… Fertig
                          Abhängigkeitsbaum wird aufgebaut… Fertig
                          Statusinformationen werden eingelesen… Fertig
                          Alle Pakete sind aktuell.
                          digibit@debianIOB:~$ apt policy firmware-iwlwifi
                          firmware-iwlwifi:
                           Installiert:           (keine)
                           Installationskandidat: 20210315-3
                           Versionstabelle:
                              20210315-3 500
                                 500 http://deb.debian.org/debian bullseye/non-free amd64 Packages
                          digibit@debianIOB:~$ sudo apt install firmware-iwlwifi
                          Paketlisten werden gelesen… Fertig
                          Abhängigkeitsbaum wird aufgebaut… Fertig
                          Statusinformationen werden eingelesen… Fertig
                          Die folgenden NEUEN Pakete werden installiert:
                           firmware-iwlwifi
                          0 aktualisiert, 1 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                          Es müssen 13,4 MB an Archiven heruntergeladen werden.
                          Nach dieser Operation werden 117 MB Plattenplatz zusätzlich benutzt.
                          Holen:1 http://deb.debian.org/debian bullseye/non-free amd64 firmware-iwlwifi all 20210315-3 [13,4 MB]
                          Es wurden 13,4 MB in 0 s geholt (32,7 MB/s).
                          Vormals nicht ausgewähltes Paket firmware-iwlwifi wird gewählt.
                          (Lese Datenbank ... 40821 Dateien und Verzeichnisse sind derzeit installiert.)
                          Vorbereitung zum Entpacken von .../firmware-iwlwifi_20210315-3_all.deb ...
                          Entpacken von firmware-iwlwifi (20210315-3) ...
                          firmware-iwlwifi (20210315-3) wird eingerichtet ...
                          digibit@debianIOB:~$ sudo reboot
                          
                          

                          ich gehe mal davon aus das da dann bluetooth bei ist ^^

                          nun habe ich noch eine sache bevor ich dann IOB installieren würde

                          digibit@debianIOB:~$ node -v
                          v14.18.2

                          digibit@debianIOB:~$ nodejs -v
                          -bash: nodejs: Kommando nicht gefunden.

                          digibit@debianIOB:~$ npm -v
                          6.14.15
                          digibit@debianIOB:~$

                          nodejs -v ist nix drine bzw fehler

                          hat das jetzt bei debian was zu sagen oder muss ich da noch was machen ?

                          mfg

                          p.s. habe mir eine instalation TXT auch angelegt 😉

                          mfg

                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Homoran
                            Homoran Global Moderator Administrators @da_Woody last edited by

                            @da_woody sagte in Kein Bluetooth auf Intel Nuc 😞:

                            @thomas-braun aha, noch nie davon gehört/gelesen...
                            notiert! 🙂 fürs nächste mal...

                            hatte ich auch nicht bis Thomas das das erste Mal schrieb,. Aber seitdem mache ich das so mit Erfolg

                            1 Reply Last reply Reply Quote 1
                            • Thomas Braun
                              Thomas Braun Most Active @Digi-Bit last edited by

                              @digi-bit

                              Zu nodejs:

                              https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian

                              Da würde ich noch einen symlink setzen.
                              Übrigens ist die Installation von nodejs vorab nicht erforderlich. Das macht der iobroker-Installer auch gleich richtig mit.

                              D 1 Reply Last reply Reply Quote 0
                              • D
                                Digi-Bit @Thomas Braun last edited by Homoran

                                @thomas-braun sagte in Kein Bluetooth auf Intel Nuc 😞:

                                @digi-bit

                                Zu nodejs:

                                https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian

                                Da würde ich noch einen symlink setzen.
                                Übrigens ist die Installation von nodejs vorab nicht erforderlich. Das macht der iobroker-Installer auch gleich richtig mit.

                                ah, ok

                                also kann ich mir das sparen :

                                curl -sL https://deb.nodesource.com/setup_VV.x | sudo -E bash
                                sudo apt install nodejs
                                sudo ln -s /usr/bin/node /usr/bin/nodejs
                                
                                node -v
                                nodejs -v
                                npm -v
                                

                                MOD-EDIT: Code in code-tags gesetzt!

                                und gleich :

                                curl -sL https://iobroker.net/install.sh | bash -
                                MOD-EDIT: Code in code-tags gesetzt!

                                machen ?

                                mfg

                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @Digi-Bit last edited by

                                  @digi-bit sagte in Kein Bluetooth auf Intel Nuc 😞:

                                  curl -sL https://iobroker.net/install.sh | bash -
                                  

                                  reicht aus, ich würde danach aber 'aus ästhetischen/historischen Gründen' den Link noch setzen:

                                  sudo ln -s /usr/bin/node /usr/bin/nodejs
                                  
                                  D 1 Reply Last reply Reply Quote 0
                                  • D
                                    Digi-Bit @Thomas Braun last edited by

                                    @thomas-braun sagte in Kein Bluetooth auf Intel Nuc 😞:

                                    sudo ln -s /usr/bin/node /usr/bin/nodejs

                                    dann bedanke ich mich recht Herzlich bei Ihnen !

                                    
                                    
                                    
                                    
                                    
                                    
                                    download:
                                    https://www.debian.org/distrib/index.de.html
                                    netinst.iso
                                    auf USB stick dann in Nuc stecken
                                    
                                    bei Software auswahl:
                                    
                                    
                                    für ROOT "KEIN" PW angeben !
                                    
                                    SSH Server
                                    Standart Systemwerkzeuge
                                    
                                    auf NUC mit Putty einloggen
                                    
                                    
                                    sudo apt-get install curl
                                    
                                    Die Datei /etc/apt/sources.list editieren
                                    
                                    sudo nano  /etc/apt/sources.list
                                    -------------------------------------------------------------------------------------------------------
                                    
                                    # deb cdrom:[Debian GNU/Linux 11.2.0 _Bullseye_ - Official amd64 NETINST 20211218-11:12]/ bullseye main
                                    
                                    #deb cdrom:[Debian GNU/Linux 11.2.0 _Bullseye_ - Official amd64 NETINST 20211218-11:12]/ bullseye main
                                    
                                    deb http://deb.debian.org/debian/ bullseye main contrib non-free
                                    deb-src http://deb.debian.org/debian/ bullseye main contrib non-free
                                    
                                    deb http://security.debian.org/debian-security bullseye-security main contrib non-free
                                    deb-src http://security.debian.org/debian-security bullseye-security main contrib non-free
                                    
                                    # bullseye-updates, to get updates before a point release is made;
                                    # see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
                                    deb http://deb.debian.org/debian/ bullseye-updates main contrib non-free
                                    deb-src http://deb.debian.org/debian/ bullseye-updates main contrib non-free
                                    
                                    # This system was installed using small removable media
                                    # (e.g. netinst, live or single CD). The matching "deb cdrom"
                                    # entries were disabled at the end of the installation process.
                                    # For information about how to configure apt package sources,
                                    # see the sources.list(5) manual.
                                    -------------------------------------------------------------------------------------------------------
                                    
                                    
                                    Datei Speichern
                                    
                                    
                                    sudo apt update
                                    
                                    apt policy firmware-iwlwifi
                                    
                                    sudo apt install firmware-iwlwifi
                                    
                                    sudo reboot
                                    
                                    curl -sL https://iobroker.net/install.sh | bash -
                                    
                                    sudo ln -s /usr/bin/node /usr/bin/nodejs
                                    
                                    
                                    
                                    
                                    
                                    
                                    
                                    
                                    
                                    
                                    
                                    
                                    

                                    Dann habe ich für den nächsten crash ne liste wie ich das dann alles wieder sauber neu Installer, für den fall der fälle die keiner will ^^

                                    Vielen Dank noch mal für deine Geduld !

                                    mfg

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

                                      @digi-bit sagte in Kein Bluetooth auf Intel Nuc 😞:

                                      bluetooth hci0: firmware: failed to load intel/ibt-19-0-4.sfi

                                      du musst eigentlich nur die zwei passenden Dateien in den Ordner /lib/firmware/intel kopieren und Neustarten
                                      https://forum.iobroker.net/post/263873
                                      https://github.com/wkennington/linux-firmware

                                      oder
                                      https://wiki.debian.org/iwlwifi

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

                                        @crunchip

                                        Non-free firmware is required, which can be provided by installing the firmware-iwlwifi package.

                                        Ist meiner Meinung nach am einfachsten. Und es gibt dann auch firmware updates über den üblichen Weg sein System zu aktualisieren.

                                        D 1 Reply Last reply Reply Quote 0
                                        • D
                                          Digi-Bit @Thomas Braun last edited by

                                          So der NUC scheint jetzt soweit zu laufen....

                                          Nur das die Bluetooth Thermostate nicht aktualisiert werden 😞

                                          Kann es sein das die noch irgend wie mit dem RP4 gepait sind und den NUC links liegen lassen ?

                                          den wenn ich bluetoothctl eingebe und dann "scan on" werden mir einige Device aufgelistet aber nicht die die ich will 😞

                                          Senden scheinen die Thermostet jedenfalls weil die Temperaturen im RP4 aktualisiert werden.

                                          Da will ich die aber nicht habe .....

                                          Was muss ich machen damit die vom RP4 " abgemeldet " werden und an dem NUC angemeldet ?

                                          also nur den RP4 runter fahren reicht nicht den da bekommt der NUC auch keine neuen Daten.....

                                          Irgend eine Idee ?

                                          mfg

                                          Digi-Bit

                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @Digi-Bit last edited by

                                            @digi-bit sagte in Kein Bluetooth auf Intel Nuc 😞:

                                            Kann es sein das die noch irgend wie mit dem RP4 gepait sind und den NUC links liegen lassen ?

                                            Die wirst du (irgendwie) mit dem Bluetooth des NUC bekannt machen müssen. Meist gibt es da irgendeine Prozedur, wie man die Thermostate neupairt.

                                            D 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

                                            864
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            bluetooth
                                            6
                                            69
                                            3694
                                            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