Skip to the content.

The Journey

Here’s the actual arc, compressed — proof the framework came from a real migration, not theory. The five-stage model in ../framework/ wasn’t designed on a whiteboard; it’s the shape this project took once it was done, looking back at what actually worked. Below is that arc mapped onto the stages, in generalized terms: no zone-by-zone diary, no gear list, just what each stage looked like in practice and the lesson it left behind.

Timeline

Stage What I did What I learned
Discovery & inventory Walked the whole system before touching anything — cataloged every device, traced every signal path, and wrote down which zones depended on which boxes. Discovered the documentation I’d inherited didn’t match the wiring. The map is never the territory. The single most valuable artifact of the whole project was an accurate, self-made inventory — and building it surfaced surprises that would have blown up later if found mid-cutover.
Prove the hard part first Picked the one integration with no obvious clean path and built it in isolation before committing to a timeline. Refused to plan the easy zones until the scary one actually worked. The riskiest integration sets your schedule whether you acknowledge it or not. Proving it early turned an unknown into a known and let me plan the rest with confidence instead of hope.
Parallel operation Ran the old system and the new one side by side, migrating one zone at a time, and kept a same-day rollback ready for every move. The house stayed fully usable the entire time. Nobody at home should be able to tell a migration is happening. Per-zone moves with instant rollback made the whole thing boring — which, for the people who actually live in the house, is exactly the goal.
Cutover & decommission Retired the old system only after the new one owned every zone and had quietly run them for a while with no complaints. Kept a short list of things worth preserving; let the rest go. “Done” isn’t when the new system works — it’s when the old one can leave without anyone noticing. Earning that confidence took patience, and rushing it would have undone all the trust built in the parallel phase.
Operate & harden Kept building after the old system was gone — reliability work so the house came back on its own from restarts nobody scheduled, a hardware replacement carried out inside a system the household now depended on, and a family-facing interface anyone could walk up to and use. None of it felt like “migration,” and all of it decided whether the migration held. The migration ends at cutover; the system doesn’t. Roughly half the total effort came after the old system was already in a box, and that half is what turned something that worked into something the house could rely on without me standing next to it.

Decisions that shaped it

A few choices did more than their share of the work, and they’re worth lifting out of the timeline:

What I’d do differently

Want the play-by-play? It’s growing — and you can add yours.