Skip to content

[Config Support]: Tuning Motion Detection During the Night #13415

Answered by RN-Say
RN-Say asked this question in Config Support
Discussion options

You must be logged in to vote

After using the above file swapping solution for a few days I decided that it wasn't a good long term solution and that it wasn't scalable. I figured I would soon have 5 similar frigate.yaml files to maintain and I didn't like not being able to use the built-in configuration editor. So I came up with a script that will toggle sections of frigate.yaml on and off by commenting and uncommenting tagged blocks, which works orders of magnitude better. All of the configuration stays in one place and just gets activated when needed from an automation. Here is an example of what that looks like:

When Home When Away
objects:
  track:
    - cat
    #<away>
    # - person
    # - umbrella
    #<…

Replies: 2 comments 11 replies

Comment options

NickM-27
Aug 29, 2024
Collaborator Sponsor

You must be logged in to vote
11 replies
@RN-Say
Comment options

@n3qik
Comment options

@Caddyman68
Comment options

@NickM-27
Comment options

NickM-27 Jan 14, 2025
Collaborator Sponsor

@Caddyman68
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by RN-Say
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment