Open alfwro13 opened 1 year ago
Same issue, using ESPHome 22.12.8
Tried with both a ESP32 ESP-WROOM-32 Development (aka Amazon special) and a ESP32 Mini ESP-WROOM-32 Development board
Relevant section of log downloaded:
[ 75901][V][ssl_client.cpp:324] stop_ssl_socket(): Cleaning SSL connection. E (90468) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time: E (90468) task_wdt: - loopTask (CPU 1) E (90468) task_wdt: Tasks currently running: E (90468) task_wdt: CPU 0: IDLE E (90468) task_wdt: CPU 1: IDLE E (90468) task_wdt: Aborting.
I get this error either trying a local mp3 or Nabu Casa TTS
Relevant configuration: substitutions: i2s_lrclk_pin: GPIO33 i2s_dout_pin: GPIO22 i2s_bclk_pin: GPIO19
media_player:
I don't have any issues with playing mentioned streams, but when it cannot connect, for example stream address is not valid or it is blocked on a FW, then it might crash.
Hey. Was having similar issue. @randybb Thank You ! As You wrote Crash can be caused by ESPHome node being unable to reach file in network. During research I found out that I had messed Setting > Network > URL adress Setting. Which was greyed out (blocked) because it supposedly was configured in configuration.yaml.... (not true) in fack elevation, longitude and so one entries also block setting URL by hand ... Fixed that Local URL and immediately got speaker working.
The problem
I have a Node MCU board with UDA1334A I2S DAC module. Playing audio files (mp3), text to speach is fine. When trying to play online radio esphome api crashes
Which version of ESPHome has the issue?
2022.11.2
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
2022.11.2
What platform are you using?
ESP32
Board
Node MCU
Component causing the issue
api/i2s
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
.