Bridge types

Bridge Label Description

co7io-wmbus:serial

Serial Bridge (experimental)

The WM-Bus Serial bridge allows to receive data using compatible radio interfaces. This bridge implementation uses standard serial port stack.

Bridge co7io-wmbus:serial

co7io-wmbus:serial-jrxtx

Serial Bridge (jrxtx)

The WM-Bus Serial bridge based on customized serial port library. This bridge implementation is recommended to start with as it relies on serial port stack provided by WM-Bus library.

Bridge co7io-wmbus:serial-jrxtx

co7io-wmbus:tcp

TCP Bridge

The WM-Bus bridge based on TCP connection

Bridge co7io-wmbus:tcp

Bridge co7io-wmbus:serial

Below table contains complete configuration of co7io-wmbus:serial.

Name Type Label Description

mode

TEXT

WM-Bus receiver mode

Frequency and encoding of radio signal from devices.

manufacturer

TEXT

Manufacturer

Manufacturer of radio interface.

serialPort

TEXT

Serial port

Serial interface port.

baudRate

INTEGER

Baud rate

Baud rate for serial connection.

dataBits

TEXT

Baud rate

Data bits in each serial transmission.

stopBits

TEXT

Baud rate

Stop bits after transmission.

parity

TEXT

Parity

Parity of serial transmission.

discoverDevices

BOOLEAN

Discover devices

Turn on or off discovery of new devices for this interface.

discoveryTimeToLive

INTEGER

Time to live

Time to live (TTL) in minutes for discovered elements. After passing of TTL element will be removed, possibly re-discovered when appears again. This setting can be used to discard invalid records produced by unstable radio interface. Please note that some devices may have irregular communication schedule. Value of -1 disables time to live. Common values are 60 (one hour) and 1440 (one day).

Bridge co7io-wmbus:serial-jrxtx

Below table contains complete configuration of co7io-wmbus:serial-jrxtx.

Name Type Label Description

mode

TEXT

WM-Bus receiver mode

Frequency and encoding of radio signal from devices.

manufacturer

TEXT

Manufacturer

Manufacturer of radio interface.

serialPort

TEXT

Serial port

Serial interface port.

baudRate

INTEGER

Baud rate

Baud rate for serial connection.

dataBits

TEXT

Baud rate

Data bits in each serial transmission.

stopBits

TEXT

Baud rate

Stop bits after transmission.

discoverDevices

BOOLEAN

Discover devices

Turn on or off discovery of new devices for this interface.

discoveryTimeToLive

INTEGER

Time to live

Time to live (TTL) in minutes for discovered elements. After passing of TTL element will be removed, possibly re-discovered when appears again. This setting can be used to discard invalid records produced by unstable radio interface. Please note that some devices may have irregular communication schedule. Value of -1 disables time to live. Common values are 60 (one hour) and 1440 (one day).

Bridge co7io-wmbus:tcp

Below table contains complete configuration of co7io-wmbus:tcp.

Name Type Label Description

manufacturer

TEXT

Manufacturer

Manufacturer of radio interface.

hostAddress

TEXT

Hot address

Server address to which binding should connect to receive data.

port

INTEGER

Port

Port number

connectionTimeout

INTEGER

Connection timeout

Maximum time required to establish connection with host