You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading my home assistant tot 2025.1.4, it get following error after rebooting
Logger: homeassistant.setup
Source: setup.py:269
First occurred: 18:32:42 (1 occurrences)
Last logged: 18:32:42
Setup failed for custom integration 'frigate': Requirements for frigate not found: ['hass-web-proxy-lib==0.0.7'].
I've Frigate integration v 5.7.0 installed. My Home Assistant Core is running in version 2025.1.4 & my Home Assistant OS is v 14.1.
Before the upgrade, I didn't had a problem
Version
0.14.1-f4f3cfa
What browser(s) are you using?
Brave v 1.74.50
Frigate config file
mqtt:
enabled: truehost: 192.168.33.254user: xxxxpassword: yyyygo2rtc:
streams:
Camera_Garage:
- rtsp://xxxx:[email protected]:88/videoMainCamera_Garage_sub:
- rtsp://xxxx:[email protected]:88/videoSubCamera_fietsenberging:
- rtsp://xxxx:[email protected]:88/videoMainCamera_fietsenberging_sub:
- rtsp://xxxx:[email protected]:88/videoSubCamera_Deurbel:
- ffmpeg:https://192.168.33.135/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=xxxx&password=yyyy#video=copy#audio=copy#audio=opus
- rtsp://frigate:[email protected]/Preview_01_subCamera_Deurbel_sub:
- ffmpeg:https://192.168.33.135/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=xxxx&password=yyyyCamera_vogelhuisje:
- rtsp://xxxx:[email protected]/user=frigate_password=123456_channel=1_stream=0.sdpcameras:
Camera_Garage: # <------ Name the cameraenabled: trueffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Camera_Garage_sub # <----- The stream you want to use for detectioninput_args: preset-rtsp-restreamroles:
- detect
- path: rtsp://127.0.0.1:8554/Camera_Garage # <----- The stream you want to use for recordinginput_args: preset-rtsp-restreamroles:
- recorddetect:
enabled: truewidth: 1280height: 720motion:
mask: 0.001,0.056,0.003,0.006,0.415,0.007,0.419,0.058zones:
DetectieZoneGarage:
coordinates: 0.408,0.257,0.624,0.272,0.77,0.481,0.756,0.991,0.356,0.972loitering_time: 0objects: personreview:
alerts:
required_zones: DetectieZoneGaragedetections:
required_zones: DetectieZoneGaragerecord:
enabled: trueretain:
days: 3mode: motionevents:
retain:
default: 30mode: motionCamera_fietsenberging:
enabled: trueffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Camera_fietsenberging_sub # <----- The stream you want to use for detectioninput_args: preset-rtsp-restreamroles:
- detect
- path: rtsp://127.0.0.1:8554/Camera_fietsenberging # <----- The stream you want to use for recordinginput_args: preset-rtsp-restreamroles:
- recorddetect:
enabled: truewidth: 1280height: 720motion:
mask: 0.002,0.066,0.373,0.071,0.374,0.012,0.003,0.005zones:
DetectieZoneFietsenberging:
coordinates: 0.006,0.01,0.994,0.012,0.991,0.555,0.99,0.987,0,0.987loitering_time: 0inertia: 3review:
alerts:
required_zones: DetectieZoneFietsenbergingrecord:
enabled: trueretain:
days: 3mode: motionevents:
retain:
default: 30mode: motionCamera_Deurbel:
enabled: trueffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Camera_Deurbel_sub # <----- The stream you want to use for detectioninput_args: preset-rtsp-restreamroles:
- detect
- path: rtsp://127.0.0.1:8554/Camera_Deurbel # <----- The stream you want to use for recordinginput_args: preset-rtsp-restreamroles:
- recorddetect:
enabled: truewidth: 1280height: 720motion:
mask: 0.347,0.01,0.347,0.054,0.645,0.063,0.646,0.008zones:
DetectieZoneDeurbel:
coordinates: 0.004,0,0.276,0,0.511,0.22,0.995,0.375,0.996,0.564,0.986,0.993,0,1,0,0.635loitering_time: 0inertia: 3objects: personreview:
alerts:
required_zones: DetectieZoneDeurbeldetections:
required_zones: DetectieZoneDeurbelrecord:
enabled: trueretain:
days: 3mode: motionevents:
retain:
default: 30mode: motionobjects:
filters:
person: {}Camera_vogelhuisje:
enabled: trueffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Camera_vogelhuisje # <----- The stream you want to use for detection & recordinginput_args: preset-rtsp-restreamroles:
- detect
- recorddetect:
enabled: truewidth: 1280height: 720motion:
mask: 0.743,0.098,0.999,0.107,1,0.048,0.745,0.048zones:
DetectieZoneVogelhuisje:
coordinates: 0,0,0.994,0.012,0.991,0.555,0.99,0.987,0,0.987inertia: 3loitering_time: 0review:
alerts:
required_zones: DetectieZoneVogelhuisjerecord:
enabled: trueretain:
days: 3mode: motionevents:
retain:
default: 30mode: motiondetectors:
coral:
type: edgetpudevice: usbversion: 0.14
Relevant Frigate log output
-
Relevant go2rtc log output
-
FFprobe output from your camera
-
Frigate stats
No response
Install method
Docker CLI
docker-compose file or Docker CLI command
-
Object Detector
Coral
Network connection
Wired
Camera make and model
Screenshots of the Frigate UI's System metrics pages
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Describe the problem you are having
After upgrading my home assistant tot 2025.1.4, it get following error after rebooting
I've Frigate integration v 5.7.0 installed. My Home Assistant Core is running in version 2025.1.4 & my Home Assistant OS is v 14.1.
Before the upgrade, I didn't had a problem
Version
0.14.1-f4f3cfa
What browser(s) are you using?
Brave v 1.74.50
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
FFprobe output from your camera
Frigate stats
No response
Install method
Docker CLI
docker-compose file or Docker CLI command
Object Detector
Coral
Network connection
Wired
Camera make and model
Screenshots of the Frigate UI's System metrics pages
No response
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions