Questions tagged [sony-audio-control-api]

A JSON API from Sony for controlling audio devices, accessed via HTTP

From Sony's website:

14 questions
2
votes
0 answers

How to get "stream information" for Sony AVR using Sony Control API?

I am using Sony STR-DN1080 together with the Sony Audio Control API. Everything is working fine, except that I cannot find how to fetch the "stream information" of the currently playing stream. (The one that shows the audio codec of the currently…
eagle
  • 21
  • 3
1
vote
1 answer

Some get API functions are not supported by my HT-CT800

My Device from getInterfaceInformation { "id": 33, "result": [ { "interfaceVersion": "4.0.0", "modelName": "HT-CT800", "productCategory": "homeTheaterSystem", "productName": "Bar", …
1
vote
1 answer

Sony Audio Control API - Can't Change Input on AV Receiver

I've been playing around with Sony's Audio Control API recently, with the aim of setting up 'scenes' at home, where I can switch devices on/off, set lighting, etc with one command. I can list available inputs with getCurrentExternalTerminalsStatus,…
1
vote
2 answers

Getting started with Sony Audio Control API

Trying to use the new Sony Audio Control API with my STR-DN1080 (firmware M41.R.0377), but having a lot of trouble following the guide on https://developer.sony.com/develop/audio-control-api/. It's certainly pretty looking, but the Tutorials are…
0
votes
1 answer

Implementing WebSockets with Sony's Audio Control API in Python

Sony's website provided a example to use WebSockets to works with their api in Node.js https://developer.sony.com/develop/audio-control-api/get-started/websocket-example#tutorial-step-3 it worked fine for me. But when i was trying to implement it in…
Eric Yu
  • 27
  • 9
0
votes
1 answer

Using the API to set 'multiChStereo' and '2chStereo' soundFields on bullt-in Chromecast input

Regarding programming with the Sony Audio Control API. I am aware that the only 2 soundFields that are selectable when using the built-in Chromecast on the Sony STR-DN1080 are '2Ch Stereo' and 'Multi Ch Stereo'. You can press the "2ch/Multi" button…
grolschie
  • 2,163
  • 2
  • 12
  • 29
0
votes
2 answers

setPlaybackContent and network audio

ref: https://developer.sony.com/develop/audio-control-api/api-references/api-overview-2#_setplaycontent_v1_2 Is it possible to play an mp3 stored on a webserver, e.g. http://example.com/myfile.mp3? Or even better, a Shoutcast mp3 stream URL? The API…
grolschie
  • 2,163
  • 2
  • 12
  • 29
0
votes
1 answer

Sony Audio Control API with USB

I m using the Sony audio control API with a ZR5 and an USB key. I can select the USB storage with the Json { "method":"setPlayContent", "id":1, "params":[ { "output":"extOutput:zone?zone=1", "uri":"storage:usb1" } ], …
0
votes
1 answer

Sony API - Simple http post format

I want to control my Sony STR-DN1080 through my home automation controller which is a vera product. Using vera scenes I can send http post commands. SQL and a little c# are my coding tools so I am not familiar with curl, json etc. For my purpose, I…
0
votes
1 answer

Sony API discovery process and the Sony STR-DN1080

re: https://developer.sony.com/develop/audio-control-api/hardware-overview/discovery-process Hello. I have an APAC region Sony STR-DN1080 AVR. I am able to control said AVR via the API just fine. I just cannot discover supported Sony devices using…
grolschie
  • 2,163
  • 2
  • 12
  • 29
0
votes
1 answer

Scope of Sony Audio API

I have a very basic question. I’m interested by the Sony STR-DN1080 and I’d like to control it with the Sony Audio API (the only one which exists as far as I know) using my own home automation system (domoticz for instance). But I don’t understand…
ricorico94
  • 31
  • 2
0
votes
1 answer

Sony Audio Control API - Cannot select A.F.D. sound field

(This post has been tagged "sony" for Sony Engineers to find, as per: https://developer.sony.com/develop/audio-control-api/get-support) Hello. I have having a problem with the Sony Audio Control API. When formatting JSON requests to select Sound…
grolschie
  • 2,163
  • 2
  • 12
  • 29
-1
votes
1 answer

HTTP Sony's Audio Control API

I have some problem with the Audio control API by Sony using postman. Why post request from the screen didn't work? Why is it working when I call getPowerStatus?
paweo90
  • 73
  • 9
-4
votes
2 answers

Sony ZR5 Audio Control API

How i can send to my Sony ZR5 audio stream like http://air.radiorecord.ru:805/chil_320 using api? Thank you.