Documentation

SaaS Device Onboarding Guide

Industry-grade setup instructions, MQTT topics, and platform features.

Telemetry Flow

What happens after publish

Each telemetry message is routed into time-series storage. The frontend command center listens for live updates and renders streaming charts alongside historical windows (24h, 7d, 30d).

Ensure every payload includes `power`, `voltage`, `temperature`, and `current` so the analytics and AI insight modules can compute summaries, health scores, and warnings.

Control Commands

Remote appliance control

The SaaS control panel publishes command messages to each appliance. Your microcontroller should parse the incoming JSON and apply the `ON` or `OFF` state to the appliance relay.

Always validate that the `pattern` topic matches the target appliance label before actuating hardware.