Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. ESPHome und Pillow

    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

    ESPHome und Pillow

    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      bernd33-1 last edited by

      Hi zusammen,

      mein ESPHome Dashboard mag mal wieder nicht gestartet werden. Die Sensoren und so tun alle einwandfrei und melden Daten an den IOB zurück. Lediglich das Dashboard wird nicht angezeigt. Weder im IOB selber noch als URL im Browser aufgerufen.

      Die Fehlermeldung in kurz:

      Cannot install esphome==2024.12.2 and pillow==10.2.0 because these package versions have conflicting dependencies.
      

      Er sagt immer pillow 10.2.0. Egal ob ich 10.3.0 oder 10.4.0 installiert habe.

      Installiert ist jetzt Pillow 10.4.0, nachdem ich zu begin mit Pillow 10.2.0 das Problem bemerkt hatte.

      pip install "pillow==10.3.0"
      ...
      pi@e4310:~ $ pip3 list|grep -i pillow
      pillow        10.4.0
      pi@e4310:~ $
      
      

      Pip wurde aktualisiert mit:

      sudo -Hu iobroker /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install --upgrade pip
      

      System ist ein Raspi 4 mit 64Bit Installation.

      Wenn jemand einen Tipp hätte, wie ich mein Dashboard wieder an den Start bekommen wäre ich sehr dankbar 🙂

      Grüße Bernd

      Hier noch die komplette Fehlermeldung aus dem IOB Log:

      Fatal error starting ESPHomeDashboard | Error: Command failed with exit code 1: /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install esphome==2024.12.2 pillow==10.2.0 
      ERROR: Cannot install esphome==2024.12.2 and pillow==10.2.0 because these package versions have conflicting dependencies. 
      ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting esphome==2024.12.2 
      Using cached https://www.piwheels.org/simple/esphome/esphome-2024.12.2-py3-none-any.whl (4.1 MB) Collecting pillow==10.2.0 Using cached pillow-10.2.0-cp311-cp311-manylinux_2_28_aarch64.whl.metadata (9.7 kB) 
      Requirement already satisfied: cryptography==43.0.0 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (43.0.0) 
      Requirement already satisfied: voluptuous==0.14.2 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (0.14.2) 
      Requirement already satisfied: PyYAML==6.0.2 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (6.0.2) 
      Requirement already satisfied: paho-mqtt==1.6.1 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (1.6.1) 
      Requirement already satisfied: colorama==0.4.6 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (0.4.6) 
      Requirement already satisfied: icmplib==3.0.4 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (3.0.4) 
      Requirement already satisfied: tornado==6.4 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (6.4) 
      Requirement already satisfied: tzlocal==5.2 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (5.2) 
      Requirement already satisfied: tzdata>=2021.1 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (2023.4) 
      Requirement already satisfied: pyserial==3.5 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (3.5) 
      Requirement already satisfied: platformio==6.1.16 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (6.1.16) 
      Requirement already satisfied: esptool==4.7.0 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (4.7.0) 
      Requirement already satisfied: click==8.1.7 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (8.1.7) 
      Collecting esphome-dashboard==20241217.1 (from esphome==2024.12.2) Using cached https://www.piwheels.org/simple/esphome-dashboard/esphome_dashboard-20241217.1-py3-none-any.whl (5.7 MB) 
      Requirement already satisfied: aioesphomeapi==24.6.2 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (24.6.2) 
      Requirement already satisfied: zeroconf==0.132.2 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (0.132.2) 
      Requirement already satisfied: puremagic==1.27 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (1.27) 
      Requirement already satisfied: ruamel.yaml==0.18.6 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (0.18.6) 
      Requirement already satisfied: glyphsets==1.0.0 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (1.0.0) 
      INFO: pip is looking at multiple versions of esphome to determine which version is compatible with other requirements. This could take a while. 
      The conflict is caused by: The user requested pillow==10.2.0 esphome 2024.12.2 depends on pillow==10.4.0 To fix this you could try to: 
      1. loosen the range of package versions you've specified 
      2. remove package versions to allow pip to attempt to solve the dependency conflict | 
      Error: Command failed with exit code 1: /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install esphome==2024.12.2 pillow==10.2.0 
      ERROR: Cannot install esphome==2024.12.2 and pillow==10.2.0 because these package versions have conflicting dependencies. 
      ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting esphome==2024.12.2 
      Using cached https://www.piwheels.org/simple/esphome/esphome-2024.12.2-py3-none-any.whl (4.1 MB) Collecting pillow==10.2.0 Using cached pillow-10.2.0-cp311-cp311-manylinux_2_28_aarch64.whl.metadata (9.7 kB) 
      Requirement already satisfied: cryptography==43.0.0 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (43.0.0) 
      Requirement already satisfied: voluptuous==0.14.2 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (0.14.2) 
      Requirement already satisfied: PyYAML==6.0.2 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (6.0.2) 
      Requirement already satisfied: paho-mqtt==1.6.1 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (1.6.1) 
      Requirement already satisfied: colorama==0.4.6 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (0.4.6) 
      Requirement already satisfied: icmplib==3.0.4 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (3.0.4) 
      Requirement already satisfied: tornado==6.4 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (6.4) 
      Requirement already satisfied: tzlocal==5.2 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (5.2) 
      Requirement already satisfied: tzdata>=2021.1 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (2023.4) 
      Requirement already satisfied: pyserial==3.5 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (3.5) 
      Requirement already satisfied: platformio==6.1.16 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (6.1.16) 
      Requirement already satisfied: esptool==4.7.0 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (4.7.0) 
      Requirement already satisfied: click==8.1.7 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (8.1.7) 
      Collecting esphome-dashboard==20241217.1 (from esphome==2024.12.2) Using cached https://www.piwheels.org/simple/esphome-dashboard/esphome_dashboard-20241217.1-py3-none-any.whl (5.7 MB) 
      Requirement already satisfied: aioesphomeapi==24.6.2 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (24.6.2) 
      Requirement already satisfied: zeroconf==0.132.2 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (0.132.2) 
      Requirement already satisfied: puremagic==1.27 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (1.27) 
      Requirement already satisfied: ruamel.yaml==0.18.6 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (0.18.6) 
      Requirement already satisfied: glyphsets==1.0.0 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (1.0.0) 
      INFO: pip is looking at multiple versions of esphome to determine which version is compatible with other requirements. This could take a while. 
      The conflict is caused by: The user requested pillow==10.2.0 esphome 2024.12.2 depends on pillow==10.4.0 To fix this you could try to: 
      1. loosen the range of package versions you've specified 
      2. remove package versions to allow pip to attempt to solve the dependency conflict at makeError (file:///opt/iobroker/node_modules/autopy/node_modules/execa/lib/error.js:60:11) 
      at handlePromise (file:///opt/iobroker/node_modules/autopy/node_modules/execa/index.js:124:26) 
      at processTicksAndRejections (node:internal/process/task_queues:95:5) 
      at $df9eabe9bda49ea8$export$e522f41234ab669a (file:///opt/iobroker/node_modules/autopy/src/index.ts:257:13) 
      at Esphome.espHomeDashboard (/Users/nl69zh/Developer/community/opensource/ioBroker.esphome/main.js:180:7) 
      at Esphome.onReady (/opt/iobroker/node_modules/iobroker.esphome/main.js:66:4)
      

      H 1 Reply Last reply Reply Quote 0
      • H
        HelmutLinner @bernd33-1 last edited by

        @bernd33-1 Hallo Bernd,
        ich hatte das selbe problem und bin im adapter auf Dashboard Version 2024.9.2 zurück gegangen. damit funktioniert es noch. Jede neuere Version funktioniert bei mir auch nicht.
        Gruß Helmut

        1 Reply Last reply Reply Quote 0
        • J
          JacquesNorris last edited by

          Ich hatte ein ähnliches Problem - eigentlich lief alles fein, bis ich ein display an ein ESP anschliessen wollte. Beim kompilieren bekam ich dann den Hinweis, dass ich mindestens pillow 10.2.0 haben müsste.

          Ich bin daraufhin in die Python-venv von esphome gegangen

          source /home/iobroker/.cache/autopy/venv/esphome/bin/activate
          

          dort hatte ich ebenfalls (ohne sudo in der venv - und nein, mach es bitte nicht nach)

          pip install --upgrade pip
          

          ausgeführt, was dann alle Pakete upgegradet hat.
          Danach funktionierte leider genau wie bei dir das Dashboard nicht mehr.
          Daraufhin habe ich den Adapter deinstalliert, den cache geleert

          sudo rm -rf /home/iobroker/.cache/autopy
          

          den adapter neu installiert. Danach wieder in die venv rein, und diesmal wirklich nur die geforderte pillow-version installiert:

          pip install "pillow==10.2.0"
          

          Seit dem läuft bei mir alles wunderbar.

          W 3 Replies Last reply Reply Quote 0
          • W
            wibear @JacquesNorris last edited by wibear

            Hallo zusammne, ich habe dasselbe Problem mit Pillow Aktualisierung. Ich versuche das über die virtuelle Umgebung und bekomme diese Meldung:

            msg1.jpg

            Wenn ich das eingebe:

             pip install "pillow==10.3.0"
            

            dann kommt diese Meldung:

             pip install "pillow==10.3.0"
            error: externally-managed-environment
            
            × This environment is externally managed
            ╰─> To install Python packages system-wide, try apt install
                python3-xyz, where xyz is the package you are trying to
                install.
            
                If you wish to install a non-Debian-packaged Python package,
                create a virtual environment using python3 -m venv path/to/venv.
                Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
                sure you have python3-full installed.
            
                For more information visit http://rptl.io/venv
            
            note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
            hint: See PEP 668 for the detailed specification.
            
            

            Es läuft auf einem Raspi 4, 4 Mb, 64-bit, Bookworm.
            Was würdet Ihr raten?
            Danke und Grüße

            1 Reply Last reply Reply Quote 0
            • W
              wibear @JacquesNorris last edited by wibear

              @jacquesnorris sagte in ESPHome und Pillow:

              Ich bin daraufhin in die Python-venv von esphome gegangen

              Nachdem ich

              source /home/iobroker/.cache/autopy/venv/esphome/bin/activate
              

              und dann

              pip install "pillow==10.3.0"
              

              ausgeführt habe, bekomme ich diese Fehlermeldung:

               sudo -Hu iobroker /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install --upgrade pip
              Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
              Requirement already satisfied: pip in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (25.1.1)
              raspi@raspi:~ $ source /home/iobroker/.cache/autopy/venv/esphome/bin/activate
              (esphome) raspi@raspi:~ $ pip install "pillow==10.3.0"
              Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
              Collecting pillow==10.3.0
                Using cached pillow-10.3.0-cp311-cp311-manylinux_2_28_aarch64.whl.metadata (9.2 kB)
              Using cached pillow-10.3.0-cp311-cp311-manylinux_2_28_aarch64.whl (4.3 MB)
              Installing collected packages: pillow
                Attempting uninstall: pillow
                  Found existing installation: Pillow 10.0.1
                  Uninstalling Pillow-10.0.1:
              ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: 'BufrStubImagePlugin.py'
              Check the permissions.
              
              (esphome)
              

              Irgendeine Idee?

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

                @wibear

                Grundsätzlich würde ich den von Debian bereitgestellten Paketen den Vorzug geben und die per 'apt' installieren.
                Bringt dir aber in dem Fall nix, weil die Version aus Bookworm zu alt ist.

                apt policy python3-pil
                

                zeigt dir die Versionen an.

                Was passiert denn bei

                sudo -Hu iobroker python3 -m pip install --upgrade Pillow
                
                W 2 Replies Last reply Reply Quote 0
                • W
                  wibear @Thomas Braun last edited by

                  @thomas-braun

                  Der Output:

                  (esphome) raspi@raspi:~ $ apt policy python3-pil
                  python3-pil:
                    Installed: 9.4.0-1.1+deb12u1
                    Candidate: 9.4.0-1.1+deb12u1
                    Version table:
                   *** 9.4.0-1.1+deb12u1 500
                          500 http://deb.debian.org/debian bookworm/main arm64 Packages
                          500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                          100 /var/lib/dpkg/status
                  (esphome) raspi@raspi:~ $ sudo -Hu iobroker python3 -m pip install --upgrade Pillow
                  error: externally-managed-environment
                  
                  × This environment is externally managed
                  ╰─> To install Python packages system-wide, try apt install
                      python3-xyz, where xyz is the package you are trying to
                      install.
                  
                      If you wish to install a non-Debian-packaged Python package,
                      create a virtual environment using python3 -m venv path/to/venv.
                      Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
                      sure you have python3-full installed.
                  
                      For more information visit http://rptl.io/venv
                  
                  note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
                  hint: See PEP 668 for the detailed specification.
                  (esphome) raspi@raspi:~ $
                  
                  
                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @wibear last edited by

                    @wibear sagte in ESPHome und Pillow:

                    Installed: 9.4.0-1.1+deb12u1

                    Dann würde ich das schon mal deinstallieren, wenn da ohnehin was aktuelleres her soll.

                    W 1 Reply Last reply Reply Quote 0
                    • W
                      wibear @Thomas Braun last edited by

                      @thomas-braun
                      Deswegen versuche ich es mit virtueller Umgebung.

                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • W
                        wibear @Thomas Braun last edited by

                        @thomas-braun sagte in ESPHome und Pillow:

                        Dann würde ich das schon mal deinstallieren, wenn da ohnehin was aktuelleres her soll.

                        Wie kann ich es bitte sauber de- und dann neu installieren?

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

                          @wibear

                          Dann musst du schauen, welcher Path zuerst abgeklappert wird.

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

                            @wibear sagte in ESPHome und Pillow:

                            Wie kann ich es bitte sauber de- und dann neu installieren?

                            sudo apt remove python3-pil
                            

                            Und dann nicht mehr (via apt) installieren, da kommt ja wieder die Version 9.4.0 ums Eck.

                            W 1 Reply Last reply Reply Quote 0
                            • W
                              wibear @Thomas Braun last edited by

                              @thomas-braun sagte in ESPHome und Pillow:

                              Und dann nicht mehr (via apt) installieren, da kommt ja wieder die Version 9.4.0 ums Eck.

                              Geht es so?

                              .venv/Pillow/bin/pip install pillow
                              pip install "pillow==10.3.0"
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @wibear last edited by

                                @wibear sagte in ESPHome und Pillow:

                                Geht es so?

                                Keine Ahnung. Ich würde es mit pipx machen.

                                W 2 Replies Last reply Reply Quote 0
                                • W
                                  wibear @Thomas Braun last edited by

                                  @thomas-braun
                                  Ich habe es schon mit pipx ausprobiert, es hat aber nicht funktioniert. Mit remove python3-pil habe ich Python oder pillow selbst deinstalliert?

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

                                    @wibear sagte in ESPHome und Pillow:

                                    Mit remove python3-pil

                                    passiert gar nichts, weil das kein gültiges Kommando ist.

                                    W 1 Reply Last reply Reply Quote 0
                                    • W
                                      wibear @Thomas Braun last edited by

                                      @thomas-braun sagte in ESPHome und Pillow:

                                      @wibear sagte in ESPHome und Pillow:

                                      Mit remove python3-pil

                                      passiert gar nichts, weil das kein gültiges Kommando ist.

                                      Sorry, ich meinte das

                                      
                                      sudo apt remove python3-pil
                                      
                                      
                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @wibear last edited by

                                        @wibear

                                        Damit wird ein via Paketmanager installiertes Paket rausgeworfen. Alles was du nebenher 'irgendwie' daran vorbei gemacht hast bleibt stehen. Das muss dann entsprechend über andere Methoden gemacht werden.

                                        1 Reply Last reply Reply Quote 0
                                        • W
                                          wibear @Thomas Braun last edited by

                                          @thomas-braun sagte in ESPHome und Pillow:

                                          Ich würde es mit pipx machen.

                                          pipx liefert folgendes:

                                          raspi@raspi:~ $ pipx install pillow
                                          
                                          No apps associated with package pillow or its dependencies. If you are
                                          attempting to install a library, pipx should not be used. Consider using pip
                                          or a similar tool instead.
                                          

                                          Muss ein Pillow-Paket auf dem Raspi sein?
                                          Ich habe es in /tmp:

                                          paket.jpg

                                          R 1 Reply Last reply Reply Quote 0
                                          • R
                                            Ralf 2 @wibear last edited by

                                            @wibear
                                            Wir hatten das Thema doch bereits mehrfach Anfang des Jahres gehabt, vielleicht hilft dir auch folgender Thread weiter: https://forum.iobroker.net/topic/79561/esphome-kein-webinterface/33?_=1746465698773

                                            Da hatte AndreasE112 das auch hinbekommen, vielleicht einmal da nachlesen.
                                            Dort ist auch ein fork beschrieben, den Simon Fischer erstellt hat um das Pillow-Problem zu fixen. Dazu müßte man aber - was nicht gut ist - direkt von Github installieren.

                                            Jedoch hatte AndreasE112 das auch mit der jetzigen Version aus dem latest hinbekommen.
                                            Ich verstehe nur nicht, warum immer wieder das Pillow-Problem auftritt. Ich hatte vor einigen Wochen mein System komplett neu aufgesetzt und das Backup vom IOBroker eingespielt ohne vorher Pillow zu installieren. ESP-Home lief direkt wieder an - v0.5.0-beta.8.

                                            W 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

                                            524
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            22
                                            802
                                            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