0
MQTT payload includes ALL Tags of view, want to create one topic for each Tag
Forum / Questions & Answers
Hi. When i publish data coming from a view, using jsonmqtt, via publisher, i am getting one topic on the MQTT Server including all datapoints.
Is there a configuration possibility to publish datapoints to single topics?
I want to get 500 topics when the view have 500 datapoints listed
3 replies
-
Hi ,
You can drill all the way down the tagpath excluding the tag name. In that case, each tag would need to have a unique branch above it in order to publish a single tag on a single topic. Now, having said that, we've never tested this many publisher sessions. I don't know how it would handle 500 sessions. Can I ask what the use case is for having a single tag per topic?