[PROBLEM] How to play webradio stream from Openhab - 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: [PROBLEM] How to play webradio stream from Openhab (/showthread.php?tid=2291) |
How to play webradio stream from Openhab - djpsycho82 - 03-25-2020 Hi all, I switched from Volumio to moode audio yesterday and it's running fine! I have one problem. I connected moode audio via MPD to Openhab. I can control Moode audio with no problems, for example: Play/Stop, Volume, and i can see the song info. It's done this way in Openhab: { mpd="ON:keuken:play, OFF:keuken: stop"} < [ON] = the command in openhab : [keuken] = the name of my Moode audio player : [play] is the mpd command. I only use Webradio streams and no mp3's but i think there no big difference. My question is, how can i send an URL from a radio stream to Moode Audio? I also fiddled around with playlists but it's a pain in the ass in my opinion. I'm not sure how to call an item from the playlist to play. Or how to load a playlist I created. Not sure how to manage playlists with moode audio Gui, but I used good-old-fashion Winamp for this . Hope someone can help me setting this up! RE: How to play webradio stream from Openhab - TheOldPresbyope - 03-25-2020 @djpsycho82 I don't know much about openHAB but I presume it has bindings to the mpc commands. You can see what they are from the command line of a moOde player. Example, on my player named moode3a: Code: pi@moode3a:~ $ mpc help You can see how playlists are dealt with by reading these commands and mapping what you want into openHAB if it hasn't been already. Note especially "mpc add <uri>". [added after posting] My second thought is that openHAB may instead have bindings which use the "MPD protocol". Regards, Kent RE: How to play webradio stream from Openhab - djpsycho82 - 03-31-2020 Thnx for the help! I figured out the mpc commands from moode, but they are not the same as I can use in Openhab. For instance, I can use MPC Play 1 through the console, and the first item in the playlist is starting to play / the player is switching to the first stream, Great! But when I use it in openhab > mpd="NUMBER:keuken:play" it just doesn't play or switch song. As I don't have a lot of webradio streams, the only thing I want to build is to play song 1,2,3,4 etc. through a command like [playsongid 1,2,3] Hope someone has an idea how to solve this. RE: How to play webradio stream from Openhab - djpsycho82 - 03-31-2020 Not sure why, but I solved the problem without knowing how though. I didn't change the code in openhab and didn't change anything in Moode audio, I think. But the last must be the problem. I think something went wrong with the playlist. I'm glad it's working now! |