vigilar/vigilar
Aaron D. Lee 4873d36194 fix: wire package/visitor events, bbox payloads, reel/timelapse scheduling
- Add `requests` to pyproject.toml dependencies (used by detection/weather.py)
- Wire PACKAGE_DELIVERED/REMINDER/COLLECTED and KNOWN/UNKNOWN_VISITOR event
  types in EventProcessor._classify_event
- Add normalized bbox to all detection payloads in camera worker
  (domestic_animal, wildlife, person, vehicle)
- Integrate highlight reel and timelapse scheduling in HealthMonitor.run()

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 19:18:38 -04:00
..
alerts fix: critical review findings — constant-time PIN compare, redact security config, sunset sign 2026-04-03 19:18:14 -04:00
camera fix: wire package/visitor events, bbox payloads, reel/timelapse scheduling 2026-04-03 19:18:38 -04:00
cli Initial commit: Vigilar DIY home security system 2026-04-02 23:11:27 -04:00
detection feat(S3): FaceRecognizer with in-memory embedding matching 2026-04-03 18:59:07 -04:00
events fix: wire package/visitor events, bbox payloads, reel/timelapse scheduling 2026-04-03 19:18:38 -04:00
health fix: wire package/visitor events, bbox payloads, reel/timelapse scheduling 2026-04-03 19:18:38 -04:00
highlights feat(Q6): timelapse generator, schedules, and web routes 2026-04-03 19:08:29 -04:00
pets feat(S5): pet rule engine with condition evaluation and cooldown 2026-04-03 18:52:38 -04:00
presence Add presence detection, person/vehicle AI detection, health monitoring 2026-04-03 00:06:45 -04:00
sensors Add events/rules engine, sensor bridge, and UPS monitor (Phases 6-8) 2026-04-02 23:17:53 -04:00
storage feat(Q6): timelapse generator, schedules, and web routes 2026-04-03 19:08:29 -04:00
ups Add events/rules engine, sensor bridge, and UPS monitor (Phases 6-8) 2026-04-02 23:17:53 -04:00
web fix: critical review findings — constant-time PIN compare, redact security config, sunset sign 2026-04-03 19:18:14 -04:00
__init__.py Initial commit: Vigilar DIY home security system 2026-04-02 23:11:27 -04:00
bus.py Initial commit: Vigilar DIY home security system 2026-04-02 23:11:27 -04:00
config_writer.py Initial commit: Vigilar DIY home security system 2026-04-02 23:11:27 -04:00
config.py feat(Q1,Q4): add HighlightsConfig, KioskConfig, HIGHLIGHT/TIMELAPSE triggers 2026-04-03 19:06:08 -04:00
constants.py feat(Q1,Q4): add HighlightsConfig, KioskConfig, HIGHLIGHT/TIMELAPSE triggers 2026-04-03 19:06:08 -04:00
main.py feat(F1): configure syslog audit logging for vigilar.alerts 2026-04-03 18:36:57 -04:00