I followed the procedure to set up the ESP32-S3-BOX-3 to use voice assistant. Everything seemed to go OK but the BOX-3 would not respond to a wake word. I went into ESPHome and saw that the BOX-3 needed to be adapted. I did than and again, everything seemed to go well but still no response to wake work. When I look at the logs in ESPHome, I see a warning that a connection error occured:
INFO ESPHome 2024.5.5
INFO Reading configuration /config/esphome/esp32-s3-box-3-05aac4.yaml...
INFO Updating https://github.com/esphome/esphome.git@pull/5230/head
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 Starting log output from 192.168.1.114 using esphome API
INFO Successfully connected to esp32-s3-box-3-05aac4 @ 192.168.1.114 in 0.024s
WARNING esp32-s3-box-3-05aac4 @ 192.168.1.114: Connection error occurred: esp32-s3-box-3-05aac4 @ 192.168.1.114: The connection dropped immediately after encrypted hello; Try enabling encryption on the device or turning off encryption on the client (ESPHome Logs 2024.5.5).
WARNING Can't connect to ESPHome API for esp32-s3-box-3-05aac4 @ 192.168.1.114: esp32-s3-box-3-05aac4 @ 192.168.1.114: The connection dropped immediately after encrypted hello; Try enabling encryption on the device or turning off encryption on the client (ESPHome Logs 2024.5.5). (HandshakeAPIError)
INFO Trying to connect to esp32-s3-box-3-05aac4 @ 192.168.1.114 in the background
INFO Successfully connected to esp32-s3-box-3-05aac4 @ 192.168.1.114 in 0.030s
WARNING esp32-s3-box-3-05aac4 @ 192.168.1.114: Connection error occurred: esp32-s3-box-3-05aac4 @ 192.168.1.114: The connection dropped immediately after encrypted hello; Try enabling encryption on the device or turning off encryption on the client (ESPHome Logs 2024.5.5).
After this the log loops with connected
and connection error
messages.
I am running HA 2024.6.0 on HA Blue.
Anyone have any ideas on how I can troubleshoot this issue?
Thanks.