Changes

120 bytes removed ,  17:20, 30 January 2023
no edit summary
Line 20: Line 20:  
==Configuration==
 
==Configuration==
   −
===Data to server===
+
===M-Bus Data to Server Via MQTT===
Data to Server feature provides you with the possibility to set up data senders that collect data from various sources and periodically send it to remote servers.
  −
----
  −
====Via MQTT====
   
This sections contains information on how to send M-Bus data to the server on Node-RED using MQTT protocol.
 
This sections contains information on how to send M-Bus data to the server on Node-RED using MQTT protocol.
 
----
 
----
=====Data to Server configuration=====
+
====Data to Server configuration====
 
----
 
----
 
'''[[File:Mbus data to server MQTT.png|border|class=tlt-border|954x954px]]'''
 
'''[[File:Mbus data to server MQTT.png|border|class=tlt-border|954x954px]]'''
Line 38: Line 35:  
# '''Port:''' enter server port;
 
# '''Port:''' enter server port;
 
# '''Topic''': enter desired topic name;
 
# '''Topic''': enter desired topic name;
=====M-Bus configuration=====
+
====M-Bus configuration====
 
----
 
----
 
[[File:M bus configuration correct.png|border|class=tlt-border|954x954px]]
 
[[File:M bus configuration correct.png|border|class=tlt-border|954x954px]]
Line 58: Line 55:  
# '''Data type:''' select desired data type (this time we will be using '''XML''');
 
# '''Data type:''' select desired data type (this time we will be using '''XML''');
 
# '''Save & apply''' changes.
 
# '''Save & apply''' changes.
=====Node-RED configuration=====
+
====Node-RED configuration====
 
----
 
----
 
Below you can see Node-Red block diagram that is used to receive data:
 
Below you can see Node-Red block diagram that is used to receive data:
Line 150: Line 147:  
</table>
 
</table>
   −
=====Results=====
+
====Results====
 
----
 
----
 +
[[File:MQTT broker HEX data.png|border|class=tlt-border|554x554px]]
   −
====M-Bus Data to Server via HTTP====
+
===M-Bus Data to Server via HTTP===
 
This sections contains information on how to send M-Bus data to the server on Node-RED using HTTP protocol.
 
This sections contains information on how to send M-Bus data to the server on Node-RED using HTTP protocol.
 
----
 
----
=====Data to Server configuration=====
+
====Data to Server configuration====
 
----
 
----
 
[[File:mbus data to server http.png|border|class=tlt-border|954x954px]]
 
[[File:mbus data to server http.png|border|class=tlt-border|954x954px]]
Line 197: Line 195:  
     </tr>
 
     </tr>
 
</table>
 
</table>
=====M-Bus configuration=====
+
====M-Bus configuration====
 
----
 
----
 
[[File:Mbus config HEX data.png|border|class=tlt-border|954x954px]]
 
[[File:Mbus config HEX data.png|border|class=tlt-border|954x954px]]
Line 206: Line 204:  
# '''Save & apply''' changes.
 
# '''Save & apply''' changes.
   −
=====Node-RED configuration=====
+
====Node-RED configuration====
 
----
 
----
   −
=====Results=====
+
====Results====
 
----
 
----