Everything you need to know about using AI in your smart home — from real-world experience, not theory.
if door open → light on) but recognizes patterns and makes its own decisions. Examples: anomaly detection for energy consumption, automatic image recognition at the doorbell, or a voice assistant that understands natural language. In my setup I use local LLMs (Ollama), n8n workflows, and Home Assistant as the foundation.
curl -fsSL https://ollama.com/install.sh | sh, then ollama pull llama3. After that you have a local API at http://localhost:11434 that you can integrate into n8n or Home Assistant. I use Ollama for package recognition, anomaly analysis, and as a backend for Nova.
Reach out — I answer every question and add it to this collection.
Ask a question