Homelab / automation

Home Assistant

A practical smart-home hub for lights, fans, climate, cameras, scenes, and experiments that still need fallback controls.

Home Assistant is one of the most useful and most complicated parts of the lab. Day to day it helps with lights, fans, climate control, smart plugs, camera viewing, and a few household scenes. It also ties into infrastructure sources such as the network and NAS, which makes it a bridge between smart home convenience and systems learning.

Useful Automations

  • A coming-home routine that turns on selected lights and a fan.
  • A bedside button scene that shuts down lights and adjusts comfort settings.
  • A home theater/media automation that triggers a dog-friendly video for a set period.
  • Lighting experiments through Govee MQTT.
  • Camera/object-detection ideas that can trigger privacy-safe household cues.
  • A vehicle-integration experiment that turned into a useful API and automation learning project.
  • A failed-but-funny wand-control experiment that was useful mostly because it showed where novelty stops being reliable.

These examples stay pattern-based: useful routines, manual fallback paths, and the lessons that came from connecting real devices together.

Reliability Habits

Home Assistant runs as a VM and is backed up through the Proxmox backup workflow. Updates are applied through Home Assistant’s update system, but not always immediately; staying a little behind current releases can be worth it for a system that affects daily life.

Remote access happens through the private overlay network. Some notification/image behavior is still a rough edge, and improving that without adding an unwanted subscription is a future project.

Lessons

Smart home automation becomes infrastructure as soon as real routines depend on it. The goal is not to make every light and button dependent on one server. The goal is to add convenience while keeping manual controls and fallback paths available.

The ongoing lesson is that each integration feels small by itself, but the system gets complicated as soon as cameras, lights, plugs, climate, media, network devices, NAS telemetry, notifications, and remote access all touch the same hub.