acon96 / home-llm

A Home Assistant integration & Model to control your smart home using a Local LLM
491 stars 56 forks source link

Docs need amending for sandboxed HA installs #115

Closed joelis10 closed 2 months ago

joelis10 commented 2 months ago

Please describe what you are trying to do with the component
I couldn't complete setup because the addon was trying to install to a 'media' folder that didn't exist and wouldn't download until I manually made the folder and mapped it in the Docker Compose file.

Describe the solution you'd like
The

Additional context
I'm running a Synology DS220+ NAS and had to follow my proposed changes before the model downloaded. I can't link a PR to this issue, so you'll need to manually visit it at #116

acon96 commented 2 months ago

Since this is an error during setup I'm going to merge the docs change for now and add proper detection for the failure to create the directory. Was there a specific exception or error log that was associated with the error?

joelis10 commented 2 months ago

I haven't checked the logs but it literally just said it couldn't create /media/models

acon96 commented 2 months ago

added a warning message with instructions in v0.2.13