This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.

The Homey Community has been moved to https://community.athom.com.

This forum is now read-only for archive purposes.

Radio via Sonos

I know it should be added at some time but is there anybody who knows of a trick to let a flow select anything else than a playlist? For example my favorite radio station? 

Comments

  • Athom is working on a radio (I belive TuneIn) for homey. Currently my own workaround uses a logitech harmony activity (which fires the sonos radio), but that would only be usefull if you have a logitech harmony
  • I do have a Harmony...Great idea, will experiment this weekend. Thanks!
  • Of course could not wait...

    How did you select the radio channel in an activity? I got the radio station as favorite but I see no way to select that.
  • SteefphSteefph Member
    edited August 2017
    I use the Sonos Http Api for that https://github.com/jishi/node-sonos-http-api

    Create a http Get request using the "http request flow" app

    and add the following line in it
    http://IPwhereTheApiRuns:5005/SpeakerName/tunein/play/96203
    This will start for example "Radio 3FM Alternative"

    Use this one for finding the stream number
    http://opml.radiotime.com/Browse.ashx?c=local

  • cbhcbh Member
    Do you have (need) the Logitech Harmony physically - or do you just use the app and the requests mentioned above?
    Don't have a Logitech Harmony - but if this can be a workaround, the app would be on my Homey within seconds ;-)
Sign In or Register to comment.