Камеры безопасности становятся мощными, когда говорят с вашим умным домом: мигают огни при движении, колонки анонсируют гостей, замки открываются для распознанных лиц, геофенсинг автоматически ставит/снимает на охрану. Но не все камеры дружат со всеми платформами. Это руководство картографирует каждый путь интеграции на 2026.
Шпаргалка поддержки платформГлубокое погружение в платформы
Amazon Alexa
Нативная поддержка: Ring, Blink, Arlo, Echo Show (как дисплей)
Skill требуется: Reolink, Eufy, UniFi, Wyze, Tapo, Amcrest, TP-Link Kasa
Google Home (Google Assistant)
Нативная поддержка: Nest, Arlo, Blink, Ring (limited)
Action требуется: Eufy, Reolink, UniFi, Wyze, Tapo, Amcrest
Apple HomeKit (HomeKit Secure Video)
Нативная поддержка: Eufy (HomeBase 3), Arlo (Pro 3/4/5S, Ultra), Logitech Circle View, Netatmo, Eve, Aqara, TP-Link Tapo (Matter), UniFi Protect (3.0+), Onvis, Wemo
Bridge Required: Reolink (via Homebridge/Scrypted), Ring (via Homebridge), Wyze (via Homebridge), Dahua/Hikvision (via Homebridge/Scrypted)
HomeKit Secure Video (HSV) = Лучшая приватность. Видео анализируется на устройстве (Home Hub: Apple TV 4K, HomePod, iPad). E2E шифрование — Apple не может посмотреть. 10-дневное скользящее хранение включено в iCloud+ (50GB = 1 камера, 200GB = 5 камер, 2TB = безлимит). Никакой отдельной подписки.
Matter (Новый стандарт)
Matter 1.3 (2024) добавляет Camera device type. Matter 1.4 (2025) добавляет Doorbell type.
Local Control / No-Cloud: Продвинутый путь
Local = Быстро, Приватно, Работает Офлайн. RTSP/ONVIF/WebSocket → Frigate/Scrypted/Blue Iris → Home Assistant → Dashboards/Автоматизации. Никакой вендорский облак никогда не видит ваше видео.
Архитектура: Полностью локальный камерный стек
Cameras (PoE/RTSP)
│
▼
┌─────────────────────────────────────┐
│ Frigate (Docker) │
│ - RTSP ingest │
│ - Motion detection (CPU) │
│ - AI object detection (Coral TPU) │
│ - Recording (MP4, segmented) │
│ - MQTT events (motion, person, etc)│
│ - WebRTC live view (sub-second) │
└─────────────────────────────────────┘
│ │
▼ ▼
┌─────────────┐ ┌─────────────┐
│ Home Asst. │ │ Scrypted │
│ (Automation)│ │ (HomeKit/ │
│ - Lights │ │ Google/ │
│ - Locks │ │ Alexa) │
│ - Alerts │ │ │
└─────────────┘ └─────────────┘
│ │
▼ ▼
Dashboard Apple Home /
Google Home /
Alexa App
Железо для локального стека
Требования камер для локального стека
- RTSP Support (стандарт:
rtsp://user:pass@ip:554/stream1) - ONVIF Profile S/T/G (discovery, PTZ, events)
- Sub-streams (D1/720p для AI, 4K для записи)
- No cloud dependency для стрима (некоторые камеры требуют cloud auth token — избегайте)
Лучшие ONVIF/RTSP камеры (2026):
- Reolink (all PoE, most Wi-Fi):
rtsp://ip:554/h264Preview_01_main - Dahua / Hikvision / Hanwha / Axis / Uniview / Vivotek / Milesight
- UniFi G4/G5 (RTSP via Protect settings)
- Amcrest / Lorex / Annke / Montavue (OEM Dahua/Hik)
- Avoid: Ring, Blink, Nest, Arlo (pre-2024), Wyze (limited), Eufy (no RTSP on battery cams)
Рецепты автоматизаций (Copy-Paste Ready)
Home Assistant (YAML)
# Porch Light on Person (after sunset)
automation:
- alias: "Porch Light - Person at Front Door"
trigger:
- platform: mqtt
topic: frigate/front_door/person
payload: "on"
condition:
- condition: sun
after: sunset
after_offset: "-00:30:00"
action:
- service: light.turn_on
target:
entity_id: light.porch
data:
brightness_pct: 80
- delay: "00:05:00"
- service: light.turn_off
target:
entity_id: light.porch
# Deterrence: Siren + Lights on Person at Driveway (night)
- alias: "Deterrence - Driveway Person Night"
trigger:
- platform: mqtt
topic: frigate/driveway/person
payload: "on"
condition:
- condition: time
after: "22:00:00"
before: "06:00:00"
action:
- service: siren.turn_on
target:
entity_id: siren.outdoor
- service: light.turn_on
target:
entity_id: light.floodlights
data:
brightness_pct: 100
- service: notify.mobile_app
data:
title: "🚨 Driveway Intrusion"
message: "Person detected at driveway at {{ now().strftime('%H:%M') }}"
Alexa Routine (App → Routines)
WHEN: Smart Home Device → [Front Door Camera] → Motion Detected → Person
IF: Time → Between Sunset and Sunrise
THEN:
1. Smart Home → [Porch Light] → Turn On → 80% → 5 minutes
2. Alexa Says → "Person at front door" → Device: [Kitchen Echo]
3. Smart Home → [Floodlight] → Turn On → 100% → 3 minutes
Google Home Automation (Home App → Automations)
STARTER: Device → [Driveway Camera] → Event → Person detected
CONDITION: Time → Between 10:00 PM and 6:00 AM
ACTIONS:
1. Device → [Floodlights] → Turn On → Brightness 100%
2. Device → [All Speakers] → Broadcast → "Person detected at driveway"
3. Script → Log to Google Sheets (via Make/Zapier/webhook)
Apple HomeKit (Home App → Automation)
WHEN: A Sensor Detects Something → [Front Door Camera] → People Detected
CONDITION: Time → After Sunset
DO:
1. Scenes → [Porch Lights On] (pre-created scene: porch 80%, entry 50%)
2. Wait → 5 minutes
3. Scenes → [Porch Lights Off]
Platform Comparison: Which Should You Choose?
Migration Path: From Cloud to Local
- Keep cloud cams for now (Ring doorbell, Blink outdoor)
- Add PoE cams (Reolink, Dahua) → NVR (UniFi/Reolink) or Frigate server
- Bridge cloud cams via Homebridge/Scrypted → HomeKit/Google/Alexa
- Move automations to Home Assistant (or HA + Alexa/Google routines)
- Disable cloud recording on bridged cams; use local NVR/Frigate
- Cancel subscriptions when local recording verified
- Future cams: Buy ONVIF/RTSP + Matter only
Related Guides
- Two-Way Audio Security Cameras: Complete Guide — Audio triggers for announcements
- Facial Recognition Security Cameras: Capabilities & Privacy — Face rec in HomeKit/HSV
- PoE vs Wireless vs Solar Comparison — Power for reliable local streaming
- Best Outdoor Security Cameras 2026 — Hardware with best integration support