I am using the new Immich integration. I have it set up correctly and I can see the media source when I click on the media browser but I am having trouble locating the file path so that I can use the media source. I am using Home Assistant OS.
The image I am using to test is called 234b75c7-fda7-4612-93f6-91f29c63615f.jpg
I have tried: //immich/04b9dfb7-38bf-4113-b600-fe8779913bb6|albums/234b75c7-fda7-4612-93f6-91f29c63615f.jpg
and //immich/04b9dfb7-38bf-4113-b600-fe8779913bb6/image/234b75c7-fda7-4612-93f6-91f29c63615f.jpg
I used a Picture card to test. Assistance is appreciated.
I’m trying to do the same thing and haven’t been able to determine the right path either. I feel like I’ve tried everything the documentation specifies. I’m trying to determine the proper URL so I can use it in my WallPanel config.
I ultimately want to use it for wallpanel as well although I am going to first use the media to make a camera entity that will be a slideshow which I will then use for wallpanel
This URL works for me in Wallpanel. I could not get a single image to display via lovelace card or any other method, but this URL does work for wallpanel to display images from.
I followed these instructions from WallPanel documentation, to the letter.
If you are not sure which is the correct media source URL, you can proceed as follows:
navigate to the folder you want to use in the HA Media Browser
copy the displayed browser URL and decode it with a URL decoder tool. For example, you can use www.urldecoder.org.
copy the part of the decoded URL after the last comma (,) that begins with media-source://.
I think that this is technically the solution (I realized that there was an error in my media source URI) but this isn’t the solution I wanted since it looks like appdaemon cannot access media-source URIs. I will try getting wallpanel to directly talk with immich again.
Thanks!