mealie icon indicating copy to clipboard operation
mealie copied to clipboard

[v1.0.0b] - Can't Get Today's Recipe Image for Home Assistant

Open matthewmorris09 opened this issue 2 years ago • 0 comments

First Check

  • [X] This is not a feature request
  • [X] I added a very descriptive title to this issue.
  • [X] I used the GitHub search to find a similar issue and didn't find it.
  • [X] I searched the Mealie documentation, with the integrated search.
  • [X] I already read the docs and didn't find an answer.

What is the issue you are experiencing?

I can't seem to get the today's meal image from the API to put into Home Assistant. I tried using the information from the documentation, but it looks like the API has changed with the move to v1.0b.

The docs say the image should be available through http://localhost:9000/api/meal-plans/today/image?group_name=Home but that doesn't seem to work for me. I don't see that same endpoint available in the swagger API. I can see the endpoint to get the JSON for /api/groups/mealplans/today but that only gives an ID for the image.

Before I continue down this road I wanted to make sure there wasn't something obvious I was missing.

My Setup: I'm running a docker container in a Linux VM for the latest official release v1.0.0beta-4 (not the nightly). I'm also running it through a reverse proxy (SWAG).

Deployment

Docker (Linux)

Deployment Details

Docker install via a Linux VM managed through Proxmox. Running Mealie through a reverse proxy using SWAG.

matthewmorris09 avatar Sep 02 '22 19:09 matthewmorris09