Installation in Home Assistant
Beschreibung:
Ein Videoüberwachungssystem , Installation in Home Assistant direkt.
Vorraussetzungen:
Ein MQTT Broker
Das Fileeditor Addon
Installation aus dem Addon Store:
Dazu auf
Einstellungen -> Addons -> Addon Store
Dort Repository hinzufügen (3 Punkte oben rechts)
Dort folgende Repo hinzufühgen
https://github.com/blakeblackshear/frigate-hass-addons
und auf hinzufügen klciken
Nun ist die Repo drin und auf schließen klicken, danach den browser mit F5 refresh durchführen
Nun haben wir in unserem Store die frigate Varianten zur Verfügung
Wir wäheln die Frigate Standard Variante, Full Access wäre für Kameras mit Hardware Beschleunigung.
Habt Ihr Kameras mit Hardware Beschleunigung nehmt Ihr Full Access
Nun auf installieren klickenklicken, danach das Addon noch NICHT!! starten
Nun im File Editor auf Browse / Durchsuchen gehen gehen und eine neue Datei anlegen mit dem namen
frigate.yml

Hier mal ein Inhalt den man als Vorlage nehmen und erweitern kann:
mqtt:
enabled: True
host: 172.16.0.14
user: smarthome
password: smarthome
topic_prefix: frigate
# Optional: client id (default: shown below)
# WARNING: must be unique if you are running multiple instances
client_id: frigate
# Optional: interval in seconds for publishing stats (default: shown below)
stats_interval: 1
# Optional: Detectors configuration. Defaults to a single CPU detector
detectors:
# Required: name of the detector
detector_name:
# Required: type of the detector
# Frigate provided types include 'cpu', 'edgetpu', and 'openvino' (default: shown below)
# Additional detector types can also be plugged in.
# Detectors may require additional configuration.
# Refer to the Detectors configuration page for more information.
type: cpu
birdseye:
enabled: True
restream: True
mode: objects
objects:
track:
- person
- car
filters:
person:
min_area: 5000
max_area: 100000
go2rtc:
streams:
Treppenhaus:
- rtsp://smarthome:Smarthome&More@192.168.101.185:554/h264Preview_01_main
- "ffmpeg:rtsp_cam#audio=opus"
Treppenhaus_sub:
- rtsp://smarthome:Smarthome&More@192.168.101.185:554/h264Preview_01_main
- "ffmpeg:rtsp_cam#audio=opus"
cameras:
Treppenhaus_CAM:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Treppenhaus?video=copy&audio=aac
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/Treppenhaus_sub?video=copy
input_args: preset-rtsp-restream
roles:
- detect
detect:
width: 1280
height: 720
fps: 5
snapshots:
enabled: True
record:
enabled: True
retain:
days: 7
events:
retain:
default: 14










