Qubitro Documentation
SupportLog inSign Up
  • Documentation
  • Guides
  • Developers
  • Welcome
  • Data Sources
    • No-Code Integrations
      • Onomondo
      • Notehub
      • The Things Stack
      • Soracom
      • Loriot
      • 1NCE
      • Golioth
      • AWS IoT Core LoRaWAN
      • Actility ThingPark
      • Chirpstack
      • Particle
    • MQTT
    • HTTP
  • Platform
    • Project
      • Settings
      • Access Management
      • Roles & Permissions
    • Device
      • Settings
    • Storage
      • Time Series Storage
    • Functions
      • Decoder Function
        • LoRaWAN Device Template Decoder
        • LoRaWAN Custom Decoder
        • Hex Payload Decoder
      • Transformation Function
      • Rule Function
        • Send Email
        • Webhooks
        • Slack
        • Twilio
        • Mailgun
        • SendGrid
      • Storage Function
        • AWS Redshift
        • Google BigQuery
        • MQTT Publish
        • MongoDB Time Series
      • Scheduled Function
        • HTTP
      • Function Settings
      • Function Templates
        • Settings
    • Monitoring
      • Dashboards
        • Setup & Configuration
        • Widgets
          • Chart
          • State Timeline
          • Gauge
          • Stat
          • Headline
          • Aggregated Chart
          • Map
          • Battery
          • Image
          • Image Map
          • Table
          • Storage Table
          • Iframe
          • Blob Storage
        • Settings
        • Access Management
        • Roles & Permission
      • Blueprints
        • Setup & Configuration
        • Settings
    • Credentials
      • API Keys
      • External Credentials
        • Slack
        • Mailgun
        • SendGrid
        • Twilio
        • AWS Redshift
        • MQTT
        • MongoDB
        • The Things Stack
      • Webhook Signing Key
  • Add-Ons
    • Storage Views
    • Aggregated View
    • Archived Views
    • Blob Storage
    • Managed Email
    • Audit Log
    • MCP Server
  • Organizations
    • Overview
    • General
    • Groups
    • Members & Roles
      • Read Only
      • Read/Write
      • Admin
    • Custom Roles
    • Add-Ons
    • Billing
    • Invoices
    • White-Label
  • Account Management
    • Personal Accounts
Powered by GitBook
On this page
  • Specifications
  • Create an MQTT Source
Export as PDF
  1. Data Sources

MQTT

Publish device data to Qubitro using the lightweight MQTT protocol for real-time ingestion.

MQTT is a lightweight publish/subscribe messaging protocol designed for IoT applications.

Qubitro supports both MQTT v3.1.1 and MQTT v5.0, enabling secure and efficient data transmission from devices.

Specifications

Parameter
Description

Broker Address

broker.qubitro.com

Port (SSL/TLS)

8883 (encrypted)

Port (TCP)

1883 (unencrypted)

Topic

Device ID (provided by Qubitro)

Client ID

Device ID (provided by Qubitro)

QoS

Quality of Service Levels

QoS Level 2

Exactly once

QoS Level 1

At least once

QoS Level 0

At most once

Password

Device Token (provided by Qubitro)

Username

Device ID (provided by Qubitro)

Both the Client ID and the Topic must be set to the Device ID; otherwise, even if the connection and authentication succeed, Qubitro will not automatically store or display the published data.

Create an MQTT Source

1

Navigate to the Project Detail Page

Go to the project where you want to create an MQTT source.

2

Create a New Source

Click New Source, then select MQTT from the available options.

3

Fill Out the Required Information

Enter details according to your configuration needs.

4

Create & Verify

Click Create. Qubitro automatically generates the Device ID and Device Token. You can find these credentials in the Device Overview or Device Settings under the Unique IDs card.

PreviousParticleNextHTTP

Last updated 3 months ago