Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
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

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

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

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

[ESPHome] Beta release 0.5.0-beta.1 ready

Scheduled Pinned Locked Moved Tester
adapter entwicklungadapter updateesphome
88 Posts 14 Posters 13.3k Views 15 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • simonf04S Offline
    simonf04S Offline
    simonf04
    wrote on last edited by
    #59

    @tontechniker said in [ESPHome] Beta release 0.5.0-beta.1 ready:

    Ich hatte wegen anderer Probleme in "/boot/config.txt", "arm_64bit=0" eingestellt (Tip aus dem Internet - warum und welcher Fehler damals war, kann ich nicht mehr sagen). Jetzt habe ich in der Datei auf "arm_64bit=1" geändert und einen reboot und einen Neustart des Raspi gemacht. Leider keine Änderung, weiterhin die Fehlermeldungen.

    Falls du noch eine sd-karte frei hast bitte einmal Neuinstallation versuchen mit echtem 64bit
    Z.b. beim Raspberry-Pi Imager "Raspberry Pi OS (64-bit)" auswählen

    Das Problem ist bereits schon mehrfach bekannt mit kaputten Setups von 64bit kernel aber 32bit Userland.
    Bitte einmal output von "iob diag" senden um das zu verifizieren, aber basierend auf dem bereits bereitgestellten Log, ist das schon sehr wahrscheinlich.

    Siehe:

    • https://forum.iobroker.net/topic/64355/esphome-wird-dies-noch-gepflegt/34
    • https://github.com/DrozmotiX/ioBroker.esphome/issues/206
    D 1 Reply Last reply
    1
    • simonf04S simonf04

      @tontechniker said in [ESPHome] Beta release 0.5.0-beta.1 ready:

      Ich hatte wegen anderer Probleme in "/boot/config.txt", "arm_64bit=0" eingestellt (Tip aus dem Internet - warum und welcher Fehler damals war, kann ich nicht mehr sagen). Jetzt habe ich in der Datei auf "arm_64bit=1" geändert und einen reboot und einen Neustart des Raspi gemacht. Leider keine Änderung, weiterhin die Fehlermeldungen.

      Falls du noch eine sd-karte frei hast bitte einmal Neuinstallation versuchen mit echtem 64bit
      Z.b. beim Raspberry-Pi Imager "Raspberry Pi OS (64-bit)" auswählen

      Das Problem ist bereits schon mehrfach bekannt mit kaputten Setups von 64bit kernel aber 32bit Userland.
      Bitte einmal output von "iob diag" senden um das zu verifizieren, aber basierend auf dem bereits bereitgestellten Log, ist das schon sehr wahrscheinlich.

      Siehe:

      • https://forum.iobroker.net/topic/64355/esphome-wird-dies-noch-gepflegt/34
      • https://github.com/DrozmotiX/ioBroker.esphome/issues/206
      D Offline
      D Offline
      Dieter_P
      wrote on last edited by
      #60

      @simon42

      Hallo Simon

      ja wir sprechen über eine Beta Version von github, darf ich dennoch fragen ob eine Installation derzeit nach Deinem Verständnis für einen einfachen Nutzer funktionieren sollte? Der Kommunikation der Entwickler (https://github.com/DrozmotiX/ioBroker.esphome/pull/183) kann man folgen, aber heißt nicht dass man es auch versteht ;)

      Ich möchte auf einem system ESPHome temporär für einen Test nutzen, aber kann dieses System nicht so einfach neu aufsetzen. Es ähnelt für mich stark dem System von @Fischje

      wie folgt:
      Debian 12 Bookworm, kein Docker.

      Dashboard esphome : 0.5.0-beta.10
      Admin-Adapter: 7.1.5

      Python: 3.11.2
      node: v20.18.1

      das Ganze erzeugt den Fehler:

      esphome.0
      	2024-11-21 08:48:09.852	error	Fatal error starting ESPHomeDashboard | Error: Command failed with exit code 1: /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install esphome==2024.11.0 pillow==10.0.1ERROR: Cannot install esphome==2024.11.0 and pillow==10.0.1 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[notice] A new release of pip is available: 24.0 -> 24.3.1[notice] To update, run: /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install --upgrade pipCollecting esphome==2024.11.0 Using cached esphome-2024.11.0-py3-none-any.whl.metadata (3.5 kB)Collecting pillow==10.0.1 Using cached Pillow-10.0.1-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (9.5 kB)Collecting cryptography==43.0.0 (from esphome==2024.11.0) Using cached cryptography-43.0.0-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB)Collecting voluptuous==0.14.2 (from esphome==2024.11.0) Using cached voluptuous-0.14.2-py3-none-any.whl.metadata (20 kB)Collecting PyYAML==6.0.2 (from esphome==2024.11.0) Using cached PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)Collecting paho-mqtt==1.6.1 (from esphome==2024.11.0) 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==2024.11.0) Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)Collecting icmplib==3.0.4 (from esphome==2024.11.0) Using cached icmplib-3.0.4-py3-none-any.whl.metadata (19 kB)Collecting tornado==6.4 (from esphome==2024.11.0) Using cached tornado-6.4-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB)Collecting tzlocal==5.2 (from esphome==2024.11.0) Using cached tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB)Collecting tzdata>=2021.1 (from esphome==2024.11.0) Using cached tzdata-2024.2-py2.py3-none-any.whl.metadata (1.4 kB)Collecting pyserial==3.5 (from esphome==2024.11.0) Using cached pyserial-3.5-py2.py3-none-any.whl.metadata (1.6 kB)Collecting platformio==6.1.16 (from esphome==2024.11.0) Using cached platformio-6.1.16.tar.gz (239 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 esptool==4.7.0 (from esphome==2024.11.0) Using cached esptool-4.7.0.tar.gz (285 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==2024.11.0) Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB)Collecting esphome-dashboard==20241120.0 (from esphome==2024.11.0) Using cached esphome_dashboard-20241120.0-py3-none-any.whl.metadata (1.0 kB)Collecting aioesphomeapi==24.6.2 (from esphome==2024.11.0) Using cached aioesphomeapi-24.6.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB)Collecting zeroconf==0.132.2 (from esphome==2024.11.0) Using cached zeroconf-0.132.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.0 kB)Collecting puremagic==1.27 (from esphome==2024.11.0) Using cached puremagic-1.27-py3-none-any.whl.metadata (5.8 kB)Collecting ruamel.yaml==0.18.6 (from esphome==2024.11.0) Using cached ruamel.yaml-0.18.6-py3-none-any.whl.metadata (23 kB)Collecting glyphsets==1.0.0 (from esphome==2024.11.0) Using cached glyphsets-1.0.0-py3-none-any.whl.metadata (12 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.0.1 esphome 2024.11.0 depends on pillow==10.4.0To fix this you could try to:1. loosen the range of package versions you've specified2. remove package versions to allow pip 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.11.0 pillow==10.0.1ERROR: Cannot install esphome==2024.11.0 and pillow==10.0.1 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[notice] A new release of pip is available: 24.0 -> 24.3.1[notice] To update, run: /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install --upgrade pipCollecting esphome==2024.11.0 Using cached esphome-2024.11.0-py3-none-any.whl.metadata (3.5 kB)Collecting pillow==10.0.1 Using cached Pillow-10.0.1-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (9.5 kB)Collecting cryptography==43.0.0 (from esphome==2024.11.0) Using cached cryptography-43.0.0-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB)Collecting voluptuous==0.14.2 (from esphome==2024.11.0) Using cached voluptuous-0.14.2-py3-none-any.whl.metadata (20 kB)Collecting PyYAML==6.0.2 (from esphome==2024.11.0) Using cached PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)Collecting paho-mqtt==1.6.1 (from esphome==2024.11.0) 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==2024.11.0) Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)Collecting icmplib==3.0.4 (from esphome==2024.11.0) Using cached icmplib-3.0.4-py3-none-any.whl.metadata (19 kB)Collecting tornado==6.4 (from esphome==2024.11.0) Using cached tornado-6.4-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB)Collecting tzlocal==5.2 (from esphome==2024.11.0) Using cached tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB)Collecting tzdata>=2021.1 (from esphome==2024.11.0) Using cached tzdata-2024.2-py2.py3-none-any.whl.metadata (1.4 kB)Collecting pyserial==3.5 (from esphome==2024.11.0) Using cached pyserial-3.5-py2.py3-none-any.whl.metadata (1.6 kB)Collecting platformio==6.1.16 (from esphome==2024.11.0) Using cached platformio-6.1.16.tar.gz (239 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 esptool==4.7.0 (from esphome==2024.11.0) Using cached esptool-4.7.0.tar.gz (285 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==2024.11.0) Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB)Collecting esphome-dashboard==20241120.0 (from esphome==2024.11.0) Using cached esphome_dashboard-20241120.0-py3-none-any.whl.metadata (1.0 kB)Collecting aioesphomeapi==24.6.2 (from esphome==2024.11.0) Using cached aioesphomeapi-24.6.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB)Collecting zeroconf==0.132.2 (from esphome==2024.11.0) Using cached zeroconf-0.132.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.0 kB)Collecting puremagic==1.27 (from esphome==2024.11.0) Using cached puremagic-1.27-py3-none-any.whl.metadata (5.8 kB)Collecting ruamel.yaml==0.18.6 (from esphome==2024.11.0) Using cached ruamel.yaml-0.18.6-py3-none-any.whl.metadata (23 kB)Collecting glyphsets==1.0.0 (from esphome==2024.11.0) Using cached glyphsets-1.0.0-py3-none-any.whl.metadata (12 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.0.1 esphome 2024.11.0 depends on pillow==10.4.0To fix this you could try to:1. loosen the range of package versions you've specified2. remove package versions to allow pip 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)
      

      Da ich noch ein system hab wo ESPHome auch im produktiven Einsatz ist, hatte ich mir dort python3 in version 3.9.2 abgeschaut und mit pyenv probiert aber bringt keinen Erfolg.

      Kannst Du sagen welchen Status das Ganze hat und ich vielleicht besser die Versuche einstellen sollte?

      Danke

      1 Reply Last reply
      0
      • simonf04S Offline
        simonf04S Offline
        simonf04
        wrote on last edited by simonf04
        #61

        @dieter_p

        Du hast mal wieder das "beliebte Pillow Problem".
        Der von dir genannte Pr ist noch Zukunftsthema. Da @Dutchman (Hauptentwickler von dem Adapter) gerade irgendwie nicht aktiv ist, passiert hier wenig.

        In der Zwischenzeit sollte aber immer noch der Github install von meinem Fork funktionieren.:
        https://github.com/DrozmotiX/ioBroker.esphome/issues/199#issuecomment-2460713594

        D 1 Reply Last reply
        1
        • simonf04S simonf04

          @dieter_p

          Du hast mal wieder das "beliebte Pillow Problem".
          Der von dir genannte Pr ist noch Zukunftsthema. Da @Dutchman (Hauptentwickler von dem Adapter) gerade irgendwie nicht aktiv ist, passiert hier wenig.

          In der Zwischenzeit sollte aber immer noch der Github install von meinem Fork funktionieren.:
          https://github.com/DrozmotiX/ioBroker.esphome/issues/199#issuecomment-2460713594

          D Offline
          D Offline
          Dieter_P
          wrote on last edited by Dieter_P
          #62

          @simon42

          Vielen Dank. Das gibt mir schon mal eine Richtung vor.

          Habe Deinen Fork installiert und bekam wieder die Fehlermeldung im log. Dort war etwas bzgl. pip version angemerkt und habe danach pip von 24.0 auf 24.3.1 upgedated
          Aber nach Adapterneustart immer noch:

          esphome.0
          	2024-11-21 17:06:00.515	error	Fatal error starting ESPHomeDashboard | Error: Command failed with exit code 1: /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install esphome==2024.11.0 pillow==10.2.0 ERROR: Cannot install esphome==2024.11.0 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 Collecting esphome==2024.11.0 Using cached esphome-2024.11.0-py3-none-any.whl.metadata (3.5 kB) Collecting pillow==10.2.0 Using cached pillow-10.2.0-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (9.7 kB) Collecting cryptography==43.0.0 (from esphome==2024.11.0) Using cached cryptography-43.0.0-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) Collecting voluptuous==0.14.2 (from esphome==2024.11.0) Using cached voluptuous-0.14.2-py3-none-any.whl.metadata (20 kB) Collecting PyYAML==6.0.2 (from esphome==2024.11.0) Using cached PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Collecting paho-mqtt==1.6.1 (from esphome==2024.11.0) 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==2024.11.0) Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) Collecting icmplib==3.0.4 (from esphome==2024.11.0) Using cached icmplib-3.0.4-py3-none-any.whl.metadata (19 kB) Collecting tornado==6.4 (from esphome==2024.11.0) Using cached tornado-6.4-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB) Collecting tzlocal==5.2 (from esphome==2024.11.0) Using cached tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) Collecting tzdata>=2021.1 (from esphome==2024.11.0) Using cached tzdata-2024.2-py2.py3-none-any.whl.metadata (1.4 kB) Collecting pyserial==3.5 (from esphome==2024.11.0) Using cached pyserial-3.5-py2.py3-none-any.whl.metadata (1.6 kB) Collecting platformio==6.1.16 (from esphome==2024.11.0) Using cached platformio-6.1.16.tar.gz (239 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 esptool==4.7.0 (from esphome==2024.11.0) Using cached esptool-4.7.0.tar.gz (285 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==2024.11.0) Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB) Collecting esphome-dashboard==20241120.0 (from esphome==2024.11.0) Using cached esphome_dashboard-20241120.0-py3-none-any.whl.metadata (1.0 kB) Collecting aioesphomeapi==24.6.2 (from esphome==2024.11.0) Using cached aioesphomeapi-24.6.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB) Collecting zeroconf==0.132.2 (from esphome==2024.11.0) Using cached zeroconf-0.132.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.0 kB) Collecting puremagic==1.27 (from esphome==2024.11.0) Using cached puremagic-1.27-py3-none-any.whl.metadata (5.8 kB) Collecting ruamel.yaml==0.18.6 (from esphome==2024.11.0) Using cached ruamel.yaml-0.18.6-py3-none-any.whl.metadata (23 kB) Collecting glyphsets==1.0.0 (from esphome==2024.11.0) Using cached glyphsets-1.0.0-py3-none-any.whl.metadata (12 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.2.0 esphome 2024.11.0 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.11.0 pillow==10.2.0 ERROR: Cannot install esphome==2024.11.0 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 Collecting esphome==2024.11.0 Using cached esphome-2024.11.0-py3-none-any.whl.metadata (3.5 kB) Collecting pillow==10.2.0 Using cached pillow-10.2.0-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (9.7 kB) Collecting cryptography==43.0.0 (from esphome==2024.11.0) Using cached cryptography-43.0.0-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) Collecting voluptuous==0.14.2 (from esphome==2024.11.0) Using cached voluptuous-0.14.2-py3-none-any.whl.metadata (20 kB) Collecting PyYAML==6.0.2 (from esphome==2024.11.0) Using cached PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Collecting paho-mqtt==1.6.1 (from esphome==2024.11.0) 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==2024.11.0) Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) Collecting icmplib==3.0.4 (from esphome==2024.11.0) Using cached icmplib-3.0.4-py3-none-any.whl.metadata (19 kB) Collecting tornado==6.4 (from esphome==2024.11.0) Using cached tornado-6.4-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB) Collecting tzlocal==5.2 (from esphome==2024.11.0) Using cached tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) Collecting tzdata>=2021.1 (from esphome==2024.11.0) Using cached tzdata-2024.2-py2.py3-none-any.whl.metadata (1.4 kB) Collecting pyserial==3.5 (from esphome==2024.11.0) Using cached pyserial-3.5-py2.py3-none-any.whl.metadata (1.6 kB) Collecting platformio==6.1.16 (from esphome==2024.11.0) Using cached platformio-6.1.16.tar.gz (239 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 esptool==4.7.0 (from esphome==2024.11.0) Using cached esptool-4.7.0.tar.gz (285 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==2024.11.0) Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB) Collecting esphome-dashboard==20241120.0 (from esphome==2024.11.0) Using cached esphome_dashboard-20241120.0-py3-none-any.whl.metadata (1.0 kB) Collecting aioesphomeapi==24.6.2 (from esphome==2024.11.0) Using cached aioesphomeapi-24.6.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB) Collecting zeroconf==0.132.2 (from esphome==2024.11.0) Using cached zeroconf-0.132.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.0 kB) Collecting puremagic==1.27 (from esphome==2024.11.0) Using cached puremagic-1.27-py3-none-any.whl.metadata (5.8 kB) Collecting ruamel.yaml==0.18.6 (from esphome==2024.11.0) Using cached ruamel.yaml-0.18.6-py3-none-any.whl.metadata (23 kB) Collecting glyphsets==1.0.0 (from esphome==2024.11.0) Using cached glyphsets-1.0.0-py3-none-any.whl.metadata (12 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.2.0 esphome 2024.11.0 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)
          

          Stimmt hier eine Version noch nicht bei mir? Hier steht was von pillow 10.1.0 und im Fehler von 10.2.0? Danke und sorry für die Fragen.

          simonf04S 1 Reply Last reply
          0
          • D Dieter_P

            @simon42

            Vielen Dank. Das gibt mir schon mal eine Richtung vor.

            Habe Deinen Fork installiert und bekam wieder die Fehlermeldung im log. Dort war etwas bzgl. pip version angemerkt und habe danach pip von 24.0 auf 24.3.1 upgedated
            Aber nach Adapterneustart immer noch:

            esphome.0
            	2024-11-21 17:06:00.515	error	Fatal error starting ESPHomeDashboard | Error: Command failed with exit code 1: /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install esphome==2024.11.0 pillow==10.2.0 ERROR: Cannot install esphome==2024.11.0 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 Collecting esphome==2024.11.0 Using cached esphome-2024.11.0-py3-none-any.whl.metadata (3.5 kB) Collecting pillow==10.2.0 Using cached pillow-10.2.0-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (9.7 kB) Collecting cryptography==43.0.0 (from esphome==2024.11.0) Using cached cryptography-43.0.0-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) Collecting voluptuous==0.14.2 (from esphome==2024.11.0) Using cached voluptuous-0.14.2-py3-none-any.whl.metadata (20 kB) Collecting PyYAML==6.0.2 (from esphome==2024.11.0) Using cached PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Collecting paho-mqtt==1.6.1 (from esphome==2024.11.0) 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==2024.11.0) Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) Collecting icmplib==3.0.4 (from esphome==2024.11.0) Using cached icmplib-3.0.4-py3-none-any.whl.metadata (19 kB) Collecting tornado==6.4 (from esphome==2024.11.0) Using cached tornado-6.4-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB) Collecting tzlocal==5.2 (from esphome==2024.11.0) Using cached tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) Collecting tzdata>=2021.1 (from esphome==2024.11.0) Using cached tzdata-2024.2-py2.py3-none-any.whl.metadata (1.4 kB) Collecting pyserial==3.5 (from esphome==2024.11.0) Using cached pyserial-3.5-py2.py3-none-any.whl.metadata (1.6 kB) Collecting platformio==6.1.16 (from esphome==2024.11.0) Using cached platformio-6.1.16.tar.gz (239 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 esptool==4.7.0 (from esphome==2024.11.0) Using cached esptool-4.7.0.tar.gz (285 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==2024.11.0) Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB) Collecting esphome-dashboard==20241120.0 (from esphome==2024.11.0) Using cached esphome_dashboard-20241120.0-py3-none-any.whl.metadata (1.0 kB) Collecting aioesphomeapi==24.6.2 (from esphome==2024.11.0) Using cached aioesphomeapi-24.6.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB) Collecting zeroconf==0.132.2 (from esphome==2024.11.0) Using cached zeroconf-0.132.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.0 kB) Collecting puremagic==1.27 (from esphome==2024.11.0) Using cached puremagic-1.27-py3-none-any.whl.metadata (5.8 kB) Collecting ruamel.yaml==0.18.6 (from esphome==2024.11.0) Using cached ruamel.yaml-0.18.6-py3-none-any.whl.metadata (23 kB) Collecting glyphsets==1.0.0 (from esphome==2024.11.0) Using cached glyphsets-1.0.0-py3-none-any.whl.metadata (12 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.2.0 esphome 2024.11.0 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.11.0 pillow==10.2.0 ERROR: Cannot install esphome==2024.11.0 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 Collecting esphome==2024.11.0 Using cached esphome-2024.11.0-py3-none-any.whl.metadata (3.5 kB) Collecting pillow==10.2.0 Using cached pillow-10.2.0-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (9.7 kB) Collecting cryptography==43.0.0 (from esphome==2024.11.0) Using cached cryptography-43.0.0-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) Collecting voluptuous==0.14.2 (from esphome==2024.11.0) Using cached voluptuous-0.14.2-py3-none-any.whl.metadata (20 kB) Collecting PyYAML==6.0.2 (from esphome==2024.11.0) Using cached PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Collecting paho-mqtt==1.6.1 (from esphome==2024.11.0) 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==2024.11.0) Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) Collecting icmplib==3.0.4 (from esphome==2024.11.0) Using cached icmplib-3.0.4-py3-none-any.whl.metadata (19 kB) Collecting tornado==6.4 (from esphome==2024.11.0) Using cached tornado-6.4-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB) Collecting tzlocal==5.2 (from esphome==2024.11.0) Using cached tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB) Collecting tzdata>=2021.1 (from esphome==2024.11.0) Using cached tzdata-2024.2-py2.py3-none-any.whl.metadata (1.4 kB) Collecting pyserial==3.5 (from esphome==2024.11.0) Using cached pyserial-3.5-py2.py3-none-any.whl.metadata (1.6 kB) Collecting platformio==6.1.16 (from esphome==2024.11.0) Using cached platformio-6.1.16.tar.gz (239 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 esptool==4.7.0 (from esphome==2024.11.0) Using cached esptool-4.7.0.tar.gz (285 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==2024.11.0) Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB) Collecting esphome-dashboard==20241120.0 (from esphome==2024.11.0) Using cached esphome_dashboard-20241120.0-py3-none-any.whl.metadata (1.0 kB) Collecting aioesphomeapi==24.6.2 (from esphome==2024.11.0) Using cached aioesphomeapi-24.6.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB) Collecting zeroconf==0.132.2 (from esphome==2024.11.0) Using cached zeroconf-0.132.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.0 kB) Collecting puremagic==1.27 (from esphome==2024.11.0) Using cached puremagic-1.27-py3-none-any.whl.metadata (5.8 kB) Collecting ruamel.yaml==0.18.6 (from esphome==2024.11.0) Using cached ruamel.yaml-0.18.6-py3-none-any.whl.metadata (23 kB) Collecting glyphsets==1.0.0 (from esphome==2024.11.0) Using cached glyphsets-1.0.0-py3-none-any.whl.metadata (12 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.2.0 esphome 2024.11.0 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)
            

            Stimmt hier eine Version noch nicht bei mir? Hier steht was von pillow 10.1.0 und im Fehler von 10.2.0? Danke und sorry für die Fragen.

            simonf04S Offline
            simonf04S Offline
            simonf04
            wrote on last edited by
            #63

            @dieter_p

            pip ist egal. war nur ne info, dass es halt eine neuere Version gibt.
            Wie hast du pip geupdated?

            Bitte nochmal versuchen. Gab schon wieder ein update.

            D 2 Replies Last reply
            1
            • simonf04S simonf04

              @dieter_p

              pip ist egal. war nur ne info, dass es halt eine neuere Version gibt.
              Wie hast du pip geupdated?

              Bitte nochmal versuchen. Gab schon wieder ein update.

              D Offline
              D Offline
              Dieter_P
              wrote on last edited by
              #64

              @simon42 said in [ESPHome] Beta release 0.5.0-beta.1 ready:

              @dieter_p

              pip ist egal. war nur ne info, dass es halt eine neuere Version gibt.
              Wie hast du pip geupdated?

              Bezogen auf die notiz:

              [notice] A new release of pip is available: 24.0 -> 24.3.1
              [notice] To update, run: /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install --upgrade pip
              

              mit:

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

              Bitte nochmal versuchen. Gab schon wieder ein update.

              ok, danke versuchs.

              simonf04S 1 Reply Last reply
              0
              • simonf04S simonf04

                @dieter_p

                pip ist egal. war nur ne info, dass es halt eine neuere Version gibt.
                Wie hast du pip geupdated?

                Bitte nochmal versuchen. Gab schon wieder ein update.

                D Offline
                D Offline
                Dieter_P
                wrote on last edited by
                #65

                @simon42 said in [ESPHome] Beta release 0.5.0-beta.1 ready:

                Bitte nochmal versuchen. Gab schon wieder ein update.

                Vielen Dank. Ist schon was länger her, aber nun hab ich endlich wieder eine ESPHome Möglichkeit zum testen auf dem System:man_dancing:

                simonf04S 1 Reply Last reply
                0
                • D Dieter_P

                  @simon42 said in [ESPHome] Beta release 0.5.0-beta.1 ready:

                  @dieter_p

                  pip ist egal. war nur ne info, dass es halt eine neuere Version gibt.
                  Wie hast du pip geupdated?

                  Bezogen auf die notiz:

                  [notice] A new release of pip is available: 24.0 -> 24.3.1
                  [notice] To update, run: /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install --upgrade pip
                  

                  mit:

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

                  Bitte nochmal versuchen. Gab schon wieder ein update.

                  ok, danke versuchs.

                  simonf04S Offline
                  simonf04S Offline
                  simonf04
                  wrote on last edited by
                  #66

                  @dieter_p said in [ESPHome] Beta release 0.5.0-beta.1 ready:

                                                                                                                                              [notice] A new release of pip is available: 24.0 -> 24.3.1                                                                                                                                                                            [notice] To update, run: /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install --upgrade pip                        
                  

                  @dieter_p eben nur eine [notice]. Keine Warning oder ähnliches. aber ok

                  @dieter_p said in [ESPHome] Beta release 0.5.0-beta.1 ready:

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

                  Bitte (auf linux generell) nicht unbedacht sudo verwenden. Führt meist früher als später zu Berechtigungsproblemen (vom iobroker).
                  Fix mit:

                  sudo chown -R iobroker:iobroker /home/iobroker/.cache/autopy
                  

                  Zukünftig commands als iobroker user ausführen z.B.:

                  sudo -Hu iobroker /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install --upgrade pip
                  
                  1 Reply Last reply
                  2
                  • D Dieter_P

                    @simon42 said in [ESPHome] Beta release 0.5.0-beta.1 ready:

                    Bitte nochmal versuchen. Gab schon wieder ein update.

                    Vielen Dank. Ist schon was länger her, aber nun hab ich endlich wieder eine ESPHome Möglichkeit zum testen auf dem System:man_dancing:

                    simonf04S Offline
                    simonf04S Offline
                    simonf04
                    wrote on last edited by
                    #67

                    @dieter_p said in [ESPHome] Beta release 0.5.0-beta.1 ready:

                    Vielen Dank. Ist schon was länger her, aber nun hab ich endlich wieder eine ESPHome Möglichkeit zum testen auf dem System

                    No problem :+1:

                    1 Reply Last reply
                    1
                    • T Offline
                      T Offline
                      Tontechniker
                      wrote on last edited by Tontechniker
                      #68

                      Ich habe die 6.0.1 Installiert. Meine Probleme ist bei Angabe der IP-Adresse für das Dashboard unten stehende Fehlermeldungen:
                      ESP Home.jpg
                      Hier meine Einstellungen:
                      ESP Home 01.jpg
                      Das Problem bestand auch schon bei den vorigen Versionen. Ein User schrieb, dass es mit meinem Raspi Betriebssystem zusammenhängt (alles auf aktuellem Stand!)??!
                      Kann mir jemand weiterhelfen das Dashboard zum Laufen zu bringen?
                      Gruß
                      Hans

                      Thomas BraunT 1 Reply Last reply
                      0
                      • T Tontechniker

                        Ich habe die 6.0.1 Installiert. Meine Probleme ist bei Angabe der IP-Adresse für das Dashboard unten stehende Fehlermeldungen:
                        ESP Home.jpg
                        Hier meine Einstellungen:
                        ESP Home 01.jpg
                        Das Problem bestand auch schon bei den vorigen Versionen. Ein User schrieb, dass es mit meinem Raspi Betriebssystem zusammenhängt (alles auf aktuellem Stand!)??!
                        Kann mir jemand weiterhelfen das Dashboard zum Laufen zu bringen?
                        Gruß
                        Hans

                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        wrote on last edited by
                        #69

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

                        Ein User schrieb, dass es mit meinem Raspi Betriebssystem zusammenhängt

                        Womit bist du denn da so unterwegs? Gesamtkonstrukt kannst du u.a. mittels

                        iob diag
                        

                        sehen.

                        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

                        T 1 Reply Last reply
                        0
                        • Thomas BraunT Thomas Braun

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

                          Ein User schrieb, dass es mit meinem Raspi Betriebssystem zusammenhängt

                          Womit bist du denn da so unterwegs? Gesamtkonstrukt kannst du u.a. mittels

                          iob diag
                          

                          sehen.

                          T Offline
                          T Offline
                          Tontechniker
                          wrote on last edited by Tontechniker
                          #70

                          @thomas-braun
                          Hallo Thomas,
                          danke für Deine Antwort! Im Anhang die geloggte IOB-Diag. Vielleicht kannst Du ja etwas damit anfangen?
                          iob_diag.log
                          Und nach fix:
                          iob_diag 1.log
                          Danke für Deine Hilfe!
                          Gruß
                          Hans

                          simonf04S 1 Reply Last reply
                          0
                          • T Tontechniker

                            @thomas-braun
                            Hallo Thomas,
                            danke für Deine Antwort! Im Anhang die geloggte IOB-Diag. Vielleicht kannst Du ja etwas damit anfangen?
                            iob_diag.log
                            Und nach fix:
                            iob_diag 1.log
                            Danke für Deine Hilfe!
                            Gruß
                            Hans

                            simonf04S Offline
                            simonf04S Offline
                            simonf04
                            wrote on last edited by
                            #71

                            @tontechniker Hallo,

                            bereits bekanntes Problem:

                            OS is similar to: debian
                            
                            Model		: Raspberry Pi 4 Model B Rev 1.4
                            Docker          : false
                            Virtualization  : none
                            Kernel          : aarch64
                            Userland        : 32 bit
                            

                            Dein kernel ist 64bit aber 32bit userspace.
                            Bitte mal Standard 64-BIt Rasperry-Pi OS neu aufsetzen. (vorher backup machen! oder am besten Neuinstallation auf 2. SD-Karte und dann migrieren.

                            Node und 32bit macht nur Probleme und ein PI4 sollte das locker schaffen.

                            T 1 Reply Last reply
                            1
                            • simonf04S simonf04

                              @tontechniker Hallo,

                              bereits bekanntes Problem:

                              OS is similar to: debian
                              
                              Model		: Raspberry Pi 4 Model B Rev 1.4
                              Docker          : false
                              Virtualization  : none
                              Kernel          : aarch64
                              Userland        : 32 bit
                              

                              Dein kernel ist 64bit aber 32bit userspace.
                              Bitte mal Standard 64-BIt Rasperry-Pi OS neu aufsetzen. (vorher backup machen! oder am besten Neuinstallation auf 2. SD-Karte und dann migrieren.

                              Node und 32bit macht nur Probleme und ein PI4 sollte das locker schaffen.

                              T Offline
                              T Offline
                              Tontechniker
                              wrote on last edited by
                              #72

                              @simon42
                              Hallo Simon42
                              Kannst Du mir bitte den Link zum 64-Bit Raspberry-Pi-OS schreiben? Habe auf Raspi-Seite gesucht un es nicht gefunden.
                              Danke!

                              simonf04S Thomas BraunT 2 Replies Last reply
                              0
                              • T Tontechniker

                                @simon42
                                Hallo Simon42
                                Kannst Du mir bitte den Link zum 64-Bit Raspberry-Pi-OS schreiben? Habe auf Raspi-Seite gesucht un es nicht gefunden.
                                Danke!

                                simonf04S Offline
                                simonf04S Offline
                                simonf04
                                wrote on last edited by
                                #73

                                @tontechniker
                                https://www.raspberrypi.com/software/operating-systems/
                                Einfach etwas nach unten scrollen:
                                3856b90d-a8a0-4d18-a2c0-256d25deb701-image.png

                                Alternativ auch mit dem Raspberry Pi Imager:
                                fdd8dc1d-3abb-4f4c-b99f-8389296eefe8-image.png

                                1 Reply Last reply
                                1
                                • T Tontechniker

                                  @simon42
                                  Hallo Simon42
                                  Kannst Du mir bitte den Link zum 64-Bit Raspberry-Pi-OS schreiben? Habe auf Raspi-Seite gesucht un es nicht gefunden.
                                  Danke!

                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  wrote on last edited by
                                  #74

                                  @tontechniker

                                  Ich würde es mit dem PiImager machen. Da kann man direkt schon ein paar Grundeinstellungen vornehmen.

                                  https://forum.iobroker.net/topic/51869/installation-auf-raspi-einfacher-geht-s-nicht

                                  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 Reply Last reply
                                  1
                                  • T Offline
                                    T Offline
                                    Tontechniker
                                    wrote on last edited by
                                    #75

                                    Danke euch Beiden! Bin die nächste 8 Wochen wegen Bestrahlung nicht bei mir zu Hause. Melde mich, wenn ich es ausgeführt habe.
                                    Danke!
                                    Hans

                                    1 Reply Last reply
                                    1
                                    • T Offline
                                      T Offline
                                      Tontechniker
                                      wrote on last edited by
                                      #76

                                      So, habe mein System jetzt auf 64bit.
                                      Was muss ich alles installieren um mit ESPHome zu arbeiten?

                                      simonf04S 1 Reply Last reply
                                      0
                                      • T Tontechniker

                                        So, habe mein System jetzt auf 64bit.
                                        Was muss ich alles installieren um mit ESPHome zu arbeiten?

                                        simonf04S Offline
                                        simonf04S Offline
                                        simonf04
                                        wrote on last edited by
                                        #77

                                        @tontechniker einfach nur den adapter. Installiert sich alles was er braucht selbst

                                        T 1 Reply Last reply
                                        1
                                        • simonf04S simonf04

                                          @tontechniker einfach nur den adapter. Installiert sich alles was er braucht selbst

                                          T Offline
                                          T Offline
                                          Tontechniker
                                          wrote on last edited by Tontechniker
                                          #78

                                          @simon42 Welche Version hast Du installiert?
                                          Habe im Moment wieder auf 0.5.0 Beta 8 umgestellt. Macht immer noch bei Aufruf die Fehlermeldung
                                          1.jpg 2.jpg 3.jpg 4.jpg

                                          Die Geräte werden erkannt und die Daten sind O.K., ich komme nur nicht in die Entwicklerkonsole (Dashboard) um bestimmte Änderungen in den ESP-Geräten durzuführen. Rufe ich das Dashboard falsch auf??

                                          simonf04S 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          838

                                          Online

                                          32.4k

                                          Users

                                          81.5k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe