Send Data to Azure IoT Hub with a Device Certificate
Review the following guide for setting up an outbound data integration between Litmus Edge and Azure IoT Hub using a Device Certificate.
Refer to the following resources for more information.
You must first Set up an Azure IoT Hub. When you add the IoT device to the hub, select X.509 Self-Signed as the Authentication type when you add the IoT device in Azure.
Follow the steps to Add a Connector and select the MQTT - Azure IoT Hub using Device Certificates provider. Define the following parameters.
- Name: Enter a name for the connector.
- Hostname: The IP address or server FQDN of the MQTT broker (must be reachable from your edge device).
- Port: The MQTT broker's port number. The default value is 8883.
- Device ID: Copy the Device ID of your edge device from the IoT Devices page in the Azure portal and paste it here.
- Certificate: Copy or save the certificate from the mydevicekeycer.pem file and paste or upload it here.
- Private Key: Copy the key from the myprivatekey.pem file and paste it here.
- Parallel Publish Count: The maximum number of concurrently published messages. The default value is 16.
- Integration Topic: The default topic to publish or subscribe to: devices/[deviceId]/messages/events/. Replace [deviceId] with the Device ID copied from Azure.
- LWT Topic: The topic for MQTT's Last Will and Testament feature.
- LWT payload: The payload for MQTT's Last Will and Testament feature.
- LWT payload type: The payload type for MQTT's Last Will and Testament feature. The options are string and base64.
- LWT QoS: The Quality of Service value for MQTT's Last Will and Testament feature.
- LWT retained: Select this check box to retain the value for MQTT's Last Will and Testament feature.
- Throttling Limit: The maximum number of messages per second to be processed. The default value is zero, which means that there is no limit.
- Persistent storage: When enabled, this will cause messages to undergo a store-and-forward procedure. Messages will be stored within Litmus Edge when cloud providers are online.
- Queue Mode: Select the queue mode as lifo (last in first out) or fifo (first in first out). Selecting lifo means that the last data entry is processed first, and selecting fifo means the first data entry is processed first.
After adding the connector, click the toggle in the connector tile to enable it.
If you see a Failed status, you can review the Connector Logs and relevant error messages.
You will now need to create topics from the tags you added in Step 2.
Before creating the topics copy the Raw Topic parameter for all tags you want to use for topics. See Manage Tags for more information.
To create topics:
- Click the connector tile. The connector Dashboard appears.
- Click the Topics tab.
- Add topics to the connector with the details below. See the Add a Topic to a Connector section in Manage Connectors for more information.
- Data Direction: Select Local to Remote - Outbound.
- Local Data Topic: Paste the Raw Topic for the tag created in Step 2.
- Remote Data Topic: Enter integration.raw.outboundtest.
- Enable: Click the toggle to enable the topic.
- Click Yes to add the topic.
- After adding all required topics, navigate to the Integration pane.
- From the connector tile, ensure the connector is not disabled and still shows a CONNECTED status.
You can create a flow in Litmus Edge to view the outbound messages of the connector.
To view outbound messages:
- DataHub Subscribe:
- Debug
- Connect the two nodes.
- Double-click the DataHub Subscribe node. The Edit DataHub Subscribe node dialog box appears.
- Paste the local topic you created in Step 4.
- If needed, configure the Datahub Subscribe connection. See the "Step 3: Configure Connector Nodes" section in Create a Flow to learn more.
- Click Done, and then click Deploy.
- Check the Debug messages tab. See the Additional Options section in Manage the Flow Canvas for more details.
- Verify that outbound messages are displaying.