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
  • Overview
  • Prerequisites
  • How It Works
  • Configuring the Integration
  • FAQs
Export as PDF
  1. Data Sources
  2. No-Code Integrations

1NCE

Qubitro offers a no-code integration with the 1NCE Cloud Integrator.

PreviousLoriotNextGolioth

Last updated 2 months ago

Overview

Qubitro offers a no-code integration with the 1NCE Cloud Integrator, enabling automatic synchronization of devices and telemetry data between 1NCE and Qubitro.

Currently, this integration supports Telemetry Data event types and both key-value JSON and hex string payloads.

Hex string payloads can be decoded automatically using Hex Payload Decoders.

Prerequisites

How It Works

Below is the diagram that shows how the integration works.

If a is enabled, data will be processed before storage. The built-in decoder applies first, and then any defined transformation function modifies the data before it is stored in Qubitro.

Configuring the Integration

1

Create an Integration in Qubitro

  1. Log in to the Qubitro Portal.

  2. Select a project from the list.

  3. Click New Source.

  4. Select 1NCE from the available sources.

This page will display your PROJECT ID and WEBHOOK SIGNING KEY for the 1NCE configuration. Keep it open for the next step.

2

Set Up 1NCE Cloud Integrator

  1. Log in to your 1NCE Portal.

  2. Click 1NCE OS from the top menu and select Cloud Integrator from the left navigation menu.

  3. Click the + New Integration button and choose Webhook.

  4. Enter the following configuration details:

Configuration
Value

Endpoint URL

https://webhook.qubitro.com/integrations/1nce

Event Type

Select Telemetry Data

Enter these HTTP Headers:

Header Name
Header Value

projectId

(copied from Qubitro Portal)

webhookSigningKey

(copied from Qubitro Portal)

  1. Click Proceed to complete the configuration.

3

Verify Integration

  1. Return to the Qubitro Portal.

  2. Click Go to project.

  3. Click Refresh and verify that your 1NCE-connected devices appear.

  4. Select a device and navigate to the Data tab to confirm incoming telemetry data.

FAQs

Do I need additional forwarding setup like MQTT or HTTP?

No. The integration works directly via 1NCE Cloud Integrator using webhooks. No additional forwarding setup is required.

Can I integrate multiple 1NCE accounts into different Qubitro projects?

Yes. You can create multiple integrations to manage devices across different Qubitro projects.

Are there extra fees associated with this integration?

No. There are no hidden costs or additional data transfer (egress) fees associated with the Qubitro <-> 1NCE integration.

Transformation Function