BigBobbas / ESP32-S3-Box3-Custom-ESPHome

Custom ESPHome config for ESP32-S3-Box-3 with sensors and touchscreen
78 stars 14 forks source link

Missing esp_afe_sr_models.h #81

Open kevinbur opened 2 weeks ago

kevinbur commented 2 weeks ago

Hi Guys,

I wonder If you can help me past this problem.

I can get to step 8 of the installation guide, I've tried many times and cleaned the build files but always get the same error.

logs_esp32-s3box-3_run.txt

Compiling .pioenvs/esp32-s3box-3/components/audio_recorder/recorder_sr.o components/audio_recorder/recorder_sr.c:40:10: fatal error: esp_afe_sr_models.h: No such file or directory


Running.

Core 2024.8.3 Supervisor 2024.08.0 Operating System 13.1 Frontend 20240809.0 ESPHome Current version: 2024.8.1

Thanks

BigBobbas commented 2 weeks ago

Hi there, what hardware are you running ESPHome on? and What OS or is it HA add-on . Thanks Rob

kevinbur commented 2 weeks ago

It's running on and intel i5 nuc with HA os.

On Wed, 28 Aug 2024, 16:29 BigBobbas, @.***> wrote:

Hi there, what hardware are you running ESPHome on? and What OS or is it HA add-on . Thanks Rob

— Reply to this email directly, view it on GitHub https://github.com/BigBobbas/ESP32-S3-Box3-Custom-ESPHome/issues/81#issuecomment-2315677374, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGEIZNB2YGGZ2Z4RZSUFCV3ZTXUFRAVCNFSM6AAAAABNIQXRY2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJVGY3TOMZXGQ . You are receiving this because you authored the thread.Message ID: @.***>

Kelerion-UK commented 2 weeks ago

I presume that means you are trying it on the HA addon... I know you said you'd done a clean.. but I'd try removing the device in the addon.. as well as in the integration (settings/devices/esphome)... and then re-creating it.

kevinbur commented 2 weeks ago

I've given that a go several times.

On Wed, 28 Aug 2024, 17:36 Kelerion, @.***> wrote:

I presume that means you are trying it on the HA addon... I know you said you'd done a clean.. but I'd try removing the device.. and in the integration (settings/devices/esphome)... and then re-creating it.

— Reply to this email directly, view it on GitHub https://github.com/BigBobbas/ESP32-S3-Box3-Custom-ESPHome/issues/81#issuecomment-2315809175, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGEIZNGJXX4UJYPR7M3NV6LZTX37HAVCNFSM6AAAAABNIQXRY2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJVHAYDSMJXGU . You are receiving this because you authored the thread.Message ID: @.***>

BigBobbas commented 2 weeks ago

have you tried uninstalling and re-installing the ESPHome add-on? some dependency is missing by the looks of things.

kevinbur commented 2 weeks ago

Not yet, I'll give that a go tomorrow and get back with the results.

On Wed, 28 Aug 2024, 18:00 BigBobbas, @.***> wrote:

have you tried uninstalling and re-installing the ESPHome add-on? some dependency is missing by the looks of things.

— Reply to this email directly, view it on GitHub https://github.com/BigBobbas/ESP32-S3-Box3-Custom-ESPHome/issues/81#issuecomment-2315852636, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGEIZNEHWRKWVWBTZF3GLT3ZTX637AVCNFSM6AAAAABNIQXRY2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJVHA2TENRTGY . You are receiving this because you authored the thread.Message ID: @.***>

kevinbur commented 2 weeks ago

Hi again,

Ok I've removed the Esphome addon and rebooted etc, after starting from the beginning again, I still have an error but its changed. After adoption has happened the installation fails with this.

INFO ESPHome 2024.8.1 INFO Reading configuration /config/esphome/esp32-s3box-3.yaml... INFO Updating https://github.com/gnumpi/esphome_audio@dev-next INFO Detected timezone 'Europe/London' WARNING GPIO45 is a strapping PIN and should only be used for I/O with care. Attaching external pullup/down resistors to strapping pins can cause unexpected failures. See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins WARNING GPIO46 is a strapping PIN and should only be used for I/O with care. Attaching external pullup/down resistors to strapping pins can cause unexpected failures. See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins WARNING GPIO3 is a strapping PIN and should only be used for I/O with care. Attaching external pullup/down resistors to strapping pins can cause unexpected failures. See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins WARNING GPIO0 is a strapping PIN and should only be used for I/O with care. Attaching external pullup/down resistors to strapping pins can cause unexpected failures. See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins INFO Generating C++ source... ERROR Could not find auto generated code begin in file, either delete the main sketch file or insert the comment again.

BigBobbas commented 2 weeks ago

Hi, this is a bit of an odd one :) could you try with the config from here https://github.com/BigBobbas/ESP32-S3-Box3-Custom-ESPHome/blob/dev-live-wip/s3b_dev.yaml you can copy and paste the entire contents into the device card in the ESPHome dashboard - overwriting everything - save and install Cheers Rob