/node-red-contrib-azure-iot-device

Azure IoT Device node for Node-Red

Primary LanguageJavaScriptMIT LicenseMIT

Azure IoT Device Node-RED node

The Azure IoT Device Node-RED node is a node that can be used to connect Node-RED to the Azure IoT platform. It can connect to Azure IoT Hub, Azure IoT Central, and use Azure IoT Edge as a transparant gateway. The node has been created to support the different attestation methods (SAS, X.509) as well as use Azure Device Provisioning Service. The node has been developed using the Azure IoT Node.js SDK.

The Azure IoT Device node represents a single device on the Azure IoT platform.

NB: It is our assumption that you have a basic understanding of Node-RED and the Azure IoT platform.

Deploy the Azure Device node

In the deploy document we describe how to deploy the node to Node-RED.

Configure an Azure IoT Device node

In the configure document we describe how to setup an individual Azure IoT Device node.

Use an Azure IoT Device node

In the use document we describe how to use the Azure IoT Device node to interact with the Azure IoT platform.

  • sending telemetry
  • receiving and responding to commands
  • receiving desired properties
  • updating reported properties
  • receiving C2D messages