I'v ebeen trying to get a local Ollama server (v0.5.11, which is working fine on it's own with various models) connected to a local HA server (v2025.2.3) on the same local network.
I've added the Ollama integration and chosen a model, and when I set "Control Home Assistant" to "no control", it works. My assist conversations go straight to Ollama and I get the answers back.
But when I set it to "assist" instead, the request gets sent and it usually just times out.
(although, the last time I ran it I got this long json string instead for some reason...
'''
{"type":"function","function":{"name": "HassTurnOn", "parameters": {"area": "all devices of type media_player", "device_class": "["media_player"]", "domain": "all", "floor": "", "name": ""}}; {"type":"function","function":{"name": "HassLightSet", "parameters": {"area": "Kitchen",
'''
Can someone please point me in the direction of where to troubleshoot this? Is it an Ollama server setting that I've got wrong? I've installed the "Home Assistant Tool" in Ollama for this model, and I thought I configured it right... but did I need to? Or is there a recommended one?
The debugging on the ollama server usualy just shows it stalling at "ollama[14485]: llama_model_load: vocab only - skipping tensors"
But when I try to watch the debug from the HA end, it just shows a spinning icon while it's waiting for a response, I guess...
Any help would be appreciated!
Thanks π
David