Setting up/debugging mqtt data source
-
Hi
I'v published some data point (from Niagara) through mqtt to broker test.mosquittio.org.
I can see the published that through MQTT explorer mqtt client as in bellow screen-shot.Now I am trying to setup a mqtt client data source in Mango to read the points sineWave and zoneTemp.
First of I as set up a data source as bellow
The broker connection is without encryption and without user authorization so I left those fields blank,
After that I added data point sinWave as bellow
However I don't get any data.
In the console it says that data-source is opened and closed.
Could someone pleas help in getting it working and how to debug it. Unlike for SQL data source I don't find any tools in Mango that let you test the connection, or see what goes wrong.
Many Thanks
Nathan -
Found how to set it up, The issue was Tag filter that should be "reception/#" i.w. the # was missing,