Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filenames for jpg-images in cameramode: code now saves with dash (-0.jpg) whereas blueprint expects underscore (_0.jpg) #206

Open
sorenbache opened this issue Feb 14, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@sorenbache
Copy link

When upgradring to 1.3.9 I now have the issue that the image in the notification is wrong (and old). The problems seems to be that the images are now saved as

/local/llmvision/-0.jpg

whereas the blueprint expects it to be as before

/local/llmvision/_0.jpg

The error is apparent if you look into valentinfrlch/ha-llmvision/custom_components/llmvision/media_handlers.py and compare with valentinfrlch/ha-llmvision/blueprints/event_summary.yaml

@sorenbache sorenbache added the bug Something isn't working label Feb 14, 2025
@valentinfrlch
Copy link
Owner

So sorry for the oversight! You are correct. For now you can use the 'Live Preview' as this should still work. The blueprint has lots of issues and I plan on fixing them very soon.

@valentinfrlch
Copy link
Owner

A beta for v1.4.0 of both the blueprint and the integration is out, which should solve this issue.

If you have any feedback, please join the discussion here: #213

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants