Behave differently for online vs offline mode

I like to have my Voice Assistant configured for LLM (cloud) usage with local fallback for home control. It works well, as long as there is an active internet connection. However, if my Internet goes down, the Voice Assistant doesn’t work.

Is there a way to configure it to automatically use only the local voice pipeline if there’s no active internet connection? It seems like it should be easy enough to check that before the LLM query.

I plan to have a fully local LLM at some point, which would solve this problem, but I’m not sure when I’ll be able to make that happen.

Create two pipelines and switch them with a state trigger for the sensor (from your router or based on ping)

1 Like