I am currently looking into trying to route data from Notehub into Inductive Automation’s Ignition Platform. Is it possible to route directly to this platform or will I need to go through an intermediary such as MQTT? There is also the possibility that I can route directly to Azure since this would be suitable as well, but Ignition is preferred. Going through MQTT might not work since I am working with private IP addresses.
Hi @jcorcoran and welcome to the Blues community!
Notehub can route data to any third party service that provides a RESTful HTTPS or MQTT interface. Looking through their docs a bit, my best guess is this httpPost example using their “Web Dev” module is what you’d be looking for!
On the Notehub side, you would just create a route similar to what is built in our Routing Data to Cloud guide.
Thanks,
Rob