Dears,
I am starting to use zones in frigate and I can see them well in HA.
However I noticed that my zone objects does not have all sensors (including the motion)
The non-zone objects have all sensors
HA Garage sensors (non-zone)
HA Garage zone Sensors (many sensors missing, including the motion)
Part of frigate config
zones:
Garage_zone:
inertia: 5
coordinates: 0,0,445,0,482,205,765,345,764,0,896,0,896,512,426,512,424,406,0,412
objects:
- person
filters:
person:
min_area: 7500
max_area: 85000
min_score: 0.7
threshold: 0.75
motion: #ola
threshold: 20
lightning_threshold: 0.8
contour_area: 10
frame_alpha: 0.01
mqtt_off_delay: 10
improve_contrast: True
record:
enabled: true
events:
retain:
default: 14
mode: active_objects #all = 24/7, motion = when there is motion, active_objects = verified detected objects
Everything else is working fine, I have no problems. But I really would like to have a trigger only when there are motion inside the zones.
Thanks,