Changes

no edit summary
Line 50: Line 50:  
This section contains information on how to send M-Bus data to the server on Node-RED using the MQTT protocol.
 
This section contains information on how to send M-Bus data to the server on Node-RED using the MQTT protocol.
   −
[[File:M-bus topology.png|border|900x900px|class=tlt-border]]
+
[[File:M-bus topology new.png|border|900x900px|class=tlt-border]]
    
The M-Bus meter is directly connected to TRB143. Gateway reads the M-Bus data and sends it to the server using the MQTT protocol.
 
The M-Bus meter is directly connected to TRB143. Gateway reads the M-Bus data and sends it to the server using the MQTT protocol.
Line 133: Line 133:  
# '''Qos''': 0;
 
# '''Qos''': 0;
 
# '''Output''': Auto-Detect;
 
# '''Output''': Auto-Detect;
# '''Update''': Save the changes;
+
# '''Done''': Save the changes;
 
====Results====
 
====Results====
 
----
 
----
Line 139: Line 139:  
[[File:MQTT broker HEX data.png|border|class=tlt-border|404x404px]]
 
[[File:MQTT broker HEX data.png|border|class=tlt-border|404x404px]]
   −
===M-Bus Data to Server Via HTTP===
+
===M-Bus Data to Server via HTTP===
 
----
 
----
 
This section contains information on how to send M-Bus data to the server on Node-RED using the HTTP(S) protocol.
 
This section contains information on how to send M-Bus data to the server on Node-RED using the HTTP(S) protocol.
   −
[[File:M-bus topology HTTP data.png|border|750x750px|class=tlt-border]]
+
[[File:M-bus topology HTTP data new.png|border|750x750px|class=tlt-border]]
    
The M-Bus meter is directly connected to TRB143. Gateway reads the M-Bus data and send it to the server using Hthe TTP(S) protocol.
 
The M-Bus meter is directly connected to TRB143. Gateway reads the M-Bus data and send it to the server using Hthe TTP(S) protocol.
Line 200: Line 200:  
This section contains information on how to send M-Bus data to the server on Node-RED using a Teltonika router as a MQTT broker.
 
This section contains information on how to send M-Bus data to the server on Node-RED using a Teltonika router as a MQTT broker.
   −
[[File:M-bus topology TRBroker.png|border|750x750px|class=tlt-border]]
+
[[File:M-bus topology TRBroker new.png|border|750x750px|class=tlt-border]]
    
The M-Bus meter is directly connected to TRB143. Gateway acts as an MQTT broker; it reads the M-Bus data and sends it to the MQTT subscriber.
 
The M-Bus meter is directly connected to TRB143. Gateway acts as an MQTT broker; it reads the M-Bus data and sends it to the MQTT subscriber.
Line 270: Line 270:  
# '''Edit:''' Configure MQTT-Broker node;
 
# '''Edit:''' Configure MQTT-Broker node;
 
# '''Name''': Enter '''desired MQTT-Broker nodes name;'''
 
# '''Name''': Enter '''desired MQTT-Broker nodes name;'''
# '''Server''': '''127.0.0.1''' as we will be using '''Node-RED as MQTT-Broker''';
+
# '''Server''': Enter MQTT Broker IP;
 
# '''Port''': 1883;
 
# '''Port''': 1883;
 
# '''Update''': Save the changes;
 
# '''Update''': Save the changes;
Line 278: Line 278:  
# '''Qos''': 0;
 
# '''Qos''': 0;
 
# '''Output''': Auto-Detect;
 
# '''Output''': Auto-Detect;
# '''Update''': Save the changes;
+
# '''Done''': Save the changes;
 
====Results====
 
====Results====
 
----
 
----
Line 289: Line 289:  
==External links==
 
==External links==
 
[https://nodered.org/docs/getting-started/ Node-RED]
 
[https://nodered.org/docs/getting-started/ Node-RED]
  −
  −
[[Category:TRB143 Configuration Examples]]