Sonos System and Loxone

Einklappen
X
 
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge
  • Gast

    #16
    How does it work? Do I need to use a predefined output reference and modify accordingly by looking into the Sonos API?
    Where do I find the "command" that has to be sent to select radio channel X?

    Kommentar

    • Gast

      #17
      For me it is easy to use Wireshark and find the command I need, because we offer that as a service to our customers, so I haven't been looking for a way to construct a command

      Kommentar

      • Gast

        #18
        Zitat von Philip
        For me it is easy to use Wireshark and find the command I need, because we offer that as a service to our customers, so I haven't been looking for a way to construct a command
        Can you maybe place some examples / screenshots here on how you programmed the interface with sonos?

        Kommentar

        • Gast

          #19
          Hi Grindal,

          Meanwhile, I have it working.
          I'm using a raspberry pi with the following installed: https://github.com/jishi/node-sonos-http-api. This exposes the sonos API through a user-friendly way.

          Once installed, just look at the TuneIn section on that page.
          You just create a virtual output with a POST message to your raspberry pi containing the station ID.
          To find that ID, i just had to go to http://opml.radiotime.com/ and then use the link http://opml.radiotime.com/Browse.ashx?c=local to see my local radio stations
          For example, to add the station 'Studio Brussel' i just used id 25710 which you can get from: preset_id="s25710"

          Regards,
          Nick



          Kommentar

          Lädt...