Open andilee7 opened 4 weeks ago
it makes sense that the initial notification is bypassed because both zones were not true. so that bit is not relevant. need to look at the loop. and the debug outputs.
Why does it make sense that the initial car is bypassed? After it was stationary it went to not-stationary in the street zone and passed into the second carport_outer zone. I would love to provide the loop and the debug output, but the stranges thing is that every single Trace looks like the screenshot above. It never went into the automation logic
Why does it make sense that the initial car is bypassed?
because the automation starts the moment the object is detected, regardless of zones.
So unless the zones condition is met in the first mqtt message, it makes sense the initial notification is bypassed.
The loop takes care of all follow up notifications after the event has started. This chanfges with frigate reviews in 0.14 where frigate waits until the conditions are met (as configured by you in frigate) before sending the mqtt message
Description
In general the ordered_zones_match does exactly what I expect. But I have a specific video clip where nothing will be triggered. I have street, carport_outer and carport_inner zones. If something transitions from street to carport_outer i want the notification. Yesterday I came home by car and needed to park on the street zone because the trash can was blocking my path. So I went out of the car, car went stationary and a person was detected. I moved away the trash can, sat into the car and moved forward. Car was non-stationary again in the street zone and then in the carport_outer zone. No notification Then from the carport_inner zone I walked out into the street zone to get my trash can and transfered back into the carport_outer and then carport_inner. Also no notification from street to carport_outer. Going that path had always triggered the notification.
I'm a bit lost in what I should look at. I've exported the frigate clip and tried it in debug mode and played a bit with the stationary settings. Also when i increase my stationary threshold that the car is never tracked as stationary I got no notification
Not sure if I should upload the clip too.
Version
0.12.0.4o and tested with 0.12.0.4p too
Automation Config
Frigate Config
Any other relevant information
No response