Changes

835 bytes added ,  10:05, 2 February 2023
no edit summary
Line 1: Line 1: −
<p style="color:red">The information in this page is updated in accordance with 00.07.03.1 firmware version .</p>
+
<p style="color:red">The information in this page is updated in accordance with [https://wiki.teltonika-networks.com/view/FW_%26_SDK_Downloads'''00.07.03.1'''] firmware version .</p>
 
==Introduction==
 
==Introduction==
 
This article contains instructions on how to send M-Bus data to the server using various protocols.
 
This article contains instructions on how to send M-Bus data to the server using various protocols.
Line 220: Line 220:  
====Node-RED configuration====
 
====Node-RED configuration====
 
----
 
----
 +
[[File:MQTT broker node-RED.png|border|center|class=tlt-border|514x514px]]
 +
----
 +
[[File:Node-red-debug-new.png|border|left|class=tlt-border|474x474px|right]]
 +
 +
----
 +
[[File:Node-red-mqtt-in-TRBroker.png|border|class=tlt-border|1100x1100px]]
 +
# '''Edit:''' Configure MQTT-Broker node;
 +
# '''Name''': Enter '''desired MQTT-Broker nodes name;'''
 +
# '''Server''': '''127.0.0.1''' as we will be using '''Node-RED as MQTT-Broker''';
 +
# '''Port''': 1883;
 +
# '''Update''': Save the changes;
 +
# '''Server''': Select '''MQTT-Broker''' that you have '''just created''';
 +
# '''Action''': Subscribe to single topic;
 +
# '''Topic''': Enter the '''topic''' that you have '''set in Data to Server configuration''';
 +
# '''Qos''': 0;
 +
# '''Output''': Auto-Detect;
 +
# '''Update''': Save the changes;
 
====Results====
 
====Results====
 
----
 
----