and I keep getting an adf error when compiling. I removed the sensor and tried to compile, and I still get the same error.
INFO ESPHome 2024.6.6
INFO Reading configuration /config/esp32-s3-box-3-5acae4.yaml...
INFO Updating https://github.com/esphome/esphome.git@pull/5230/head
INFO Updating https://github.com/jesserockz/esphome-components.git@None
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...
INFO Updating https://github.com/jesserockz/esp32-s3-box-3-board.git@main
INFO Updating https://github.com/espressif/[email protected]
INFO Updating submodules (components/esp-sr, components/esp-adf-libs) for https://github.com/espressif/[email protected]
Traceback (most recent call last):
File "/usr/local/bin/esphome", line 8, in <module>
sys.exit(main())
^^^^^^
File "/esphome/esphome/__main__.py", line 1079, in main
return run_esphome(sys.argv)
^^^^^^^^^^^^^^^^^^^^^
File "/esphome/esphome/__main__.py", line 1066, in run_esphome
rc = POST_CONFIG_ACTIONS[args.command](args, config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/esphome/esphome/__main__.py", line 484, in command_run
exit_code = write_cpp(config)
^^^^^^^^^^^^^^^^^
File "/esphome/esphome/__main__.py", line 194, in write_cpp
return write_cpp_file()
^^^^^^^^^^^^^^^^
File "/esphome/esphome/__main__.py", line 212, in write_cpp_file
writer.write_cpp(code_s)
File "/esphome/esphome/writer.py", line 344, in write_cpp
copy_src_tree()
File "/esphome/esphome/writer.py", line 297, in copy_src_tree
copy_files()
File "/esphome/esphome/components/esp32/__init__.py", line 684, in copy_files
repo_dir, _ = git.clone_or_update(
^^^^^^^^^^^^^^^^^^^^
File "/esphome/esphome/git.py", line 111, in clone_or_update
run_git_command(
File "/esphome/esphome/git.py", line 31, in run_git_command
raise cv.Invalid(lines[-1][len("fatal: ") :])
voluptuous.error.Invalid: Unable to find current revision in submodule path 'components/esp-adf-libs'
I’m running ESPHome 2024.6.6 in a Docker container on a Linux system with 32G of Ram, so I don’t believe it a memory space error I have seen mentioned in a couple of places.
Is it possible to make the voice satellite play a sound when the wake word is detected? The screen isn’t always viewable so I would like an alternate method of knowing that the speaker is listening.
try adding the full config from here, rather than the package, and add your radar config under the existing binary_sensor: component (line 130). Before installing , click on the 3 dot menu of the device card and and select ‘clean build files’ then do the install. May not work… but worth a shot
But the problem is when wake word is detected the sound beeps and I think it should be some sort of delay (1s) after wake word detection and voice assistant start
Amazon devs site has some interesting sounds, but couldn’t find the one from alexa…if someone has any idea where alexa sound is available for link or download?
Does anyone know how to put the sensor data onto the display while it is in “Wait” mode? I’m still quite new to using the esp32 s3 box3, but does anyone have any ideas?
INFO ESPHome 2024.7.1
INFO Reading configuration /config/esphome/esp32-s3-box-3-6403c4.yaml…
INFO Updating https://github.com/esphome/esphome.git@pull/5230/head
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 Frequently Asked Questions — ESPHome
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 Frequently Asked Questions — ESPHome
Failed config
‘models’ is a required option for [micro_wake_word].
The model parameter has moved to be a list element under the models parameter.
model: hey_jarvis
on_wake_word_detected:
- media_player.pause: {}
- if:
condition:
switch.is_on: continued_conversation
then:
- lambda: id(va).set_use_wake_word(false);
- voice_assistant.start_continuous: {}
else:
Probably a dumb question but I can’t really wrap my head around what I’m missing. Are timers available in every language? I’m running HA 2024.7.3, ESPHome 2024.7.2 and have three ESP32 S3 Box 3s on latest firmware. All set to German. All allocated to an area. None of them will set up a timer when instructed to (“Entschuldigung, das habe ich nicht verstanden.”). Regardless of whether I use the pure yaml or have added the radar binary sensor to it. Any settings that I should check on the device pages?