...
Warning | ||
---|---|---|
| ||
This device is no longer available for sale and has been replaced by Wireless M-Bus Gateway V3 since 12/2021. |
Overview
The Lobaro Wireless M-Bus Gateway V2 is a simple to use, cost and energy efficient device that receives, caches and forwards metering consumption data from up to 500 Wireless M-Bus enabled devices, like water meters, electricity meters, heat meters onto the Internet.
...
Info |
---|
For details about configuration for mobile network operation please refer to our article about Mobile Network ConnectionLTE Signal Strength Metrics |
Configuration
The configuration can be read or changed locally via USB and the Lobaro Maintenance Tool or remotely using the Lobaro IoT Platform (NB-IoT only).
Configurations of up to 5000 bytes are supported, which enables a Device-Whitelist of up to 500 Meter-IDs.
General Parameters
Name | Description | Default Value | Value Description & Examples |
---|---|---|---|
WAN | Radio technology used for data uploads | lte | "lte": use cellular NB-IoT for uplinks "lorawan": use LoRaWAN for uplinks (working like Wireless M-Bus Bridge V2) |
NB-IoT Parameters (WAN
= "lte")
The NB-IoT functionality is enabled if the WAN
parameter is set to "lte". A SIM-Card has to inserted.
Name | Description | Default Value | Value Description & Examples | |
---|---|---|---|---|
Host | Hostname / IP of the Lobaro Platform API | 94.130.20.37 | 94.130.20.37 = backend.lobaro.com | |
Port | Port number of the Lobaro Platform API | 5683 | ||
UdpHost | Separate IP to upload plain telegrams via UDP | optional, empty = upload to Lobaro IoT Platform | ||
UdpPort | Separate Port to upload plain telegrams via UDP | 0 | only used when UdpHost is set | |
Operator | Mobile Operator Code | 26201 | 26201 (=Deutsche Telekom), for other operators, see above. | |
Band | NB-IoT Band | 8 | "8", "20", "8,20", Empty = Auto detect (longer connecting time) | |
APN | Mobile operator APN | iot.1nce.net | 1nce: iot.1nce.net Vodafone Easy Connect: lpwa.vodafone.com (l = littel L) | |
PIN | SIM PIN (since v0.7.0) | Empty or 4 digits (e.g. 1234) | ||
UseNbiot | Try to connect with NB-IoT | true | ||
UseLtem | Try to fallback to LTE-M when supported by the Modem | false |
LoRaWAN (WAN
= "lorawan")
The LoRaWAN functionality is enabled if the
WAN
parameter is set to "lorawan". In this mode the device behaves like the LoRaWAN only "Wireless M-Bus Bridge V2", consider also reading its manual when using the LoRaWAN functionality of the Wireless M-Bus Gateway V2 (NB-IoT). No SIM-Card is needed.
...
For a detailed introduction into how this values need to be configured, please refer to the chapter LoRaWAN configuration in our LoRaWAN background article.
Name | Description | Default Value | Values |
---|---|---|---|
OTAA | Activation: OTAA or ABP | true | true = use OTAA, false = use ABP |
DevEUI | DevEUI used to identify the Device | e.g. 0123456789abcdef | |
JoinEUI | Used for OTAA (called AppEUI in v1.0) | e.g. 0123456789abcdef | |
AppKey | Key used for OTAA (LoRaWAN v1.0.x and v1.1) | ||
NwkKey | Key used for OTAA (LoRaWAN v1.1 only) | ||
TimeSync | Days after which to sync time over LoRaWAN | 3 | days, |
RndDelay | Random delay before sending (avoids collisions) | 10 | max seconds |
PayloadFormat |
| 0 | For details see manual of wMBUS LoRaWAN bridge |
LostReboot | Days without downlink before reboot | 5 | days, 0 =never reboot |
Metering reception Parameters
Name | Description | Default Value | Default Values & Examples | |||||
---|---|---|---|---|---|---|---|---|
listenCron | Cron expression defining when to receive wMBUS | 0 0 12 * * * |
| |||||
cmodeDurSec | Duration (Seconds) of wireless M-Bus C1/T1-mode receive | 300 | 0 = Do not collect C1/T1 mode | |||||
smodeDurSec | Duration (Seconds) of wireless M-Bus S1-mode receive | 0 | 0 = Do not collect S1 mode | |||||
xmodeDurSec | Duration (Seconds) of Sensus RF receive | 0 | 0 = Do not collect Sensus RF telegrams | |||||
mFilter | wMBus manufacturer filter sep. by , e.g. dme,itw (Comma separated list WITHOUT spaces) | blank =no filter, | ||||||
typFilter | meter device type filter e.g. 08,07 for Heat Cost and Water (Comma separated list WITHOUT spaces) |
| ||||||
devFilter | meter id filter e.g.
Up to 500 wMBus-IDs or 400 Sensus-RF-IDs are supported. | blank =no filter | ||||||
ciFilter | Collect only telegrams with specific values in the ci-Field, must we written as 2 hex digits (with leading zeros).
| blank =no filter, | ||||||
maxTelegrams | Set hard limit on how many telegrams will be collected and uploaded. The bridge will stop collection, once this number has been collected, regardless of the passed time. Can be used save battery / data volume, should the device be in an area with a large number of meters. Set to | Since v0.8.5 |
† See also our Introduction to Cron expressions.
...
Uploading one wMbus telegram consumes approximately 400 bytes data including all metadata.
Telegram upload interval | Monthly NB-IoT data usage |
---|---|
1 each Day | ~12 kB |
8 each Day (every 3h) | ~100 kB |
400 each Week | ~700 kB |
250 each Day | ~3 MB |
All calculations are estimations and might varry depending on the configuration
...
Code Block | ||||
---|---|---|---|---|
| ||||
{ "d": { "rssi": <int: RSSI>, "vbat": <int: Supply voltage in mV>, "monitor": <string: human readable diagnostic information>, "telegram": <bytes: wmbus telegram>, "timestamp": <int: unix timestamp, time of reception>, "temperature": <int: device temperature in 1/10°C> }, "i": <string: device's IMEI>, "n": <int: frame number> } |
Name | Explanation |
---|---|
rssi | Received signal strength indication indicating the quality of the received signal. |
vbat | Supply voltage to the Gateway, measured in millivolts (mV). |
monitor | Human readable diagnostic string. The format of this information subject to change and should not be relied on. |
telegram | Bytes of the received wMBus telegram as a byte string. |
timestamp | Time of reception of the telegram in the gateway, given as a Unix Timestamp. |
temperature | Temperature inside the Gateway, measured in tenth of Degree Centigrade (d°C). |
i | IMEI of the Gateway's Modem, uniquely identifying the Device. |
n | Frame number. Starts at 1 for the first UDP-upload after boot and is increased for every upload. |
Example
The following shows an example message if you display it as JSON. In the CBOR object, the telegram
is stored as a byte string. Because JSON does not support binary data, in this example it is encoded using base64.
...
On boot, the device shortly flashes the LED green.
When | Pattern | Explanation |
---|---|---|
on reset | short green flash every ~15s | Configuration is invalid |
on reset | short green flash every ~25s | SIM-Card cannot be read |
during operations | blue on/off once per second | Trying to connect to mobile provider |
during operations | blue on/off once per second, then green | Trying to connect to mobile provider, success |
during operations | blue on/off once per second, then red | Trying to connect to mobile provider, failing |
Housing Specification & Accessories
...