A New Node-RED Node for EdgeX Foundry #366
chirantanghosh-se
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
I'm excited to share a new custom Node-RED node, specifically designed to simplify interactions with EdgeX Foundry. This project, node-red-contrib-edgex-connector, aims to make it easier for developers and users to build powerful, event-driven automation flows using the drag-and-drop interface of Node-RED.
You can find the node on the official Node-RED library and on GitHub:
Node-RED Flows Library: https://flows.nodered.org/node/node-red-contrib-edgex-connector
GitHub Repository: https://github.com/schneider-electric/node-red-contrib-edgex-connector
The Node-RED platform provides an intuitive, flow-based programming environment, and this node bridges that simplicity with the robust capabilities of EdgeX Foundry. Instead of writing complex API calls, you can now simply configure a node to subscribe to events or send commands to devices with the suppport of secured mode.
Key Features
Subscribe to EdgeX Events: Easily subscribe to data coming from EdgeX devices, triggering your flows when new sensor events occur.
Read & Write to Devices: Read/Send commands to EdgeX devices to control them directly from a Node-RED flow.
Simplified Configuration: The node handles the complexities of connecting to the EdgeX message bus and API, allowing you to focus on the application logic.
This node is particularly useful for anyone looking to build quick prototypes, create custom dashboards, or integrate EdgeX into a broader automation system without needing to write extensive code.
I'm eager to hear your thoughts and get your feedback on this project. Feel free to try it out, and let me know what you think or if you have any suggestions for new features.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions