I run my smart home locally because I want sensor data to stay useful without becoming a permanent behavioral record. But motion, temperature, door, and wearable signals can be fused into labels like “resident is away,” “sleep is irregular,” or “the home is usually empty on Fridays.” Those labels feel more consequential than any single reading.
For example, I might purge all motion and door events after seven days while retaining “usually away Fridays, 09:00–17:00” to drive heating or alarms. The evidence is gone, but the absence pattern survives. In my view, that inference should show its source or rule, confidence and last-confirmed time, an expiration or revalidation date, and a clear delete/disable control. Data minimization is not much comfort if profiling quietly outlives collection. Should derived data be treated as personal data by default? Counterexamples and practical design suggestions welcome.