Hi, I was following the conversation. Were you able to view the TV logo in the Sky Q player?
Ciao, stavo seguendo la conversazione. Sei riuscito a visualizzare il logo delle TV nel player Sky Q?
Hi, I was following the conversation. Were you able to view the TV logo in the Sky Q player?
Ciao, stavo seguendo la conversazione. Sei riuscito a visualizzare il logo delle TV nel player Sky Q?
No, no logo. Only when looking at Sky Channels i have the picture of the program.
I don’t even have that, only the name of the channel appears e.g. SkyTG24.
How did you manage to view the programs?
This is my configuration.
media_player:
- platform: skyq
name: SkyQ
host: 192.168.1.41
live_tv: true
country: ITA
room: salotto
generate_switches_for_channels: false
Did you put live_tv: true and country: ITA?
This is mine. I add “live tv” and “country”.
right?
’ ’ ’
media_player:
Preformatted text
I receive this error:
Invalid config for [media_player.skyq]: [live_tv] is an invalid option for [media_player.skyq]. Check: media_player.skyq->live_tv. (See ?, line ?).
What version of skyq integration are you using?
I downloaded it from the link at the beginning of the tread
I think you don’t have the latest release of the integration… actually latest is 2.21.
And the right link where to get it is:
That’s what I thought…
Thanks a lot now it works.
without
live_tv: true
country: ITA
I was still seeing the covers.
However, I added the parameters.
The default it live_tv = true, you only need to add country if you want to override the country discovers from the box. Assuming you have an Italian box, it will default to ITA anyway.
I had already configured it by inserting the code in the configuration.yaml file.
I downloaded the new repository, installed with HACS and added to “integration” and set the options.
Is it better to delete the part I entered by hand in configuration.yaml?
Upto you, it makes no difference
ok, everything works!
Now I would like to use the mini player …
I installed it through HACS but I don’t know the code to add in configuartion.yaml to use it in lovelace … if I have not badly understood via mini player I can add the channel buttons and more.
You need to add this inside configuration.yaml -> resources:
- url: /hacsfiles/mini-media-player/mini-media-player-bundle.js
type: module
Ok, if I add this code:
resourece:
- url: /hacsfiles/mini-media-player/mini-media-player-bundle.js
type: module
I receive this error:
Component error: resourece - Integration ‘resourece’ not found.
Where is the wrong?
You must put what i quoted after resources but keeping attention to the indentation.
lovelace:
mode: yaml
resources:
- url: /hacsfiles/mini-media-player/mini-media-player-bundle.js
type: module
After that put the code with the right indentation.
But now we are in the wrong thread…
You might wish to consider putting your tokens and credentials in secrets.yaml, rather than posting here.
Hi Roger, after updating to the last release i am getting lots of these errors
2020-06-06 02:00:06 ERROR (MainThread) [custom_components.skyq.media_player] X0010M - Current Media retrieval failed: Media(channel='Sky Sport Uno HD', imageUrl='https://ethaneurope.it.imageservice.sky.com/pd-logo/skychb_23skysportunohd/600/600', sid=23, pvrId=None, live=True) : 'str' object has no attribute 'episode'
Traceback (most recent call last):
File "/config/custom_components/skyq/media_player.py", line 421, in _async_getCurrentMedia
self._episode = currentProgramme.episode
AttributeError: 'str' object has no attribute 'episode'
Looking at the hours (from 02:00:00 to 02:45:00) to it seems they appears only at night and maybe when the skyq is in standby mode.
Never happened before with previous releases…