Would like to be able to get the weather forecast using PE

I setup Home Assistant Local, Ollama, and ChatGPT. I can’t for the life of me get any of these to work. I understand that the first two are locally and will have to setup (which I’m new to all this). The YT videos I’m come across were semi-helpful, but set me deeper into the weeds. ChatGPT API I have it set up to use the internet, but that’s giving me the wrong town.

Home Assistant (installed on a ODroid M1)
Agent: Home Assistant
STT: faster-whisper
TTS: piper

Ollama
Home Assistant
Agent: llama3.2 (hosted on another computer)
STT: faster-whisper (working offloading onto another computer, model not loading)
TTS: piper (working on offloading onto another computer.)

ChatGPT
Home Assistant
Agent: ChatGPT (04-mini)
STT: faster-whisper
TTS: piper

Tried setting automation using Weather: Get Forecasts.

Keep in mind that my coding skill is that of a rock, but I can follow directions pretty good. My HA knowledge is a little better, but enough to be dangerous.

Have you tried any of the Blueprints?

1 Like

Assuming you have a local weather entity in HA, you are welcome to take a look at a sentence trigger I put together here that runs locally:

I’m really new to HA. Where abouts do I enter the YAML code?

Its an automation, so you’ll go to UI->Settings->Automations & Scenes, and then create a new automation. You can use the GUI, or go to the 3 dots in upper right to go into YAML mode.

Here is the doc on sentence triggers.

2 Likes

Thanks. That’s a massive help.