Announcement: The Alexa Skills Community Is Moving To Stack Overflow

For improved usability and experience, Alexa skills related forum support will be transitioned to Stack Overflow. Effective January 10, 2024, the Amazon Developer Forums will no longer be available. For continued Alexa skills support you can reach out to us on Stack Overflow or via Contact Us.

question

sacdroid avatar image
sacdroid asked

Control TV, KODI, Chromecast and Audio Box using Echo and Raspberry PI

I wrote Alexa remote web service which runs on raspberry pi inside my home network and controls all my home media device using HDMI-CEC, pyChromecast, KODI JSON RPC API. Here is Demo: https://www.youtube.com/edit?video_id=9qEQE3fzXnY
alexa skills kitshowcase
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

sacdroid avatar image
sacdroid answered
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

mm-nickname avatar image
mm-nickname answered
This is awesome! Is this something you are developing? Do you have a tutorial, or blog explaining how the system works, its very interesting to find out how people have architected their solutions. Thanks
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

sacdroid avatar image
sacdroid answered
I have pushed Alexa webservice implementation to github at, https://github.com/sacdroid/alexa-genie. It is flask/python server which runs on raspberry on my home network. I will try to complete instructions to install required python modules over this week: https://github.com/sacdroid/alexa-genie/blob/master/README.md Thanks, Sachin.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

mm-nickname avatar image
mm-nickname answered
Wow sounds awesome, it is very interesting to see how other people have implemented their solution, I myself have the same kind of setup but just using .Net. So it is awesome to checkout different implementations! Thanks again!
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Dan Kregor avatar image
Dan Kregor answered
mm, I'm keen to look at Alexa dev using .NET like yourself. Do you have anything you can share on your project (vids, blog, code smaples etc.)?
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Casper avatar image
Casper answered
Did I miss the Chromecast control in your video? that's what I'm interested in
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

sacdroid avatar image
sacdroid answered
Currently my skill only supports pause and play on chromecast. Movie in video is being played chromecast but you can do more with https://github.com/balloob/pychromecast like your playing your local videos/photos with alexa's voice command. Thanks, Sachin.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.