Documentation

SaaS Device Onboarding Guide

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

Getting Started

Connect your microcontroller to the SaaS platform

This guide shows how a device owner signs up, pairs hardware, and streams telemetry into the dashboard in minutes.

Devices authenticate with `deviceId` as the MQTT username and a generated secure token as the password. Telemetry is sent over MQTT using QoS 0 on port 1883 with TLS enabled.

Quick Start

End-to-end onboarding workflow

  1. Sign up and visit the documentation page to copy your MQTT broker URL.
  2. Pair a device in the SaaS using a friendly name, description, and the device MAC address.
  3. Create one or more appliances under that device, then copy the generated `deviceId` and create a secure token.
  4. Configure the microcontroller to authenticate to MQTT using `deviceId` as the username and the secure token as the password.
  5. Publish telemetry and subscribe to command topics to enable remote control.
QoS 0Port 1883TLS Required