valentinfrlch / ha-llmvision

Let Home Assistant see!
Apache License 2.0
119 stars 4 forks source link

No entities or devices are created #17

Closed phil-lipp closed 3 months ago

phil-lipp commented 3 months ago

Describe the bug (I'm not quite sure whether it's a bug or a setup issue, however this may help others in the future.) I have Ollama and LocalAI running on my desktop PC (Windows 11). I installed the custom component through HACS and configured both Ollama and LocalAI and the setup process ran through without errors.

To Reproduce

  1. Configure provider.
  2. No devices/entities are shown.

Version

Expected behavior

Devices/entities are created properly.

Screenshots

Logs

(Couldn't find anything relevant.)

Additional context

valentinfrlch commented 3 months ago

This is the expected behaviour. gpt4vision does not create an entity. It provides a service that you can call and get a response from. To test it, you can either navigate to "developer tools" (if you have them enabled in Home Assistant) or create an automation or script, add a block, and search for "gpt4vision".

image
phil-lipp commented 3 months ago

That makes sense. My bad - sorry!

valentinfrlch commented 3 months ago

No worries, you're welcome!