Meter Bus (M-Bus)

The Meter Bus (M-Bus) Device Driver allows Iotellect Server to communicate with smart meters supporting Meter Bus protocol. Meter readings and reading metadata is retrieved and made available as device setting variables.

The Meter Bus driver supports both serial and IP (TCP) meter communications.

Configuring Iotellect Server for Serial Communications

See Enabling Serial Communications if you have troubles connecting to Meter Bus serial devices.

Driver Information

Driver Plugin ID:

com.tibbo.linkserver.plugin.device.meterbus

Global Settings

None defined.

User Level Settings

None defined.

Device Account Properties

Connection Properties

Connection settings define how Iotellect Server communicates with a certain M-Bus device. These settings may be accessed using the Edit Device Properties action of Device Context. The following connection properties are available:

Property

Description

Connection Type

A choice of M-Bus Serial and M-Bus TCP.

IP address or host name

Address of an M-Bus device (for M-Bus TCP).

Port

M-Bus device port (IP port number for M-Bus TCP; Serial port name for M-Bus Serial).

Baud Rate

Baud Rate (for M-Bus Serial).

Data Bits

Serial data bits (for M-Bus Serial).

Stop Bits

Serial stop bits (for M-Bus Serial).

Parity

Serial parity (for M-Bus Serial).

Meter Address

Address of meter on the bus.

Use Secondary Addressing

Defines whether secondary addressing should be used.

Manufacturer

Meter manufacturer (for secondary addressing).

Version

Meter version (for secondary addressing).

Medium

Meter medium (for secondary addressing).

Process Historical Data

Defines whether the server should retrieve and process historical values collected by the meter. By default, only current (spot) values are processed.

Device Assets

Assets are not supported by the driver.

Device Settings

M-Bus device driver creates two Device setting variables per each meter reading.

First variable contains reading metadata:

  • Data Field Code
  • Function Field (Control Field)
  • Storage Number
  • Tariff
  • VIF Type
  • Unit of Measurement
  • Sub-unit
  • Description
  • SI Prefix
  • Counter Exponent

Second variable represents actual value of the reading counter. Values are represented as strings since M-Bus protocol allow devices to output non-numeric values in some rare cases.

Device Operations

No operations provided by the driver.

Device Events

No events provided by the driver.

Connection Handling

This driver makes the device Online if:

  • Serial port was opened successfully (for M-Bus Serial devices)
  • TCP connection with the device was successfully established (for M-Bus TCP devices)

Synchronization Details

Synchronization between Iotellect Server and M-Bus device includes the following steps:

  • Reading metadata of available meter readings.
  • Reading and processing historical values of the readings if Process Historical Data is enabled in device settings.
  • Reading spot values of M-Bus meter readings and storing these values in settings cache.

Was this page helpful?