-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update device.py #61
base: master
Are you sure you want to change the base?
Update device.py #61
Conversation
Previously, the lowest supported api_version was 3. Default to it in order to fix existing tests.
> sonyapilib/device.py:1:0: C0302: Too many lines in module (1023/1000) (too-many-lines)
Mtdcrpr58 Test coverage
Added HDMI support for some models
The methods are essentially the same. They only differ by one char in the the url. |
The service id you are using is referenced in dmr.xml and more information can be retrieved via AVTransportSCPD.xml or AVTransportBdpSCPD.xml depending on the API version. |
Sorry @alexmohr, |
@gohlas Could you install the android app Thanks in advance |
@alexmohr Do you have some tips what should I look for? |
No not really with a v4 device the query of sources was pretty obvious because the response is a JSON containing all sources. |
I still have the wireshark log. |
Send it via mail to [email protected] |
Would this help to be able to select sources in homeassistant? |
Only for a few devices and only for hmdi 1 and 2. Proper support probably won't be added ever |
I was trying to sniff the Video Sideview app using packet capture to see what is going on in the network but when I turn on the capture it won't list the inputs available. Can you please give me some guidance on how to get them listed? I would like to help to get this available in homeassistant VID-20221105-WA0002.1.mp4 |
Depending on the device they might also be hard coded.There does not seems to be a generic way to select sources for different devices, thus it's out of scope for this project as I can't provide support for all devices. |
7fa06b2
to
9bc07bb
Compare
Added HDMI change support for some models. Work is not 100% but as I mentioned before, it works.