Closed awwbaker closed 11 months ago
your indentation is inconsistent, spacing should always be done in increments of 2 spaces, but some parts of your config only have 1 space
I went through and double checked two space indents (I missed this in the "Getting Started Section." I will paste my working file below if it perhaps helps someone.
mqtt: host: 192.168.4.23 user: mqtt_user password: mqtt_user
detectors: coral: type: edgetpu device: usb
go2rtc: streams: garage:
bounding_box: True retain:
default: 10
objects: person: 15 detect: enabled: True width: 1280 height: 720 fps: 5 ffmpeg: hwaccel_args: preset-vaapi
record: enabled: True retain: days: 7 mode: motion events: retain: default: 14 mode: active_objects cameras: front_door_main: ffmpeg: inputs:
Try this hopefully helps
host: 192.168.4.23
user: mqtt_user
password: mqtt_user
detectors:
coral:
type: edgetpu
device: usb
go2rtc:
streams:
garage:
- rtsp://192.168.4.23:8554/garage
breezeway:
- rtsp://192.168.4.23:8554/breezeway
front_door_main:
- rtsp://admin:XXXX@192.168.4.117:554/h264Preview_01_main
front_door_sub:
- rtsp://admin:XXXX@192.168.4.117:554/h264Preview_01_sub
snapshots:
enabled: True
clean_copy: True
timestamp: True
bounding_box: True
retain:
default: 10
objects:
person: 15
detect:
enabled: True
width: 1280
height: 720
fps: 10
ffmpeg:
hwaccel_args: preset-vaapi
record:
enabled: True
retain:
days: 7
mode: motion
events:
retain:
default: 14
mode: active_objects
cameras:
front_door_main:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/front_door_main
roles:
- record
- rtmp
front_door_sub:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/front_door_sub
roles:
- detect
breezeway:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/breezeway
roles:
- record
- rtmp
- detect
objects:
track:
- person
- dog
zones:
deerzone:
coordinates: 407,720,0,720,0,468,412,193,476,191
garage:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/garage
roles:
- record
- rtmp
- detect
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the problem you are having
I am trying to clean the errors out of my frigate.yaml file. It seems that I get the green check and there are still formatting errors. I look at the log file and from what my pea brain can tell does not offer any help. I really want to be able to correlate the log output to failures in the config file. THANK YOU!
Version
0.12.1
Frigate config file
Relevant log output
FFprobe output from your camera
Frigate stats
No response
Operating system
HassOS
Install method
HassOS Addon
Coral version
USB
Network connection
Wired
Camera make and model
Wyze, Reolink
Any other information that may be helpful
No response