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. Tester
  4. [ESPHome] Beta release 0.5.0-beta.1 ready

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    14
    1
    132

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    12
    1
    563

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.7k

[ESPHome] Beta release 0.5.0-beta.1 ready

Geplant Angeheftet Gesperrt Verschoben Tester
adapter entwicklungadapter updateesphome
116 Beiträge 15 Kommentatoren 14.7k Aufrufe 17 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.
  • T Tontechniker

    Bitte entschuldige meine Dummheit!
    Problem hat sich vermutlich erledigt. Am Montag muss ich zu Hause die entsprechende Firmware der Geräte neu compilieren und runterladen.
    Den Fehler habe ich schon einmal gemacht. Beim Testen einer Änderung hat sich ein bekannter Fehler eingeschlichen. Leider wird dieser nicht in ESP-Home angezeigt und daher war es schwierig diesen zu finden.
    Danke nochmal für Deine Hilfe!!
    Hans

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #99

    @Tontechniker

    Ich hab es mal für dich erledigt:

    https://github.com/DrozmotiX/ioBroker.esphome/issues/343

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    1 Antwort Letzte Antwort
    1
    • T Offline
      T Offline
      Tontechniker
      schrieb am zuletzt editiert von
      #100

      Vielen Dank und Dir einen schönen dritten Advent!

      1 Antwort Letzte Antwort
      0
      • T Offline
        T Offline
        Tontechniker
        schrieb am zuletzt editiert von Tontechniker
        #101

        Kann mir jemand sagen, wie ich diese Warnung beim Compilieren weg bekomme?
        <WARNING: Ignoring invalid distribution ~sphome (/home/iobroker/.cache/autopy/venv/esphome/lib/python3.13/site-packages)>

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • T Tontechniker

          Kann mir jemand sagen, wie ich diese Warnung beim Compilieren weg bekomme?
          <WARNING: Ignoring invalid distribution ~sphome (/home/iobroker/.cache/autopy/venv/esphome/lib/python3.13/site-packages)>

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #102

          @Tontechniker

          Tante Google sagt:

          https://tutorialreference.com/python/examples/faq/python-pip-warning-ignoring-invalid-distribution-site-packages

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          1 Antwort Letzte Antwort
          1
          • R Offline
            R Offline
            Rogni
            schrieb am zuletzt editiert von
            #103

            Moin Moin,

            wenn ich das Dashboard einschalte kommt diese Fehlermeldung. Phyton3 ist installiert, Ubuntu 24.04
            Wenn ich -m pip install eintippe kommt invalid option. bei Upgrade diese Warnung..., wie kann ich Phyton so intallieren das es von ESPhome genutzt werden kann??

            ~$ pip install --upgrade pip / pip3 install --upgrade pip
            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.
                
                If you wish to install a non-Debian packaged Python application,
                it may be easiest to use pipx install xyz, which will manage a
                virtual environment for you. Make sure you have pipx installed.
                
                See /usr/share/doc/python3.12/README.venv for more information.
            
            2025-12-20 17:41:27.653	error	Fatal error starting ESPHomeDashboard | Error: Command failed with exit code 1: /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install esphome==2025.12.1 pillow==10.4.0 ERROR: Cannot install esphome==2025.12.1 and pillow==10.4.0 because these package versions have conflicting dependencies. [notice] A new release of pip is available: 24.3.1 -> 25.3 [notice] To update, run: /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install --upgrade pip ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts Collecting esphome==2025.12.1 Downloading esphome-2025.12.1-py3-none-any.whl.metadata (3.6 kB) Collecting pillow==10.4.0 Using cached pillow-10.4.0-cp313-cp313-manylinux_2_28_x86_64.whl.metadata (9.2 kB) Collecting cryptography==45.0.1 (from esphome==2025.12.1) Using cached cryptography-45.0.1-cp311-abi3-manylinux_2_34_x86_64.whl.metadata (5.7 kB) Collecting voluptuous==0.15.2 (from esphome==2025.12.1) Using cached voluptuous-0.15.2-py3-none-any.whl.metadata (20 kB) Collecting PyYAML==6.0.3 (from esphome==2025.12.1) Using cached pyyaml-6.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB) Collecting paho-mqtt==1.6.1 (from esphome==2025.12.1) Using cached paho-mqtt-1.6.1.tar.gz (99 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting colorama==0.4.6 (from esphome==2025.12.1) Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) Collecting icmplib==3.0.4 (from esphome==2025.12.1) Using cached icmplib-3.0.4-py3-none-any.whl.metadata (19 kB) Collecting tornado==6.5.2 (from esphome==2025.12.1) Using cached tornado-6.5.2-cp39-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.8 kB) Collecting tzlocal==5.3.1 (from esphome==2025.12.1) Using cached tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) Collecting tzdata>=2021.1 (from esphome==2025.12.1) Using cached tzdata-2025.3-py2.py3-none-any.whl.metadata (1.4 kB) Collecting pyserial==3.5 (from esphome==2025.12.1) Using cached pyserial-3.5-py2.py3-none-any.whl.metadata (1.6 kB) Collecting platformio==6.1.18 (from esphome==2025.12.1) Using cached platformio-6.1.18-py3-none-any.whl.metadata (7.1 kB) Collecting esptool==5.1.0 (from esphome==2025.12.1) Using cached esptool-5.1.0.tar.gz (383 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting click==8.1.7 (from esphome==2025.12.1) Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB) Collecting esphome-dashboard==20251013.0 (from esphome==2025.12.1) Using cached esphome_dashboard-20251013.0-py3-none-any.whl.metadata (1.2 kB) Collecting aioesphomeapi==43.2.1 (from esphome==2025.12.1) Using cached aioesphomeapi-43.2.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (5.2 kB) Collecting zeroconf==0.148.0 (from esphome==2025.12.1) Using cached zeroconf-0.148.0-cp313-cp313-manylinux_2_36_x86_64.whl.metadata (6.3 kB) Collecting puremagic==1.30 (from esphome==2025.12.1) Using cached puremagic-1.30-py3-none-any.whl.metadata (5.8 kB) Collecting ruamel.yaml==0.18.16 (from esphome==2025.12.1) Using cached ruamel.yaml-0.18.16-py3-none-any.whl.metadata (25 kB) Collecting ruamel.yaml.clib==0.2.15 (from esphome==2025.12.1) Using cached ruamel_yaml_clib-0.2.15-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (3.5 kB) Collecting esphome-glyphsets==0.2.0 (from esphome==2025.12.1) Using cached esphome_glyphsets-0.2.0-py3-none-any.whl.metadata (3.9 kB) 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.4.0 esphome 2025.12.1 depends on pillow==11.3.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==2025.12.1 pillow==10.4.0 ERROR: Cannot install esphome==2025.12.1 and pillow==10.4.0 because these package versions have conflicting dependencies. [notice] A new release of pip is available: 24.3.1 -> 25.3 [notice] To update, run: /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install --upgrade pip ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts Collecting esphome==2025.12.1 Downloading esphome-2025.12.1-py3-none-any.whl.metadata (3.6 kB) Collecting pillow==10.4.0 Using cached pillow-10.4.0-cp313-cp313-manylinux_2_28_x86_64.whl.metadata (9.2 kB) Collecting cryptography==45.0.1 (from esphome==2025.12.1) Using cached cryptography-45.0.1-cp311-abi3-manylinux_2_34_x86_64.whl.metadata (5.7 kB) Collecting voluptuous==0.15.2 (from esphome==2025.12.1) Using cached voluptuous-0.15.2-py3-none-any.whl.metadata (20 kB) Collecting PyYAML==6.0.3 (from esphome==2025.12.1) Using cached pyyaml-6.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB) Collecting paho-mqtt==1.6.1 (from esphome==2025.12.1) Using cached paho-mqtt-1.6.1.tar.gz (99 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting colorama==0.4.6 (from esphome==2025.12.1) Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) Collecting icmplib==3.0.4 (from esphome==2025.12.1) Using cached icmplib-3.0.4-py3-none-any.whl.metadata (19 kB) Collecting tornado==6.5.2 (from esphome==2025.12.1) Using cached tornado-6.5.2-cp39-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.8 kB) Collecting tzlocal==5.3.1 (from esphome==2025.12.1) Using cached tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) Collecting tzdata>=2021.1 (from esphome==2025.12.1) Using cached tzdata-2025.3-py2.py3-none-any.whl.metadata (1.4 kB) Collecting pyserial==3.5 (from esphome==2025.12.1) Using cached pyserial-3.5-py2.py3-none-any.whl.metadata (1.6 kB) Collecting platformio==6.1.18 (from esphome==2025.12.1) Using cached platformio-6.1.18-py3-none-any.whl.metadata (7.1 kB) Collecting esptool==5.1.0 (from esphome==2025.12.1) Using cached esptool-5.1.0.tar.gz (383 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting click==8.1.7 (from esphome==2025.12.1) Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB) Collecting esphome-dashboard==20251013.0 (from esphome==2025.12.1) Using cached esphome_dashboard-20251013.0-py3-none-any.whl.metadata (1.2 kB) Collecting aioesphomeapi==43.2.1 (from esphome==2025.12.1) Using cached aioesphomeapi-43.2.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (5.2 kB) Collecting zeroconf==0.148.0 (from esphome==2025.12.1) Using cached zeroconf-0.148.0-cp313-cp313-manylinux_2_36_x86_64.whl.metadata (6.3 kB) Collecting puremagic==1.30 (from esphome==2025.12.1) Using cached puremagic-1.30-py3-none-any.whl.metadata (5.8 kB) Collecting ruamel.yaml==0.18.16 (from esphome==2025.12.1) Using cached ruamel.yaml-0.18.16-py3-none-any.whl.metadata (25 kB) Collecting ruamel.yaml.clib==0.2.15 (from esphome==2025.12.1) Using cached ruamel_yaml_clib-0.2.15-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (3.5 kB) Collecting esphome-glyphsets==0.2.0 (from esphome==2025.12.1) Using cached esphome_glyphsets-0.2.0-py3-none-any.whl.metadata (3.9 kB) 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.4.0 esphome 2025.12.1 depends on pillow==11.3.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:105:5) at $df9eabe9bda49ea8$export$e522f41234ab669a (file:///opt/iobroker/node_modules/autopy/src/index.ts:257:13) at Esphome.espHomeDashboard (/opt/iobroker/node_modules/iobroker.esphome/main.js:180:16) at Esphome.onReady (/opt/iobroker/node_modules/iobroker.esphome/main.js:66:4)
            

            Gruß

            Erik :mrgreen: :mrgreen:

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • T Offline
              T Offline
              Tontechniker
              schrieb am zuletzt editiert von Tontechniker
              #104

              Thomas Braun
              Dein Tip war goldrichtig! Auf der Seite war ich schon einmal, hatte mich aber nicht getraut die angegenbenen files zu löschen.
              Danke!
              Gruß und schöne Weihnachten
              Hans

              1 Antwort Letzte Antwort
              0
              • R Rogni

                Moin Moin,

                wenn ich das Dashboard einschalte kommt diese Fehlermeldung. Phyton3 ist installiert, Ubuntu 24.04
                Wenn ich -m pip install eintippe kommt invalid option. bei Upgrade diese Warnung..., wie kann ich Phyton so intallieren das es von ESPhome genutzt werden kann??

                ~$ pip install --upgrade pip / pip3 install --upgrade pip
                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.
                    
                    If you wish to install a non-Debian packaged Python application,
                    it may be easiest to use pipx install xyz, which will manage a
                    virtual environment for you. Make sure you have pipx installed.
                    
                    See /usr/share/doc/python3.12/README.venv for more information.
                
                2025-12-20 17:41:27.653	error	Fatal error starting ESPHomeDashboard | Error: Command failed with exit code 1: /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install esphome==2025.12.1 pillow==10.4.0 ERROR: Cannot install esphome==2025.12.1 and pillow==10.4.0 because these package versions have conflicting dependencies. [notice] A new release of pip is available: 24.3.1 -> 25.3 [notice] To update, run: /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install --upgrade pip ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts Collecting esphome==2025.12.1 Downloading esphome-2025.12.1-py3-none-any.whl.metadata (3.6 kB) Collecting pillow==10.4.0 Using cached pillow-10.4.0-cp313-cp313-manylinux_2_28_x86_64.whl.metadata (9.2 kB) Collecting cryptography==45.0.1 (from esphome==2025.12.1) Using cached cryptography-45.0.1-cp311-abi3-manylinux_2_34_x86_64.whl.metadata (5.7 kB) Collecting voluptuous==0.15.2 (from esphome==2025.12.1) Using cached voluptuous-0.15.2-py3-none-any.whl.metadata (20 kB) Collecting PyYAML==6.0.3 (from esphome==2025.12.1) Using cached pyyaml-6.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB) Collecting paho-mqtt==1.6.1 (from esphome==2025.12.1) Using cached paho-mqtt-1.6.1.tar.gz (99 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting colorama==0.4.6 (from esphome==2025.12.1) Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) Collecting icmplib==3.0.4 (from esphome==2025.12.1) Using cached icmplib-3.0.4-py3-none-any.whl.metadata (19 kB) Collecting tornado==6.5.2 (from esphome==2025.12.1) Using cached tornado-6.5.2-cp39-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.8 kB) Collecting tzlocal==5.3.1 (from esphome==2025.12.1) Using cached tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) Collecting tzdata>=2021.1 (from esphome==2025.12.1) Using cached tzdata-2025.3-py2.py3-none-any.whl.metadata (1.4 kB) Collecting pyserial==3.5 (from esphome==2025.12.1) Using cached pyserial-3.5-py2.py3-none-any.whl.metadata (1.6 kB) Collecting platformio==6.1.18 (from esphome==2025.12.1) Using cached platformio-6.1.18-py3-none-any.whl.metadata (7.1 kB) Collecting esptool==5.1.0 (from esphome==2025.12.1) Using cached esptool-5.1.0.tar.gz (383 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting click==8.1.7 (from esphome==2025.12.1) Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB) Collecting esphome-dashboard==20251013.0 (from esphome==2025.12.1) Using cached esphome_dashboard-20251013.0-py3-none-any.whl.metadata (1.2 kB) Collecting aioesphomeapi==43.2.1 (from esphome==2025.12.1) Using cached aioesphomeapi-43.2.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (5.2 kB) Collecting zeroconf==0.148.0 (from esphome==2025.12.1) Using cached zeroconf-0.148.0-cp313-cp313-manylinux_2_36_x86_64.whl.metadata (6.3 kB) Collecting puremagic==1.30 (from esphome==2025.12.1) Using cached puremagic-1.30-py3-none-any.whl.metadata (5.8 kB) Collecting ruamel.yaml==0.18.16 (from esphome==2025.12.1) Using cached ruamel.yaml-0.18.16-py3-none-any.whl.metadata (25 kB) Collecting ruamel.yaml.clib==0.2.15 (from esphome==2025.12.1) Using cached ruamel_yaml_clib-0.2.15-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (3.5 kB) Collecting esphome-glyphsets==0.2.0 (from esphome==2025.12.1) Using cached esphome_glyphsets-0.2.0-py3-none-any.whl.metadata (3.9 kB) 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.4.0 esphome 2025.12.1 depends on pillow==11.3.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==2025.12.1 pillow==10.4.0 ERROR: Cannot install esphome==2025.12.1 and pillow==10.4.0 because these package versions have conflicting dependencies. [notice] A new release of pip is available: 24.3.1 -> 25.3 [notice] To update, run: /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install --upgrade pip ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts Collecting esphome==2025.12.1 Downloading esphome-2025.12.1-py3-none-any.whl.metadata (3.6 kB) Collecting pillow==10.4.0 Using cached pillow-10.4.0-cp313-cp313-manylinux_2_28_x86_64.whl.metadata (9.2 kB) Collecting cryptography==45.0.1 (from esphome==2025.12.1) Using cached cryptography-45.0.1-cp311-abi3-manylinux_2_34_x86_64.whl.metadata (5.7 kB) Collecting voluptuous==0.15.2 (from esphome==2025.12.1) Using cached voluptuous-0.15.2-py3-none-any.whl.metadata (20 kB) Collecting PyYAML==6.0.3 (from esphome==2025.12.1) Using cached pyyaml-6.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB) Collecting paho-mqtt==1.6.1 (from esphome==2025.12.1) Using cached paho-mqtt-1.6.1.tar.gz (99 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting colorama==0.4.6 (from esphome==2025.12.1) Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) Collecting icmplib==3.0.4 (from esphome==2025.12.1) Using cached icmplib-3.0.4-py3-none-any.whl.metadata (19 kB) Collecting tornado==6.5.2 (from esphome==2025.12.1) Using cached tornado-6.5.2-cp39-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.8 kB) Collecting tzlocal==5.3.1 (from esphome==2025.12.1) Using cached tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB) Collecting tzdata>=2021.1 (from esphome==2025.12.1) Using cached tzdata-2025.3-py2.py3-none-any.whl.metadata (1.4 kB) Collecting pyserial==3.5 (from esphome==2025.12.1) Using cached pyserial-3.5-py2.py3-none-any.whl.metadata (1.6 kB) Collecting platformio==6.1.18 (from esphome==2025.12.1) Using cached platformio-6.1.18-py3-none-any.whl.metadata (7.1 kB) Collecting esptool==5.1.0 (from esphome==2025.12.1) Using cached esptool-5.1.0.tar.gz (383 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting click==8.1.7 (from esphome==2025.12.1) Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB) Collecting esphome-dashboard==20251013.0 (from esphome==2025.12.1) Using cached esphome_dashboard-20251013.0-py3-none-any.whl.metadata (1.2 kB) Collecting aioesphomeapi==43.2.1 (from esphome==2025.12.1) Using cached aioesphomeapi-43.2.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (5.2 kB) Collecting zeroconf==0.148.0 (from esphome==2025.12.1) Using cached zeroconf-0.148.0-cp313-cp313-manylinux_2_36_x86_64.whl.metadata (6.3 kB) Collecting puremagic==1.30 (from esphome==2025.12.1) Using cached puremagic-1.30-py3-none-any.whl.metadata (5.8 kB) Collecting ruamel.yaml==0.18.16 (from esphome==2025.12.1) Using cached ruamel.yaml-0.18.16-py3-none-any.whl.metadata (25 kB) Collecting ruamel.yaml.clib==0.2.15 (from esphome==2025.12.1) Using cached ruamel_yaml_clib-0.2.15-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (3.5 kB) Collecting esphome-glyphsets==0.2.0 (from esphome==2025.12.1) Using cached esphome_glyphsets-0.2.0-py3-none-any.whl.metadata (3.9 kB) 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.4.0 esphome 2025.12.1 depends on pillow==11.3.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:105:5) at $df9eabe9bda49ea8$export$e522f41234ab669a (file:///opt/iobroker/node_modules/autopy/src/index.ts:257:13) at Esphome.espHomeDashboard (/opt/iobroker/node_modules/iobroker.esphome/main.js:180:16) at Esphome.onReady (/opt/iobroker/node_modules/iobroker.esphome/main.js:66:4)
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von Thomas Braun
                #105

                @Rogni sagte in [ESPHome] Beta release 0.5.0-beta.1 ready:

                pip install esphome==2025.12.1 pillow==10.4.0 ERROR: Cannot install esphome==2025.12.1 and pillow==10.4.0 because these package versions have conflicting dependencies.

                Du musst die aktuelle (Beta)-Version des Adapters verwenden.
                €dit: Kann auch sein, dass der Code noch nicht gemerged ist. Dann abwarten...

                Siehe auch:

                https://github.com/DrozmotiX/ioBroker.esphome/issues/343

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                1 Antwort Letzte Antwort
                0
                • R Offline
                  R Offline
                  Rogni
                  schrieb am zuletzt editiert von
                  #106

                  okay, 0.6.3 ist installiert, also warten ;) Danke für die schnelle antwort.

                  Gruß

                  Erik :mrgreen: :mrgreen:

                  1 Antwort Letzte Antwort
                  0
                  • simonf04S Offline
                    simonf04S Offline
                    simonf04
                    schrieb am zuletzt editiert von
                    #107

                    @rogni kannst zum testen auch direkt per url installieren: https://github.com/SimonFischer04/ioBroker.esphome/tree/fix/343

                    1 Antwort Letzte Antwort
                    0
                    • R Offline
                      R Offline
                      Rogni
                      schrieb am zuletzt editiert von
                      #108

                      @simonf04
                      Hat leider nicht geklappt,oder mache ich was falsch??

                      So wurde installiert:

                      ![Bild Text](Bildschirmfoto 2025-12-21 um 15.24.44.png Bild Link)

                      dann kam:

                      $ iobroker upgrade esphome@https://github.com/SimonFischer04/ioBroker.esphome/tree/fix/343 --debug
                      
                      Can not check version information to display upgrade infos: Invalid Version: https://github.com/SimonFischer04/ioBroker.esphome/tree/fix/343
                      
                      Could not uninstall npm packet "iobroker.esphome": Invalid Version: https://github.com/SimonFischer04/ioBroker.esphome/tree/fix/343
                      
                      NPM version: 10.9.4
                      
                      Installing iobroker.esphome@https://github.com/SimonFischer04/ioBroker.esphome/tree/fix/343... (System call)
                      
                      npm error code 1npm error The git reference could not be foundnpm error command git --no-replace-objects checkout fixnpm error error: pathspec 'fix' did not match any file(s) known to git
                      
                      npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2025-12-21T14_21_44_346Z-debug-0.log
                      
                      Updating objects from io-package.json for adapter "esphome" with version "0.6.3"
                      
                      Update "system.adapter.esphome.0"
                      
                      upload [26] esphome.admin /opt/iobroker/node_modules/iobroker.esphome/admin/admin.d.ts admin.d.ts video/mp2t
                      
                      upload [18] esphome.admin /opt/iobroker/node_modules/iobroker.esphome/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                      
                      upload [17] esphome.admin /opt/iobroker/node_modules/iobroker.esphome/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                      
                      upload [16] esphome.admin /opt/iobroker/node_modules/iobroker.esphome/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                      
                      upload [15] esphome.admin /opt/iobroker/node_modules/iobroker.esphome/admin/i18n/uk/translations.json i18n/uk/translations.json application/json
                      
                      upload [14] esphome.admin /opt/iobroker/node_modules/iobroker.esphome/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                      
                      upload [13] esphome.admin /opt/iobroker/node_modules/iobroker.esphome/admin/img/ESPHomeDashboardUrl.png img/ESPHomeDashboardUrl.png image/png
                      
                      upload [12] esphome.admin /opt/iobroker/node_modules/iobroker.esphome/admin/img/ESPhomeDashboardIP.png img/ESPhomeDashboardIP.png image/png
                      
                      upload [11] esphome.admin /opt/iobroker/node_modules/iobroker.esphome/admin/img/connectionIssue.png img/connectionIssue.png image/png
                      
                      upload [10] esphome.admin /opt/iobroker/node_modules/iobroker.esphome/admin/img/connectionOK.png img/connectionOK.png image/png
                      
                      upload [9] esphome.admin /opt/iobroker/node_modules/iobroker.esphome/admin/img/dashboard.png img/dashboard.png image/png
                      
                      upload [8] esphome.admin /opt/iobroker/node_modules/iobroker.esphome/admin/img/deviceTabEmpty.png img/deviceTabEmpty.png image/png
                      
                      upload [7] esphome.admin /opt/iobroker/node_modules/iobroker.esphome/admin/img/deviceTree.png img/deviceTree.png image/png
                      
                      upload [6] esphome.admin /opt/iobroker/node_modules/iobroker.esphome/admin/img/flashFromThisComputer.png img/flashFromThisComputer.png image/png
                      
                      upload [5] esphome.admin /opt/iobroker/node_modules/iobroker.esphome/admin/img/proxy.png img/proxy.png image/png
                      
                      upload [4] esphome.admin /opt/iobroker/node_modules/iobroker.esphome/admin/index_m.html index_m.html text/html
                      
                      upload [3] esphome.admin /opt/iobroker/node_modules/iobroker.esphome/admin/jsonConfig.json5 jsonConfig.json5 application/json5
                      
                      upload [2] esphome.admin /opt/iobroker/node_modules/iobroker.esphome/admin/style.css style.css text/css
                      
                      upload [1] esphome.admin /opt/iobroker/node_modules/iobroker.esphome/admin/tsconfig.json tsconfig.json application/json
                      
                      upload [0] esphome.admin /opt/iobroker/node_modules/iobroker.esphome/admin/words.js words.js application/javascript
                      
                      Process exited with code 0
                      

                      und der Fehler ist gleich:

                      7
                      
                      Log-Größe: 43.1 KB
                      Zeit
                      	
                      esphome.0
                      	2025-12-21 15:22:56.354	error	Fatal error starting ESPHomeDashboard | Error: Command failed with exit code 1: /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install esphome==2025.12.1 pillow==10.4.0ERROR: Cannot install esphome==2025.12.1 and pillow==10.4.0 because these package versions have conflicting dependencies.[notice] A new release of pip is available: 24.3.1 -> 25.3[notice] To update, run: /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install --upgrade pipERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflictsCollecting esphome==2025.12.1 Using cached esphome-2025.12.1-py3-none-any.whl.metadata (3.6 kB)Collecting pillow==10.4.0 Using cached pillow-10.4.0-cp313-cp313-manylinux_2_28_x86_64.whl.metadata (9.2 kB)Collecting cryptography==45.0.1 (from esphome==2025.12.1) Using cached cryptography-45.0.1-cp311-abi3-manylinux_2_34_x86_64.whl.metadata (5.7 kB)Collecting voluptuous==0.15.2 (from esphome==2025.12.1) Using cached voluptuous-0.15.2-py3-none-any.whl.metadata (20 kB)Collecting PyYAML==6.0.3 (from esphome==2025.12.1) Using cached pyyaml-6.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB)Collecting paho-mqtt==1.6.1 (from esphome==2025.12.1) Using cached paho-mqtt-1.6.1.tar.gz (99 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done'Collecting colorama==0.4.6 (from esphome==2025.12.1) Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)Collecting icmplib==3.0.4 (from esphome==2025.12.1) Using cached icmplib-3.0.4-py3-none-any.whl.metadata (19 kB)Collecting tornado==6.5.2 (from esphome==2025.12.1) Using cached tornado-6.5.2-cp39-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.8 kB)Collecting tzlocal==5.3.1 (from esphome==2025.12.1) Using cached tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB)Collecting tzdata>=2021.1 (from esphome==2025.12.1) Using cached tzdata-2025.3-py2.py3-none-any.whl.metadata (1.4 kB)Collecting pyserial==3.5 (from esphome==2025.12.1) Using cached pyserial-3.5-py2.py3-none-any.whl.metadata (1.6 kB)Collecting platformio==6.1.18 (from esphome==2025.12.1) Using cached platformio-6.1.18-py3-none-any.whl.metadata (7.1 kB)Collecting esptool==5.1.0 (from esphome==2025.12.1) Using cached esptool-5.1.0.tar.gz (383 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done'Collecting click==8.1.7 (from esphome==2025.12.1) Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB)Collecting esphome-dashboard==20251013.0 (from esphome==2025.12.1) Using cached esphome_dashboard-20251013.0-py3-none-any.whl.metadata (1.2 kB)Collecting aioesphomeapi==43.2.1 (from esphome==2025.12.1) Using cached aioesphomeapi-43.2.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (5.2 kB)Collecting zeroconf==0.148.0 (from esphome==2025.12.1) Using cached zeroconf-0.148.0-cp313-cp313-manylinux_2_36_x86_64.whl.metadata (6.3 kB)Collecting puremagic==1.30 (from esphome==2025.12.1) Using cached puremagic-1.30-py3-none-any.whl.metadata (5.8 kB)Collecting ruamel.yaml==0.18.16 (from esphome==2025.12.1) Using cached ruamel.yaml-0.18.16-py3-none-any.whl.metadata (25 kB)Collecting ruamel.yaml.clib==0.2.15 (from esphome==2025.12.1) Using cached ruamel_yaml_clib-0.2.15-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (3.5 kB)Collecting esphome-glyphsets==0.2.0 (from esphome==2025.12.1) Using cached esphome_glyphsets-0.2.0-py3-none-any.whl.metadata (3.9 kB)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.4.0 esphome 2025.12.1 depends on pillow==11.3.0To fix this you could try to:1. loosen the range of package versions you've specified2. 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==2025.12.1 pillow==10.4.0ERROR: Cannot install esphome==2025.12.1 and pillow==10.4.0 because these package versions have conflicting dependencies.[notice] A new release of pip is available: 24.3.1 -> 25.3[notice] To update, run: /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install --upgrade pipERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflictsCollecting esphome==2025.12.1 Using cached esphome-2025.12.1-py3-none-any.whl.metadata (3.6 kB)Collecting pillow==10.4.0 Using cached pillow-10.4.0-cp313-cp313-manylinux_2_28_x86_64.whl.metadata (9.2 kB)Collecting cryptography==45.0.1 (from esphome==2025.12.1) Using cached cryptography-45.0.1-cp311-abi3-manylinux_2_34_x86_64.whl.metadata (5.7 kB)Collecting voluptuous==0.15.2 (from esphome==2025.12.1) Using cached voluptuous-0.15.2-py3-none-any.whl.metadata (20 kB)Collecting PyYAML==6.0.3 (from esphome==2025.12.1) Using cached pyyaml-6.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB)Collecting paho-mqtt==1.6.1 (from esphome==2025.12.1) Using cached paho-mqtt-1.6.1.tar.gz (99 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done'Collecting colorama==0.4.6 (from esphome==2025.12.1) Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)Collecting icmplib==3.0.4 (from esphome==2025.12.1) Using cached icmplib-3.0.4-py3-none-any.whl.metadata (19 kB)Collecting tornado==6.5.2 (from esphome==2025.12.1) Using cached tornado-6.5.2-cp39-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.8 kB)Collecting tzlocal==5.3.1 (from esphome==2025.12.1) Using cached tzlocal-5.3.1-py3-none-any.whl.metadata (7.6 kB)Collecting tzdata>=2021.1 (from esphome==2025.12.1) Using cached tzdata-2025.3-py2.py3-none-any.whl.metadata (1.4 kB)Collecting pyserial==3.5 (from esphome==2025.12.1) Using cached pyserial-3.5-py2.py3-none-any.whl.metadata (1.6 kB)Collecting platformio==6.1.18 (from esphome==2025.12.1) Using cached platformio-6.1.18-py3-none-any.whl.metadata (7.1 kB)Collecting esptool==5.1.0 (from esphome==2025.12.1) Using cached esptool-5.1.0.tar.gz (383 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done'Collecting click==8.1.7 (from esphome==2025.12.1) Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB)Collecting esphome-dashboard==20251013.0 (from esphome==2025.12.1) Using cached esphome_dashboard-20251013.0-py3-none-any.whl.metadata (1.2 kB)Collecting aioesphomeapi==43.2.1 (from esphome==2025.12.1) Using cached aioesphomeapi-43.2.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (5.2 kB)Collecting zeroconf==0.148.0 (from esphome==2025.12.1) Using cached zeroconf-0.148.0-cp313-cp313-manylinux_2_36_x86_64.whl.metadata (6.3 kB)Collecting puremagic==1.30 (from esphome==2025.12.1) Using cached puremagic-1.30-py3-none-any.whl.metadata (5.8 kB)Collecting ruamel.yaml==0.18.16 (from esphome==2025.12.1) Using cached ruamel.yaml-0.18.16-py3-none-any.whl.metadata (25 kB)Collecting ruamel.yaml.clib==0.2.15 (from esphome==2025.12.1) Using cached ruamel_yaml_clib-0.2.15-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (3.5 kB)Collecting esphome-glyphsets==0.2.0 (from esphome==2025.12.1) Using cached esphome_glyphsets-0.2.0-py3-none-any.whl.metadata (3.9 kB)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.4.0 esphome 2025.12.1 depends on pillow==11.3.0To fix this you could try to:1. loosen the range of package versions you've specified2. 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:105:5) at $df9eabe9bda49ea8$export$e522f41234ab669a (file:///opt/iobroker/node_modules/autopy/src/index.ts:257:13) at Esphome.espHomeDashboard (/opt/iobroker/node_modules/iobroker.esphome/main.js:179:16) at Esphome.onReady (/opt/iobroker/node_modules/iobroker.esphome/main.js:65:4)
                      esphome.0
                      	2025-12-21 15:22:36.700	info	Native Integration of ESPHome Dashboard enabled, making environment ready
                      esphome.0
                      	2025-12-21 15:22:36.141	info	starting. Version 0.6.3 in /opt/iobroker/node_modules/iobroker.esphome, node: v22.21.0, js-controller: 7.1.0
                      esphome.0
                      	2025-12-21 15:19:53.143	info	terminating
                      esphome.0
                      	2025-12-21 15:19:53.143	info	terminating
                      esphome.0
                      	2025-12-21 15:19:52.643	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                      esphome.0
                      	2025-12-21 15:19:52.641	info	terminating
                      

                      Gruß

                      Erik :mrgreen: :mrgreen:

                      1 Antwort Letzte Antwort
                      0
                      • simonf04S Offline
                        simonf04S Offline
                        simonf04
                        schrieb am zuletzt editiert von
                        #109

                        @rogni im expertenmodus per url

                        image.png

                        1 Antwort Letzte Antwort
                        0
                        • R Offline
                          R Offline
                          Rogni
                          schrieb am zuletzt editiert von
                          #110

                          thanks @simonf04

                          ich bin ja auch depp, vor lauter Wald……..läuft anstandslos durch

                          Gruß

                          Erik :mrgreen: :mrgreen:

                          simonf04S 1 Antwort Letzte Antwort
                          0
                          • R Rogni

                            thanks @simonf04

                            ich bin ja auch depp, vor lauter Wald……..läuft anstandslos durch

                            simonf04S Offline
                            simonf04S Offline
                            simonf04
                            schrieb am zuletzt editiert von
                            #111

                            @Rogni kein Problem.
                            Gern geschehen.

                            1 Antwort Letzte Antwort
                            0
                            • R Offline
                              R Offline
                              Rogni
                              schrieb am zuletzt editiert von Rogni
                              #112

                              @simonf04

                              nur zur Info, diese Warn Meldung kommt ab und an beim Start:

                              admin.0
                              2025-12-22 08:45:04.926	warn	esphome has an invalid jsonConfig: [{"instancePath":"/items/devices/items/newDevicesTable","schemaPath":"#/patternProperties/%5E.%2B/allOf/27/then/additionalProperties","keyword":"additionalProperties","params":{"additionalProperty":"doNotSave"},"message":"must NOT have additional properties"},{"instancePath":"/items/devices","schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/9/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"},{"instancePath":"","schemaPath":"#/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"}]
                              

                              Mit dem Dashboard kämpfe ich noch ein bischen rum. Momentan lässt es sich noch nicht starten.
                              Cache ist geleert ;)

                              Edith sqgt, das Ganze nochmal sauber deinstaliert, iob fix, und dann wieder installiert, bewirkt Wunder ;)

                              Gruß

                              Erik :mrgreen: :mrgreen:

                              1 Antwort Letzte Antwort
                              1
                              • R Offline
                                R Offline
                                Rogni
                                schrieb am zuletzt editiert von
                                #113

                                Ist es möglich dieses Projekt auf IObroker zu adaptieren?? [Link Text]

                                (http://192.168.10.183:8123/reterminal-dashboard)

                                das ist für Home Assistant und ist sehr komfortabel für diese Art von Displays

                                Gruß

                                Erik :mrgreen: :mrgreen:

                                simonf04S 1 Antwort Letzte Antwort
                                0
                                • R Rogni

                                  Ist es möglich dieses Projekt auf IObroker zu adaptieren?? [Link Text]

                                  (http://192.168.10.183:8123/reterminal-dashboard)

                                  das ist für Home Assistant und ist sehr komfortabel für diese Art von Displays

                                  simonf04S Offline
                                  simonf04S Offline
                                  simonf04
                                  schrieb am zuletzt editiert von
                                  #114

                                  @Rogni sagte in [ESPHome] Beta release 0.5.0-beta.1 ready:

                                  (http://192.168.10.183:8123/reterminal-dashboard)

                                  Mit einem link zu etwas bei dir lokal kann ich leider nicht viel anfangen.😉

                                  Aber einfach mal probieren, 99% der yamls sollten 1zu1 gleich funktionieren.

                                  1 Antwort Letzte Antwort
                                  0
                                  • R Offline
                                    R Offline
                                    Rogni
                                    schrieb am zuletzt editiert von
                                    #115

                                    😂😂😂wo Du recht hast, hast Du recht @simonf04 😂😂😂
                                    kommt davon wenn man tausend Sachen gleichzeitig macht :)

                                    hier der richtige

                                    Gruß

                                    Erik :mrgreen: :mrgreen:

                                    simonf04S 1 Antwort Letzte Antwort
                                    0
                                    • R Rogni

                                      😂😂😂wo Du recht hast, hast Du recht @simonf04 😂😂😂
                                      kommt davon wenn man tausend Sachen gleichzeitig macht :)

                                      hier der richtige

                                      simonf04S Offline
                                      simonf04S Offline
                                      simonf04
                                      schrieb am zuletzt editiert von
                                      #116

                                      @Rogni ok, das ist etwas deutlich anderes.

                                      Sorry, aber vermute mal das ist ziemlich low priority.
                                      Designer ist auch online verfügbar: https://koosoli.github.io/ESPHomeDesigner/

                                      Und dann kannst das yaml auch einfach ins dashboard copy pasten..

                                      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

                                      853

                                      Online

                                      32.5k

                                      Benutzer

                                      81.8k

                                      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