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:
- Error fetching information from http://ccab4aaf-frigate-fa:5000/api/stats: Cannot connect to host ccab4aaf-frigate-fa:5000 ssl:default [Name or service not known]
- Error fetching information from http://ccab4aaf-frigate:5000/api/stats: Cannot connect to host ccab4aaf-frigate:5000 ssl:default [Name or service not known]
- Error fetching information from http://192.168.0.27-fa:5000/api/stats: Cannot connect to host 192.168.0.27-fa:5000 ssl:default [Name or service not known]
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?