question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Picture-entity: picture not loaded in the Android App

See original GitHub issue

Home Assistant Android version: 2.3.0-306-full Android version: Android 10 Phone model: Google Pixel 3A Home Assistant version: HassOS 4.12 - Home Assistant 0.114.4 Last working Home Assistant release (if known): // Description of problem:

Hi, in my Home Assistant i add a picture-entity, where i take an image from this link http://www.prolocobogliasco.it/webcam/current_hd.jpg In all browsers (PC and Phone) this image loads but only in the app it doesnt load

Traceback (if applicable):


Screenshot of problem:

image image

Additional information:

Sorry, im italian and my english is very bad. 😃

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
JBassettcommented, Aug 29, 2020

@LorenzoVasi if you turn the image into a camera in home assistant then it will be served by your home assistant instance. I do something similar for a weather radar image:

camera:
  - platform: generic
    name: Radar
    still_image_url: http://radblast.wunderground.com/cgi-bin/radar/WUNIDS_map?station=BUF&brand=wui&num=6&delay=15&type=N0R&frame=0&scale=1.000&noclutter=0&showstorms=0&mapx=400&mapy=240&centerx=400&centery=240&transx=0&transy=0&showlabels=1&severe=0&rainsnow=0&lightning=0&smooth=0&rand=25396520
0reactions
LorenzoVasicommented, Aug 29, 2020

Ok, now it works 😃)))) I love u ❤️ In this code

camera:
  - platform: generic
    name: Radar
    still_image_url: 

I add this:

verify_ssl: false

Thank u for all!!! 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Lovelace Entities not showing up in Android Companion App
First is to check that Android System Webview is up to date. Second is to file an issue with the custom card developer....
Read more >
Picture entity card. Image not appearing in dashboard
I'm trying to create a very simple picture entity card that changes according to me being home or away but the images are...
Read more >
Troubleshooting photos in the Phone Link app
If you're still receiving an error, open the Link to Windows app on your Android device and then try deleting the photo from...
Read more >
Take photos
The Android Camera application encodes the photo in the return Intent delivered to onActivityResult() as a small Bitmap in the extras, under the...
Read more >
Display an Image Stored in the Database
Check if there is an aggregate fetching the image from the database. Add the aggregate if needed. Drag the Image widget from the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found