Mon problème
Bonjour,
ça fait des semaines que je tourne en rond que je passe de vidéos youtube aux différents retour d’expériences des autres mais je n’y arrive toujours pas.
j’ai pas mal d’erreurs dans le journal de frigate:
-
Il ne detecte pas mon coral usb, je devrais recevoir demain un hub usb qui a sa propre alim pour tester si c’est un problème d’intensité trop faible par le HA Yellow alimenté en POE.
-
Le système est assez instable j’ai régulièrement à la place de l’image des cams dans frigate
« No frames have been received, check error logs »
Frigate.yml
mqtt:
host: core-mosquitto
port: 1883
user: user
password: pw
ffmpeg:
hwaccel_args: preset-rpi-64-h264
detectors:
coral:
type: edgetpu
device: usb
go2rtc:
streams:
camnord:
rtsp://user:pw@IP/cam/realmonitor?channel=1&subtype=0&unicast=true&proto=Onvif
camentree:
rtsp://user:pw@IP/cam/realmonitor?channel=1&subtype=1&unicast=true&proto=Onvif
cameras:
camnord:
ffmpeg:
inputs:
- path:
rtsp://user:pw@IP/cam/realmonitor?channel=1&subtype=0&unicast=true&proto=Onvif
input_args: preset-rtsp-restream
roles:
- detect
motion:
mask: "0.308,1,0.275,0.885,0.085,0.649,0.084,0.559,0.049,0.421,0,0.289,0,1"
camentree:
ffmpeg:
inputs:
- path:
rtsp://user:pw@IP/cam/realmonitor?channel=1&subtype=1&unicast=true&proto=Onvif
input_args: preset-rtsp-restream
roles:
- detect
version: 0.15-1
Journal frigate
2025-07-03 14:00:52.813209771 [INFO] Preparing new go2rtc config...
2025-07-03 14:00:52.815224041 [INFO] Preparing Frigate...
2025-07-03 14:00:52.819619187 [INFO] Starting NGINX...
2025-07-03 14:00:52.869173689 [INFO] No TLS certificate found. Generating a self signed certificate...
2025-07-03 14:00:53.006556491 [INFO] Got IP address from supervisor: 192.168.1.38
2025-07-03 14:00:53.200288910 [INFO] Got WebRTC port from supervisor: 8555
2025-07-03 14:00:53.573459101 [INFO] Starting Frigate...
2025-07-03 14:00:55.238423174 [INFO] Starting go2rtc...
2025-07-03 14:00:55.479447829 16:00:55.478 INF go2rtc platform=linux/arm64 revision=b2399f3 version=1.9.2
2025-07-03 14:00:55.479467217 16:00:55.478 INF config path=/dev/shm/go2rtc.yaml
2025-07-03 14:00:55.480823144 16:00:55.480 INF [rtsp] listen addr=:8554
2025-07-03 14:00:55.480835496 16:00:55.480 INF [api] listen addr=:1984
2025-07-03 14:00:55.481860112 16:00:55.481 INF [webrtc] listen addr=:8555/tcp
s6-rc: info: service nginx successfully started
s6-rc: info: service certsync: starting
s6-rc: info: service certsync successfully started
s6-rc: info: service legacy-services: starting
2025-07-03 14:00:56.480326170 [INFO] Starting certsync...
s6-rc: info: service legacy-services successfully started
2025-07-03 14:00:56.852640947 127.0.0.1 - - [03/Jul/2025:16:00:56 +0200] "" 400 0 "-" "-" "-"
2025-07-03 14:00:57.224985259 2025/07/03 16:00:57 [error] 181#181: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 172.30.32.1, server: , request: "GET /api/stats HTTP/1.1", subrequest: "/auth", upstream: "http://127.0.0.1:5001/auth", host: "ccab4aaf-frigate:5000"
2025-07-03 14:00:57.225003167 2025/07/03 16:00:57 [error] 181#181: *2 auth request unexpected status: 502 while sending to client, client: 172.30.32.1, server: , request: "GET /api/stats HTTP/1.1", host: "ccab4aaf-frigate:5000"
2025-07-03 14:00:57.674677731 2025/07/03 16:00:57 [error] 184#184: *4 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /api/version HTTP/1.1", subrequest: "/auth", upstream: "http://127.0.0.1:5001/auth", host: "127.0.0.1:5000"
2025-07-03 14:00:57.674692768 2025/07/03 16:00:57 [error] 184#184: *4 auth request unexpected status: 502 while sending to client, client: 127.0.0.1, server: , request: "GET /api/version HTTP/1.1", host: "127.0.0.1:5000"
2025-07-03 14:01:02.224314313 2025/07/03 16:01:02 [error] 185#185: *6 connect() failed (111: Connection refused) while connecting to upstream, client: 172.30.32.1, server: , request: "GET /api/stats HTTP/1.1", subrequest: "/auth", upstream: "http://127.0.0.1:5001/auth", host: "ccab4aaf-frigate:5000"
2025-07-03 14:01:02.224329869 2025/07/03 16:01:02 [error] 185#185: *6 auth request unexpected status: 502 while sending to client, client: 172.30.32.1, server: , request: "GET /api/stats HTTP/1.1", host: "ccab4aaf-frigate:5000"
2025-07-03 14:01:02.778421720 2025/07/03 16:01:02 [error] 186#186: *8 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /api/version HTTP/1.1", subrequest: "/auth", upstream: "http://127.0.0.1:5001/auth", host: "127.0.0.1:5000"
2025-07-03 14:01:02.778480368 2025/07/03 16:01:02 [error] 186#186: *8 auth request unexpected status: 502 while sending to client, client: 127.0.0.1, server: , request: "GET /api/version HTTP/1.1", host: "127.0.0.1:5000"
2025-07-03 14:01:02.807907188 [INFO] Starting go2rtc healthcheck service...
2025-07-03 14:01:03.956970228 [2025-07-03 16:01:03] frigate.util.config INFO : Checking if frigate config needs migration...
2025-07-03 14:01:03.987342499 [2025-07-03 16:01:03] frigate.util.config INFO : frigate config does not need migration...
2025-07-03 14:01:05.139538795 [2025-07-03 16:01:05] frigate.util.services WARNING : Did not detect hwaccel, using a GPU for accelerated video decoding is highly recommended
2025-07-03 14:01:07.224518581 2025/07/03 16:01:07 [error] 181#181: *10 connect() failed (111: Connection refused) while connecting to upstream, client: 172.30.32.1, server: , request: "GET /api/stats HTTP/1.1", subrequest: "/auth", upstream: "http://127.0.0.1:5001/auth", host: "ccab4aaf-frigate:5000"
2025-07-03 14:01:07.224540617 2025/07/03 16:01:07 [error] 181#181: *10 auth request unexpected status: 502 while sending to client, client: 172.30.32.1, server: , request: "GET /api/stats HTTP/1.1", host: "ccab4aaf-frigate:5000"
2025-07-03 14:01:07.888331484 2025/07/03 16:01:07 [error] 181#181: *12 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /api/version HTTP/1.1", subrequest: "/auth", upstream: "http://127.0.0.1:5001/auth", host: "127.0.0.1:5000"
2025-07-03 14:01:07.888385409 2025/07/03 16:01:07 [error] 181#181: *12 auth request unexpected status: 502 while sending to client, client: 127.0.0.1, server: , request: "GET /api/version HTTP/1.1", host: "127.0.0.1:5000"
2025-07-03 14:01:08.408233596 [2025-07-03 16:01:08] frigate.app INFO : Starting Frigate (0.15.0-6cb5cfb)
2025-07-03 14:01:08.421229500 [2025-07-03 16:01:08] frigate.app INFO : Creating directory: /tmp/cache
2025-07-03 14:01:08.440896559 [2025-07-03 16:01:08] peewee_migrate.logs INFO : Starting migrations
2025-07-03 14:01:08.444736861 [2025-07-03 16:01:08] peewee_migrate.logs INFO : There is nothing to migrate
2025-07-03 14:01:08.465147539 [2025-07-03 16:01:08] frigate.app INFO : Recording process started: 413
2025-07-03 14:01:08.493153433 [2025-07-03 16:01:08] frigate.app INFO : Review process started: 415
2025-07-03 14:01:08.500542985 [2025-07-03 16:01:08] frigate.app INFO : go2rtc process pid: 95
2025-07-03 14:01:08.544350303 [2025-07-03 16:01:08] detector.coral INFO : Starting detection process: 429
2025-07-03 14:01:08.545028813 [2025-07-03 16:01:08] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2025-07-03 14:01:09.601142695 [2025-07-03 16:01:09] frigate.detectors.plugins.edgetpu_tfl ERROR : No EdgeTPU was detected. If you do not have a Coral device yet, you must configure CPU detectors.
2025-07-03 14:01:09.605177420 Process detector:coral:
2025-07-03 14:01:09.605190698 Traceback (most recent call last):
2025-07-03 14:01:09.605204123 File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 160, in load_delegate
2025-07-03 14:01:09.605217827 delegate = Delegate(library, options)
2025-07-03 14:01:09.605222882 File "/usr/lib/python3/dist- packages/tflite_runtime/interpreter.py", line 119, in __init__
2025-07-03 14:01:09.605335048 raise ValueError(capture.message)
2025-07-03 14:01:09.605338344 ValueError
2025-07-03 14:01:09.605339770
2025-07-03 14:01:09.605343751 During handling of the above exception, another exception occurred:
2025-07-03 14:01:09.605345325
2025-07-03 14:01:09.605347899 Traceback (most recent call last):
2025-07-03 14:01:09.605350677 File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap
2025-07-03 14:01:09.605443046 self.run()
2025-07-03 14:01:09.605526286 File "/opt/frigate/frigate/util/process.py", line 41, in run_wrapper
2025-07-03 14:01:09.605530119 return run(*args, **kwargs)
2025-07-03 14:01:09.605532693 File "/usr/lib/python3.9/multiprocessing/process.py", line 108, in run
2025-07-03 14:01:09.605621118 self._target(*self._args, **self._kwargs)
2025-07-03 14:01:09.605626433 File "/opt/frigate/frigate/object_detection.py", line 121, in run_detector
2025-07-03 14:01:09.605629710 object_detector = LocalObjectDetector(detector_config=detector_config)
2025-07-03 14:01:09.605632284 File "/opt/frigate/frigate/object_detection.py", line 68, in __init__
2025-07-03 14:01:09.605634599 self.detect_api = create_detector(detector_config)
2025-07-03 14:01:09.605637266 File "/opt/frigate/frigate/detectors/__init__.py", line 18, in create_detector
2025-07-03 14:01:09.605639062 return api(detector_config)
2025-07-03 14:01:09.605693524 File "/opt/frigate/frigate/detectors/plugins/edgetpu_tfl.py", line 41, in __init__
2025-07-03 14:01:09.605702432 edge_tpu_delegate = load_delegate("libedgetpu.so.1.0", device_config)
2025-07-03 14:01:09.605705413 File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 162, in load_delegate
2025-07-03 14:01:09.605708413 raise ValueError('Failed to load delegate from {}\n{}'.format(
2025-07-03 14:01:09.605710654 ValueError: Failed to load delegate from libedgetpu.so.1.0
2025-07-03 14:01:09.605711913
2025-07-03 14:01:09.627603405 [2025-07-03 16:01:08] frigate.app INFO : Output process started: 448
2025-07-03 14:01:09.628371747 [2025-07-03 16:01:08] frigate.app INFO : Camera processor started for camnord: 471
2025-07-03 14:01:09.628384006 [2025-07-03 16:01:08] frigate.app INFO : Camera processor started for camentree: 478
2025-07-03 14:01:09.628607152 [2025-07-03 16:01:08] frigate.app INFO : Capture process started for camnord: 480
2025-07-03 14:01:09.628807519 [2025-07-03 16:01:08] frigate.app INFO : Capture process started for camentree: 493
2025-07-03 14:01:09.629177570 [2025-07-03 16:01:09] frigate.api.fastapi_app INFO : Starting FastAPI app
2025-07-03 14:01:10.190998654 [2025-07-03 16:01:10] frigate.api.fastapi_app INFO : FastAPI started
2025-07-03 14:01:29.259705583 [2025-07-03 16:01:29] frigate.watchdog INFO : Detection appears to have stopped. Exiting Frigate...
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service go2rtc-healthcheck: stopping
s6-rc: info: service certsync: stopping
2025-07-03 14:01:29.323092220 [INFO] The go2rtc-healthcheck service exited with code 256 (by signal 15)
s6-rc: info: service go2rtc-healthcheck successfully stopped
2025-07-03 14:01:29.350440512 [INFO] Service CERTSYNC exited with code 256 (by signal 15)
s6-rc: info: service certsync successfully stopped
s6-rc: info: service nginx: stopping
s6-rc: info: service certsync-log: stopping
s6-rc: info: service certsync-log successfully stopped
2025-07-03 14:01:29.517181765 [INFO] Service NGINX exited with code 0 (by signal 0)
s6-rc: info: service nginx successfully stopped
s6-rc: info: service nginx-log: stopping
s6-rc: info: service frigate: stopping
s6-rc: info: service nginx-log successfully stopped
2025-07-03 14:01:29.761642227 [2025-07-03 16:01:29] frigate.app INFO : Stopping...
2025-07-03 14:01:29.780351890 [2025-07-03 16:01:29] frigate.ptz.autotrack INFO : Exiting autotracker...
2025-07-03 14:01:29.789574678 [2025-07-03 16:01:29] frigate.storage INFO : Exiting storage maintainer...
2025-07-03 14:01:29.789599492 [2025-07-03 16:01:29] frigate.record.cleanup INFO : Exiting recording cleanup...
2025-07-03 14:01:29.796712881 [2025-07-03 16:01:29] frigate.events.cleanup INFO : Exiting event cleanup...
2025-07-03 14:01:29.796730344 [2025-07-03 16:01:29] frigate.app INFO : Waiting for capture process for camnord to stop
2025-07-03 14:01:29.796733714 [2025-07-03 16:01:29] frigate.watchdog INFO : Exiting watchdog...
2025-07-03 14:01:29.796736862 [2025-07-03 16:01:29] frigate.stats.emitter INFO : Exiting stats emitter...
2025-07-03 14:01:29.799895395 [2025-07-03 16:01:29] watchdog.camnord INFO : Terminating the existing ffmpeg process...
2025-07-03 14:01:29.803492200 [2025-07-03 16:01:29] watchdog.camnord INFO : Waiting for ffmpeg to exit gracefully...
2025-07-03 14:01:29.963324339 [2025-07-03 16:01:29] frigate.app INFO : Waiting for capture process for camentree to stop
2025-07-03 14:01:29.967897113 [2025-07-03 16:01:29] watchdog.camentree INFO : Terminating the existing ffmpeg process...
2025-07-03 14:01:29.968342626 [2025-07-03 16:01:29] watchdog.camentree INFO : Waiting for ffmpeg to exit gracefully...
2025-07-03 14:01:30.049427087 [2025-07-03 16:01:30] frigate.app INFO : Waiting for process for camnord to stop
2025-07-03 14:01:30.361516187 [2025-07-03 16:01:30] frigate.events.maintainer INFO : Exiting event processor...
2025-07-03 14:01:30.748279035 [2025-07-03 16:01:30] frigate.object_processing INFO : Exiting object processor...
2025-07-03 14:01:31.864563635 [2025-07-03 16:01:31] frigate.video INFO : camnord: emptying frame queue
2025-07-03 14:01:31.866627090 [2025-07-03 16:01:31] frigate.video INFO : camnord: exiting subprocess
2025-07-03 14:01:31.889659975 [2025-07-03 16:01:31] frigate.app INFO : Closing frame queue for camnord
2025-07-03 14:01:32.391248197 [2025-07-03 16:01:32] frigate.app INFO : Waiting for process for camentree to stop
2025-07-03 14:01:35.962895335 [2025-07-03 16:01:35] frigate.video INFO : camentree: emptying frame queue
2025-07-03 14:01:35.965265323 [2025-07-03 16:01:35] frigate.video INFO : camentree: exiting subprocess
2025-07-03 14:01:35.992075288 [2025-07-03 16:01:35] frigate.app INFO : Closing frame queue for camentree
2025-07-03 14:01:36.996710121 [2025-07-03 16:01:36] frigate.app INFO : Detection queue closed
2025-07-03 14:01:37.498458601 [2025-07-03 16:01:37] frigate.app INFO : Detected frames queue closed
2025-07-03 14:01:37.999575145 [2025-07-03 16:01:37] frigate.app INFO : Timeline queue closed
2025-07-03 14:01:39.506610523 [2025-07-03 16:01:39] frigate.output.output INFO : exiting output process...
2025-07-03 14:01:43.531426554 [2025-07-03 16:01:43] frigate.record.maintainer INFO : Exiting recording maintenance...
2025-07-03 14:01:44.820133835 [INFO] Service Frigate exited with code 0 (by signal 0)
System Information
version |
core-2025.7.0 |
installation_type |
Home Assistant OS |
dev |
false |
hassio |
true |
docker |
true |
container_arch |
aarch64 |
user |
root |
virtualenv |
false |
python_version |
3.13.3 |
os_name |
Linux |
os_version |
6.6.74-haos-raspi |
arch |
aarch64 |
timezone |
Europe/Paris |
config_dir |
/config |
Home Assistant Community Store
GitHub API |
ok |
GitHub Content |
ok |
GitHub Web |
ok |
HACS Data |
ok |
GitHub API Calls Remaining |
5000 |
Installed Version |
2.0.5 |
Stage |
running |
Available Repositories |
2081 |
Downloaded Repositories |
34 |
Home Assistant Cloud
logged_in |
false |
can_reach_cert_server |
ok |
can_reach_cloud_auth |
ok |
can_reach_cloud |
ok |
Home Assistant Supervisor
host_os |
Home Assistant OS 15.2 |
update_channel |
stable |
supervisor_version |
supervisor-2025.06.2 |
agent_version |
1.7.2 |
docker_version |
28.0.4 |
disk_total |
229.2 GB |
disk_used |
23.6 GB |
healthy |
true |
supported |
true |
host_connectivity |
true |
supervisor_connectivity |
true |
ntp_synchronized |
true |
virtualization |
|
board |
yellow |
supervisor_api |
ok |
version_api |
ok |
installed_addons |
Matter Server (8.0.0), Linky (1.5.0), File editor (5.8.0), Advanced SSH & Web Terminal (21.0.2), Terminal & SSH (9.18.0), Mosquitto broker (6.5.1), go2rtc (1.9.9), Studio Code Server (5.19.3), Frigate (0.15.1), Samba NAS (12.5.0-nas), NGINX Home Assistant SSL proxy (3.12.0), Samba share (12.5.2), motionEye (0.22.1) |
Dashboards
dashboards |
1 |
resources |
13 |
views |
5 |
mode |
storage |
Network Configuration
adapters |
lo (disabled), end0 (enabled, default, auto), hassio (disabled), docker0 (disabled), vetha97f2fb (disabled), vethe5b3499 (disabled), vetha2dc87a (disabled), veth63090e9 (disabled), vethf690834 (disabled), veth899fde7 (disabled), vethc61647c (disabled), veth8c077c0 (disabled), veth7585880 (disabled), veth5885aa6 (disabled) |
ipv4_addresses |
lo (127.0.0.1/8), end0 (192.168.1.38/24), hassio (172.30.32.1/23), docker0 (172.30.232.1/23), vetha97f2fb (), vethe5b3499 (), vetha2dc87a (), veth63090e9 (), vethf690834 (), veth899fde7 (), vethc61647c (), veth8c077c0 (), veth7585880 (), veth5885aa6 () |
ipv6_addresses |
lo (::1/128), end0 (2a01:e0a:e15:6ad0:b207:e111:e51b:de6e/64, fe80::b062:e4ce:c403:e9f7/64), hassio (fe80::90fa:98ff:fe54:1c65/64), docker0 (fe80::48f0:66ff:fe10:d67/64), vetha97f2fb (fe80::e885:15ff:fe4c:5b22/64), vethe5b3499 (fe80::4835:49ff:fe97:9747/64), vetha2dc87a (fe80::b895:abff:fe37:640/64), veth63090e9 (fe80::b048:99ff:fe83:f2de/64), vethf690834 (fe80::282a:7dff:fe6d:402e/64), veth899fde7 (fe80::3c38:8fff:feef:7448/64), vethc61647c (fe80::7457:19ff:fedc:a41/64), veth8c077c0 (fe80::a8b2:9cff:fead:a321/64), veth7585880 (fe80::54d9:46ff:fe22:e111/64), veth5885aa6 (fe80::d45b:b5ff:fec9:824a/64) |
announce_addresses |
192.168.1.38, 2a01:e0a:e15:6ad0:b207:e111:e51b:de6e, fe80::b062:e4ce:c403:e9f7 |
Recorder
oldest_recorder_run |
23 juin 2025 à 17:06 |
current_recorder_run |
3 juillet 2025 à 20:54 |
estimated_db_size |
245.22 MiB |
database_engine |
sqlite |
database_version |
3.48.0 |