![]() |
[How to do instruction] MoodeAudio Alexa Integration - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: FAQ and Guides (https://moodeaudio.org/forum/forumdisplay.php?fid=9) +--- Thread: [How to do instruction] MoodeAudio Alexa Integration (/showthread.php?tid=4771) |
[How to do instruction] MoodeAudio Alexa Integration - navatarx - 03-11-2022 Hello! The only thing I found missing from this great project is an integration with Amazon Alexa SmartHub, so after trying some things, I managed to do it and wrote a detailed how-to here: https://github.com/navatarx/moode-audio-automation In general I created a "pseudo" Amazon hub using node-red automation emulating Philips Hub as a proxy for managing Moode Audio. I tried to create all these having security in mind, so everything is on your internal network, without having to open anything from the outside. Node-red flows: ![]() An example for the first function for http request is the following: Code: res={} Note that Alexa identifies those devices as philips royal hue hub. Just say: "Alexa, turn on Pi audio" "Alexa, turn on Pi Audio Volume" or create a routine for "Alexa, next song" to "Turn on Pi Next Song" RE: [How to do instruction] MoodeAudio Alexa Integration - navatarx - 03-12-2022 Needless to say that if anyone has any addition and / or question, feel free to add / ask ![]() RE: [How to do instruction] MoodeAudio Alexa Integration - Tim Curtis - 03-12-2022 After moOde 8 ships I'll have a look at it :-) RE: [How to do instruction] MoodeAudio Alexa Integration - TookaFace - 03-31-2022 Very cool, as soon as i have more time, i will test. RE: [How to do instruction] MoodeAudio Alexa Integration - abrakadabra2k - 06-09-2024 This still works fine! I tried it with last moode 8 release + echo dot gen 3 Also I added 2 devices to play 2 different radios. Also the iptable needs to be adapted to the actual connection (in my case, eth0). Inportant: the iptables entry should be limited to your Alexa device, otherwise webgui ist no more reachable. You can find my additions on my fork: https://github.com/abrakadabra2k/moode-audio-automation/tree/main Little hint: Renaming devices somehow does not work, they are not rediscovered correctly. Choose a good name from start or rename the device in the alexa app (I suspect Alexa finds devices based on some ID or something) Also, "Pi" is not a good name for german users as it is pronounced not as "pie". |