Fix Frigate parked car re-detection and enable writable config #193

Merged
eblume merged 3 commits from frigate-stationary-fix into main 2026-02-15 17:48:15 -08:00

3 commits

Author SHA1 Message Date
f25f743fa2 Add driveway_entrance zone, motion mask, and required_zones for alerts
Bake UI-drawn zone coordinates and timestamp motion mask into IaC.
Restrict car/person/dog alerts to only fire when objects pass through
the driveway entrance zone.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 17:44:28 -08:00
132288d94f Revert stationary interval to default
Keep interval at default (50) rather than 0 — the primary fix is
removing car max_frames, not changing the re-check interval.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 17:40:00 -08:00
5ad81dda32 Fix Frigate parked car re-detection and enable writable config
Remove car-specific max_frames (was causing forget-and-re-detect loop)
and set stationary interval to 0. Use initContainer to copy configmap
into writable emptyDir so UI changes (zones, masks) persist at runtime.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 17:32:07 -08:00