You can look in developer tools/states and see if there is an entity picture url shown. If so, see if it works. If not, please post an issue on my Github with the details requested. In particular what time and channel you are watching.
Also if you go back to your previous version do the images work? I.e, identify what changes caused the problem.
I am having big problems with the refreshing of the UI pages when a state of a card changes. I have it with mini media player, with hacs, with many others components and i think it depends not directly from a component but from HA way of refreshing. Do you have also these problems? Main problem i am looking when playing a spotify song. The covert art and the title track will not refresh when they change and the same i have with SkyQ. The same problem i have independently of the card i am using (mini media or media control). I hope the developers will find this issue and fix it asap.
More i have these issue independently from the browser i use (i tried with Chrome, Safari, Firefox) and from the PC where to run HA (MAC, Windows or IPad and Mobile).
Have you tried reporting it on the Core Github? Or checking to see if has already been reported? https://github.com/home-assistant/core/issues
It is not already reported, i will try to report it hoping i will give the exact infos about the issue.
You can only do what you can From my end I don’t have the problem, so I can’t provide info on it. I’ve been keeping an eye on my HASS instances to see if I can see it…
Updated to latest version, all good so far no crashes
I’ve found on an X-Wing Q112 model that this doesn’t seem to always show that it is Off through the api call I have changed to, so I’ve added back the PowerStatus call. I’m going to monitor this on my boxes for 5-7 days before releasing an updated version.
How do you see the model name, e.g X-Wing?
Slightly off topic for the addon but are there any huge differences/advantages between box types that you know of…
(I’ve Falcon)
I have no experience to go on. I know my Falcon is a 2TB newer model. The X-Wing is a 1TB model.
Is it the ‘hardware name’ property? Mine is “Titan” 2TB.
Yep. My mini is a “MR BOX”.
Hi folks, I’m loving the Sky component, but I’m getting an SSL cert error in my logs.
I tried finding it elsewhere in the forums, but couldn’t see it.
X0020M - Image file check failed: https://192.168.1.150:8123/local/community/skyq/epg.png : Cannot connect to host 192.168.1.150:8123 ssl:True [SSLCertVerificationError: (1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: IP address mismatch, certificate is not valid for '192.168.1.150'. (_ssl.c:1108)")]
When I follow that URL in my web browser it also gets a certificate error - it seems that the SSL cert for my ***.duckdns.org is presented, where as it appears instead to be looking for a cert for my local IP.
When I change the URL from …
https://192.168.1.150:8123/local/community/skyq/epg.png
… to …
https://***.duckdns.org/local/community/skyq/epg.png …
… I don’t get the certificate error, and interestingly both URLs give me a 404.
Is there any information I could get to help troubleshoot this - please let me know?
Thanks in advance
Please can you report this on my Github, and I’ll look at working a solution. I just need to think around what it is doing and maybe add an extra option to disable using local url. Personally I put nginx proxy manager on my install, so local access via ip is unencrypted, rather than always having to go via remote url.
I’ve had a look at this, and while I can suppress the exception in the SkyQ module, it will then generate the same error in the media player component (which in effect calls SkyQ on behalf of HA). So I’m looking at other routes.
I’ve posted a pre-release with a probable fix. Basically it falls back to the external URL, which I have assumed is valid.
@RogTP - thats great - thanks very much.
Looking forward to testing once it hits the production release.
Have a great day!