[Support]: Ghost alerts #14859
-
Checklist
Describe the problem you are havingFrom time to time I receive "ghost" alerts that are not shown in the Frigate interface. In Nodered I subscribe to MQTT events from Frigate at frigate/events. I parse for label person and act accordingly. Sometimes an event with the label person will be sent but there will be no alert to review in Frigate. The binary sensor in home assistant also records the person occupancy. However, when I go to Frigate to look for the alert to review there is nothing to see. Steps to reproduceThere are no certain steps to trigger this as it's random. Version0.14.1 In which browser(s) are you experiencing the issue with?No response Frigate config filemqtt:
host: 192.168.1.12
user: mqtt-user
password: redacted
detectors:
coral:
type: edgetpu
device: usb
birdseye:
# Optional: Enable birdseye view (default: shown below)
enabled: true
# Optional: Width of the output resolution (default: shown below)
width: 1280
# Optional: Height of the output resolution (default: shown below)
height: 720
# Optional: Encoding quality of the mpeg1 feed (default: shown below)
# 1 is the highest quality, and 31 is the lowest. Lower quality feeds utilize less CPU resources.
quality: 8
# Optional: Mode of the view. Available options are: objects, motion, and continuous
# objects - cameras are included if they have had a tracked object within the last 30 seconds
# motion - cameras are included if motion was detected in the last 30 seconds
# continuous - all cameras are included always
mode: objects
objects:
# Optional: filters to reduce false positives for specific object types
filters:
cat:
threshold: 0.8
go2rtc:
streams:
olivia:
- rtsp://redacted@192.168.1.162:554/Streaming/Channels/103
front:
- rtsp://redacted@192.168.1.67:554/Streaming/Channels/103
side:
- rtsp://redacted@192.168.1.68:554/Streaming/Channels/103
side_2:
- rtsp://redacted@192.168.1.131:554/Streaming/Channels/103
back:
- rtsp://redacted@192.168.1.179:554/Streaming/Channels/103
garden:
- rtsp://redacted@192.168.1.21:554/Streaming/Channels/103
utility:
- rtsp://redacted@192.168.1.182:554/Streaming/Channels/103
carport:
- rtsp://redacted@192.168.1.141:554/Streaming/Channels/103
cameras:
garden:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/garden
input_args: preset-rtsp-restream
roles:
- detect
- record
detect:
width: 1280
height: 720
fps: 5
objects:
track:
- person
- cat
filters:
person:
mask:
- 0,201,287,102,283,38,479,0,0,0
min_score: 0.6
threshold: 0.8
snapshots:
enabled: true
timestamp: true
bounding_box: true
retain:
default: 7
record:
enabled: true
events:
retain:
default: 10
olivia:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/olivia
input_args: preset-rtsp-restream
roles:
- detect
- record
detect:
width: 1280
height: 720
fps: 5
objects:
track:
- person
- cat
filters:
person:
mask:
- 860,0,948,0,1215,66,1213,94
- 980,720,1021,614,1006,591,975,564,942,545,923,530,903,520,871,531,836,576,847,614,813,609,786,633,741,679,720,720
min_score: 0.6
threshold: 0.82
snapshots:
enabled: true
timestamp: true
bounding_box: true
retain:
default: 14
record:
enabled: true
events:
retain:
default: 10
front:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/front
input_args: preset-rtsp-restream
roles:
- detect
- record
detect:
width: 1280
height: 720
fps: 5
objects:
track:
- person
- cat
filters:
person:
mask:
- 0,238,337,222,357,291,473,272,445,230,607,246,895,298,1050,360,1147,406,1208,450,1280,342,1280,0,0,0
min_score: 0.6
threshold: 0.8
cat:
mask:
- 0,238,337,222,357,291,473,272,445,230,607,246,895,298,1050,360,1147,406,1208,450,1280,342,1280,0,0,0
snapshots:
enabled: true
timestamp: true
bounding_box: true
retain:
default: 14
record:
enabled: true
events:
retain:
default: 10
motion:
mask:
- 1280,247,1280,317,1210,461,1146,418,1099,398,1050,360,1016,340,991,306,938,294,904,277,863,266,651,232,603,228,446,218,438,252,458,281,363,286,337,208,306,197,164,214,0,222,0,176,0,0,1280,0
back:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/back
input_args: preset-rtsp-restream
roles:
- detect
- record
detect:
width: 1280
height: 720
fps: 5
objects:
track:
- person
- cat
filters:
person:
mask:
- 122,450,87,301,74,122,0,120,0,720,259,720
min_score: 0.6
threshold: 0.8
snapshots:
enabled: true
timestamp: true
bounding_box: true
retain:
default: 14
record:
enabled: true
events:
retain:
default: 10
motion:
mask:
- 322,220,166,558,256,720,808,720,903,502
side_2:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/side_2
input_args: preset-rtsp-restream
roles:
- detect
- record
detect:
width: 1280
height: 720
fps: 5
objects:
track:
- person
- cat
filters:
person:
min_score: 0.6
threshold: 0.8
snapshots:
enabled: true
timestamp: true
bounding_box: true
retain:
default: 14
record:
enabled: true
events:
retain:
default: 10
utility:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/utility
input_args: preset-rtsp-restream
roles:
- detect
- record
detect:
width: 1280
height: 720
fps: 5
objects:
track:
- person
- cat
filters:
person:
min_score: 0.6
threshold: 0.8
snapshots:
enabled: true
timestamp: true
bounding_box: true
retain:
default: 14
record:
enabled: true
events:
retain:
default: 10
carport:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/carport
input_args: preset-rtsp-restream
roles:
- detect
- record
detect:
width: 1280
height: 720
fps: 5
enabled: true
objects:
track:
- person
- cat
filters:
person:
mask:
- 928,0,563,0,571,25,922,99
min_score: 0.6
threshold: 0.8
snapshots:
enabled: true
timestamp: true
bounding_box: true
retain:
default: 14
record:
enabled: true
events:
retain:
default: 10
motion:
mask:
- 539,0,544,24,914,104,932,0
side:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/side
input_args: preset-rtsp-restream
roles:
- detect
- record
detect:
width: 1280
height: 720
fps: 5
objects:
track:
- person
- cat
filters:
person:
mask:
- 473,0,473,111,537,108,542,0
min_score: 0.6
threshold: 0.8
snapshots:
enabled: true
timestamp: true
bounding_box: true
retain:
default: 14
record:
enabled: true
events:
retain:
default: 10
version: 0.14 docker-compose file or Docker CLI command* Relevant Frigate log output2024-11-07 06:14:26.426519534 [2024-11-07 07:14:26] frigate.comms.dispatcher INFO : Turning off snapshots for garden
2024-11-07 06:14:26.426842037 [2024-11-07 07:14:26] frigate.comms.dispatcher INFO : Turning off recordings for front
2024-11-07 06:14:26.427376891 [2024-11-07 07:14:26] frigate.comms.dispatcher INFO : Turning off snapshots for side_2
2024-11-07 06:14:26.427668343 [2024-11-07 07:14:26] frigate.comms.dispatcher INFO : Turning off recordings for olivia
2024-11-07 06:14:26.428035744 [2024-11-07 07:14:26] frigate.comms.dispatcher INFO : Turning off recordings for back
2024-11-07 06:14:26.428467564 [2024-11-07 07:14:26] frigate.comms.dispatcher INFO : Turning off snapshots for front
2024-11-07 06:14:26.428706102 [2024-11-07 07:14:26] frigate.comms.dispatcher INFO : Turning off snapshots for utility
2024-11-07 06:14:26.428975016 [2024-11-07 07:14:26] frigate.comms.dispatcher INFO : Turning off recordings for side
2024-11-07 06:14:26.429304914 [2024-11-07 07:14:26] frigate.comms.dispatcher INFO : Turning off recordings for carport
2024-11-07 06:14:26.429685527 [2024-11-07 07:14:26] frigate.comms.dispatcher INFO : Turning off detection for front
2024-11-07 06:14:26.430013968 [2024-11-07 07:14:26] frigate.comms.dispatcher INFO : Turning off detection for utility
2024-11-07 06:14:26.430394154 [2024-11-07 07:14:26] frigate.comms.dispatcher INFO : Turning off detection for back
2024-11-07 06:14:26.430671692 [2024-11-07 07:14:26] frigate.comms.dispatcher INFO : Turning off detection for side_2
2024-11-07 06:14:26.430990690 [2024-11-07 07:14:26] frigate.comms.dispatcher INFO : Turning off detection for olivia
2024-11-07 06:14:26.431266125 [2024-11-07 07:14:26] frigate.comms.dispatcher INFO : Turning off detection for garden
2024-11-07 06:14:26.431585507 [2024-11-07 07:14:26] frigate.comms.dispatcher INFO : Turning off detection for side
2024-11-07 06:14:26.431890487 [2024-11-07 07:14:26] frigate.comms.dispatcher INFO : Turning off recordings for utility
2024-11-07 06:14:26.432274984 [2024-11-07 07:14:26] frigate.comms.dispatcher INFO : Turning off snapshots for back
2024-11-07 06:14:26.432559741 [2024-11-07 07:14:26] frigate.comms.dispatcher INFO : Turning off recordings for garden
2024-11-07 06:14:26.432952404 [2024-11-07 07:14:26] frigate.comms.dispatcher INFO : Turning off recordings for side_2
2024-11-07 21:15:06.592999876 [2024-11-07 22:15:06] frigate.comms.dispatcher INFO : Turning on snapshots for back
2024-11-07 21:15:06.593516085 [2024-11-07 22:15:06] frigate.comms.dispatcher INFO : Turning on detection for utility
2024-11-07 21:15:06.594093520 [2024-11-07 22:15:06] frigate.comms.dispatcher INFO : Turning on detection for side
2024-11-07 21:15:06.594563652 [2024-11-07 22:15:06] frigate.comms.dispatcher INFO : Turning on snapshots for side_2
2024-11-07 21:15:06.594952292 [2024-11-07 22:15:06] frigate.comms.dispatcher INFO : Turning on snapshots for carport
2024-11-07 21:15:06.595283984 [2024-11-07 22:15:06] frigate.comms.dispatcher INFO : Turning on recordings for side
2024-11-07 21:15:06.595882751 [2024-11-07 22:15:06] frigate.comms.dispatcher INFO : Turning on snapshots for side
2024-11-07 21:15:06.596507536 [2024-11-07 22:15:06] frigate.comms.dispatcher INFO : Turning on snapshots for utility
2024-11-07 21:15:06.597118366 [2024-11-07 22:15:06] frigate.comms.dispatcher INFO : Turning on detection for carport
2024-11-07 21:15:06.598292498 [2024-11-07 22:15:06] frigate.comms.dispatcher INFO : Turning on snapshots for garden
2024-11-07 21:15:06.598770309 [2024-11-07 22:15:06] frigate.comms.dispatcher INFO : Turning on detection for olivia
2024-11-07 21:15:06.599304323 [2024-11-07 22:15:06] frigate.comms.dispatcher INFO : Turning on recordings for garden
2024-11-07 21:15:06.599853259 [2024-11-07 22:15:06] frigate.comms.dispatcher INFO : Turning on detection for garden
2024-11-07 21:15:06.600362025 [2024-11-07 22:15:06] frigate.comms.dispatcher INFO : Turning on recordings for carport
2024-11-07 21:15:06.600804619 [2024-11-07 22:15:06] frigate.comms.dispatcher INFO : Turning on recordings for olivia
2024-11-07 21:15:06.601332359 [2024-11-07 22:15:06] frigate.comms.dispatcher INFO : Turning on recordings for back
2024-11-07 21:15:06.601832767 [2024-11-07 22:15:06] frigate.comms.dispatcher INFO : Turning on recordings for utility
2024-11-07 21:15:06.602346789 [2024-11-07 22:15:06] frigate.comms.dispatcher INFO : Turning on recordings for front
2024-11-07 21:15:06.602932517 [2024-11-07 22:15:06] frigate.comms.dispatcher INFO : Turning on detection for side_2
2024-11-07 21:15:06.603478458 [2024-11-07 22:15:06] frigate.comms.dispatcher INFO : Turning on detection for back
2024-11-07 21:15:06.645759497 [2024-11-07 22:15:06] frigate.comms.dispatcher INFO : Turning on snapshots for front
2024-11-07 21:15:06.646066497 [2024-11-07 22:15:06] frigate.comms.dispatcher INFO : Turning on detection for front
2024-11-07 21:15:06.646524446 [2024-11-07 22:15:06] frigate.comms.dispatcher INFO : Turning on recordings for side_2
2024-11-07 21:15:06.647042594 [2024-11-07 22:15:06] frigate.comms.dispatcher INFO : Turning on snapshots for olivia
2024-11-07 21:24:24.959789484 [2024-11-07 22:24:24] frigate.comms.dispatcher INFO : Turning off snapshots for back
2024-11-07 21:24:25.003046577 [2024-11-07 22:24:25] frigate.comms.dispatcher INFO : Turning off detection for utility
2024-11-07 21:24:25.003732846 [2024-11-07 22:24:25] frigate.comms.dispatcher INFO : Turning off detection for side
2024-11-07 21:24:25.004441956 [2024-11-07 22:24:25] frigate.comms.dispatcher INFO : Turning off snapshots for side_2
2024-11-07 21:24:25.004999795 [2024-11-07 22:24:25] frigate.comms.dispatcher INFO : Turning off snapshots for carport
2024-11-07 21:24:25.005668877 [2024-11-07 22:24:25] frigate.comms.dispatcher INFO : Turning off recordings for side
2024-11-07 21:24:25.006551829 [2024-11-07 22:24:25] frigate.comms.dispatcher INFO : Turning off snapshots for side
2024-11-07 21:24:25.007251622 [2024-11-07 22:24:25] frigate.comms.dispatcher INFO : Turning off snapshots for utility
2024-11-07 21:24:25.008191595 [2024-11-07 22:24:25] frigate.comms.dispatcher INFO : Turning off detection for carport
2024-11-07 21:24:25.009367551 [2024-11-07 22:24:25] frigate.comms.dispatcher INFO : Turning off snapshots for garden
2024-11-07 21:24:25.009818384 [2024-11-07 22:24:25] frigate.comms.dispatcher INFO : Turning off detection for olivia
2024-11-07 21:24:25.010689918 [2024-11-07 22:24:25] frigate.comms.dispatcher INFO : Turning off recordings for garden
2024-11-07 21:24:25.011398417 [2024-11-07 22:24:25] frigate.comms.dispatcher INFO : Turning off detection for garden
2024-11-07 21:24:25.012145088 [2024-11-07 22:24:25] frigate.comms.dispatcher INFO : Turning off recordings for carport
2024-11-07 21:24:25.012866493 [2024-11-07 22:24:25] frigate.comms.dispatcher INFO : Turning off recordings for olivia
2024-11-07 21:24:25.013718423 [2024-11-07 22:24:25] frigate.comms.dispatcher INFO : Turning off recordings for back
2024-11-07 21:24:25.014273199 [2024-11-07 22:24:25] frigate.comms.dispatcher INFO : Turning off recordings for utility
2024-11-07 21:24:25.015166089 [2024-11-07 22:24:25] frigate.comms.dispatcher INFO : Turning off recordings for front
2024-11-07 21:24:25.015644945 [2024-11-07 22:24:25] frigate.comms.dispatcher INFO : Turning off detection for side_2
2024-11-07 21:24:25.016383309 [2024-11-07 22:24:25] frigate.comms.dispatcher INFO : Turning off detection for back
2024-11-07 21:24:25.017146545 [2024-11-07 22:24:25] frigate.comms.dispatcher INFO : Turning off snapshots for front
2024-11-07 21:24:25.017735523 [2024-11-07 22:24:25] frigate.comms.dispatcher INFO : Turning off detection for front
2024-11-07 21:24:25.018558616 [2024-11-07 22:24:25] frigate.comms.dispatcher INFO : Turning off recordings for side_2
2024-11-07 21:24:25.019529119 [2024-11-07 22:24:25] frigate.comms.dispatcher INFO : Turning off snapshots for olivia
2024-11-07 21:24:27.693315996 [2024-11-07 22:24:27] frigate.comms.dispatcher INFO : Turning on snapshots for back
2024-11-07 21:24:27.693600531 [2024-11-07 22:24:27] frigate.comms.dispatcher INFO : Turning on detection for utility
2024-11-07 21:24:27.694055517 [2024-11-07 22:24:27] frigate.comms.dispatcher INFO : Turning on detection for side
2024-11-07 21:24:27.694342635 [2024-11-07 22:24:27] frigate.comms.dispatcher INFO : Turning on snapshots for side_2
2024-11-07 21:24:27.694615505 [2024-11-07 22:24:27] frigate.comms.dispatcher INFO : Turning on snapshots for carport
2024-11-07 21:24:27.694809340 [2024-11-07 22:24:27] frigate.comms.dispatcher INFO : Turning on recordings for side
2024-11-07 21:24:27.695263586 [2024-11-07 22:24:27] frigate.comms.dispatcher INFO : Turning on snapshots for side
2024-11-07 21:24:27.695466450 [2024-11-07 22:24:27] frigate.comms.dispatcher INFO : Turning on snapshots for utility
2024-11-07 21:24:27.695754075 [2024-11-07 22:24:27] frigate.comms.dispatcher INFO : Turning on detection for carport
2024-11-07 21:24:27.696054471 [2024-11-07 22:24:27] frigate.comms.dispatcher INFO : Turning on snapshots for garden
2024-11-07 21:24:27.696366660 [2024-11-07 22:24:27] frigate.comms.dispatcher INFO : Turning on detection for olivia
2024-11-07 21:24:27.696703617 [2024-11-07 22:24:27] frigate.comms.dispatcher INFO : Turning on recordings for garden
2024-11-07 21:24:27.697151028 [2024-11-07 22:24:27] frigate.comms.dispatcher INFO : Turning on detection for garden
2024-11-07 21:24:27.697420231 [2024-11-07 22:24:27] frigate.comms.dispatcher INFO : Turning on recordings for carport
2024-11-07 21:24:27.697765427 [2024-11-07 22:24:27] frigate.comms.dispatcher INFO : Turning on recordings for olivia
2024-11-07 21:24:27.698263955 [2024-11-07 22:24:27] frigate.comms.dispatcher INFO : Turning on recordings for back
2024-11-07 21:24:27.698761345 [2024-11-07 22:24:27] frigate.comms.dispatcher INFO : Turning on recordings for utility
2024-11-07 21:24:27.699055300 [2024-11-07 22:24:27] frigate.comms.dispatcher INFO : Turning on recordings for front
2024-11-07 21:24:27.699382429 [2024-11-07 22:24:27] frigate.comms.dispatcher INFO : Turning on detection for side_2
2024-11-07 21:24:27.699667839 [2024-11-07 22:24:27] frigate.comms.dispatcher INFO : Turning on detection for back
2024-11-07 21:24:27.700010689 [2024-11-07 22:24:27] frigate.comms.dispatcher INFO : Turning on snapshots for front
2024-11-07 21:24:27.700207137 [2024-11-07 22:24:27] frigate.comms.dispatcher INFO : Turning on detection for front
2024-11-07 21:24:27.700499075 [2024-11-07 22:24:27] frigate.comms.dispatcher INFO : Turning on recordings for side_2
2024-11-07 21:24:27.700858986 [2024-11-07 22:24:27] frigate.comms.dispatcher INFO : Turning on snapshots for olivia
2024-11-07 21:32:45.609701465 [2024-11-07 22:32:45] frigate.api.review WARNING : No motion data found for the requested time range
2024-11-07 21:32:45.623042613 [2024-11-07 22:32:45] frigate.api.media ERROR : No recordings found for garden during the requested time range
2024-11-07 21:32:46.687662255 [2024-11-07 22:32:46] frigate.api.media ERROR : No recordings found for garden during the requested time range
2024-11-07 21:33:11.214346290 [2024-11-07 22:33:11] frigate.api.review WARNING : No motion data found for the requested time range
2024-11-07 21:55:48.175611552 [2024-11-07 22:55:48] frigate.comms.dispatcher INFO : Turning off snapshots for back
2024-11-07 21:55:48.176326154 [2024-11-07 22:55:48] frigate.comms.dispatcher INFO : Turning off detection for utility
2024-11-07 21:55:48.176770230 [2024-11-07 22:55:48] frigate.comms.dispatcher INFO : Turning off detection for side
2024-11-07 21:55:48.177311362 [2024-11-07 22:55:48] frigate.comms.dispatcher INFO : Turning off snapshots for side_2
2024-11-07 21:55:48.178744522 [2024-11-07 22:55:48] frigate.comms.dispatcher INFO : Turning off snapshots for carport
2024-11-07 21:55:48.179051155 [2024-11-07 22:55:48] frigate.comms.dispatcher INFO : Turning off recordings for side
2024-11-07 21:55:48.179199209 [2024-11-07 22:55:48] frigate.comms.dispatcher INFO : Turning off snapshots for side
2024-11-07 21:55:48.179347768 [2024-11-07 22:55:48] frigate.comms.dispatcher INFO : Turning off snapshots for utility
2024-11-07 21:55:48.180597892 [2024-11-07 22:55:48] frigate.comms.dispatcher INFO : Turning off detection for carport
2024-11-07 21:55:48.222553023 [2024-11-07 22:55:48] frigate.comms.dispatcher INFO : Turning off snapshots for garden
2024-11-07 21:55:48.223757044 [2024-11-07 22:55:48] frigate.comms.dispatcher INFO : Turning off detection for olivia
2024-11-07 21:55:48.225537403 [2024-11-07 22:55:48] frigate.comms.dispatcher INFO : Turning off recordings for garden
2024-11-07 21:55:48.226603349 [2024-11-07 22:55:48] frigate.comms.dispatcher INFO : Turning off detection for garden
2024-11-07 21:55:48.228050412 [2024-11-07 22:55:48] frigate.comms.dispatcher INFO : Turning off recordings for carport
2024-11-07 21:55:48.229066181 [2024-11-07 22:55:48] frigate.comms.dispatcher INFO : Turning off recordings for olivia
2024-11-07 21:55:48.230499828 [2024-11-07 22:55:48] frigate.comms.dispatcher INFO : Turning off recordings for back
2024-11-07 21:55:48.231438809 [2024-11-07 22:55:48] frigate.comms.dispatcher INFO : Turning off recordings for utility
2024-11-07 21:55:48.232619877 [2024-11-07 22:55:48] frigate.comms.dispatcher INFO : Turning off recordings for front
2024-11-07 21:55:48.234484634 [2024-11-07 22:55:48] frigate.comms.dispatcher INFO : Turning off detection for side_2
2024-11-07 21:55:48.235063843 [2024-11-07 22:55:48] frigate.comms.dispatcher INFO : Turning off detection for back
2024-11-07 21:55:48.236566939 [2024-11-07 22:55:48] frigate.comms.dispatcher INFO : Turning off snapshots for front
2024-11-07 21:55:48.237564159 [2024-11-07 22:55:48] frigate.comms.dispatcher INFO : Turning off detection for front
2024-11-07 21:55:48.238649806 [2024-11-07 22:55:48] frigate.comms.dispatcher INFO : Turning off recordings for side_2
2024-11-07 21:55:48.239887330 [2024-11-07 22:55:48] frigate.comms.dispatcher INFO : Turning off snapshots for olivia Relevant go2rtc log output* Operating systemHassOS Install methodHassOS Addon Network connectionWired Camera make and modelhikvision Screenshots of the Frigate UI's System metrics pagesAny other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This is not a bug, /events on mqtt is a raw topic and returns everything that is detected even if it does not pass the requirements to be an event / review item in frigate. You need to use one of the many fields in the payload to filter to what you want, or you can use the /reviews topic |
Beta Was this translation helpful? Give feedback.
This is not a bug, /events on mqtt is a raw topic and returns everything that is detected even if it does not pass the requirements to be an event / review item in frigate.
You need to use one of the many fields in the payload to filter to what you want, or you can use the /reviews topic