20.01.2021, 09:14
(20.01.2021, 07:40)admin Wrote: Have you managed to check if that data is being published to the broker? You can use this application to connect to the broker: http://mqtt-explorer.com/
From the docs it looks like the correct topic for data is servicelocation/<UUID>/realtime where <UUID> must be replaced with the unique ID. Or you can simply subscribe to servicelocation/+/realtime to receive data from all devices.
Yes, I got the sample data from the broker with the app MQTTOOL.
The problem is that I don’t have a clue how to get the Jason data into the logicmachine from the broker.