You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #1 wants user notifications on critical states. The hardest part of "critical" is defining it — a hardcoded "if activity = 0 for 24 h" is naive. Combined with the per-module baseline (#115) and weather context (#111), we can detect relative anomalies and only push when something is genuinely unusual.
Why it matters
Closes the meaningful half of User Notifications #1 in a way that does not fatigue operators.
Catches predator/parasite events, equipment failures, and weather-independent activity collapses.
Background
Issue #1 wants user notifications on critical states. The hardest part of "critical" is defining it — a hardcoded "if activity = 0 for 24 h" is naive. Combined with the per-module baseline (#115) and weather context (#111), we can detect relative anomalies and only push when something is genuinely unusual.
Why it matters
Proposal
Acceptance criteria
activity_drop,no_uploads,battery_low_combined)Out of scope
Related: #1, #110, #111, #113, #115