Назад към всички

Smart Home

// Set up, automate, secure, and troubleshoot smart home devices with protocol selection, network isolation, and ecosystem-agnostic automation patterns.

$ git log --oneline --stat
stars:1,933
forks:367
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
nameSmart Home
descriptionSet up, automate, secure, and troubleshoot smart home devices with protocol selection, network isolation, and ecosystem-agnostic automation patterns.

Decision Tree

SituationAction
Starting from scratchCheck setup.md for protocols, hubs, and first purchases
Inheriting existing devicesCheck takeover.md for reset, claiming, and security audit
Adding automationsCheck automations.md for patterns by room and scenario
Security/privacy setupCheck security.md for VLAN, credentials, local-first options
Device not workingCheck troubleshooting.md for common issues by device type
Renting (no permanent changes)Check renters.md for portable and non-invasive options

Universal Rules

Protocol choice matters more than brand. Matter and Thread are the future. Zigbee and Z-Wave are mature and reliable. WiFi devices clog your network. Pick a protocol, build around it.

Local control beats cloud. When the internet dies, your lights should still work. Home Assistant, Hubitat, and HomeKit prioritize local. Google Home and Alexa are cloud-first.

Network segmentation is non-negotiable. IoT devices belong on a separate VLAN. They don't need access to your laptop, NAS, or anything else. One compromised bulb shouldn't expose your network.

Start small, expand deliberately. Buy 3 devices, live with them for a month, then add more. Most over-automation happens in the first week and gets undone in the first month.


Quick Reference

Protocol comparison:

ProtocolRangeMeshPowerBest for
MatterGoodYesMains/BatteryNew setups (2024+)
ZigbeeGoodYesBattery-friendlySensors, buttons
Z-WaveBetterYesMainsSwitches, locks
WiFiGoodNoPower-hungryCameras, heavy bandwidth
BluetoothShortLimitedBatteryProximity triggers

Hub vs hubless:

Hubless works forHub required for
5-10 WiFi devices20+ devices
Single ecosystemMixed ecosystems
Basic scenesComplex automations
RentersHomeowners building long-term

Security Essentials

  1. Change default passwords on EVERY device — cameras, routers, hubs
  2. Disable UPnP on your router — manual port rules only
  3. Enable MFA on accounts controlling locks, cameras, alarms
  4. Check firmware monthly — or enable auto-updates where available
  5. Audit network quarterly — remove devices you don't recognize

When to Load More

SituationReference
Choosing protocols, hubs, first devicessetup.md
Taking over devices from previous ownertakeover.md
Room-by-room automation patternsautomations.md
Network isolation, privacy, local-firstsecurity.md
Device offline, won't pair, wrong behaviortroubleshooting.md
Non-permanent, portable solutions for rentersrenters.md