broglep

Results 15 comments of broglep

I'm having the same issue with BDV-N9200W - BDV-2014. Would it be possible to use the existing devinfos files when getSupportedApiInfo is not available?

@rytilahti pretty sure yes. Maybe has a newer firmware version that does not support that method anymore? here is a trace I did capture ``` POST /sony/guide HTTP/1.1 Host: :10000...

@rytilahti great thanks. I did try it out. I get one step further, but looks like my BDV-N9200W is actually different compared to the devinfo in this repo. E.g. the...

👍 I'll dig a bit deeper tomorrow and try out the different things. And probably try to get a trace on what the sony app is doing to figure out...

yes maybe they are not returning everything, or it somehow moved elsewhere here is the output for the disvoer ``` INFO:songpal.discovery:Discovering for 5 seconds Found BDV-N9200W - BDV-2014 * API...

I did have a chance today to capture what the sony app is doing. regarding songpal it is doing the following for discovery: 1) guide getServiceProtocols 2) getVersions for each...

I did dig a bit deeper. Input is indeed controlled via UPnP. There is an Input element in the content directory that list the different input together with special uri...

I did wonder if I’m having an old firmware version, but the device is using version M21.R.0182 which seems to be newest version, it is from 03-19-2019

I have working UPnP code that can control the volume and input (using the async_upnp_client). Now my question is how best to integrate that. My end goal is to have...

I could not find anything that would hint at using UPnP directly unfortunately. I think only the absence of certain service types or methods can be used as signal to...