...
AUTOSOL MQTT’s Standard publisher has a NodeID of “LocalNode” (set on the MQTT tab).
What topics shoudl should appear in the broker?
When AUTOSOL MQTT starts up, tag data will appear with the topic:
...
Code Block |
---|
LocalNode/DEATH |
To write to a tag using the standard publisher you would simple have the payload be the value you want to write, in clear text, and you would publish to the topic below:
Code Block |
---|
LocalNode/WRITE/Device1/Tag1 |