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 rowssystem_profile
1 rowcomputed_readings
395 rowsSensor data endpoint
Your Shelly scripts should POST to:
/api/telemetry/ingestEach request must include the header Authorization: Bearer <secret>. The raw payload is stored in the telemetry table untouched.