Fix frigate-notify config: webapi polling, dedup, hi-res snapshots

- Switch from MQTT to webapi polling (v0.5.4 requires one, not both)
- Set poll interval to 15s for responsive alerts
- Enable notify_once to deduplicate per-event notifications
- Set nosnap: drop to skip events without snapshots
- Enable snap_hires for recording-stream quality snapshots
- Remove unused MQTT broker config

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-22 08:49:47 -08:00
commit dec0457b0e
2 changed files with 6 additions and 5 deletions

View file

@ -11,17 +11,17 @@ data:
webapi:
enabled: true
interval: 15
mqtt:
enabled: true
server: mosquitto.mqtt.svc.cluster.local
port: 1883
clientid: frigate-notify
topic_prefix: frigate
enabled: false
alerts:
general:
title: "Frigate Alert"
nosnap: drop
snap_hires: true
notify_once: true
zones:
unzoned: drop

View file

@ -0,0 +1 @@
Fix frigate-notify notification pipeline: switch to webapi polling, enable dedup, drop events without snapshots, use hi-res snapshots