From 936ed1b03c94310ac57c168d2a571eb27e17ef88 Mon Sep 17 00:00:00 2001 From: Victor Alexandrovich Tsyrenschikov <77172321+tsyrenschikov@users.noreply.github.com> Date: Sun, 9 Nov 2025 11:45:27 +0500 Subject: [PATCH] Frigate None --- configuration.yaml | 1 + frigate.yml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 frigate.yml diff --git a/configuration.yaml b/configuration.yaml index d1b7478..bc42b29 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -17,6 +17,7 @@ scene: !include scenes.yaml mqtt: !include mqtt.yaml climate: !include climate.yaml modbus: !include modbus.yaml +#frigate: !include frigate.yml #switch: !include switches.yaml #template: !include template.yaml diff --git a/frigate.yml b/frigate.yml new file mode 100644 index 0000000..45f93c0 --- /dev/null +++ b/frigate.yml @@ -0,0 +1,18 @@ +mqtt: + host: 192.168.88.4 # ip address сервера mqtt + port: 1883 + topic_prefix: frigate + client_id: frigate + +detectors: + cpu0: + type: cpu + +cameras: + cam_01: + ffmpeg: + input_args: "" + inputs: + - path: rtsp://silver:cimpson0@192.168.88.9:554/1 #ссылка камеры + roles: + - detect \ No newline at end of file