Sonos and the new TuneIn

After the forced move from Sonos to the new App/Tuneln I’m not able anymore to select a radio station. Is there someone who found a solution the select a radio station

I’m using Sonos favorites, so I added a TuneIn (new) station to the Sonos Fav’s and they are selectable via the sonos binding

Thanks Emiel,
That is what I did. I have the radio stations in the list of “Sonos-favorites” but can’t select them. I tried to do this currenttitle and radio but both are not working

                 sendCommand(Radio2, "NPO Radio 2") // System started

                 SonosPlay1KeukenCurrenttitle.postUpdate (Radio2.state.toString)
                 SonosPlay1KeukenRadio.postUpdate (Radio2.state.toString)
                 sendCommand(SonosPlay1KeukenControl, PLAY)

Can you share your way. Thanks.

I just send the name of the station to an Item, in Blockly. That piece of the code is:

        } else if (items.getItem('knoppen').state == '2002') {
          items.getItem('Sonos_Connect_Study_Favorite').sendCommand('Deep Radio');
        } else if (items.getItem('knoppen').state == '3002') {
          items.getItem('Sonos_Connect_Study_Favorite').sendCommand('Sublime');
        }

Thanks. Can you find the channel of Sonos_Connect_Study_Favorite

sure:


the Item is a regular String item