I have one echo dot (office_dot) in Alexa app and this integrate added it to HA. I added a new echo dot (livingroom_dot) to the Alexa app, uninstall this integration and reinstall it. However the new echo dot doesn’t appear in HA as media_player. Below are the entities show up in the config->entities page:
the office_dot has total 7 entities and 3 of them showing unavailable status:
I have uninstall/re-install this integration multiple times and also rebooted HA, but still can’t make it work. Does anyone know why this happened and how to fix it?
It is normal that the sensors like alarms and timers are unavailable until you set an alarm or timer, then they become available showing for example the time of next alarm
didnt work :-(. If you send “stop timer”, alexa understands that you are trying to pause/cancel a running timer and not the alarm of the expired timer.
make sure that you write “stop” the way she expects it.
with capitals and all.
to know how to write it you need to say it to her. when she then does what you want, look at the history to see how she writes it.
sometimes its just a small thing that makes the difference.
I dont know why, but this doesnt work for me :-(. I tried with “stop”, stop, “pare”, pare, and none of those worked.
edit: ok, new problem… it works for one device, but it doesnt for another one. Need more digging.
edit2: my guess is that it seems that having a accented letter on devices name is no good. Funny thing is: the other commands works!
edit3: ok, got it working. had to rename/re-register that echo dot, but now it works as expected. thx!
This may be something worth testing in the official Alexa app to see if it should be reported to Amazon as a bug. If it works fine in that app, we may have a bug in the component.
I am having a little issue and was wondering if somebody could help me, please. I have looked at many posts but didn’t find the solution.
I have 3 Amazon Echos. I want to put them in a group and then use the group for other things. Either, I am not understanding the concept or it is not working.
I dont think it’s a bug in the component… I’m using a echo dot near my computer but I have two others in the house. Yesterday this one was ignoring the “stop” command. I tried the same on the other two and it worked. I went back to the problematic one and unplugged/plugged the power. After that it worked again! Since i’m using this echo dot to try a automation and often ask it to start/stop timers, maybe there’s some sequence of events that made ir unresponsive to the “stop” command thru the api (or a bug).
How do I use Alexa Media Player / HA / Monocle Skill in a Home Assistant Automation Event?
Monocle skill ID is: B079P7DZ4D
Current HA version: core-2021.5.5
Current Media Player version: v3.10.5
Current command to show front door is: “Alexa show front door” which works fine on the Amazon Show in the kitchen. (well and the other 3 Amazon Show devices)
I am using automation right now to announce that someone is at the front door via the Doorbell press or PIR (via ONVIF) incorporated in the Hikvision Doorbell.
This does not work for me: (example)
Use media_player.play_media
entity_id: media_player.kitchen media_content_id: ‘show front door’
media_content_type: custom
Apologies…figured it out and works well using a script.
sequence:
service: media_player.play_media
target:
device_id: exyz
data:
media_content_id: ‘’‘show front door’’’
media_content_type: custom
mode: single
the content_id should be exactly that, what you have to say to alexa in order to start, something like: “start reveil” or what you have configured in the app.