Skip to content

The card stopped displaying streams after switching to frigate 0.16.0-rc4. #2145

Description

@vladislavmvv

Version card: 7.14.3.
Before that, there was Frigate (Full Access) 0.15.2. The card worked well.
Updated to Frigate (Full Access) Beta 0.16.0-rc4. Add-on HAOS 16.1. core-2025.8.1. Rebooted the host several times. Reconfigured the card. It doesn't show.
"Camera initialization failed: API error whilst subscribing to events for unknown Frigate instance frigate . Check troubleshooting".

Frigate config:
#######################
mqtt:
enabled: true
host: 192.168.33.231
user: mqtt
password: mqtt

ffmpeg:
hwaccel_args: preset-vaapi

go2rtc:
streams:
alley_cam:
- rtsp://admin:@192.168.33.147:554/cam/realmonitor?channel=1&subtype=0
alley_cam_sub:
- rtsp://admin:
@192.168.33.147:554/cam/realmonitor?channel=1&subtype=1
general_cam:
- rtsp://admin:********@192.168.33.25:554/cam/realmonitor?channel=1&subtype=1
region_cam:
- rtsp://192.168.33.83:554/user=admin&password=VPwdFrMVVHome6&channel=1&stream=1.sdp?

cameras:
alley_cam:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/alley_cam
input_args: preset-rtsp-restream
roles:
- detect
- record
detect:
enabled: true
record:
enabled: true
retain:
days: 5
alerts:
retain:
days: 5
mode: motion
detections:
retain:
days: 5
mode: motion
snapshots:
enabled: true
quality: 100
objects:
track:
- person
- car
mask: 0,0.001,0.61,0,0.612,0.024,0.002,0.386
motion:
mask:
- 0,0,0.577,0,0.58,0.079,0,0.488
- 0.582,0,1,0.001,0.999,0.048,0.58,0.039
- 0.92,0.046,1,0.049,1,0.22,0.934,0.193

general_cam:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/general_cam
input_args: preset-rtsp-restream
roles:
- record
detect:
enabled: false
fps: 5
record:
enabled: true
retain:
days: 5
alerts:
retain:
days: 5
mode: motion
detections:
retain:
days: 5
mode: motion
snapshots:
enabled: true
quality: 100
objects:
track:
- person
- car
onvif:
host: 192.168.33.25
port: 8899
user: admin
password: ********

region_cam:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/region_cam
input_args: preset-rtsp-restream
roles:
- detect
- record
detect:
enabled: true
fps: 5
record:
enabled: true
retain:
days: 5
alerts:
retain:
days: 5
mode: motion
detections:
retain:
days: 5
mode: motion
snapshots:
enabled: true
quality: 100
objects:
track:
- person
onvif:
host: 192.168.33.83
port: 8899
user: admin
password: VPwdFrMVVHome6
motion:
mask:
0.001,0,1,0,0.999,0.412,0.706,0.376,0.686,0.479,0.636,0.481,0.58,0.389,0.569,0.314,0.473,0.302,0.462,0.222,0.397,0.207,0.296,0.21,0.29,0.358,0,0.389

version: 0.16-0
detect:
enabled: true
semantic_search:
enabled: false
model_size: small
face_recognition:
enabled: true
model_size: small
lpr:
enabled: true
classification:
bird:
enabled: false

####################################

All ports are registered and open.

What could be the problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions