We are investigating if we can receive MQTT-messages in Thinkwise somehow.
So we'd like to subscribe to a MQTT topic which has been published by a device, and based on the message execute some logic in our application.
Someone has setup this in Thinkwise somehow and provide some guideline how to achieve it ?
Thanks.
Page 1 / 1
I have investigated a function like this by using NodeRed (https://nodered.org/) There you can easily manage the subsicirptions on the MQTT topics, and if needed add some logic there (on MQTT level), and with the MSSQL node you can pass any data to the SQL server. Another option would be to let NodeRed post the message with an API to your endpoint.
Bases on logic in your Thinkwise Application you can activate flows in NodeRed as well, wich is basically the other way around.