Roon-extension-http-api question: how to select internet radio station?

Hi, I am using the roon extension http api (GitHub - st0g1e/roon-extension-http-api) with node-red/homekit. Mostly to play / stop songs and stations in the various zones. Now the question: how do I select and play a specific radio station (i.e. let’s take ABC Triple J in NSW Australia) with a http string?

Hi @Chris_Keller,
maybe it’s worth clicking here and having a look at rooExtend.

I’ve created a new Roon extension called rooMax that does it all and lets you use Homekit via web hooks :+1:

The thread to rooMax you can find here:
rooMax – Best wireless Roon remote ever! - Audio Gear Talk / rooExtend - Roon Labs Community

Best DrCWO

superb thanks - I have the http api (GitHub - st0g1e/roon-extension-http-api) and the mqtt extension ( http api (GitHub - st0g1e/roon-extension-http-api) already integrated with node-red and roon. So I decided to publish with the mqtt extension to roon/[zone-name]/browse/internet_radio the message containing the radio station name which then starts playing the internet radio station.