Dears,
dealing with support I managed to create a sample panel and to connect my MQTT publisher to node02.myqtthub.com broker/server.
From the sample panel I creating following wiki, this is the code for a temperature module:
Now I need to make this module receive data from my MQTT publisher device.
To achieve this I think I need to set topic, but I can’t understand the syntax topic=’ temp/device/002’.
What is temp?
What is device?
What is 002?
From my device I have topic prefix and topic, then client ID if needed.
Any suggestions?
Regards