ESP32 Live Node
Status Surface
The MVP ships a cached payload and makes freshness visible. The contract is ready for a real hardware feed later.
Node Telemetry
esp32-s3-01
cachedstatic fallback payload
Temperature22.8 C
Humidity48%
Voltage3.31 V
RSSI-58 dBm
Last seen Jun 10, 2026, 4:12 AM
API Contract
Cached JSON Payload
The endpoint is available at /api/status and uses a short cache policy.
{
"nodeId": "esp32-s3-01",
"mode": "cached",
"lastSeen": "2026-06-10T09:42:11+05:30",
"temperatureC": 22.8,
"humidity": 48,
"voltage": 3.31,
"rssiDbm": -58,
"source": "static fallback payload"
}