Vu+ Integration

Further discussion continues on the other topic: Enigma2 receivers integration

hi, i have question about start vusolo2 on selected channel:

tvnturbo:
sequence:
- service: media_player.play_media
data:
entity_id: media_player.solo2
media_content_type: tvshow
media_content_id: “1_0_1_3DD1_640_13E_820000_0_0_0”
#media_content_id: “TVN”

doesent work, why?
error:

Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/service.py”, line 226, in _handle_service_platform_call
await func(entity, data)
File “/usr/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/media_player/init.py”, line 592, in play_media
raise NotImplementedError()
NotImplementedError

the same here, no working:

hdmi1: #nie działa
sequence:
- service: homeassistant.turn_on
entity_id: media_player.yamaha_rxv683_zone_1
data:
source:
- HDMI1

this two works perfect::
vusolo_power:
sequence:
- service: homeassistant.turn_on
entity_id: media_player.solo2

vusolo_poweroff:
sequence:
- service: homeassistant.turn_off
entity_id: media_player.solo2

I have a Pull Request open on HA with an enigma2 media_player. Please comment there if you would like to see it merged, so maybe the review might get picked up quicker!

https://github.com/home-assistant/home-assistant/pull/21271

I’m wondering what the current options and limitations of integrating a VU+ receiver are. Obviously there (still) is no dedicated integration. Is the Enigma2 working well for VU+ devices? What is possible, what isn’t?