Appearance
First Connection (MQTT)
Use this checklist to verify your first successful connection.
MQTT settings
Use values from your device template/dashboard:
- Host: your configured MQTT host
- Port:
8883(recommended)443(supported)
- Client ID: device UID
- Username: device MQTT username
- Password: device MQTT password
With the standard IoTBackend firmware template, core handles secure transport setup.
Required topic
- Device subscribes to:
devices/{uid}/command
Verification flow
- Boot the device and connect it to Wi-Fi.
- Connect to MQTT with secure transport.
- Subscribe to
devices/{uid}/command. - Publish telemetry to
devices/{uid}/telemetry. - Open the Dashboard → Device page and check status/activity.
Expected result
- Initial state may be RECONNECTING.
- With fresh telemetry, state changes to ONLINE.