-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notifications broken with recent updates #2768
Comments
If you say "Alexa, play music everywhere", does that work? |
Yes, I can play things everywhere by interacting with alexa through voice (e.g. radio stations). There is a speaker group named everywhere in the AMP config. I did try to look for other similar issues before posting but possibly I am blind! Will look again. |
Ah, got it. I never tried using it! Ok, my curiosity is piqued....pausing TV and getting off the couch to go check... |
I've since realised the obvious and set up individual actions to send a notification to each echo, which works for now, so it's now a minor issue from my perspective!! Happy to assist in any way I can with logs etc? |
I tried notify using TTS and got silence. Reviewed the wiki as I'd remembered something about WHA and found this: TTS - This is the older media_player.alexa_tts functionality. Alexa will speak using Alexa's Simon says skill and will not sync between devices. This does not work with an Alexa Whole House Audio group (WHA). This does allow messages to phone apps which the Announce function does not. Canned_TTS can be sent as of 2.8.0 (e.g., alexa.cannedtts.speak.curatedtts-category-goodmorning/alexa.cannedtts.speak.curatedtts-random) "Everywhere" would be the WHA "Alexa Whole House Audio group". I changed I see nothing out of the ordinary in my logs. I suspect it's Amazon falling down on the job (yet again?)??? It looks like WHA can only (reliably) be used for music. PS - Yes, I like "stereo"! |
And that's probably due to code changes within Amazon as they are constantly tinkering and revising what the app does or does not do... |
So, it did work for me, up until HA did that update that broke AMP a couple of months back, then when AMP updated, it had stopped working. That was why I assumed it was changes AMP side, but it sounds like not! I am not too fussed by just addressing them individually (sync doesn't need to be perfect, they are different rooms) so happy to close then :) |
I tried creating a routine: when I say - "announce visitor" but the "everywhere" group was not an option for it to speak via. I was able though to create a routine based on a smart home device change though. You could trigger that Alexa routine based on an appropriate entity state in HA that's exposed to Alexa. |
The HA entity could be something like |
That could be perfect actually, I will have a go, thanks! Honestly as soon as Nabu Casa get hardware as good as echo out, I will burn all my amazon devices :D |
Describe the bug
Recent versions have broken previously working doorbell notifications. I have tried recreating the automation action, but no sound is played from any device.
To Reproduce
Have an automation that includes a notification:
alias: Doorbell announcement
description: ""
triggers:
device_id: b8bbf005cb31eccca417c1cb2e4fb674
entity_id: 8539fc0da13e64704c1f7a6055f0aa19
domain: binary_sensor
trigger: device
conditions: []
actions:
metadata: {}
data:
message: There's somebody at the door
mode: single
Expected behavior
The message should play through all Echos
System details
Debug Logs (alexa_media & alexapy)
home-assistant_alexa_media_2024-12-20T14-17-47.058Z.log
Additional context
Not much else to say, I have looked through the various examples but I can't make anything play.
The text was updated successfully, but these errors were encountered: