Changes

397 bytes added ,  10:25, 2 February 2023
no edit summary
Line 49: Line 49:  
----
 
----
 
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|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 MQTT protocol.
 
====Data to Server configuration====
 
====Data to Server configuration====
 
----
 
----
Line 136: Line 140:  
===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 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]]
 +
 
 +
The M-Bus meter is directly connected to TRB143. Gateway reads the M-Bus data and send it to the server using HTTP(S) protocol.
 
====Data to Server configuration====
 
====Data to Server configuration====
 
----
 
----
Line 145: Line 153:  
# '''Name:''' Enter '''desired''' '''instance name''';
 
# '''Name:''' Enter '''desired''' '''instance name''';
 
# '''Data source:''' M-bus;
 
# '''Data source:''' M-bus;
# '''Protocol:''' HTTP;
+
# '''Protocol:''' HTTP(S);
 
# '''JSON format:''' Enter what '''data''' you would like '''to send''';
 
# '''JSON format:''' Enter what '''data''' you would like '''to send''';
 
# '''URL/Host/Connection string:''' Enter '''address of server''' and '''port''';
 
# '''URL/Host/Connection string:''' Enter '''address of server''' and '''port''';