Skip to content
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

Can turn off Echo Show device screen with AMP but cannot turn it back on #2257

Open
dinki opened this issue May 8, 2024 · 6 comments
Open

Comments

@dinki
Copy link

dinki commented May 8, 2024

IMPORTANT: Please search the issues, including closed issues, and the FAQ before opening a new issue. The template is mandatory; failure to use it will result in issue closure.

Describe the bug

Can turn off Echo Show device screen with AMP but cannot turn it back on

I have this as part of an automation to turn off the screen while I am sleeping:

service: media_player.play_media
data:
  media_content_type: custom
  media_content_id: turn off display
target:
  entity_id:
    - media_player.donny_s_echo_show_5_2nd_gen

but this service call does not turn the screen back on though issuing the same command with voice does:

service: media_player.play_media
data:
  media_content_type: custom
  media_content_id: show clock
target:
  entity_id: media_player.donny_s_echo_show_5_2nd_gen

Perhaps there is another way to do this but I would like to be able to automate the ability to turn the screen on and off.

Thanks!

System details

  • Home-assistant (version): 2024.5.2
  • alexa_media (version from const.py or HA startup): 4.10.0
  • alexapy (version from pip show alexapy or HA startup): 1.27.10
  • Amazon 2FA is enabled (y/n). <!---We will not debug login issues if unanswered--->: yes
@alandtse
Copy link
Owner

Please confirm the app allows turning off a show.

@dinki
Copy link
Author

dinki commented May 10, 2024

Please confirm the app allows turning off a show.

It definitely allows for turning it off as that is working. It's the turning it back on that's the problem. I uninstalled the app a long time ago as it drained my battery consistently. I'll reinstall it soon and follow up.

@alandtse
Copy link
Owner

Oops sorry. I meant to say can the app turn it back on. Please let me know.

@dinki
Copy link
Author

dinki commented May 10, 2024

Haven't tried the app yet but did some searching and in it I found someone saying that if they set do not disturb mode on for five seconds (shortest allowed) via an alexa routine then the screen comes back on. Can I do that with AMP? Maybe I should set up an alexa routine and call it from AMP?

https://www.reddit.com/r/amazonecho/comments/mghu61/routine_to_turn_on_display_screen/

@dinki
Copy link
Author

dinki commented May 10, 2024

I can confirm that by setting a routine that did:

At 2:45PM
Set Do Not Disturb mode on for 5 seconds on Living Room Echo Show

Did wake the screen as I had hoped. Can you advise on how to perform this same type function with AMP? Thanks

@alandtse
Copy link
Owner

You can either call the routine you made, issue a voice command, or just enable the dnd switch using HA. Please consult the wiki. You can also edit the wiki when you figure it out so others can find it. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants