Documentation
Industry-grade setup instructions, MQTT topics, and platform features.
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.
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.