← 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 is live

Everything is connected. Phase 0 is complete and ready for Phase 1 (sensor and weather ingest).

Connection keys

All keys present

Database tables

telemetry
34291 rows
system_profile
1 row
computed_readings
395 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.