You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, I'm trying to get a path to the still images for my camera that works in dashboard cards. This URL format works from my laptop, but not from within HA: http://homeassistant.local:5000/img/cam-name.jpg?api=apikey
I've tried 127.0.0.1, with and without the API key, and nothing works. My best solution so far is an automation that runs periodically and copies everything in media/wyze/img/ to config/www, so I can use the local/ path, but this seems like a hack. What am I missing?
The purpose, by the way, is to get a faster-loading image to minimize the loading delay of the picture element cards. Half the time I load my dashboard, half my cameras have a broken image for a few seconds.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all, I'm trying to get a path to the still images for my camera that works in dashboard cards. This URL format works from my laptop, but not from within HA:
http://homeassistant.local:5000/img/cam-name.jpg?api=apikey
I've tried
127.0.0.1
, with and without the API key, and nothing works. My best solution so far is an automation that runs periodically and copies everything inmedia/wyze/img/
toconfig/www
, so I can use thelocal/
path, but this seems like a hack. What am I missing?The purpose, by the way, is to get a faster-loading image to minimize the loading delay of the picture element cards. Half the time I load my dashboard, half my cameras have a broken image for a few seconds.
Thanks! :)
Beta Was this translation helpful? Give feedback.
All reactions