Commit Graph

5 Commits

Author SHA1 Message Date
17f442e0bc Add readme.md 2025-10-01 23:22:17 -05:00
1c0dd62b61 Add ha-automation.yaml
feat(ha): add notification debouncing for doorbell person detection

- Set mode: single to prevent concurrent automation runs
- Add 60-second delay cooldown between notifications
- Update camera name to lowercase 'front' to match Frigate config
- Use Frigate event snapshot API for accurate thumbnails

Prevents notification spam while maintaining fast person detection.
One notification per minute maximum per person approach.
2025-10-01 23:21:36 -05:00
9873590d44 Update config.yml
feat(frigate): tune person detection sensitivity and add motion settings

- Lower threshold to 0.5s for faster person detection
- Reduce min_area to 2000px to detect people at greater distances
- Set min_score to 0.6 for balanced confidence filtering
- Add motion detection settings (threshold: 30, contour_area: 10)
- Add aspect ratio filters (min_ratio: 0.3, max_ratio: 10)

This provides faster, more reliable person detection while relying on
Home Assistant automation cooldown to prevent notification spam.
2025-10-01 23:19:12 -05:00
276f0ff449 Add example-config.yml
default frigate config.
2025-10-01 22:07:24 -05:00
c7e6cdb9a1 Add config.yml
Per Claude - this is the working version we had with:

 CPU detector (working reliably)
 Auto-detecting resolution
 Object filters to reduce notification spam
 All your camera settings

I have my doubts re: constantly detecting the truck
2025-10-01 22:03:31 -05:00