You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
This issue is not a duplicate issue of currently previous issues..
I am able to consult debug logging for my ESPHome instance.
Describe the issue
Install fail after updating Esphome to 2024.12
Reproduction steps
...
Debug logs
INFO ESPHome 2024.12.0 INFO Reading configuration /config/esphome/onju-voice-04.yaml... INFO Generating C++ source... INFO Updating https://github.com/espressif/[email protected] INFO Updating submodules (components/esp-adf-libs, components/esp-sr) for https://github.com/espressif/[email protected] INFO Updating https://github.com/espressif/[email protected] INFO Updating https://github.com/espressif/[email protected] INFO Compiling app... Processing onju-voice-04 (board: esp32-s3-devkitc-1; framework: espidf; platform: https://github.com/pioarduino/platform-espressif32.git#51.03.07) -------------------------------------------------------------------------------- Library Manager: Installing improv/Improv @ 1.2.4 INFO Installing improv/Improv @ 1.2.4 Downloading [####################################] 100% Unpacking [####################################] 100% Library Manager: [email protected] has been installed! INFO [email protected] has been installed! Library Manager: Installing esphome/noise-c @ 0.1.6 INFO Installing esphome/noise-c @ 0.1.6 Downloading [####################################] 100% Unpacking [####################################] 100% Library Manager: [email protected] has been installed! INFO [email protected] has been installed! Library Manager: Resolving dependencies... INFO Resolving dependencies... Library Manager: Installing esphome/libsodium @ 1.10018.4 INFO Installing esphome/libsodium @ 1.10018.4 Downloading [####################################] 100% Unpacking [####################################] 100% Library Manager: [email protected] has been installed! INFO [email protected] has been installed! Library Manager: Installing kahrendt/ESPMicroSpeechFeatures @ 1.1.0 INFO Installing kahrendt/ESPMicroSpeechFeatures @ 1.1.0 Downloading [####################################] 100% Unpacking [####################################] 100% Library Manager: [email protected] has been installed! INFO [email protected] has been installed! /data/cache/platformio/packages/framework-espidf Already Patched: yes HARDWARE: ESP32S3 240MHz, 320KB RAM, 8MB Flash - framework-espidf @ 3.50105.0 (5.1.5) - tool-cmake @ 3.21.3 - tool-esptoolpy @ 4.8.1 - tool-mklittlefs @ 3.2.0 - tool-ninja @ 1.7.1 - tool-riscv32-esp-elf-gdb @ 12.1.0+20221002 - tool-xtensa-esp-elf-gdb @ 12.1.0+20221002 - toolchain-esp32ulp @ 2.35.0-20220830 - toolchain-riscv32-esp @ 12.2.0+20230208 - toolchain-xtensa-esp32s3 @ 12.2.0+20230208 Reading CMake configuration... -- Found Git: /usr/bin/git (found version "2.39.5") -- git rev-parse returned 'fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).' -- The C compiler identification is GNU 12.2.0 -- The CXX compiler identification is GNU 12.2.0 -- The ASM compiler identification is GNU -- Found assembler: /data/cache/platformio/packages/toolchain-xtensa-esp32s3/bin/xtensa-esp32s3-elf-gcc -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /data/cache/platformio/packages/toolchain-xtensa-esp32s3/bin/xtensa-esp32s3-elf-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /data/cache/platformio/packages/toolchain-xtensa-esp32s3/bin/xtensa-esp32s3-elf-g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Building ESP-IDF components for target esp32s3 NOTICE: Following dependencies have new versions available: Dependency "espressif/esp-nn": "1.0.2" -> "1.1.0" Consider running "idf.py update-dependencies" to update your lock file. Processing 1 dependencies: [1/1] idf (5.1.5) -- Configuring incomplete, errors occurred! See also "/data/build/onju-voice-04/.pioenvs/onju-voice-04/CMakeFiles/CMakeOutput.log". fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). CMake Error at /data/cache/platformio/packages/framework-espidf/tools/cmake/build.cmake:266 (message): Failed to resolve component 'esp_adc_cal'. Call Stack (most recent call first): /data/cache/platformio/packages/framework-espidf/tools/cmake/build.cmake:302 (__build_resolve_and_add_req) /data/cache/platformio/packages/framework-espidf/tools/cmake/build.cmake:309 (__build_expand_requirements) /data/cache/platformio/packages/framework-espidf/tools/cmake/build.cmake:603 (__build_expand_requirements) /data/cache/platformio/packages/framework-espidf/tools/cmake/project.cmake:604 (idf_build_process) CMakeLists.txt:3 (project) ========================= [FAILED] Took 12.70 seconds =========================
The text was updated successfully, but these errors were encountered:
Your solution lies here https://github.com/dreimer1986/onju-voice-satellite/blob/main/esphome/onju-voice-microwakeword.yaml check lines 68 and 69. When I ever find out how to cherry pick changes for pull requests, I will even make one here, but for now I can only tell you what to hand edit... sorry. Already waay too much tinkering in my code base to just say, "Hi, here's is my lil pull request with 387462 modifications. Have fun."
The problem is the new version does some version bump that does not support ADF-Pipeline and we have to manually hop back a bit. gnumpi/esphome_audio#74
I wonder if that was what @tetele meant when he told me that the whole thing needs a bit of an overhaul as it depends on outdated libraries. I did not understand back then, now I think I got it. ^^
Flavor
MicroWakeWord
Checklist
Describe the issue
Install fail after updating Esphome to 2024.12
Reproduction steps
...
Debug logs
The text was updated successfully, but these errors were encountered: