Managing a Homelab AI Project with Claude Code, Gitea, and the Gitea MCP Server

Managing a Homelab AI Project with Claude Code, Gitea, and the Gitea MCP Server
I am not a software engineer. I think in milestones, user stories, and outcomes. Kim wants a smart garden assistant that tells her when to water and when the blight risk is high. I want to build it. Solo homelab projects like this usually die in a half-finished Docker Compose file. Ceres is different, and the reason is three tools working together: Gitea, the Gitea MCP Server, and Claude Code. The Setup Ceres is a…

Building Ceres, a Multi-Agent Garden Assistant

Building Ceres, a Multi-Agent Garden Assistant
We are growing a lot of vegetables this year. Carrots, cauliflower, russet potatoes, Roma tomatoes, and more are all going into fourteen raised beds in our garden. We have done our research, but there are a lot of variables in a Pacific Northwest garden and a lot of plants to keep track of. So I decided to build a garden assistant. I am calling it Ceres. The Concept Ceres is a multi-agent system. Seven specialist…

Why I Swapped InfluxDB for TimescaleDB – The LLM Tax

Why I Swapped InfluxDB for TimescaleDB – The LLM Tax
For years, InfluxDB has been the data backbone of my Home Assistant setup. With the native Home Assistant integration and Grafana, I had my dashboards dialed in. While FluxQL was a bit of a learning curve, I was able to muscle through the syntax and get the visualizations I needed. As I started integrating LLMs into my daily workflow using custom services, n8n automation workflows, and MCP integrations, I hit a massive syntax wall. I…

AI-Powered Security Camera Reviews with Frigate, n8n, and Ollama

AI-Powered Security Camera Reviews with Frigate, n8n, and Ollama
Frigate is great at detecting objects. It will tell you a person showed up at the front porch, or that a car pulled into the driveway. What it won't tell you is whether that person is your neighbor waving hello or someone trying your door handle. For that, you need a brain behind the camera feed, not just a classifier. This workflow wires one up on my local n8n instance so everything stays private and…

From Coral to Hailo: Why I Finally Swapped My Frigate AI Hardware

From Coral to Hailo: Why I Finally Swapped My Frigate AI Hardware
I have been running Frigate for quite a while now. The Google Coral TPU has long been the "gold standard" for edge processing object detection. It’s efficient, cheap, and handles MobileNet models like a champ. But as my camera count grew and my patience for false positives wore thin, I knew I needed more horsepower. I recently pulled the trigger on the Hailo-8 AI Acceleration Module, and the results have been night and day. The…

Insulating the Chicken Coop – The Data

Insulating the Chicken Coop – The Data
Earlier this year, I took the time to insulate the walls of the chicken coop and cover the insulation with 1/4" plywood. I had hoped we could go without needing a heater in there in the deep winter, and luckily I was right. With Home Assistant tracking everything to InfluxDB and a Grafana dashboard to keep an eye on it, I can see that when all the doors are closed, it keeps nearly 10 degrees…

Beyond the IP Address: Modernizing Homelab Infrastructure for Security and Scalability

Beyond the IP Address: Modernizing Homelab Infrastructure for Security and Scalability
In a growing homelab environment, managing services through raw IP addresses and port numbers quickly becomes a bottleneck for both security and usability, not to mention incredibly annoying unsafe browser warnings. My goal for this project was to move away from fragmented IP service access like 192.168.1.50:8123, and implement an internal routing layer. By deploying Nginx Proxy Manager (NPM) in conjunction with Cloudflare, I transitioned my stack to a host-based routing model that provides encrypted,…

From Smart Bulbs to Skynet: The 2026 State of my Home Automation

From Smart Bulbs to Skynet: The 2026 State of my Home Automation
When I left Elastic, one of my goals was to dive deep into home automation and finally "level up" my setup. Looking back at where I started when we first moved to Graham, it’s almost comical. Back then, "Home Automation" was just a few Philips Hue bulbs and a Raspberry Pi running Home Assistant that didn't do much. It was essentially a glorified light switch connected to Alexa. Fast forward to today, and the Raspberry…

Nova’s Fast dev API

Nova’s Fast dev API
Today's been about getting this thing set up properly. I'm not a developer by trade, but I've always been a coder. That being said, I consider myself a prototype developer, so my projects tend to be loosely managed. I wanted to grow this project up a bit, so I took a step back to think about how it's going to work and decided that I wanted to focus on an extensible API first. The Machine…