FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We have started the migration process.
This community is now in READ ONLY mode.
Read more: Important
information on the platform change.
06-19-2023 06:59 PM
Looking for information on how to correctly configure the Azure Iot Hub for NodeRed.
Solved! Go to Solution.
06-20-2023 08:37 AM
As this is mostly no ctrlX AUTOMATION related topic please feel free to have a look the official Node-RED homepage to check for possible integration.
06-27-2023 06:25 PM
I was able to publish data to an Azure IoT Hub via Node-Red over MQTT protocol using the attached flow. I referenced the Azure configuration tutorial below.
Azure IoT Tutorial : IoT Hub | Stream Analytics |Time Series Insights | SQL
In the Node-RED flow, I used the following open source nodes: https://flows.nodered.org/node/@nodecolor/node-red-contrib-azure-iot-hub
This is a fork of the main branch since I found there was an incompatibility with the current version of Node-RED.
I used the following tool to view the MQTT telemetry data: https://github.com/Azure/azure-iot-explorer/releases