IOT SOFTWARE PLATFORM DOCS

Table of Contents

  • Onboarding
  • Devices Manager
  • Assets Manager
  • Account Manager
  • Tutorials - How To?
  • Smart Solutions
  • LoRaWAN
  • Concepts & Terminology
  • Mobile App
  • Release Notes
  • Integrated LNS
  • APIs
  • dokuwiki
  • Live Demo
IOT SOFTWARE PLATFORM DOCS
You are here: Welcome ! » Tutorials - How To? » Sending Downlink Commands to Devices
Trace: • Sending Downlink Commands to Devices

Sending Downlink Commands to Devices

Certain devices support the sending of downlink commands. Here, we explain how to send a downlink command to a device, use predefined commands for specific devices, view the history of commands exchanged with the device, and save commands for use on other devices of the same type.

CMD Panel in the Devices Module

The Devices module features a CMD panel for sending commands. By default, the panel displays:

  • A field named “cmd” with a dropdown menu set to “raw”
  • A “parameters” field with a dropdown menu offering options like “payload, port, applicationID, extDeviceID,” an input field for values, and a “+” icon
  • A “Save commande” button
  • A “Send” button

When saved commands exist, the panel displays a “customCMD” dropdown menu followed by a “New” button“. You can either chose a pre-existing command, view it, modify it if needed by clicking on the “pen” icon, and then send or save it. Or create a new command.

For certain devices (e.g., TEK766, SI-11), where IOT Factory has implemented decoders and downlink commands, we provide specific interfaces to assist in creating commands while still allowing the option to send raw commands.

Command History

The second part of the panel displays a list of sent commands and their responses, along with technical exchanges from the device, which are categorized in this stream. A search box allows you to filter the results.

How to Save a Downlink Command

To save a downlink command, follow these steps:

  1. Select the “payload” parameter and enter its value.
  2. Click the ”+“ icon to add the “payload” parameter to the command.
  3. Select the “port” parameter and enter its value.
  4. Click the ”+“ icon to add the “port” parameter to the command.
  5. Click the “Save commande” button. A dialog box will open, allowing you to enter a name and description for the command.

The registered order can be used for all devices of this type.

You can utilize saved downlink commands in the Rules modules when an alert is activated, or manually send them to your devices using the command widget.

Previous Next