Hallo zusammen,
ich bin recht neu im Thema ESP32, habe aber schon ein paar davon im ESPHome des Home Assistant installiert.
Nun habe ich ein paar neue bestellt weil mir Bluetooth wichtig war.
Es handelt sich um AITRIP ESP-32S.
Leider bekomme ich die nicht installiert, es erscheint folgende Fehlermeldung:
HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash
- toolchain-xtensa-esp32 @ 8.4.0+2021r2-patch5
Dependency Graph
|-- AsyncTCP-esphome @ 2.1.3
|-- WiFi @ 2.0.0
|-- FS @ 2.0.0
|-- Update @ 2.0.0
|-- ESPAsyncWebServer-esphome @ 3.2.2
|-- DNSServer @ 2.0.0
|-- ESPmDNS @ 2.0.0
|-- noise-c @ 0.1.4
RAM: [= ] 12.4% (used 40640 bytes from 327680 bytes)
Flash: [===== ] 49.2% (used 903313 bytes from 1835008 bytes)
========================= [SUCCESS] Took 6.07 seconds =========================
INFO Successfully compiled program.
Traceback (most recent call last):
File "/usr/local/bin/esphome", line 33, in <module>
sys.exit(load_entry_point('esphome', 'console_scripts', 'esphome')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/esphome/esphome/__main__.py", line 1065, in main
return run_esphome(sys.argv)
^^^^^^^^^^^^^^^^^^^^^
File "/esphome/esphome/__main__.py", line 1052, in run_esphome
rc = POST_CONFIG_ACTIONS[args.command](args, config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/esphome/esphome/__main__.py", line 494, in command_run
exit_code = upload_program(config, args, port)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/esphome/esphome/__main__.py", line 320, in upload_program
check_permissions(host)
File "/esphome/esphome/__main__.py", line 313, in check_permissions
f"by running the following command: sudo usermod -a -G dialout {os.getlogin()}. "
^^^^^^^^^^^^^
OSError: [Errno 6] No such device or address
Ich habe schon das Netz durchsucht, finde aber irgendwie keine Ursache.
Vielleicht hat ja jemand den Fehler schon gehabt und kann mir einen Tipp geben.
Vielen Dank und Gruß
Thomas