esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
290 stars 34 forks source link

I2S Audio Media Player (ESP32-WROOM + MAX98357A) #3934

Open wpak18 opened 1 year ago

wpak18 commented 1 year ago

The problem

Hi,

When try tts or radio station to play on MAX98357A via I2S ESP32 disconnect from HomeAssistant api and wont connect again

Which version of ESPHome has the issue?

2022.12.6

What type of installation are you using?

Home Assistant Add-on

Which version of Home Assistant has the issue?

No response

What platform are you using?

ESP32

Board

ESP32-WROOM

Component causing the issue

MAX98357A

Example YAML snippet

`switch:
  - platform: gpio
    pin: 13
    name: "SD"
  - platform: gpio
    pin: 12
    name: "Gain"

media_player:
  - platform: i2s_audio
    name: ${device_name} Glosnik
    dac_type: external
    i2s_lrclk_pin: 26
    i2s_dout_pin: 14
    i2s_bclk_pin: 27`

No response

Anything in the logs that might be useful for us?

[media_player:066]:   Media URL: https://domain:8123/api/tts_proxy/21f8c8a2054c3855a9140a1481ab0be87837_pl_‑_google_translate.mp3
[api.connection:083]: Home Assistant 2022.12.6 (::FFFF:10.0.0.1): Connection closed

Additional information

No response

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.