<!-- Before you open a new issue, search through the existing issues to see if o…thers have had the same problem.
Issues not containing the minimum requirements will be closed:
- Issues without a description (using the header is not good enough) will be closed.
- Issues without debug logging will be closed.
- Issues without configuration will be closed
-->
## Version of the custom_component
<!-- If you are not using the newest version, download and try that before opening an issue
If you are unsure about the version check the const.py file.
-->
5.8.0
## Configuration
Frigate config:
```yaml
mqtt:
enabled: true
host: 192.168.2.10
user: '{FRIGATE_MQTT_USER}'
password: '{FRIGATE_MQTT_PASSWORD}'
detectors:
coral:
type: edgetpu
device: pci
objects:
track:
- person
- face
- car
- licence_plate
- bicycle
- dog
- cat
- bird
- gls
- dpd
filters:
person:
threshold: 0.80
cat:
min_score: 0.3
threshold: 0.3
review:
alerts:
labels:
- person
- car
- bicycle
- cat
- dog
record:
enabled: true
sync_recordings: true
retain:
days: 2
mode: all
alerts:
retain:
days: 14
mode: active_objects
detections:
retain:
days: 14
mode: active_objects
snapshots:
enabled: true
clean_copy: true
timestamp: false
go2rtc:
streams:
front_yard_camera:
- ffmpeg:http://192.168.20.101/flv?port=1935&app=bcs&stream=channel0_main.bcs&user={FRIGATE_RTSP_USER}&password={FRIGATE_RTSP_PASSWORD}#video=copy#audio=copy#audio=opus
front_yard_camera_sub:
- ffmpeg:http://192.168.20.101/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user={FRIGATE_RTSP_USER}&password={FRIGATE_RTSP_PASSWORD}
webrtc:
candidates:
- 192.168.20.2:8555
- stun:8555
ffmpeg:
hwaccel_args: preset-intel-qsv-h264
input_args: preset-rtsp-restream
semantic_search:
enabled: true
reindex: false
model_size: large
genai:
enabled: true
provider: ollama
base_url: http://192.168.2.50:11434
model: moondream
cameras:
front_yard_camera:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/front_yard_camera_sub
roles:
- detect
- path: rtsp://127.0.0.1:8554/front_yard_camera
roles:
- record
live:
stream_name: front_yard_camera
detect:
enabled: true
width: 896
height: 672
motion:
mask: 0,0.212,0.183,0.082,0.229,0.089,0.405,0.07,1,0.062,1,0,0.003,0.001
threshold: 35
contour_area: 15
improve_contrast: true
zones: {}
tls:
enabled: false
logger:
default: warning
version: 0.15-1
```
Frigate HA integration config:
```text
URL: http://192.168.20.2:8971
Username: admin
Password: same as the one I use to login into Frigate
Use Frigate-native WebRTC support: true
Everything else is by default
```
## Describe the bug
I'm trying to add the Frigate integration in HA. They are hosted on different machines: HA (192.168.2.10) and Frigate on (192.168.20.2). I've followed the instruction in Frigate docs, and it did add it to HA. However, it only adds the sensors, configuration and diagnostic entities. And all of those do seem to work. However. it doesn't add the media player with the camera feed. I also can't play the recordings from the media browser in HA (although I do see the files).
In HA, I've tried:
- enabling/disabling "Use Frigate-native WebRTC support"
- setting the RTSP URL template to: "rtsp://192.168.20.2:8554/{{ name|lower }}"
- setting the RTSP URL template to: "rtsp://myuser:mypassword@192.168.20.2:8554/{{ name|lower }}"
I reloaded the integration after each of those changes, but it didn't make any difference.
There is obviously something off with my config, but I really don't know what to try anymore. Btw. the reason I'm configuring the camera the way I do in Frigate, is beacause it's a Reolink camera, and I was following these official docs: https://docs.frigate.video/configuration/camera_specific/#reolink-cameras. This was the only config that made it stream fluently in Frigate, everything else was stuttering or failing to play at all on an Android phone.
Maybe it's not config, but a networking problem, but somehow I doubt that, since it's detecting all the sensors and everything else correctly. Even the snapshots of the last detected objects are showing in sensors. Also, I still have the HA Reolink integration running, and it is streaming fine. If it's relevant, I'm using "network_mode: host" in Frigate docker config.
Also, I can play the stream in VLC, through rtsp://192.168.20.2:8554/front_yard_camera
Similarily, if I go to http://192.168.20.2:1984, I can see (and play) the stream there:


