A Raspberry Pi 4 can become the observatory’s local sensor brain: collecting weather, sky-safety, power, roof/enclosure, and device-heartbeat data for the TESS command-center stack.
Initial hardware targets for a safe-to-observe gate. Keep public output limited to high-level statuses such as Safe, Standby, Alert, and Last Seen.
Temperature, humidity, pressure, and optional air-quality baseline for observatory environment telemetry.
Immediate unsafe condition gate for roof/enclosure and exposed equipment protection.
Wind speed input for tracking stability and exposure safety decisions.
Darkness, glare, and rough sky-brightness indicator for observation planning.
Power heartbeat, undervoltage detection, and graceful shutdown readiness.
Mount, camera, mini-PC, and network reachability checks without exposing direct control endpoints.
Example public JSON shape:
{
"status": "standby",
"safe_to_observe": false,
"temperature_f": null,
"humidity_pct": null,
"wind_mph": null,
"rain_detected": null,
"last_seen_utc": null
}