Frigate integration

Hi all,
I installed Frigate on a LXC container.

This is frigate config file:

mqtt:
  host: 192.168.0.9
  user: xxx
  password: xxxx

cameras:
  Garage: # <--- this will be changed to your actual camera later
    enabled: True
    ffmpeg:
      inputs:
        - path: rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0
      hwaccel_args: preset-vaapi
          #roles:
          #  - detect

go2rtc:
  streams:
    Garage:
      - rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0

This is the version of frigate: SYSTEM 0.13.2-6476F8A

I have a home assistant core installation. I installed frigate integration and configured it with the frigate ip : http://192.168.0.27:5000. But I see the following errors:

If I try to type the following link on the browser:
http://ccab4aaf-frigate-fa:5000/api/stats
http://ccab4aaf-frigate:5000/api/stats
192.168.0.27-fa:5000

The browser says: Is not possible to reach the website…

Can anyone help me?

this is almost right except there shouldn’t be -fa

Does this work?
http://192.168.0.27:5000/api/stats

yes, with that link I see a page with many strings

http://192.168.0.27:5000 is what should be entered in to the frigate integration

1 Like