[Support]: MQTT /review Topic Showing Detections as Alerts #15245
Unanswered
PablaV
asked this question in
General Support
Replies: 1 comment 1 reply
-
That is incorrect. Reviews are for a time period, not specific objects |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the problem you are having
Not sure if this is a bug or not but I have a few sensors created to show when a object is detected as an alert (see below for sensor code). I have an example of an MQTT message below where a person entered the driveway zone and was correctly identified as an alert but in the background a vehicle was detected as a detection. The vehicle was correctly identified in the UI as a detection and the person as an alert. However, the MQTT message shows them both as a severity: alert.. this ends up tripping my car sensor to go true when there is not a car detected in my driveway zone.
I would expect 2 separate messages to be sent when this occurs, one with severity: alert for the person and another severity: detection for the vehicle. Or maybe I need to tweak my sensor a bit.
I understand that I could use the /events stream for my sensor, but I want to 1:1 match my notifications (which use the mqtt sensor) to every alert that would show up in the UI.
Vehicle detected on the road outside driveway zone - detection
Person detected in the driveway - alert
MQTT Message:
Sensor for object detection (same code for person):
Version
0.15.0-e76f4e9
What browser(s) are you using?
No response
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
FFprobe output from your camera
Frigate stats
No response
Install method
HassOS Addon
docker-compose file or Docker CLI command
n/a
Object Detector
Coral
Network connection
Wired
Camera make and model
n/a
Screenshots of the Frigate UI's System metrics pages
No response
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions