Replies: 4 comments 7 replies
-
Hello, just trying to understand if there are known issues with the notify.alexa_media_last_called . It appears that it is not working consistently and it appears that calling update_last_called service before notify is not making a difference. Is there something I am doing wrong? Has this been tested and verified to work? I really want to be able to get the notification from the echo device I spoke to which was to invoke the script (as a scene). I use Home Assistant Cloud (Nabu Casa) and its skill. The Alexa Media Player component is very good and I love the integration. It appears this would just make it perfect. Thanks for any help in advance. |
Beta Was this translation helpful? Give feedback.
-
I was able to get things working relatively consistently using approach below with delays of 1 second in between service calls sequence:
However, I do get errors about 30 percent of the time with Unable to find service notify.alexa_media_last_called - When I retry the spoken command, it works. There is a reference to this issue at #459 - while it appears the issue is closed, it still occurs. Thanks |
Beta Was this translation helpful? Give feedback.
-
Thanks. I can make an automation that reports various temperatures around my house, and it plays on the last called Alexa. It works perfectly when I do it via "Run" in the automation developer section - playing on the last Alexa device that I had talked to. However I am missing something pretty basic I guess - when I try to invoke this directly from Alexa via an Alexa routine or directly - (the automation seems to only be exposed as a "scene" to Alexa) - I can enable or disable it - but not "run" it. The enable / disable flag in HA turns on or off when I turn the scene on or off in Alexa - but I can't get Alexa to actually invoke ("run") it. I tried "Alexa open scene House climate report" - and it gets me "Hmmm, I'm not sure" If I create an Alexa routine that calls this scene (set as "power=on"), the appropriate alexa beeps as if it did something, enables or disables the scene (if the alexa setting was power on or off). No attempt to actually "run" the yaml appears to be made and nothing shows up in the trace. |
Beta Was this translation helpful? Give feedback.
-
media_player.home_fire_tab = "last_called: null", "last_called_timestamp: null", "last_called_summary: null" not work. |
Beta Was this translation helpful? Give feedback.
-
Hello, I have been using the component to have Alexa speak notifications successfully via HA. I have 10 echo devices throughout house, and in one case, I have a script that I want to execute via Alexa and have it speak back to (as a notification) the device it was spoken to. I created the script in HA and configured it to use notify.alexa_media_last_called instead of a specific echo (or group of echos). I have my HA enabled with Nabu Casa so, I created a routine in Alexa (which is invoked when I speak to Alexa) which invokes the script (based on scene) in HA. All works perfectly when I am addressing a particular echo devices or group of echo devices in the HA script to be notified. However, what I really want is for the echo that was spoken to only respond back. So, when I used the notify.alexa_media_last_called the results are not consistent, sometimes the notification response is to the spoken echo and sometimes it is the previous echo spoken to. I also tried using the update_last_called service call, but it still did not make a difference. I added delays in between for a few seconds, but no avail. I also had the Alexa routine say something first before invoking scene, but that also did not work. Thanks so much for any help.
Beta Was this translation helpful? Give feedback.
All reactions