Alexa TTS via MQTT in Docker!

I’ve been migrating my setup to Docker this week. During this process I found that the Alexa TTS scripts weren’t very easy to get working with this setup due to missing dependencies and other issues. Instead of cobbling something together, I decided to Docker-ize the Alexa TTS scripts so they could be used more easily in a Docker environment (HASS.io anyone?). The best part is that it all works via MQTT! Even if you aren’t currently using Docker for your HA install, this method can be used to get Alexa TTS up and running quickly.

Below is a link to the Docker image that I created that makes Alexa TTS very easy to get running. I plan to add support for some of the other non-TTS commands that the scripts support in the future.

https://hub.docker.com/r/oblogic7/alexa-tts-mqtt

2 Likes

this sounds like it would be awesome. do you have the dockerfile/source files somewhere? having issues on pi3b and seems like it’s the image base.

Sorry, forgot to make the repo public.

If you find a base image that works I’ll be glad to tag an image for RPi

This is amazing. I’ve been following the main Alexa TTS thread trying to get it working with docker. This took about 2 minutes to setup and works perfectly.

1 Like