Announcement

Collapse
No announcement yet.

Songza?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Songza?

    I have added the Songza app to my Sonos and would like to be able to play Songza stations from HomeSeer.

    Currently, to play radio stations I use:
    MusicApi.PlayMusic("", "", "RadioStation: <<RADIOSTATION NAME>>")

    Is it possible to use the MusicApi to play Songza stations on my Sonos?

    #2
    Originally posted by sifuhall View Post
    I have added the Songza app to my Sonos and would like to be able to play Songza stations from HomeSeer.

    Currently, to play radio stations I use:
    MusicApi.PlayMusic("", "", "RadioStation: <<RADIOSTATION NAME>>")

    Is it possible to use the MusicApi to play Songza stations on my Sonos?
    I assume you tried and it didn't work?

    Unless you can save the Songza radio station as a radio station favorite on a Sonos controller, the station would be "learned" by the PI. So make sure you have the option set, if you don't know how, consult the help file.

    Once learned, use the PI's player control webpage. Click on radiostations and in the list box, you should see the radio station name it was learned with. Use that name verbatim, case sensitive in your script. Try first clicking it. If it plays, it will work with a script.

    If it doesn't, capture screens and logs and post

    Dirk

    Comment


      #3
      Works great!

      Thank you!

      Comment

      Working...
      X