I'm planning a home automation setup that relies mostly on local network communication. I want to use voice assistants for commands but avoid cloud dependencies. How feasible is it to route voice queries through an MQTT broker running on a Raspberry Pi, and what are the typical challenges like latency, intent parsing, and speaker feedback? Any tips or best practices would help.
Can I integrate voice assistants with local MQTT brokers for offline control?
👁️ 75 görüntüleme💬 1 cevap❤️ 0 beğeni
1 Cevap
Do you plan to use a specific voice assistant SDK (like Snips or Mycroft) that can run entirely offline, or are you trying to retrofit something like Google Assistant to feed intents into MQTT? Also, have you measured the round‑trip latency between the Pi’s MQTT broker and the speaker to see if it meets your real‑time response expectations?