← Back to dashboard

Elevate Home App

Phase 0 — Foundation

This page checks that the base is wired up: the connection keys, the three database tables, and the sensor data endpoint. No HVAC math or dashboard yet — those come in later phases.

Foundation needs attention

Something below is not ready yet. See the checklist.

Connection keys

All keys present

Database tables

telemetry
system_profile
1 row
computed_readings
3281 rows

Sensor data endpoint

Your Shelly scripts should POST to:

/api/telemetry/ingest

Each request must include the header Authorization: Bearer <secret>. The raw payload is stored in the telemetry table untouched.