I have two weather entities exposed to the assist pipeline, the regular met.no one as well as the Buienradar (NL) weather integration. I have the blueprint script installed that @runic barn created (find it https://community.home-assistant.io/t/blueprints-for-voice-commands-weather-calendar-music-assistant/838071 here), and this is also exposed to said assist pipeline, and the LLM associated with it. Note that this LLM is ollama running on a Pi4, so not particularly powerful, but it does the job most of the time.
However, whenever I request weather information for say, next Wednesday, the answer I get is seemingly random (so, hallucinated?) weather information, with temperatures and wind directions being completely wrong. In some cases I get answers of a temperature being off by about 25 degrees C. So so far this is not particularly useful.
Most times the LLM also responds with the fact that it doesn't have access to real-time weather data. But it should because I exposed both the weather entities as well as that blueprint script to it.
Is there something I'm missing in that you need to specify to the LLM where it's located?
Home Assistant Voice Blueprints 🚧 Under construction The blueprints are still under construction and might change quite frequently. I’ll try not to introduce any backwards incompatible changes. 💙 About these blueprints Since I received my Voice PE units, I’m a happy user of Assist in my house. The recently added LLM fallback functionality al...