Media Player component for Oppo Blu-ray player?

Hi,

I have an Oppo BDP-103D Blu-ray Player.
There are iOS/Android apps to control it with, so it should be possible to have a media_player component for the player.
Is anyone aware of such a component?

Sebastian

2 Likes

Hi,

I would like to know that too. Hopefully someone has made progress in this area.

I’m not having too much hope here.
To my knowledge, Oppo is not releasing any protocol specifications and I’m also not aware of any 3rd party applications to control the device.

Sebastian

Hi,

oppo contro; protocol is open.
http://download.oppodigital.com/UDP203/OPPO_UDP-20X_RS-232_and_IP_Control_Protocol.pdf

1 Like

Hi all,

we should force the creation of a component here:

Please vote for it to get that happened.

Hi all,

so at least i started to dig into that myself but i have not that much knowledge about HA and python at the moment.
What i could get to run is a basic sensor:

sensor:
  - platform: tcp
    host: IP_ADDRESS
    port: 23
    payload: "#QPW\r"
    name: "OPPO PowerStatus"
    value_template: "{{ value.split(' ')[1] }}"

but i will also take a look at a custom_component and try to get into that

Hi !
Has anyone made any progress in do this work?
Thanks!

any new?
thanks