You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 KiB

Bear Stone Smart Home
Bear Stone Smart Home Documentation

Be sure to my configuration repo so you can keep up to date on any daily progress!

X Follow YouTube Subscribe GitHub Stars
HA Version Badge Last Commit Commit Activity

Live, personal Home Assistant configuration shared for browsing and inspiration. This is not a turnkey clone-and-run setup; borrow ideas, adapt entity IDs/secrets, and test in your own environment.

Latest video: Home Assistant Garage Automations

All the Home Assistant Garage Automations We Actually Use

This walkthrough shows how the garage became a reliable Home Assistant arrival and safety hub: guarded auto-open, actionable entry prompts, hallway lighting, wind alerts, nighttime camera reminders, and a Tesla plug-in reminder based on the garage door closing. Watch the video, read the companion post, and browse the YAML in config/packages/garadget.yaml, config/automation/garage_entry_light.yaml, and config/packages/tesla_model_y.yaml.

Quick navigation

Home Assistant header

What this repo is (and isn't)

  • A live record of how my smart home runs, with real-world automations, scripts, and scenes.
  • A place to reverse-engineer patterns, not a deployment guide. If you reuse snippets, adjust entities, secrets, and services to fit your setup.
  • Issues double as a changelog and design history; browse them for rationale behind changes.

Repo layout and files you won't see

  • Reusable config lives under config/ (see the quick navigation paths above).
  • Runtime artifacts are hidden by .gitignore and won't show up on GitHub (e.g., home-assistant_v2.db*, logs, deps/, .venv/, backups). Look at the YAML and scripts for the actual logic and regenerate your own secrets.yaml.

Platform

  • Runs on Docker/compose today; this README is a browsing guide, not a how-to-install. Current HA version is tracked in config/.HA_VERSION (see the badge above).
  • Camera ingest path (current): wyze-bridge runs on docker_10 and Frigate runs on docker_14, consuming Wyze RTSP via 192.168.10.10:8554 for stability.

Network diagram

Smart Home Diagram Network

Docker add-ons & utilities

Container Repo/Docs Purpose
Duplicati duplicati/duplicati Off-box, versioned backups for HA config, media, and infrastructure compose/config trees.
Dozzle amir20/dozzle Lightweight Docker log viewer (useful for quick tailing across the homelab stacks).
Cloudflared cloudflare/cloudflared Secure tunnel/edge access to Home Assistant without opening inbound ports.
WordPress wordpress Hosts vCloudInfo.com for docs, how-tos, videos, and long-form writeups that accompany this config.

Only listing hardware that appears in active packages/automations here. https://amzn.to/48jVzZ3

Device What it drives (friendly name -> file) Buy
Garadget garage door controller Garage doors: open/close, arrival helpers, wind alerts, and nighttime reminders - garadget package, video walkthrough, companion post Buy
August smart lock Front-door lock control + status - august package Buy
Phyn Plus water shutoff Leak detection + auto shutoff - phynplus package Buy
Rachio sprinkler controller Rain-skips and seasonal watering - rachio package Buy
Tesla Powerwall 2 Grid-outage alerts + load-shed automations - powerwall package Buy
NodeMCU motion sensor Office motion lighting - office_motion package Buy
Raspberry Pi 3 + Aeon Z-Wave stick Z-Wave backbone for door/hall sensors - garage entry helper, garage automation video Pi Z-Wave
Roku streaming device TV presence -> scenes/lighting - roku package Buy
Amazon Dash Button Quick actions (office lamp toggle) - dash buttons automation Buy
Amazon Echo Show Front door camera pop-up when the August lock unlocks - august package Buy
Dreame/Neato vacuum Cleaning schedules, room queues, Alexa room cleans, and rescue notifications - vacuum package, video walkthrough, companion post Buy
Flux/LED strip controller Monthly color scenes for exterior - monthly color scene Buy
Etekcity/433MHz outlet Accent lighting relays - garage entry helper Buy

All of my configuration files are tested against the most stable version of home-assistant.

Still have questions on my Config?
Message me on X : Follow CCostan

Buy me a coffeeYou can buy me a coffeeBuy me a coffee

Affiliate Disclosure

Powered by TurnKey Linux.