Changes

553 bytes added ,  11:17, 31 January 2023
no edit summary
Line 179: Line 179:  
----
 
----
 
[[File:MQTT broker data to server config.png|border|class=tlt-border|1094x1094px]]
 
[[File:MQTT broker data to server config.png|border|class=tlt-border|1094x1094px]]
 +
# '''Enable''' instance;
 +
# '''Name:''' enter desired instance name;
 +
# '''Data source:''' M-bus;
 +
# '''Protocol:''' MQTT;
 +
# '''JSON format:''' enter what data you would like to send;
 +
# '''URL/Host/Connection string:''' Localhost IP;
 +
# '''Port:''' enter server port;
 +
# '''Topic''': enter desired topic name;
 
====MQTT broker configuration====
 
====MQTT broker configuration====
 
----
 
----
 
[[File:Mbus MQTT Broker.png|border|class=tlt-border|954x954px]]
 
[[File:Mbus MQTT Broker.png|border|class=tlt-border|954x954px]]
 
+
# '''MQTT broker''': On;
 +
# '''Local port''': 1883;
 
====M-Bus configuration====
 
====M-Bus configuration====
 
----
 
----
 
[[File:Mbus BIN data type.png|border|class=tlt-border|854x854px]]
 
[[File:Mbus BIN data type.png|border|class=tlt-border|854x854px]]
 +
# '''Enable''' request configuration;
 +
# '''Slave address''': enter desired slave address;
 +
# '''Data type''': select desired data type (this time we will be using BIN);
 +
# '''Save & apply changes'''.
 
====Node-RED configuration====
 
====Node-RED configuration====
 
----
 
----