acon96 / home-llm

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

Configuration does not finish #143

Closed Wilgelmy closed 1 month ago

Wilgelmy commented 1 month ago

Describe the bug
After following the setup guide i am stuck at "Step 3: Model Configuration". I can Connect to an Ollama API running on another machine but i can not configure the selected model. HA is running in proxmox on a x86 machine with 4GB Ram.

Expected behavior
Configuration should complete

Logs
These are the logs of HA Core. I was unable to find anything that logs the installation of Integrations.

2024-05-10 21:18:37.215 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration extended_openai_conversation which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-05-10 21:18:37.216 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration bambu_lab which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-05-10 21:18:37.217 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration llama_conversation which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-05-10 21:18:37.218 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-05-10 21:18:38.839 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.components.frontend. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from frontend directly at custom_components/hacs/frontend.py, line 68: hass.components.frontend.async_register_built_in_panel(, please create a bug report at https://github.com/hacs/integration/issues
2024-05-10 21:18:39.160 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for esp32-bluetooth-proxy-59c118 @ 192.168.178.44: Error connecting to [AddrInfo(family=<AddressFamily.AF_INET: 2>, type=<SocketKind.SOCK_STREAM: 1>, proto=6, sockaddr=IPv4Sockaddr(address='192.168.178.44', port=6053))]: [Errno 111] Connect call failed ('192.168.178.44', 6053) (SocketAPIError)
2024-05-10 21:18:49.155 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.helpers.event. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from event directly at custom_components/hacs/base.py, line 630: self.hass.helpers.event.async_track_time_interval(, please create a bug report at https://github.com/hacs/integration/issues

I restarted HA and everything is up to date. Anyone got any ideas?

Wilgelmy commented 1 month ago

Well for some reason it works now. Maybe the issue was that i was trying to set everything up using a vpn? No clue..