Posts: 192
Threads: 91
Joined: Jul 2015
Reputation:
4
Hello,
For 1 Broker LM and 1 Client LM, I used the MQTT Broker and MQTT Cloud applications on the Broker LM, while on the Client LM I only used the MQTT Cloud application. I assigned the same tags to the same group addresses and successfully achieved MQTT communication.
However, in the example project below, I couldn’t figure out how to communicate using only tags and MQTT Cloud, without using the MQTT Client application.
Broker LM Group Addresses:
Group addresses with the tag Building A :
31/1/1 Building A Lighting 1
31/1/2 Building A Lighting 1 Fb
Group addresses with the tag Building B :
31/1/3 Building B Lighting 1
31/1/4 Building B Lighting 1 Fb
Client 1 LM Group Addresses:
Group addresses with the tag Building A
1/1/1 Lighting 1
1/1/2 Lighting 1 Fb
Group addresses with the tag Building B
1/1/1 Lighting 1
1/1/2 Lighting 1 Fb
My basic question is: while communicating multiple LMs with a single central broker LM, how should this tag and group address structure be set up? My goal is to handle this only with tags, without using the MQTT Client.
Posts: 5183
Threads: 28
Joined: Aug 2017
Reputation:
235
The MQTT cloud app will only work if you mirror same groups in all LMs. If you want to do mix then you must use MQTT Client app and do the manual mapping.
------------------------------
Ctrl+F5
Posts: 192
Threads: 91
Joined: Jul 2015
Reputation:
4
Hi Daniel just for confirmation , if i make the system like below is it ok ?
Broker LM Group Addresses:
Group addresses with the tag mqtt :
1/1/1 Building A Lighting 1
1/1/2 Building A Lighting 1 Fb
1/1/3 Building B Lighting 1
1/1/4 Building B Lighting 1 Fb
Client 1 LM Group Addresses:
Group addresses with the tag mqtt
1/1/1 Building A Lighting 1
1/1/2 Building A Lighting 1 Fb
Group addresses with the tag mqtt
1/1/3 Building B Lighting 1
1/1/4 Building B Lighting 1 Fb
Posts: 5183
Threads: 28
Joined: Aug 2017
Reputation:
235
Yes as long the DPT is also the same.
------------------------------
Ctrl+F5