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

Converting the Alexa skill to "Smart Home Skill" #27

Open
etedj opened this issue Nov 20, 2017 · 3 comments
Open

Converting the Alexa skill to "Smart Home Skill" #27

etedj opened this issue Nov 20, 2017 · 3 comments

Comments

@etedj
Copy link

etedj commented Nov 20, 2017

First off, just discovered this yesterday while trying to get my new Roku TV to work with Alexa. Works like a charm... Thanks!

I am trying to train my family to use the phrase "Alexa, Tell Roku...". But it is hard for them to remember that and they usually say things like: "Alexa, turn on the TV" which fails

I did some research and it looks like Amazon has a special API for controlling Entertainment devices:

https://developer.amazon.com/docs/smarthome/build-smart-home-skills-for-entertainment-devices.html

Before I invested time into forking and modifying this skill, I was curious if there was a reason this skill didn't use this route initially.

Is there a reason why this shouldn't work? Thanks!

@mikehobi
Copy link
Contributor

Have not been able to read the full documentation, but I'm fairly certain that powering on the tv is not possible. When the tv is off, there is no network endpoint for Alexa to post requests.

That said, if possible, the Playback, Input and Channel controllers could prove to be useful.

@julianh2o
Copy link
Owner

julianh2o commented Nov 20, 2017 via email

@etedj
Copy link
Author

etedj commented Nov 21, 2017

Thanks for the link to the other project. I'll take a look.
Turning the TV on is possible if you have your Roku TV power options go to standby instead of a full power-off mode. In which case, "keypress/Power" will turn on/off the TV. I've added it (along with Volume Up/Down/Mute) to my own server, skill, and lambda and everything seems to work great.

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

3 participants