Documentation
README
Sensing Event History
Quick Start
The primary data source is the flow events JSONL at /root/local/flow_events_YYYY-MM-DD.jsonl. Each file covers one calendar day (7-day retention, no size-rotation mid-day). Use Bash + jq to query it.
Important: Always use the absolute path
/root/local/β thereadtool cannot access files outside the workspace, so useexec(Bash) for all JSONL queries.
Persistent camera snapshots are stored under /var/lib/hal/snapshots/sensing_<prefix>/<ms>.jpg (72h TTL, 50 MB cap) β one subdir per event kind:
| Event type | Folder |
|---|---|
presence.enter, presence.leave |
sensing_face/ |
motion.activity |
sensing_motion_activity/ |
emotion.detected |
sensing_emotion/ |
This is the opening of the README. Read the full README on GitHub.