I had same issue , got that "simon says skill bla bla " error even hosting it myself , i know the file is encoded perfectly as i used ffmpeg and the settings others provided . And i didn’t want to adjust my HA nginix proxy host config just for a simple mp3 file making the rest of the setup use a insecure dated config .
I just posted PR to Alexa Media Player integration, so it would support tts.cloud_say. The only requirement is to have HA publicly accessible. It basically does what @MarkWattTech shows in his video, which was great inspiration for this update. There is ffmpeg available from HA, so no need to use Jovo for that conversion, and it’s converted locally.
It’s truly sad these hurdles exist. Google Home supports this easily, can be done directly from HA.
The easiest solution might be to use a Google Home mini or something (whatever they call them now) for playing local mp3s via Home Assistant. I would be using only Google Home devices if they supported alternate wake words. Darn you, Google.
For that reason I have 5,000 echo devices instead.
Such a shame that you can’t even play high quality audio with this method.
Someone mentioned Plex… how about Plex or a custom skill using Plex?
Plex can play high quality audio over the echo…
The problem with the official Plex Alexa skill is that it announces what it is going to play before it plays it, I don’t think that can be turned off.
(I haven’t figured out how to play Plex media using the integration…)
If you are using Nabu Casa, can you just send it an external URL? Sorry if this is a dumb answer, I’m new to Alexa, been using Google Home for a while. I got my first Alexa device and haven’t tried sending local files to it yet.
I had the same problem with “Simon says …” when I tried to play mp3-files on echos when I followed the instructions from Mark Watt Tech https://www.youtube.com/watch?v=ZJlH6k9PY4I
Finally, I could fix it by correcting the source-statement of the mp3-file.
It seems that the source needs to be like this (watch the different quotation marks):
Hello everyone. I would like to use a local mp3 to act as a customized alarm clock managed by Home Assistant, that plays on my Amazon Echo Dot. I succeded in converting the mp3 and making the NabuCasa link visible. Then I did a script in HA to play the mp3 with the notify service (let’s call it ScriptA).
Long story short: if I call the script saying “Alexa, play ScriptA” it all works flawlessly. But if I run the script from HA, it works the first time, then no more, and after a few time (sometimes hours) the Echo Dot becomes unavailable. I also tried using tts to simulate through HA the voice command, but it does the same.
Does someone has a suggestion and an explainatkon for that?
Thanks everybody…
D.
I seem to find only upload playlist from other music apps…no local file upload. I only have Amazon Music Prime, not Unlimited, so maybe that is the difference?
I play my local music with the MyMediaAlexa skill - for a small fee of €8.50 a year I can install a local server on a pc using software from mymediaalexa.com and set up playlists, then I can issue commands in Home Assistant with Alexa Media Player to use a custom command to use the skill to play my local media.
data:
media_content_type: custom
media_content_id: ask My Media to play my Relaxation Playlist
target:
device_id: 79a74c8c8a16a6fd769fdf5c4215a564
action: media_player.play_media
With this I can play any track or playlist in my local music collection.