Domnev

From Teltonika Networks Wiki
Revision as of 16:40, 30 January 2023 by Domnev (talk | contribs)

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.

TRB143 advanced.gif

Node-RED installation and setup

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

954x954px

  1. Enable instance;
  2. Name: enter desired instance name;
  3. Data source: M-bus;
  4. Protocol: MQTT;
  5. JSON format: enter what data you would like to send;
  6. URL/Host/Connection string: enter address of server;
  7. Port: enter server port;
  8. Topic: enter desired topic name;
M-Bus configuration

M bus configuration correct.png

  1. Enable M-Bus;
  2. Enter desired instance name;
  3. Add;

954x954px

  1. Enable instance;
  2. Period: enter desired period;
  3. BLOGAS - NAME NEREIKIA

954x954px

  1. Enable request configuration;
  2. Slave address: enter desired slave address;
  3. Data type: select desired data type (this time we will be using XML);
  4. Save & apply changes.
Node-RED configuration

Below you can see Node-Red block diagram that is used to receive data:

  • aedes broker
  • MQTT in
  • Debug
Node-rs-topology.png

  1. MQTT Port: 1883;
  2. WS Bind: port;
  3. Done;

Everything else can be left as default.

  1. Output: msg. payload;
  2. To: debug window;
  3. Done;

Everything else can be left as default.


Node-red-subscriber-configuration.png

  1. Server: Server name;
  2. Action: Subscribe to single topic
  3. Topic: Created topic;
  4. QoS: 0;
  5. Output: auto-detect;
  6. Edit:
  7. Server & Port: Server IP & Port;
  8. Update:
  9. Done:
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

Mbus data to server http.png

Number Field Value
1 Enable On
2 Name Your desired name
3 Data source M-Bus data
4 Protocol HTTP(s)
5 JSON format What data to send
6 URL/Host/Connection string Server IP address
M-Bus configuration

Mbus config HEX data.png

  1. Enable request configuration;
  2. Slave address: enter desired slave address;
  3. Data type: select desired data type (this time we will be using HEX);
  4. Save & apply changes.
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

Mbus MQTT Broker.png

M-Bus configuration

Node-RED configuration

Results

See Also

External links