Can someone please help me get this working?
Here are some screenshots of what gets added in HA:




## Debug log
Frigate logs:
```text
2025-04-03 11:51:44.682202602 [INFO] Preparing Frigate...
2025-04-03 11:51:44.728792820 [INFO] Starting Frigate...
2025-04-03 11:51:46.001505248 [2025-04-03 11:51:45] frigate.util.config INFO : Checking if frigate config needs migration...
2025-04-03 11:51:46.006338649 [2025-04-03 11:51:45] frigate.util.config INFO : frigate config does not need migration...
```
Frigate Go2rtc logs:
```text
2025-04-03 11:51:44.682186737 [INFO] Preparing new go2rtc config...
2025-04-03 11:51:44.862121763 [INFO] Not injecting WebRTC candidates into go2rtc config as it has been set manually
2025-04-03 11:51:44.945379479 [INFO] Starting go2rtc...
2025-04-03 11:51:45.014027074 11:51:45.013 INF go2rtc platform=linux/amd64 revision=b2399f3 version=1.9.2
2025-04-03 11:51:45.014030026 11:51:45.014 INF config path=/dev/shm/go2rtc.yaml
2025-04-03 11:51:45.014398717 11:51:45.014 INF [api] listen addr=:1984
2025-04-03 11:51:45.014422442 11:51:45.014 INF [rtsp] listen addr=:8554
2025-04-03 11:51:45.014777900 11:51:45.014 INF [webrtc] listen addr=:8555
2025-04-03 11:51:54.682617563 [INFO] Starting go2rtc healthcheck service...
```
Frigate Nginx logs:
```text
2025-04-03 11:51:44.682847085 [INFO] Starting NGINX...
2025-04-03 11:51:46.126950090 2025/04/03 11:51:46 [error] 172#172: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.20.1, server: , request: "GET /ws HTTP/1.1", subrequest: "/auth", upstream: "http://127.0.0.1:5001/auth", host: "192.168.20.2:8971"
2025-04-03 11:51:46.126967374 2025/04/03 11:51:46 [error] 172#172: *1 auth request unexpected status: 502 while sending to client, client: 192.168.20.1, server: , request: "GET /ws HTTP/1.1", host: "192.168.20.2:8971"
2025-04-03 11:51:46.126985804 192.168.20.1 - - [03/Apr/2025:11:51:46 +0000] "GET /ws HTTP/1.1" 500 579 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:51:55.288928661 192.168.20.1 - - [03/Apr/2025:11:51:55 +0000] "GET /api/config HTTP/1.1" 200 14323 "http://192.168.20.2:8971/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:51:55.288944031 192.168.20.1 - - [03/Apr/2025:11:51:55 +0000] "GET /api/profile HTTP/1.1" 200 20 "http://192.168.20.2:8971/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:51:55.289518833 192.168.20.1 - - [03/Apr/2025:11:51:55 +0000] "GET /api/config/raw HTTP/1.1" 200 2273 "http://192.168.20.2:8971/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:51:55.464576960 192.168.20.1 - - [03/Apr/2025:11:51:55 +0000] "GET /api/config/schema.json HTTP/1.1" 200 40848 "http://192.168.20.2:8971/assets/yaml.worker.bundle.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:51:57.119381495 192.168.20.1 - - [03/Apr/2025:11:51:57 +0000] "GET / HTTP/1.1" 200 2651 "http://192.168.20.2:8971/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:51:57.127191280 192.168.20.1 - - [03/Apr/2025:11:51:57 +0000] "GET /ws HTTP/1.1" 101 2387 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:51:57.203946025 192.168.20.1 - - [03/Apr/2025:11:51:57 +0000] "GET /api/config HTTP/1.1" 200 14323 "http://192.168.20.2:8971/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:51:57.203960458 192.168.20.1 - - [03/Apr/2025:11:51:57 +0000] "GET /api/profile HTTP/1.1" 200 20 "http://192.168.20.2:8971/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:51:57.206439394 192.168.20.1 - - [03/Apr/2025:11:51:57 +0000] "GET /fonts/Inter-Regular.woff2 HTTP/1.1" 200 108488 "http://192.168.20.2:8971/assets/index-COg058EU.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:51:57.226456490 192.168.20.1 - - [03/Apr/2025:11:51:57 +0000] "GET /api/review?limit=10&severity=alert HTTP/1.1" 200 3964 "http://192.168.20.2:8971/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:51:57.241827555 192.168.20.1 - - [03/Apr/2025:11:51:57 +0000] "GET /api/front_yard_camera/latest.webp?height=360&cache=1743681116407 HTTP/1.1" 499 0 "http://192.168.20.2:8971/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:51:57.253036873 192.168.20.1 - - [03/Apr/2025:11:51:57 +0000] "GET /api/front_yard_camera/latest.webp?height=360&cache=1743681116393 HTTP/1.1" 200 30414 "http://192.168.20.2:8971/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:51:57.271748209 192.168.20.1 - - [03/Apr/2025:11:51:57 +0000] "GET /api/front_yard_camera/latest.webp?height=376&cache=1743681116407 HTTP/1.1" 200 33214 "http://192.168.20.2:8971/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:51:57.301671823 192.168.20.1 - - [03/Apr/2025:11:51:57 +0000] "GET /api/review/1743678692.834825-mlhwvd/preview?format=mp4 HTTP/1.1" 206 42747 "http://192.168.20.2:8971/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:51:57.495979469 192.168.20.1 - - [03/Apr/2025:11:51:57 +0000] "GET /api/front_yard_camera/latest.webp?height=376&cache=1743681116649 HTTP/1.1" 200 33136 "http://192.168.20.2:8971/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:51:57.723733974 192.168.20.1 - - [03/Apr/2025:11:51:57 +0000] "GET /api/front_yard_camera/latest.webp?height=376&cache=1743681116877 HTTP/1.1" 200 33252 "http://192.168.20.2:8971/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:51:57.949219398 192.168.20.1 - - [03/Apr/2025:11:51:57 +0000] "GET /api/front_yard_camera/latest.webp?height=376&cache=1743681117100 HTTP/1.1" 200 33382 "http://192.168.20.2:8971/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:51:58.177644597 192.168.20.1 - - [03/Apr/2025:11:51:58 +0000] "GET /api/front_yard_camera/latest.webp?height=376&cache=1743681117328 HTTP/1.1" 200 33476 "http://192.168.20.2:8971/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:51:58.303475910 192.168.20.1 - - [03/Apr/2025:11:51:58 +0000] "GET /api/front_yard_camera/latest.webp?height=376&cache=1743681117457 HTTP/1.1" 200 33440 "http://192.168.20.2:8971/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:51:59.328637698 192.168.20.1 - - [03/Apr/2025:11:51:59 +0000] "GET /live/mse/api/ws?src=front_yard_camera HTTP/1.1" 101 990098 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:52:03.021612148 192.168.20.1 - - [03/Apr/2025:11:52:03 +0000] "POST /api/login HTTP/1.1" 200 0 "-" "HomeAssistant/2025.4.0 aiohttp/3.11.16 Python/3.13" "-"
2025-04-03 11:52:03.035289078 192.168.20.1 - - [03/Apr/2025:11:52:03 +0000] "GET /api/config HTTP/1.1" 200 14323 "-" "HomeAssistant/2025.4.0 aiohttp/3.11.16 Python/3.13" "-"
2025-04-03 11:52:07.280786704 192.168.20.1 - - [03/Apr/2025:11:52:07 +0000] "POST /api/login HTTP/1.1" 200 0 "-" "HomeAssistant/2025.4.0 aiohttp/3.11.16 Python/3.13" "-"
2025-04-03 11:52:07.292290895 192.168.20.1 - - [03/Apr/2025:11:52:07 +0000] "GET /api/config HTTP/1.1" 200 14323 "-" "HomeAssistant/2025.4.0 aiohttp/3.11.16 Python/3.13" "-"
2025-04-03 11:52:09.686101505 192.168.20.1 - - [03/Apr/2025:11:52:09 +0000] "POST /api/login HTTP/1.1" 200 0 "-" "HomeAssistant/2025.4.0 aiohttp/3.11.16 Python/3.13" "-"
2025-04-03 11:52:09.700773670 192.168.20.1 - - [03/Apr/2025:11:52:09 +0000] "GET /api/config HTTP/1.1" 200 14323 "-" "HomeAssistant/2025.4.0 aiohttp/3.11.16 Python/3.13" "-"
2025-04-03 11:53:27.126314915 192.168.20.1 - - [03/Apr/2025:11:53:27 +0000] "GET /api/config HTTP/1.1" 200 14323 "http://192.168.20.2:8971/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:27.132088466 192.168.20.1 - - [03/Apr/2025:11:53:27 +0000] "GET /live/mse/api/ws?src=front_yard_camera HTTP/1.1" 499 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:27.132160741 192.168.20.1 - - [03/Apr/2025:11:53:27 +0000] "GET /api/front_yard_camera/latest.webp?height=376&cache=1743681206295 HTTP/1.1" 499 0 "http://192.168.20.2:8971/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:27.141104765 192.168.20.1 - - [03/Apr/2025:11:53:27 +0000] "GET /api/profile HTTP/1.1" 200 20 "http://192.168.20.2:8971/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:27.141762981 192.168.20.1 - - [03/Apr/2025:11:53:27 +0000] "GET /api/review?limit=10&severity=alert HTTP/1.1" 200 3964 "http://192.168.20.2:8971/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:27.165697325 192.168.20.1 - - [03/Apr/2025:11:53:27 +0000] "GET /api/front_yard_camera/latest.webp?height=376&cache=1743681206298 HTTP/1.1" 200 33968 "http://192.168.20.2:8971/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:27.204166709 192.168.20.1 - - [03/Apr/2025:11:53:27 +0000] "GET /api/review/1743678692.834825-mlhwvd/preview?format=mp4 HTTP/1.1" 304 0 "http://192.168.20.2:8971/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:27.531674922 192.168.20.1 - - [03/Apr/2025:11:53:27 +0000] "GET /api/profile HTTP/1.1" 200 20 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:27.532040556 192.168.20.1 - - [03/Apr/2025:11:53:27 +0000] "GET /api/config HTTP/1.1" 200 14323 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:33.366029916 192.168.20.1 - - [03/Apr/2025:11:53:33 +0000] "GET /logs HTTP/1.1" 200 2651 "http://192.168.20.2:8971/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:33.368603650 192.168.20.1 - - [03/Apr/2025:11:53:33 +0000] "GET /ws HTTP/1.1" 101 26091 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:33.442584815 192.168.20.1 - - [03/Apr/2025:11:53:33 +0000] "GET /api/profile HTTP/1.1" 200 20 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:33.442800363 192.168.20.1 - - [03/Apr/2025:11:53:33 +0000] "GET /fonts/Inter-Regular.woff2 HTTP/1.1" 200 108488 "http://192.168.20.2:8971/assets/index-COg058EU.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:33.444458832 192.168.20.1 - - [03/Apr/2025:11:53:33 +0000] "GET /api/config HTTP/1.1" 200 14323 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:33.452565147 192.168.20.1 - - [03/Apr/2025:11:53:33 +0000] "GET /fonts/Inter-Medium.woff2 HTTP/1.1" 200 111380 "http://192.168.20.2:8971/assets/index-COg058EU.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:33.454730325 192.168.20.1 - - [03/Apr/2025:11:53:33 +0000] "GET /api/logs/frigate?start=-40 HTTP/1.1" 200 427 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:37.525530847 192.168.20.1 - - [03/Apr/2025:11:53:37 +0000] "GET /api/logs/go2rtc?start=-40 HTTP/1.1" 200 772 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:39.685379213 192.168.20.1 - - [03/Apr/2025:11:53:39 +0000] "GET /api/logs/nginx?start=-40 HTTP/1.1" 200 11104 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:44.700204234 192.168.20.1 - - [03/Apr/2025:11:53:44 +0000] "GET /api/logs/nginx?start=47 HTTP/1.1" 200 315 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:47.039006326 192.168.20.1 - - [03/Apr/2025:11:53:47 +0000] "GET /api/logs/nginx?start=0&end=7 HTTP/1.1" 200 1677 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:48.984142839 192.168.20.1 - - [03/Apr/2025:11:53:48 +0000] "GET /api/logs/frigate?start=-40 HTTP/1.1" 200 427 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:53.270824759 192.168.20.1 - - [03/Apr/2025:11:53:53 +0000] "GET /api/profile HTTP/1.1" 200 20 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:53.272353102 192.168.20.1 - - [03/Apr/2025:11:53:53 +0000] "GET /api/config HTTP/1.1" 200 14323 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:53.996330709 192.168.20.1 - - [03/Apr/2025:11:53:53 +0000] "GET /api/logs/frigate?start=4 HTTP/1.1" 200 27 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:55.413409223 192.168.20.1 - - [03/Apr/2025:11:53:55 +0000] "GET /api/config HTTP/1.1" 200 14323 "http://192.168.20.2:8971/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:55.413427084 192.168.20.1 - - [03/Apr/2025:11:53:55 +0000] "GET /api/profile HTTP/1.1" 200 20 "http://192.168.20.2:8971/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:55.415044078 192.168.20.1 - - [03/Apr/2025:11:53:55 +0000] "GET /api/review?limit=10&severity=alert HTTP/1.1" 200 3964 "http://192.168.20.2:8971/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:55.433127236 192.168.20.1 - - [03/Apr/2025:11:53:55 +0000] "GET /api/front_yard_camera/latest.webp?height=376&cache=1743681234575 HTTP/1.1" 200 32988 "http://192.168.20.2:8971/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:53:59.710724125 192.168.20.1 - - [03/Apr/2025:11:53:59 +0000] "GET /api/front_yard_camera/latest.webp?height=376&cache=1743681238855 HTTP/1.1" 200 33556 "http://192.168.20.2:8971/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:54:00.825437710 192.168.20.1 - - [03/Apr/2025:11:54:00 +0000] "GET /fonts/Inter-SemiBold.woff2 HTTP/1.1" 200 111588 "http://192.168.20.2:8971/assets/index-COg058EU.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:54:02.011800427 192.168.20.1 - - [03/Apr/2025:11:54:02 +0000] "GET /api/config/raw HTTP/1.1" 200 2273 "http://192.168.20.2:8971/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:54:02.046735464 192.168.20.1 - - [03/Apr/2025:11:54:02 +0000] "GET /fonts/Inter-Medium.woff2 HTTP/1.1" 200 111380 "http://192.168.20.2:8971/assets/index-COg058EU.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:54:02.176817445 192.168.20.1 - - [03/Apr/2025:11:54:02 +0000] "GET /api/config/schema.json HTTP/1.1" 200 40848 "http://192.168.20.2:8971/assets/yaml.worker.bundle.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:56:06.888756758 192.168.20.1 - - [03/Apr/2025:11:56:06 +0000] "GET /api/config HTTP/1.1" 200 14323 "http://192.168.20.2:8971/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:56:06.888814332 192.168.20.1 - - [03/Apr/2025:11:56:06 +0000] "GET /api/profile HTTP/1.1" 200 20 "http://192.168.20.2:8971/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:56:06.889272857 192.168.20.1 - - [03/Apr/2025:11:56:06 +0000] "GET /api/config/raw HTTP/1.1" 200 2273 "http://192.168.20.2:8971/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 11:57:45.331478415 192.168.20.1 - - [03/Apr/2025:11:57:45 +0000] "POST /api/login HTTP/1.1" 200 0 "-" "HomeAssistant/2025.4.0 aiohttp/3.11.16 Python/3.13" "-"
2025-04-03 11:57:45.367845778 192.168.20.1 - - [03/Apr/2025:11:57:45 +0000] "GET /api/config HTTP/1.1" 200 14323 "-" "HomeAssistant/2025.4.0 aiohttp/3.11.16 Python/3.13" "-"
2025-04-03 11:58:41.977093243 192.168.20.1 - - [03/Apr/2025:11:58:41 +0000] "GET /api/front_yard_camera/latest.jpg?h=80 HTTP/1.1" 401 179 "-" "HomeAssistant/2025.4.0 aiohttp/3.11.16 Python/3.13" "-"
2025-04-03 12:01:34.936245005 192.168.20.1 - - [03/Apr/2025:12:01:34 +0000] "GET /api/profile HTTP/1.1" 200 20 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 12:01:34.936584381 192.168.20.1 - - [03/Apr/2025:12:01:34 +0000] "GET /api/config HTTP/1.1" 200 14323 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 12:01:36.944416255 192.168.20.1 - - [03/Apr/2025:12:01:36 +0000] "GET /logs HTTP/1.1" 200 2651 "http://192.168.20.2:8971/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 12:01:36.946956426 192.168.20.1 - - [03/Apr/2025:12:01:36 +0000] "GET /ws HTTP/1.1" 101 85554 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 12:01:36.985716438 192.168.20.1 - - [03/Apr/2025:12:01:36 +0000] "GET /api/profile HTTP/1.1" 200 20 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 12:01:36.986089607 192.168.20.1 - - [03/Apr/2025:12:01:36 +0000] "GET /api/config HTTP/1.1" 200 14323 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 12:01:36.988597787 192.168.20.1 - - [03/Apr/2025:12:01:36 +0000] "GET /fonts/Inter-Regular.woff2 HTTP/1.1" 200 108488 "http://192.168.20.2:8971/assets/index-COg058EU.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 12:01:36.997122848 192.168.20.1 - - [03/Apr/2025:12:01:36 +0000] "GET /fonts/Inter-Medium.woff2 HTTP/1.1" 200 111380 "http://192.168.20.2:8971/assets/index-COg058EU.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 12:01:36.997193560 192.168.20.1 - - [03/Apr/2025:12:01:36 +0000] "GET /api/logs/frigate?start=-40 HTTP/1.1" 200 427 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 12:01:42.139594643 192.168.20.1 - - [03/Apr/2025:12:01:42 +0000] "GET /api/logs/frigate?start=4 HTTP/1.1" 200 27 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 12:02:31.339490775 192.168.20.1 - - [03/Apr/2025:12:02:31 +0000] "GET /api/profile HTTP/1.1" 200 20 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 12:02:31.339914852 192.168.20.1 - - [03/Apr/2025:12:02:31 +0000] "GET /api/config HTTP/1.1" 200 14323 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 12:02:32.369435767 192.168.20.1 - - [03/Apr/2025:12:02:32 +0000] "GET /api/logs/go2rtc?start=-40 HTTP/1.1" 200 772 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 12:02:37.908838804 192.168.20.1 - - [03/Apr/2025:12:02:37 +0000] "GET /api/profile HTTP/1.1" 200 20 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 12:02:37.916608035 192.168.20.1 - - [03/Apr/2025:12:02:37 +0000] "GET /api/config HTTP/1.1" 200 14323 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 12:02:37.916984318 192.168.20.1 - - [03/Apr/2025:12:02:37 +0000] "GET /api/logs/go2rtc?start=9 HTTP/1.1" 200 27 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 12:02:46.784805526 192.168.20.1 - - [03/Apr/2025:12:02:46 +0000] "GET /api/profile HTTP/1.1" 200 20 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 12:02:46.788681025 192.168.20.1 - - [03/Apr/2025:12:02:46 +0000] "GET /api/config HTTP/1.1" 200 14323 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 12:02:47.490270804 192.168.20.1 - - [03/Apr/2025:12:02:47 +0000] "GET /api/logs/nginx?start=-40 HTTP/1.1" 200 11107 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 12:02:50.519249604 192.168.20.1 - - [03/Apr/2025:12:02:50 +0000] "GET /api/logs/nginx?start=7&end=47 HTTP/1.1" 200 11104 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 12:02:50.669186055 192.168.20.1 - - [03/Apr/2025:12:02:50 +0000] "GET /api/logs/nginx?start=0&end=7 HTTP/1.1" 200 1677 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 12:02:53.892745497 192.168.20.1 - - [03/Apr/2025:12:02:53 +0000] "GET /api/profile HTTP/1.1" 200 20 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 12:02:53.893062778 192.168.20.1 - - [03/Apr/2025:12:02:53 +0000] "GET /api/config HTTP/1.1" 200 14323 "http://192.168.20.2:8971/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
```
HA logs when reloading the Frigate integration:
```text
2025-04-03 14:07:47.031 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.005 seconds (success: True)
2025-04-03 14:07:50.278 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.119 seconds (success: True)
```
I don't see any errors/warning related to Frigate in HA Core logs.
I don't see anything usefull even after enabling debug logging for the Frigate integration:
```text
[33m2025-04-03 16:19:21.887 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration frigate which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant[0m
[32m2025-04-03 16:19:53.580 INFO (MainThread) [custom_components.frigate]
-------------------------------------------------------------------
Frigate
Integration Version: 5.8.0
This is a custom integration!
If you have any issues with this you need to open an issue here:
https://github.com/blakeblackshear/frigate-hass-integration/issues
-------------------------------------------------------------------
[0m
[36m2025-04-03 16:19:53.736 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.138 seconds (success: True)[0m
[36m2025-04-03 16:19:59.104 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.006 seconds (success: True)[0m
[36m2025-04-03 16:20:04.103 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.006 seconds (success: True)[0m
[36m2025-04-03 16:20:09.103 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.006 seconds (success: True)[0m
[36m2025-04-03 16:20:14.102 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.004 seconds (success: True)[0m
[36m2025-04-03 16:20:19.110 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.013 seconds (success: True)[0m
[36m2025-04-03 16:20:24.103 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.005 seconds (success: True)[0m
[36m2025-04-03 16:20:29.104 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.007 seconds (success: True)[0m
[36m2025-04-03 16:20:34.104 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.006 seconds (success: True)[0m
[36m2025-04-03 16:20:39.105 DEBUG (MainThread) [custom_components.frigate] Finished fetching frigate data in 0.007 seconds (success: True)[0m
```