Difference between revisions of "Domnev"

From Teltonika Networks Wiki
Line 23: Line 23:
 
====Via MQTT====
 
====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=====
 +
----
 +
[[File:Mbus data to server MQTT.png|border|class=tlt-border|854x854px]]
 +
=====M-Bus configuration=====
 +
----
 +
[[File:M bus configuration.png|border|class=tlt-border|854x854px]]
 +
 +
[[File:M bus instance configuration.png|border|class=tlt-border|854x854px]]
 +
[[File:M bus slave configuration.png|border|class=tlt-border|854x854px]]
 +
=====Node-RED configuration=====
 +
----
 +
=====Results=====
 
----
 
----
  
 
====Via HTTP====
 
====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=====
 +
----
 +
 +
=====M-Bus configuration=====
 +
----
 +
 +
=====Node-RED configuration=====
 +
----
 +
 +
=====Results=====
 
----
 
----
  
Line 32: Line 56:
 
MQTT Broker is an entity that listens for connections on the specified port and relays received messages to MQTT client.
 
MQTT Broker is an entity that listens for connections on the specified port and relays received messages to MQTT client.
 
----
 
----
 
+
=====MQTT broker configuration=====
 +
----
 +
=====M-Bus configuration=====
 +
----
 +
=====Node-RED configuration=====
 +
----
 +
=====Results=====
 +
----
  
 
==See Also==
 
==See Also==

Revision as of 15:20, 23 January 2023

The information in this page is updated in accordance with 00.07.03.1 firmware version .

Introduction

This article contains instructions on how to send M-Bus data to the server using various protocols.

Configuration overview and prerequisites

Before we begin, let's take a look at the configuration that we are attempting to achieve and the prerequisites that make it possible.

Prerequisites:

  • TRB143;
  • M-Bus device;
  • Server;
  • An end device (PC, Laptop, Tablet, Smartphone) for configuration;

If you're having trouble finding any page or some of the parameters described here on your device's WebUI, you should turn on "Advanced WebUI" mode. You can do that by clicking the "Basic" button under "Mode," which is located at the top-right corner of the WebUI.

Basic WebUI Advanced.gif

Configuration

Data to server

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.


Data to Server configuration

854x854px

M-Bus configuration

M bus configuration.png

854x854px 854x854px

Node-RED configuration

Results

Via HTTP

This sections contains information on how to send M-Bus data to the server on Node-RED using HTTP protocol.


Data to Server configuration

M-Bus configuration

Node-RED configuration

Results

MQTT broker

MQTT Broker is an entity that listens for connections on the specified port and relays received messages to MQTT client.


MQTT broker configuration

M-Bus configuration

Node-RED configuration

Results

See Also

External links