Sony & DirecTV status assistance
Posted: Wed May 15, 2013 6:19 pm
I have a Sony STR-DA5600ES receiver which is network connected. Through Sony's (terrible) iOS or Android app, when I adjust the volume (either via the app or via my IP2IR Global Cache device) I can see the volume setting (ie; -10, -13.5, -20, etc...) on the Sony app. What I'd like to do is see that via the DemoPad interface and not a separate app when I adjust the volume from my controls (controlling the IP2IR). Does anyone know the codes, URL, whatever... I would need to use to see the volume setting from the receiver?
Also, I have a DirecTV receiver that I would like to get the channel info from within the DP app as well, but in a 'formatted' look. Right now, I've put a web page on my DirecTV panel that shows the JSON info in native form; (http://10.10.10.50:8080/tv/getTuned) gives me:
{
"callsign": "NFLHD",
"duration": 14400,
"isOffAir": false,
"isPclocked": 3,
"isPpv": false,
"isRecording": false,
"isVod": false,
"major": 212,
"minor": 65535,
"offset": 11878,
"programId": "9213947",
"rating": "No Rating",
"startTime": 1368626400,
"stationId": 3900923,
"status": {
"code": 200,
"commandResult": 0,
"msg": "OK.",
"query": "/tv/getTuned"
},
"title": "NFL AM"
}
I'd like to extract the "callsign", "title", and "major" info from that and display it on my panel. Any ideas?
Thanks in advance for the info.
Also, I have a DirecTV receiver that I would like to get the channel info from within the DP app as well, but in a 'formatted' look. Right now, I've put a web page on my DirecTV panel that shows the JSON info in native form; (http://10.10.10.50:8080/tv/getTuned) gives me:
{
"callsign": "NFLHD",
"duration": 14400,
"isOffAir": false,
"isPclocked": 3,
"isPpv": false,
"isRecording": false,
"isVod": false,
"major": 212,
"minor": 65535,
"offset": 11878,
"programId": "9213947",
"rating": "No Rating",
"startTime": 1368626400,
"stationId": 3900923,
"status": {
"code": 200,
"commandResult": 0,
"msg": "OK.",
"query": "/tv/getTuned"
},
"title": "NFL AM"
}
I'd like to extract the "callsign", "title", and "major" info from that and display it on my panel. Any ideas?
Thanks in advance for the info.