Search found 4 matches
- Mon Jan 11, 2021 7:15 am
- Forum: Help Forum
- Topic: Format for HTTP REST GET commands
- Replies: 3
- Views: 22423
Re: Format for HTTP REST GET commands
Anyone able to figure this out? I have the same issue trying to control my SONOS via the HTTP REST API. DemoPad Command: GET /[SONOS Selected Zone]/favorite/[Favorites 1] HTTP/1.1\x0D\x0AHost: 192.168.20.116:5005\x0D\x0A Where [SONOS Selected Zone] and [Favorites 1] are Label Variables. Captured wit...
- Fri Sep 13, 2019 6:24 am
- Forum: General Discussion
- Topic: Sonos App Update
- Replies: 12
- Views: 50020
Re: Sonos App Update
Never mind. I decided to switch over to the SONOS HTTP API as provided here https://github.com/jishi/node-sonos-http-api This makes interfacing with SONOS much easier.
- Fri Sep 13, 2019 6:22 am
- Forum: Help Forum
- Topic: Format for HTTP REST GET commands
- Replies: 3
- Views: 22423
Format for HTTP REST GET commands
I'm using REST commands to control my SONOS system via the SONOS HTTP API (https://github.com/jishi/node-sonos-http-api). I utilize feedback from the SONOS system to populate a list of Favorite Stations. I then create commands that send a request to play one of the stations. My problem is that using...
- Sat Sep 07, 2019 11:05 pm
- Forum: General Discussion
- Topic: Sonos App Update
- Replies: 12
- Views: 50020
Re: Sonos App Update
Can someone help with this one. I can't seem to get it to work. Get Info: OLD COMMAND POST /MediaRenderer/AVTransport/Control HTTP/1.1\x0D\x0ACONNECTION: close HOST:1400\x0D\x0ACONTENT-LENGTH: 272\x0D\x0ACONTENT-TYPE: text/xml; charset="utf-8"\x0D\x0ASOAPACTION: "urn:schemas-upnp-org:service:AVTrans...