[Support]: Stationary object detection in HA is unstable #16890
Unanswered
basvdl
asked this question in
General Support
Replies: 2 comments 2 replies
-
First, it's important to remember that Frigate uses the bottom center point of an object's bounding box to determine presence in a zone. Based on the screenshot, you'll probably want to move your zone downwards. Second, the occupancy sensors in HA have less filters on them, and this is intentional. See the documentation. I'd suggest tweaking based on those two things. Let us know if you continue to have issues after that. |
Beta Was this translation helpful? Give feedback.
2 replies
-
1 more observation is that in debug Frigate has the car still as object detected. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the problem you are having
I'm trying to keep track if a specific parking spot is occupied or not. Detecting cars within the
Parking_1
zone is working, but it seems to struggle stationary cars.The car is already their for hours, and every time motion is detected, Frigate publishes a MQTT message to
frigate/Parking_1/car
with a value0
and at the same moment a message with value1
.This will trigger my simple automation that is watching the occupancy sensor (
binary_sensor.parking_1_car_occupancy
) in HA. As you see in the screenshot, it is non stop changing. I noticed that the moment it is changing, is basically when something is moving.This is the setup of my area's:
How can I tune Frigate to make sure that it is not sending 0 cars followed by 1 car when motion is detected.
Thanks!
Version
0.15.0-cea210d
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
Install method
Docker Compose
docker-compose file or Docker CLI command
Object Detector
Coral
Network connection
Wired
Camera make and model
Iphone
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
MQTT message received
Beta Was this translation helpful? Give feedback.
All reactions