I am getting Failed to connect when trying to Submit Frigate integration. I did not input a username/pass as it says it is OPTIONAL.
I can not reach the server address on port 5000 with http. Does this mean Frigate is running on a different port or different IP?
This is HaOS standard install with Frigate installed as add-on and works well with one camera showing.
mqtt:
host: 192.168.2.41 #Insert the IP address of your Home Assistant
port: 1883 #Leave as default 1883 or change to match the port set in yout MQTT Broker configuration
user: mqttcamera
password: kljdJdj3242Jddd
topic_prefix: frigate
client_id: frigate
stats_interval: 60
database:
path: /config/frigate.db
cameras:
garage: #Change this to a name of the camera that makes sense to you
ffmpeg:
output_args:
record: preset-record-generic-audio-aac #Insert this if your camera supports audio output
inputs:
- path: rtsp://simpleuser:[email protected]:554/Stream1 #Change as per your camera documentation for high quality feed
roles:
- record
- path: rtsp://simpleuser:[email protected]:554/Stream1 #Change as per your camera documentation for low quality feed
roles:
- detect
detect:
height: 360 #Change this to match the resolution of your detection channel (in this case channel 1)
width: 640 #Change this to match the resolution of your detection channel (in this case channel 1)
fps: 10 #This is the frame rate for detection, between 5-10 fps is sufficient.
record:
enabled: true
retain:
days: 0 #The number of days a recording will be kept for after a motion is detected.
mode: motion
alerts:
retain:
days: 30
detections:
retain:
days: 30
objects:
track:
- person
- car
version: 0.15-1