Good Afternoon,
I am trying to configure Frigate using the tutorial for YouTube, see link below;
http://homeassistant.local:8123/config/app/95168ca3_frigate-fa/info
The Installation has been sucsesfull so far, I can see frigate in my side bar and if I click on it I
can see the corret cmaera feed. Below is my YAML code;
mqtt:
enabled: true
host: 192.168.1.207
user: mqtt_frigate
password:************
detectors:
ov:
type: openvino
device: GPU
model:
width: 300
height: 300
input_tensor: nhwc
input_pixel_format: bgr
path: /openvino-model/ssdlite_mobilenet_v2.xml
labelmap_path: /openvino-model/coco_91cl_bkgr.txt
cameras:
SideEntrance: # <------ Name the camera
enabled: true
ffmpeg:
inputs:
- path: rtsps://192.168.1.221:7441/ePDb3XWfiIGurH5O?enableSrtp # <----- The stream you want to use for detection
roles:
- detect
detect:
enabled: true # <---- disable detection until you have a working camera feed
width: 1280
height: 720
fps: 5
objects:
track:
- person
- face
detect:
enabled: true
ver
sion: 0.16-0
The issue is when I try to add the Frigate integration it fails "Failed to connect"
I have tried the following URLs;
http://ccab4aaf-frigate:5000
http://ccab4aaf-frigate-fa:5000
http://ccab4aaf-frigate:5000
http://192.168.1.207:5000 (My HA IP Address)
http://homeassistant.local:5000
https://********************.ui.nabu.casa:5000
All with the same failure, any help would be appreciated
Thanks
Peter