Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

muse media player not playing any song #29

Closed
lecrams opened this issue Apr 21, 2023 · 5 comments
Closed

muse media player not playing any song #29

lecrams opened this issue Apr 21, 2023 · 5 comments

Comments

@lecrams
Copy link

lecrams commented Apr 21, 2023

Hi,

Since the latest ESPhome update (2023.4.0) my muse deluxe media player is not playing any song anymore.

I have updated the media_player part in the yaml to:
i2s_audio:
i2s_lrclk_pin: GPIO25
i2s_bclk_pin: GPIO5

media_player:

  • platform: i2s_audio
    name: ${friendly_name}
    dac_type: external
    i2s_dout_pin: GPIO26
    mode: stereo

Compilation is okay, but If I try to stream a song nothing starts playing.

The log from the muse media player shows:
10:48:36 [D] [media_player:059]
'Muse Mediaplayer' - Setting
10:48:36 [D] [media_player:066]
Media URL: http://192.168.178.87:8123/media/local/01. Bachman Turner Overdrive -You Ain't Seen Nothin' Yet.mp3

@mdorchain
Copy link

mdorchain commented Apr 26, 2023

Same issue here with different hardware. The board crashes and reboot.
I checked the hardware and pinout with another arduino project and it works perfectly.
It's definetly related to esphome :(

Attached: the log through serial usb, wireless log doesn't show much.

image

@jbabio
Copy link

jbabio commented May 3, 2023

Same Issue here with the raspiaudio Muse Proto. Music will not play, but TTS works without issues.
May the issue be related to the version of the ESP32-audioI2S library as estated here?
Theoretically, different versions of the library can be selected as stated on the "Libraries" section of ESPHome Core Configuration

Using <name>=<source> syntax, it is possible to override the version used for libraries that are automatically added by one of ESPHome’s components. This can be useful during development to make ESPHome use a custom fork of a library.

@mateuszdrab
Copy link

mateuszdrab commented May 25, 2023

I'm not sure if I'm affected by the same issue; however, I just got the Muse Luxe a few days ago and I'm having issues playing back the voice assistant responses, TTS works fine as mentioned by @jbabio
I've verified that network wise, there's no issues downloading the responses from the /api/tts_proxy/ endpoint.
I am also unable to play an MP3 from the local media library

Config comes straight from the template

i2s_audio:
  - i2s_lrclk_pin: GPIO25
    i2s_bclk_pin: GPIO5

media_player:
  - platform: i2s_audio
    name: None
    id: luxe_out
    dac_type: external
    i2s_dout_pin: GPIO26
    mode: stereo
    mute_pin:
      number: GPIO21
      inverted: true

In the log, I can see:

[D][api:102]: Accepted 192.168.0.218
[D][api.connection:959]: Home Assistant 2023.5.4 (192.168.0.218): Connected successfully
[D][media_player:059]: 'RaspiAudio ESP Muse Luxe 424544' - Setting
[D][media_player:066]:   Media URL: https://xxx
[ 12186][E][Audio.h:392] bigEndian(): range overflow

No errors after that (via USB)

@rp3tya
Copy link

rp3tya commented Jul 8, 2023

Same issue with ESP Muse Luxe.
It can play radio stations but local Home Assitant media causes a reboot (used to work before).

@jesserockz
Copy link
Member

Hello,

We have archived this repo as the files have moved to https://github.com/esphome/firmware

If you install the latest ESPHome version and your issue still exists, please open an issue there.

Cheers,
Jesse

@jesserockz jesserockz closed this as not planned Won't fix, can't repro, duplicate, stale Oct 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants