Hardware Platforms and Variants
This firmware, following the naming sheme app-nrf9160-wmbus-TZ2-VERSION-HARDWARE, exists in versions targeted for different Lobaro hardware. On all hardware the workflows and functionality is the same. If a certain firmware feature is not available on a specific hardware variant, this will be indicated separately.
Panel | ||||
---|---|---|---|---|
| ||||
|
|
|
|
|
Legacy battery driven variant
|
|
|
The gateway remains in power-saving mode while not active most of the time.
- Reception can be limited to certain devices and types by means of filters.
- After a configured time, the wMBUS reception is stopped again.
It leaves the low power sleep mode in the following situations:
- Wake up at
listenCron
or after manual gateway reset / startup- Collect in all enabled modes sequentially
- Collect C1-Mode and T1-Mode telegrams (wMBUS) in parallel for
cmodeDurSec
(if not 0) Collect S1-Mode telegrams (wMBUS) for
smodeDurSec
(if not 0)- Collect X-Mode telegrams (Sensus RF) for x
modeDurSec
(if not 0) - Collect U-Mode telegrams (Müller Funk) for
umodeDurSec
(if not 0)
- Collect C1-Mode and T1-Mode telegrams (wMBUS) in parallel for
- Upload all stored data via NB-IoT / LTE-CatM1 or LoRaWAN (see "WAN" configuration)
- Upload all collected metering telegrams & status message
- When the upload fails the upload is retried every 24h after daily status or until the next listenCron triggers.
- Sleep till next
listenCron
or status telegram upload.
- Collect in all enabled modes sequentially
- Daily Status Wakeup
- Upload status telegram normally at midnight 0:00h (UTC+0) | Sun Gateway: noon 12:00h (UTC+0)
- Upload remaining telegrams in memory, if any
- Sleep till next
listenCron
or status telegram upload.
Key Facts
- All telegrams are received "as is", e.g. encrypted or plain. Only always readable header information is parsed for filtering.
- Parsing and decryption happens in the backend, e.g. in the Lobaro IoT Platform. We also offer a standalone REST API parser for raw wireless M-BUS telegrams uploaded by the gateway.
Compatible wireless meter protocols
- Wireless M-BUS S1, C1 or T1 modes, e.g. unidirectional 868 MHz modes following DIN EN 13757-4.
- Open metering specification (OMS, Annex O): PHY_A - 868 MHz (uplink only)
- Sensus RF Bubble UP - Manufacturer specific radio protocol (Xylem Inc.).
Decoding of Sensus RF telegrams needs the Lobaro Platforms telegram parser and unfortunately can't be open sourced.
- ME-Funk - Manufacturer specific radio protocol (Müller-electronic GmbH).
Decoding of ME-Funk telegrams needs the Lobaro Platforms telegram parser and unfortunately can't be open sourced.
433 MHz variants available on special sales request:
- Open metering specification (OMS, Annex O): PHY_B - 433 MHz (uplink only)
- Sensus RF Bubble UP 433 MHz - Manufacturer specific (Xylem Inc.) radio protocol
Anbindung an das Smart Meter Gateway (SMGW)
Configuration
Lobaro delivers all devices with a reasonable default configuration. Customer specific configurations are possible in different ways:
- Using our free Lobaro Maintenance Tool and the USB PC configuration adapter to be connected to the "config" connector on the hardware.
Not accessible in the waterproof version of the Solar Gateway.
- Remotely in the field using LoRaWAN downlink messages.
- Remotely using NB-IoT via the Lobaro Platform.
Configurations of up to 5.000 bytes are supported, which enables a Device-Whitelist of up to 500 Meter-IDs.
Remote Configuration
- Devices using LTE-M or NB-IoT can be configured easily using the interface (search for 'config tab' inside devices) in the Lobaro Platform.
- Devices using LoRaWAN can configured by sending downlinks on port 128:
- A single config parameter can be changed by sending
S<parameter>=<value>
- For example: changing the device to switch to using LTE-M or NB-IoT, you would change the parameter "
WAN"
to "lte"
by sending:"SWAN=lte"
- Depending on the used LoRaWAN network servers convention you will to encode this string in Base64 as
"U1dBTj1sdGU="
or Hex as"5357414e3d6c7465"
. - AdditionalI Information: LoRaWAN Downlink Configuration
- A single config parameter can be changed by sending
Config Parameters
WAN
The device can upload / forward wireless M-BUS data using cellular IoT (NB-IoT or LTE-M) or LoRaWAN. The technology used is controlled by "WAN" configuration parameter.
This parameter can be used to set whether cellular IoT (NB-IoT, LTE-M) or LoraWAN is to be used for data transmission. With LoRaWAN, the type of network join can also be defined (ABP vs. OTAA).
Name | Description | Default Value | Value Description & Examples |
---|---|---|---|
WAN | Technology used for connection and data uplinks to backend. | lte |
|
LoRaWAN Parameters (WAN
= "lorawan")
The connection to the LoRaWAN network is defined by multiple configuration parameters. This need to be set according to your LoRaWAN network and the way your device is supposed to be attached to it, or the device will not be able to send any data.
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 | Type | Values | Default Value | Version |
---|---|---|---|---|---|
OTAA | Activation: OTAA or ABP | bool | true = use OTAA, false = use ABP | ||
DevEUI | DevEUI used to identify the Device | byte[8] | e.g. 0123456789abcdef | ||
JoinEUI | Used for OTAA (called AppEUI in v1.0) | byte[8] | e.g. 0123456789abcdef | ||
AppKey | Key used for OTAA (v1.0 and v1.1) | byte[16] | |||
NwkKey | Key used for OTAA (v1.1 only) | byte[16] | |||
SF | Initial / maximum Spreading Factor | int | 7 - 12 | 12 |
|
ADR | Use Adaptive Data Rate | bool | true = use ADR, false = don't | true |
|
OpMode | Operation Mode | string | A = Class A, C = Class C | ||
TimeSync | Days after which to sync time | int | days, 0 =don't sync time | ||
RndDelay | Random delay before sending | int | max seconds | ||
RemoteConf | Support Remote Configuration | bool | true =allow, false =deactivate | true | |
LostReboot | Days without downlink before reboot | int | days, 0 =don't reboot | 5 | |
payloadFormat | wMBUS Bridge LoRaWAN Payload Format | int |
| ||
loraMaxMsgSize | Max. LoRa msg size before split (Payload Format 0 only) | int | 10 -50 (bytes) | 50 |
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 | Type | Values | Default Value | Version |
---|---|---|---|---|---|
Host | Hostname / IP of the Lobaro Platform API | string |
From v0.14.x onwards different values can be separated by "," to define fallbacks, e.g. DTLS or DNS not working. | coaps://platform.lobaro.com | |
Port | Port number of the Lobaro Platform API | int | 5683 |
Only Host is used now | |
UdpHost | Separate IP to upload plain telegrams via UDP | string | optional, empty = upload to Lobaro IoT Platform using Host parameter address | ||
UdpPort | Separate Port to upload plain telegrams via UDP | int | only used when UdpHost is set | 0 | |
Operator | Mobile Operator Code | string | 26201 (=Deutsche Telekom), for other operators, see above. | Empty | |
Band | NB-IoT Band | string | "8", "20", "8,20", Empty = Auto detect (longer connecting time) | 8 | |
APN | Mobile operator APN | string | 1nce: iot.1nce.net Vodafone Easy Connect: lpwa.vodafone.com (l = littel L) | iot.1nce.net | |
PIN | SIM PIN (since v0.7.0) | string | Empty or 4 digits (e.g. 1234) | ||
UseNbiot | Try to connect with NB-IoT | bool | true | ||
UseLtem | Try to fallback to LTE-M when supported by the Modem | bool | false |
wMBUS / Metering Parameters
Name | Description | Type | Values | Version |
---|---|---|---|---|
listenCron | Cron expressiondefining when and how often to collect wMBUS telegrams | string | 0 0/15 * * * * (every 15 minutes) | extended in v0.15.4 |
cmodeDurSec | Duration (Seconds) of C1/T1-mode receive | int |
| |
smodeDurSec | Duration (Seconds) of S1-mode receive | int |
| |
xmodeDurSec | Duration (Seconds) of Sensus-RF-BUP-mode receive (Xylem) | int |
| since v0.7.2 (2021-01-27) |
umodeDurSec | Duration (Seconds) of Müller Funk mode receive | int |
| since v0.13.1 (2022-04-21) |
mFilter | wMBus manufacturer filter sep. by , e.g. dme,itw (Comma separated list WITHOUT spaces) | string | blank = no filter | |
typFilter | wMBus device type filter e.g. 08,07 for Heat Cost and Water | string |
| |
devFilter | meter id filter e.g.
Up to 500 wMBus-IDs or 400 Sensus-RF-IDs are supported. | string | blank = no filter | |
ciFilter | Collect only telegrams with specific values in the ci-Field, must we written as 2 hex digits (with leading zeros).
| string | 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 | int | v0.8.5 |
Battery runtime / Energy consumption
For all variants, the energy consumption strongly depends on the configuration of the 'listenCron'
and the 'modeDurSec' parameters
. We have a conservative Excel calculator that determines the expected battery runtime for the battery variant (Gateway V3). In many actual installations, longer run times can be achieved because the calculator is kept very conservative. As a general guideline which product variant to use can serve:
- Every 15 minutes data: Externally powered variants
- Hourly data: Externally powered variants, Solar Gateway with outdoor mounting
- Daily data with few meters (< 30): Externally powered variants, Solar gateway with indoor or outdoor mounting, Gateway V3 with battery
- Monthly data with many meters (250...500): Externally powered variants, Solar gateway with indoor or outdoor mounting, Gateway V3 with battery
Filtering
The Wireless M-Bus Gateway has an (optional) filter mechanism, that can limit, which telegrams are processed by it. If filtering is used, any telegram is checked against the filters immediately after it has been received. Only if the telegram fits the criteria defined by all filters is it saved to the internal store and will be uploaded. All telegrams that don't fit will be dropped and not processed further. This can be important to save bandwidth and battery life of a device. In many areas there will be many wMBus devices that send telegrams you are not interested in.
There are 4 filters that check different aspects of a telegram:
mFilter
– Manufacturer filter – filters by the 3-letter manufacturer code that is present in every telegram (e.g.LOB
for Lobaro GmbH).typFilter
– Device Type filter – filters by the 2-hex-digit code defining the nature of the sending device (e.g.07
for water meters).devFilter
– Device filter – filters by the 8-digit ID, that is mandatory for each sending device (e.g.87654321
).ciFilter
– CI-Field filter – filters by the 2-hex-digit CI-Field present in every telegram. That is a technical code describing the purpose of a telegram (e.g.8a
).
Each filter only checks for a single field of information in a telegram. If a filter is left blank, no filtering is done for that field. So if you for example leave mFilter
blank, there will be no filtering over the manufacturer of the device. Each filter is processed independently.
A filter is a simple whitelist for its field. If a telegram's value is listed in the filter, the telegram will be collected. If not, it will be dropped. Entries in the list are separated by a single comma ","
(no spaces!). Starting with firmware version 0.17.0, the Gateway also supports blacklist filtering. If you add a single exclamation mark "!"
in front of the list, the complete list will be treated as a blacklist.
Example for an mFilter
whitelist:"SEN,ITW,DME"
will collect only telegrams from meters by Sensus Metering, Itron (Water), and Diehl Metering. All other telegrams will be dropped.
Example for an mFilter
blacklist:"!SEN,ITW,DME"
will drop any telegram from meters by Sensus Metering, Itron (Water), or Diehl Metering. Any other manufacturer will be stored and uploaded. This will not work with firmware versions below 0.17.0!
Telegrams with multiple layers
wMBus telegrams can have multiple headers in different layers. This can be the case if multiple devices are involved in creating the telegram, because it is read from the actual meter by an attached device that sends it out. Telegrams with multiple headers can have multiple different manufacturer codes, device types, and device IDs. These telegrams are accepted by a whitelist filter, if at least one of the values in the telegram is present in the whitelist. It will be dropped by a blacklist filter if at least one of the values from the telegram is present in the blacklist.
Manufacturer filter
Each wMBus telegram has the manufacturer of the sending meter encoded as a 3-letter code assigned by the DLMS User Association. On their site you can find the complete list of manufacturer IDs. The field in the telegram that holds this information is called M-Field.
Entries in this filter must be exactly 3 letters long. The case is ignored.
Some examples of manufacturer codes:
Code | Company |
---|---|
LOB | Lobaro GmbH, Hamburg, Germany |
DME | Diehl Metering, Ansbach, Germany |
QDS | Qundis GmbH, Erfurt, Germany |
ARD | Arad Group Ltd, Dalia, Israel |
SEN | Sensus Metering Systems, Ludwigshafen, Germany |
SON | Sontex SA, Sonceboz, Switzerland |
ITW | ITRON (Water), Issy-les-Moulineaux, France |
Device Type Filter
Each wMBus device is of a type (e.g. water meter, heat cost meter). The type is encoded as a 2-hex-digit number. The entries must be exactly 2 hex digits long, case is ignored.
Expand | ||
---|---|---|
| ||
00: "Other", |
Device Filter
Each wMBus device has an 8-digit device ID or Address. This ID is normally printed on the device. The combination of Manufacturer Code and Device ID should be globally unique. This is the most specific filter and can be used to tune the Gateway to only collect telegram from individual devices. Up to 500 devices can be listed in the filter.
Leading zeros can be omitted and are 1-8 digit long numbers. This filter also accepts 11-digit IDs for filtering Sensus-RF telegrams in X-mode.
The number of telegrams uploaded can be higher than the number of IDs in the whitelist, because some meters send out multiple different telegrams.
CI-Field Filter
The CI-Field is a 2-hex-digit number that is used to encode type and purpose of a telegram. Some meters send multiple different types of telegrams that can be identified by this field. Entries in this list must be exactly 2 hex digits long, case is ignored.
Filtering Strategies
There is no all-purpose-strategy for filtering. What is best for you will depend on your use cases.
Setting an explicit device list for each of your Gateways will lead to the most efficient use of battery and bandwidth. But it comes with huge administrative overload, as each Gateway will need an individually composed list. When new meters are installed, the list must also be updated.
For bigger role-outs it might be easier to work with device type filters. If you are only interested in water meters, a typFilter
set to "06,07,15,16,17"
might be a sufficient setting for your bridges; it will filter out any head cost meters and smoke detectors. Unintentionally received water meters can simply be ignored in the backend. A combination of typFilter
and mFilter
will often reduce the number of unwanted telegrams sufficiently.
Individual tuning can be done by initially installing a Gateway with no filters configured. After the first uploads, the wanted telegrams can be identified in the backend, and filters can then be created and sent to the Gateway way remote configuration downlink.
Starting with firmware version 0.17.0 it is also possible to put meters on a blacklist. If the Gateway uploads telegrams that you do not want, you can put each unwanted meter on the device blacklist via remote configuration.
Filter fine tuning using maxTelegrams
The reception time the Gateway for collecting wMBus telegrams can be minimised by a combination of filters and maxTelegrams
. If maxTelegrams
is set to a number different than 0, the Gateway will stop collection and start uploading as soon as that many telegrams are in the store. Set the the IDs of all wanted Meters in devFilter
and set maxTelegrams
to the number of telegrams you expect. Be aware, that some devices will send out multiple different telegrams. Set maxTelegrams
accordingly.
Filtering Müller Funk (U-mode)
U-Mode is a special listening mode of the Gateway, that collects proprietary telegrams from meters by Müller-electronic GmbH. Only the devFilter
will be used on U-mode telegrams, the other filters will be ignored. Device IDs for Müller Funk have the same format as in wMBus: 8 digits. When U-mode is used on a device that also uses C/T-mode or S-mode, put the IDs for both modes in the devFilter
list. The IDs in the list will be used for both modes.
Anchor | ||||
---|---|---|---|---|
|
Filtering Sensus RF (X-mode)
X-mode is a special listening mode of the Gateway, that collects proprietary telegrams from meters by Sensus/Xylim. Only the devFilter
will be used on X-mode telegrams. The IDs used for Sensus-RF meters are 11 digit long and written on the meter in a format with dashes, like this: 1010-012-4411
. To use the device filter for X-mode, add the meter IDs to the list in devFilter
without the dashes. Sensus-RF IDs must be entered using exactly 11 digits, e.g. 10100124411
.
If the a single device uses X-mode together with any other mode (C/T, S, U), the devFilter
is used for both. Any ID that has 11 digits will be used for X-mode only. IDs with 1-8 digits will be used for all the other modes, but not for X-mode. If there are only 11-digit IDs in devFilter
, it will be blank (= no device filter) for modes C/T, S, and U. If there are only 1-to-8-digit IDs in devFilter
, it will be blank (= no device filter) for X-mode.
Lobaro Platform
Wireless M-BUS data can be viewed and further processed, e.g. using MQTT, HTTP-Push or the REST interface, in the Lobaro IoT platform. It can also be connected with various available LoRaWAN network servers or used directly using cellular IoT, e.g. NB-IoT or LTE-M.
When using NB-IoT or LTE-M for data upload it is currently mandatory. This requirement is explained in the Lobaro IoT Platform FAQ.
The SaaS instance is available at platform.lobaro.com. It's free for testing purposes.
LoRaWAN
The Gateway can use LoRaWAN als Uplink technology for wMbus Telegrams. It is not a LoRaWAN Gateway, thus other LoRaWAN Devices can not be received.
Limitations in LoRaWAN vs. NB-IoT / LTE-M
- LoRaWAN Uplinks and Downlinks are limited to 52-222 Bytes depending on the Spreading Factor (Connection Quality).
- Uplink with wMbus Telegrams might be split over multiple LoRaWAN Messages
- Downlinks with big configuration values (e.g. long whitelist) must be split over multiple Downlinks which might be difficult to implement.
- Limited mount of Metatada:
- Smaller Gateway Status Telegram (see below).
- Raw Telegram with optional RSSI and Timestamp of the Telegram depending on the Payload Format.
Uplink Payload formats
After collecting wireless M-Bus telegrams over the air, the Bridge starts uploading data via LoRaWAN. There exist two data formats that are transmitted over different LoRaWAN ports. As LoRaWAN can only transmit very short messages, the message formats contain only data bytes. The meaning of a byte is determined by its position within a message. The following describes the package formats used by the wireless M-Bus Bridge.
M-Bus telegrams can be longer as the maximal size of a LoRaWAN-Message. For this cases, the Bridge needs to split a telegram into multiple pieces and upload it using multiple LoRaWAN-Messages. There are two different methods this is done, according by the Payload Format you set in the Bridge's configuration.
Payload Format 0
is focused on easy reassembly of the pieces. The parts are encoded by port numbers and the data can just be concatenated together. Payload Formats 1
and 2
add additional information to the telegram. They focus on putting as much of a telegram in a single LoRaWAN-Message as possible with respecting the current Spreading Factor.
Port | PayloadFormat | Message |
---|---|---|
1 | any | Status message |
2 | any | Optional if SCD41 environmental sensor is installed |
3 | any | Optional if BME280 environmental sensor is installed |
11-99 | 0 | Default PayloadFormat. Part of split telegrams is encoded in Port (e.g. Port 24 = Telegram 2 of 4). |
101 | 1 | Data Message with timestamp and without RSSI. Part of split telegrams is encoded in payload. |
102 | 2 | Data Message with timestamp and with RSSI. Part of split telegrams is encoded in payload. |
Status Packet (Port 1)
Port 1 - In order to provide some information about the health & connectivity state of the device itself, the device sends a status update at a daily basis. The status packet is sent on the first upload phase after activation of the device (after reboot) and then repeatedly in every upload phase that takes place a day or longer after the previous status packet. It has a length of 7 or 8 bytes. The battery voltages and ambient temperature are encodes as 16 bit integer using little endian encoding.
name | type | bytes | description | example |
---|---|---|---|---|
version | uint8[3] | 0-2 | Version of the firmware running on the device | 1, 5, 1 ≡ v1.5.1 |
v_bat | uint16 | 3-4 | Battery voltage in mV | 2947 ≡ 2.947V |
temp | int16 | 5-6 | Temperature measured inside the device in 1/10 °C | 246 ≡ 24.6°C |
flags | int8 | 7 | Bit 7 (e.g. 0x01) = No wMbus Telegram received (added in v2.5.0) | 0x01 |
Environment Data (Port 2)
Port 2- Data from optionally installed SCD41 addon sensor. Uses BigEndian Encoding.
Addon data only on LOB-GW-HYB-WMBUS and LOB-GW-SUN-WMBUS possible
name | type | bytes | description | example |
---|---|---|---|---|
flag | uint8 | 0 | Error flag | 0 ≡ no error |
temp | uint32 | 1-4 | m°C | 10456≡ 10,456 °C |
humidity | uint32 | 5-8 | mRH | 30000 ≡ 30% RH |
CO2 | uint16 | 9-10 | ppm | 400 = 400 ppm |
Environment Data (Port 3)
Port 3 - Data from optionally installed BME280 addon sensor. Uses BigEndian Encoding.
Addon data only on LOB-GW-HYB-WMBUS and LOB-GW-SUN-WMBUS possible
name | type | bytes | description | example |
---|---|---|---|---|
flag | uint8 | 0 | Error flag | 0 ≡ no error |
temp | uint32 | 1-4 | m°C | 10456≡ 10,456 °C |
humidity | uint32 | 5-8 | mrH | 30123 ≡ 30,123 % rH |
pressure | uint32 | 9-12 | Pa | 101537 ≡ 101537 Pa ≡ 1015,37 hPa ≡ 1,01537 Bar |
Note | ||
---|---|---|
| ||
The temperature sensor is not present anymore on dedicated V2 hardware, instead 0xffff will be returned. |
We provide a JavaScript reference implementation of a decoder for this status packet on GitHub, which can be used directly for decoding in The Things Network.
Data Packet (Port 11-99, PayloadFormat 0) - Default
After each wMBUS collecting phase, all saved telegrams (up to 500 can be stored) will be uploaded via LoRaWAN uplink messages as fast as possible. The received wMBUS telegrams that did pass the configured white list filters will be uploaded without any modification in one or more LoRaWAN messages. If a wMBUS telegram is bigger than the bridge configuration parameter loraMaxMsgSize the transmission will be done using multiple LoRaWAN messages. This parameter is limited to ≤ 50 bytes due to LoRaWANs maximum payload size restrictions. In case of telegram splitting is needed the receiving backend application server as to reassemble the original wMBUS telegram before decryption & parsing of the meter data. This is done by simply joining the messages together in the order of receive. The LoRaWAN port encodes identifies a LoRaWAN fragment of the original wireless M-Bus telegram. This way partial messages can be identified using the LoRaWAN Port:
10 < LoRaWAN Port < 100 ≡ (Part Number | Total Parts)
Gaps in the LoRaWAN Frame Counter are giving a hint for missing telegram parts which can happen in LoRaWAN since it's a ALOHA based protocol, e.g. collisions and some packet losses are accepted by principle of operation. In case the backend noticed a missing packet the wMBUS telegram can't be assembled anymore as described before.
Info | ||
---|---|---|
| ||
Examples
Examples (with loraMaxMsgSize
= 50):
A 48 Byte wMBUS telegram will be send on LoRaWAN port 11. Port 11 says it is the first message of only one message (no splitting).
A 75 byte wMBUS telegram will be send in two messages on LoRaWAN ports 12 and 22. Port 12 means this part one of a wMBUS telegram that got splitted into two LoRaWAN messages. Port 22 means that this data is the 2nd part of the original wMBUS data. Both parts have to been concatenated in the order of receive by the backend.
A 101 byte wMBUS telegram will be send in three messages on LoRaWAN ports 13, 23 and 33. Port 13 means this part one of a wMBUS telegram that got splitted into three LoRaWAN messages. Port 23 means that this data is the 2nd part of the original wMBUS data. Port 33 means that this data is the 3rd part of the original wMBUS data. All three parts have to been concatenated in the order of receive by the backend.
Data Packet without RSSI (Port 101, PayloadFormat 1)
When using Payload Format 1, collected telegrams are uploaded on a single Port: 101. For each telegram there will be added the timestamp of reception. The first byte of messages on Port 101 encodes splitting of messages as follows.
Splitting
Every Uplink on Port 101 is prefixed with a single byte, where the least significant Bit indicates if that Uplink is the first part of a message, and the second least significant Bit indicates if that Uplink is the last part or a message. So there are 4 different possible values for the first Byte of an Uplink on Port 101:
Value | Meaning |
---|---|
| This Uplink is both first and final part of a message. So the remaining Bytes in this Uplink contain the whole message. |
| This Uplink is the last but not the first part of a message. There has been at least one Uplink before this one, that contained data that needs to be prepended to the current Uplink in order to get the full Message |
| This Uplink is the first but not the last part of a message. There follows at least one Uplink that contains more data to be appended to the current's data in order to get the full message. |
| This Uplink is neither first nor last part of a message. There has been at least one Uplink before this one that contains more data of the current Message, and there follows at least one more Uplink with data for this Message. |
So each message sent on Port 101, whether it is contained in a single Uplink or spread over multiple ones, starts with an Uplink where the least significant Bit of the first Byte is set. Each Message ends with an Uplink where the second least significant Bit of the first Byte is set. In cases where the Message fits in a single Uplink, that Uplink is both first and last Uplink, and therefore both Bits are set.
The combination of those two Bits and the Frame Counter of the Uplinks makes it possible to upload Messages of any length while allowing the receiving side to now exactly, if a Message has been transferred completely, or if part of it is missing (when there are Frame Counter values missing).
The Bridge puts as many Bytes in each Uplink as possible for the current Spreading Factor, even if the Spreading Factor changes between Uplinks because of ADR.
When the data of all Uplinks that are part of a single Message are appended in order of reception (after removing the first Byte of each Uplink), you get the payload Data of a full message.
Payload (Format 1)
The Payload Data after reassembly of the split parts consists of a 5 Byte Timestamp, that marks the point in time the Bridge did receive that telegram, followed by the Data of the Telegram. The Timestamp follows the convention of all our 40bit-Timestamps; you can find the details under Timestamp in our LoRaWAN Background Information.
Examples
For easier understanding, the wMBus-Telegram in the examples will always be 0102030405060708090a0b0c0d0e0f
.
Panel | ||
---|---|---|
| ||
|
Panel | ||
---|---|---|
| ||
|
Panel | ||
---|---|---|
| ||
|
Panel | ||
---|---|---|
| ||
|
Data Packet with RSSI (Port 102, PayloadFormat 2)
Upload Format 2 works like Upload Format 1, with the same logic for splitting messages, but uploads are sent on Port 102. The Payload consists of a 5 Byte Timestamp marking the time of reception, followed by a uint_8
that holds the (negated) RSSI value for that reception, followed by the Data of the Telegram.
Examples
Panel |
---|
|
Upload Speed / Duration
The bridge has to work in compliance with the European SRD 868 1% duty-cycle regulations. This implies as a rule of thumb the device can upload at most wMBUS telegrams via LoRaWAN for 36 seconds every hour.
The actual transmit time ('ToA: time on air') for each LoRaWAN message depends on the byte size and the used LoRa spreading factor (SF) which defines how redundant LoRa data is send. This means a device with good connectivity and consequently using LoRa SF7 (ToA ≤ 0,050s) can upload much faster more data than a node using LoRa SF11 (ToA ≥ 1s) due to a hard to reach LoRaWAN gateway. The bridge will upload in conformity with the regulations automatically as fast as possible. When it has to wait it enters a low power sleep mode until the next transmission is possible again. The next data collection phase will be started only after completion of the previous upload phase in respect to the configured listenCron
parameter. Because of this it is advisable to define the cron parameter with an estimation of the upload duration in mind. This will avoid unexpected 'skipping' of data collection phases.
Downlinks
Port | Message |
---|---|
128 | Remote Confiuration |
132 | wMbus Bridge Commands |
Remote Configuration (Port 128)
Update of Configuration parameters is documented in our LoRaWAN downlink messages documentation.
Supported downlink messages:
Char | Command | Parameter | Hex | Version required |
---|---|---|---|---|
| Request firmware and version | None | 3F | |
| Get config parameter value |
| 67 | |
| Reset config parameter value |
| 72 | |
| Set config parameter value |
| 73 | |
S | Set config parameter value + Save and reboot |
| 53 | ??? |
| Append to config parameter value |
| 61 | |
| Reboot device without saving | None | 62 | |
| Save config and reboot device | None | 77 |
<name> is the ASCII encoded name of the parameter
<value> is the ASCII encoded value
Special Commands (Port 132)
Port | Action | FW Version | Payload (ASCII) | Payload (Hex) | Payload Base64 |
---|---|---|---|---|---|
132 | Ad-hoc readout | > 2.4.0 |
|
|
|
Ad-hoc readout
A downlink that triggers an Ad hoc readout, independent of CRON triggers. The Ad-hoc readout is using the same parameters (filters and listening duration) as a CRON triggered readout.
Decoding wMBUS telegrams
After receiving the raw wireless M-Bus telegrams from your LoRaWAN network provider the actual metering data has to be decrypted and decoded by a backend service for further processing. The details of this are described in the EN 13757 norm and the newer OMS specification, which is a clarification of the original underlying norm.
A universal wireless M-Bus decoder is a relatively complicated piece of software if you start implementing it from scratch since the norm covers many different use cases, units, meter types and data formats. If you know in advance the exact telegram format of the deployed meters in your setup a hard coded data decoding may be a feasible approach. This is because wireless M-Bus devices often send the same telegram format in every transmission. Please contact the manufacturer of your meters for the needed telegram format details.
An an alternative to support a quick evaluation of our hardware Lobaro offers a easy to use webservice which is designed to decode all sorts of wMBUS input data including decryption if the correct key has been provided. You can access the decoder service for free during testing. The API can be licensed for production usages.
Tip | ||
---|---|---|
| ||
Warning | ||
---|---|---|
| ||
Since wireless MBUS is a complex and grown specification some meters may fail to decode correctly. We try to fix any decoding issues as quickly as possible if you report us problems with your specific wMBUS device. |
Example Parser
TTN / Chirpstack / Lobaro Platform (see wrapper functions)
Code Block | ||||
---|---|---|---|---|
| ||||
function readVersion(bytes, i) {
if (bytes.length < 3) {
return null;
}
return "v" + bytes[i] + "." + bytes[i + 1] + "." + bytes[i + 2];
}
function parse_sint16(bytes, idx) {
bytes = bytes.slice(idx || 0);
var t = bytes[0] << 8 | bytes[1] << 0;
if( (t & 1<<15) > 0){ // temp is negative (16bit 2's complement)
t = ((~t)& 0xffff)+1; // invert 16bits & add 1 => now positive value
t=t*-1;
}
return t;
}
function Decoder(bytes, port) {
// Decode an uplink message from a buffer
// (array) of bytes to an object of fields.
var decoded = {};
if (port === 9) {
decoded.devStatus = bytes[0];
decoded.devID = bytes[1] | bytes[2] << 8 | bytes[3] << 16 | bytes[4] << 24;
decoded.dif = bytes[5];
decoded.vif = bytes[6];
decoded.data0 = bytes[7];
decoded.data1 = bytes[8];
decoded.data2 = bytes[9];
}
// example decoder for status packet by lobaro
if (port === 1 && bytes.length == 9) { // status packet - old
decoded.FirmwareVersion = String.fromCharCode.apply(null, bytes.slice(0, 5)); // byte 0-4
decoded.Vbat = (bytes[5] | bytes[6] << 8) / 1000.0; // byte 6-7 (originally in mV)
decoded.Temp = parse_sint16(bytes,7) / 10.0; // byte 8-9 (originally in 10th degree C)
decoded.msg = "Firmware Version: v" + decoded.FirmwareVersion + " Battery: " + decoded.Vbat + "V Temperature: " + decoded.Temp + "°C";
} else if (port === 1 && bytes.length >= 7) {
decoded.FirmwareVersion = readVersion(bytes, 0); // byte 0-2
decoded.Vbat = (bytes[3] | bytes[4] << 8) / 1000.0; // originally in mV
decoded.Temp = parse_sint16(bytes,5) / 10.0; // byte 8-9 (originally in 10th degree C)
decoded.msg = "Firmware Version: " + decoded.FirmwareVersion + " Battery: " + decoded.Vbat + "V Temperature: " + decoded.Temp + "°C";
if (bytes.length == 8) { // added in v2.5.0
decoded.Flags = bytes[7];
}
}
return decoded;
}
// Wrapper for Lobaro Platform
function Parse(input) {
// Decode an incoming message to an object of fields.
var b = bytes(atob(input.data));
var decoded = Decoder(b, input.fPort);
return decoded;
}
// Wrapper for Loraserver / ChirpStack
function Decode(fPort, bytes) {
return Decoder(bytes, fPort);
}
// Wrapper for Digimondo niota.io
// Uncomment only when used in niota!
/*
module.exports = function (payload, meta) {
const port = meta.lora.fport;
const buf = Buffer.from(payload, 'hex');
return Decoder(buf, port);
}*/ | ||||
Markdown | ||||
| ||||
# Changelog
`app-nrf9160-wmbus` – Lobaro wireless M-Bus Gateway Firmware
This changelog's format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 0.14.1 - 2022-05-23
### Changed
- Increase system stack size by 2k
- Remove unnecessary blocking mutexes during connection try statistics logging
- Add 2nd retry on internal modem mode changes (AT+CFUN)
- Start in flight mode for MFW < 1.3.0 (again)
- Count repeated dial-ups with unproven parameters as additional try (`device.conTries` property in platform)
### Fixed
- Turn off blue LED after connection attempts again under all circumstances
- Exclusively use out of band modem notifications as single decision source if connected or not. Could have false
positives before leading to aborted upload cycles.
## 0.14.0 - 2022-05-16
### Changed
- Remove graceful system resets after two consecutive failed LTE dial-ups during single activation introduced
in `0.13.6` release. Instead, relay on `LostReboot` and handle this condition like any other communication error.
Nevertheless, no more than two LTE connection attempts per activation will be tried to avoid excessive battery drain and support
accurate battery lifetime predictions.
- Initial exponential join retry interval maxes out at one day, was 8h before.
- LTE connection monitor status does not reset failed connection attempt counter on next successful
dial-up anymore. Change related naming status monitor `conFails` to `conFailsSinceRst`.
- Adjust status metrics naming: `connectionFails` to `uploadFailures` and `connectionOutcome` to `uploadOutcome`.
- Remove unnecessary upload try of second / final status upload if telegram upload has failed before.
- Save sticky connection statistics also during join attempts
- Remove upload of empty data uplink, when do telegrams could be received, as that information is now
communicated by a status uplink in that situation.
### Fixed
- Don't lose the telegram that previously failed when catching up (partly) failed wMBus uploads during following
status uploads.
- Possible instant reboot during initial join procedure under certain failure sequence.
- Respect `LostReboot` also during initial join attempts.
- Really remove no more needed graceful system resets after 5 unsuccessful consecutive LTE dial-ups from modem.
## 0.13.12 - 2022-05-13
### Changed
- Change "Network-Loss-Detection" for LTE to behave like for LoRaWAN: if no uplink
confirmation is received by the device from the platform for more days than the
value of config Parameter `LostReboot`, the device reboots itself to attempt and fix the
connection by starting from scratch. A value of `0` for `LostReboot` disables
this feature. The prior behavior (reboot after 5 unsuccessful consecutive connection
attempts) has been removed, as it could not be directly changed by configuration and
was dependent on the frequency with which the device is collecting telegrams.
### Fixed
- LTE: on uplink failure, also look for broken mobile provider connection if using
plain CoAP (was only doing this when CoAP over DTLS was used).
## 0.13.11 - 2022-05-12
### Added
- In LTE-status uplink report the number of times the device failed to reach the platform
when trying to connect (since its last reboot) as `connectionFails`, as well as
outcome of previous connection attempt as `connectionOutcome`.
- Add number of times the device "woke up" from sleep since boot in LTE-status uplink as
`activation`.
### Changed
- Alter network loss detection for LTE: Do not reboot after second status upload fail (still reboot after 5 upload fails).
### Fixed
- Fix deduplication of telegrams for new `uMode` (Müller Funk).
- LTE: Do not try to upload status message, when DTLS-handshake failed.
## 0.13.10 - 2022-05-06
### Fixed
- Fix order of reading SIM, logging SIM information, and triggering reboot with missing SIM.
## 0.13.9 - 2022-05-05
### Changed
- Increase proven dial-up timeout from 60s to 90s to enhance dial-up robustness after
experience from field-testing.
## 0.13.8 - 2022-05-04
### Changed
- Change default config value for `host` from `coaps://platform.lobaro.com` to
`coaps://platform.lobaro.com,coap://platform.lobaro.com`, to enable fallback to
non secure connection (not using DTLS) by default. Non secure communications may be blocked per device in Lobaro platform
if needed to enforce secure DTLS.
- Set dial-up timeout with unproven connection parameters to 240 seconds - was 180 seconds before.
- Set dial-up timeout with proven connection parameters to 60 seconds - was 180 seconds before.
- When dial-up with proven connection parameters fails, drop them and try again immediately - once per activation.
## 0.13.7 - 2022-05-03
### Fixed
- Improve disconnect detection for MFW < 1.3.0
## 0.13.6 - not released
### Changed
- When trying to reconnect to platform on connection loss, also check if connection to
mobile provider is broken and try to reconnect, if needed.
- Perform reconnection on failed fetch during firmware update, instead of just retrying.
- Reduce LTE-connection timeout to 3 minutes.
- Sync clock with time provided by mobile network, if possible, only fallback to
platform sync, if former fails.
### Fixed
- Handle if both `UseLtem=true` and `UseNbiot=true` with MFW < 1.3.0: Now using NB-IoT only in this case.
- Confirm temp config/new firmware from remote before any downlinks are handled (as those downlinks
might cause a reboot and would hence reverse the update).
- Handle downlinks after each individual uplink during LTE-Join procedure, so that no downlinks
will be dropped if one of multiple queued downlinks causes a reboot.
- Don't try joining platform if connection to mobile provider already failed.
## 0.13.5 - not released
### Changed
- Increase internal state machines stack to avoid OOM.
- Turn off modem also for MWF1.2.x during startup.
- Increase waiting sockets efficiency in modem glue.
### Fixed
- Fix Status Cron.
## 0.13.4 - pre-release - 2022-04-29
### Changed
- Add second status message after uploading of telegrams.
- Retry DNS lookup once per listed DNS server.
- Retry DTLS handshake on failure (Handshake can fail due to long flight time).
- Remove status information from `device` uplink message (will follow in `status` message anyway and don't belong to device info).
- When DTLS-session breaks during uploading (e.g. because the server restarts), the device
tries to establish a new session (perform new DTLS-handshake). If that handshake fails
(3 tries), the uplink has failed. For each uplink message, this process can happen once.
- Add low-pass filter to voltage values uploaded to platform (to get a more realistic
development of battery voltage change).
- Skip initial collection of telegrams after reboot caused by config change or
firmware update (unless device was interrupted during uploading by change/update).
- Port Nordic OS-Layer to Lobaro OS.
### Fixed
- Respect port specified for host if hostname is used instead of IP (did overwrite with
default port for protocol).
## 0.13.3 - pre-release - 2022-04-26
### Fixed
- Counter Datagram split when using DTLS with Modem FW < 1.3.1.
- Fix memory corruption introduced in 0.13.2.
## 0.13.2 - pre-release - 2022-04-25
### Changed
- Reduce transmission overhead (save data volume and battery life).
- Adjust CoAP timeouts to better suit NB-IoT conditions.
- Remove diagnostic data ("monitor" string and other values) from telegram upload message.
- Add "monitor" string to status message (warning: "monitor" string is subject to change and might disappear in future).
- Upgrade nordic BSD-Lib to 1.4.1.
### Fixed
- Fix some memory issues from 0.13.1
- Fix id filter parsing from 0.13.0
## 0.13.1 - pre-release - 2022-04-21
### Added
- Support for reception of u-Link (Müller Funk) as `uMode`.
- New Config Parameter `umodeDurSec` for u-Link (Müller Funk)
### Fixed
- Fix addressing of optional external ram used for storage of large numbers of telegrams.
## 0.13.0 - pre-release - 2022-03-29
### Added
- Support for DTLS secured connections to Lobaro platform.
- Use device's certificate to authenticate/authorise device in platform when using CoAP over DTLS.
- Use Lobaro Root CA Certificate in device to authenticate/authorise Lobaro platform when using CoAP over DTLS.
- Output Root CA Certificate and Device Certificate to UART-log on booting.
- Create device certificate on booting, if it is missing or found to be broken.
- Upload used Band in status message over LTE.
- Log IMSI and ICCID in params during boot (is SIM present).
- Log CI-Field and Hop Count of received telegrams.
- Log complete wMBus telegram if verbose logging is enabled.
### Changed
- Config Parameter `Host` now supports specifying protocol, e.g. `coaps://platform.lobaro.com`.
- Reuse successfully used Operator/Band connection on subsequent connection buildups to speed
up connecting (only if no explicit values are set by config).
- Increase LTE connection timeout from 2 minutes to 5 minutes.
- Remove power on wMBus receive test.
- Filter configuration is now verified on boot and invalid entries are treated as configuration error
(they used to be silently ignored).
- For device filter configuration, leading zeros of wMBus device IDs can be omitted.
- Hard fail on boot when no valid DevEUI / device address is present in device.
- Reduce logging output of telegram store unless verbose logging is activated.
- Change default values of configuration parameters `Operator` and `Band` to be empty.
### Fixed
- Initial CoAP connection to platform now fails if device does not exist or another error
occurs.
- Roll back firmware update, if platform cannot be reached with temporary firmware (same as with temporary config).
## 0.12.0 - 2022-02-16
### Added
- (altphy releases only) Support for using alternative OMS Phys (on different frequencies).
- (altphy releases only, hw3 only) Support for using addon for 433 MHz frequencies, special releases only.
## 0.11.10 - 2022-03-10
### Fixed
- Fix a hard fault that happened after LoRaWAN join.
## 0.11.9 - 2022-02-07
### Fixed
- (solar only) Fix behaviour on low power situation.
## 0.11.8 - 2022-01-31
### Fixed
- Fix reading of testing firmware name (fixes self test `factory`).
## 0.11.7 - 2022-01-28
### Fixed
- (solar and hw3) Fix a situation that could lead to increased power consumption during sleep.
## 0.11.6
### Changed
- (solar only) Add parameters `requiredVoltage` and `restVoltage` for adjusting
charging / discharging.
## 0.11.5
### Changed
- (solar only) Adjust voltage limit levels, remove parameter `requiredVoltage`.
## 0.11.4
### Added
- Initial support for Solar Gateway variant.
- (solar only) Skip operation below critical voltage, skip status messages on even lower voltage.
- (solar only) New config value `requiredVoltage` for controlling operation on low charge.
- (solar only) New value `voltageSkip` in status message, communicating
skipped operations due to low voltage.
- (solar only) Send status message during daytime, not during nighttime.
- (solar only) Interrupt running data upload when voltage drops too low.
- (solar only) Wait for required voltage after boot before starting work.
## 0.11.3 - 2022-01-10
### Changed
- Verify secure firmware is of sufficient version on boot.
### Added
- Upload used host entry in status message (for verification if DNS is working as intended).
- Upload device's certificate on bootup (temporary message, might be removed at any time in future releases).
### Fixed
- Delay confirmation of firmware update until backend has been connected / OTAA join is completed.
## 0.11.2 - 2022-01-04
### Changed
- Reduce program size (no functional changes).
## 0.11.1 - 2022-01-03
### Changed
- Default Configuration now uses LoRaWAN 1.0 exclusively (was LoRaWAN 1.1 with fallback to 1.0).
### Fixed
- Fix some issues with LoRaWAN that could prevent Device from working when configured to use LoRaWAN.
## 0.11.0 - 2021-12-23
### Changed
- Switch to use new Hash Store for saving wMBus telegrams (faster, no hard limit on number of telegrams).
- Allow use of external RAM for wMBus store.
- Handling of telegram filters sped up significantly.
### Added
- New config parameter `ExtRam` for making firmware use optionally soldered external SRAM.
- New config parameter `verbose` for activating more logging messages (reduces device's efficiency).
## 0.10.1 - 2021-12-06
### Added
- Upload of usage statistics with every status message.
## 0.10.0 - pre-release 2021-12-03
### Added
- Add DNS support for platform configuration.
- Multiple values for `Host` (fallback options).
- DNS-Server configuration (parameter `DNS`).
- Extend "Lost Reboot" feature to restart after 24h+ network loss.
- For GW v3: New parameter `externalAntenna`
- Use stored factory test result in boot up testing (written by provisioning firmware).
### Changed
- Remove parameter `Port` (now part of `Host`)
- "Lost Reboot" feature now also triggers if mobile network is unreachable.
## 0.9.4 - 2021-11-05
### Changed
- Adjust wMBus parameters to better receive som DME meters.
## 0.9.3 - 2021-11-04
### Fixed
- Fix a rare crash in wmbus-Stack
## 0.9.2 - 2021-10-19
### Added
- Support new format for device parameters in log.
- Support for new board nrf9160-sx-gw2 (GW V3).
### Dependencies
- Boot Firmware >=1.7.1
- Modem Firmware >=1.1.0
## 0.9.1 - 2021-10-07
### Fixed
- Fix a bug where receiving many long telegrams could lead to an assert.
### Changed
- Reduce CoAP log to speed up upload.
## 0.9.0 - 2021-09-14
### Added
- Implement new low voltage protection: reboot on consistent low voltage during normal operations. On boot: turn off device completely when voltage is too low (multiple measurements taken).
- Critical voltage: 2.7V
- Introduce new filter for CI-Field in wMBus-Telegrams.
### Changed
- Update boot Firmware to 1.7.0
- Update integrated mcuBoot Firmware to 1.3.0 (supports older versions)
### Dependencies
- Boot Firmware >=1.7.0
- Modem Firmware >=1.1.0
## 0.8.8 - 2021-07-29
### Fixed
- Reactivate UDP config (was falsely deactivated in recent release).
### Dependencies
- Boot Firmware >=1.6.0
- Modem Firmware >=1.1.0
## 0.8.7 - 2021-06-08
### Fixed
- Fix a memory problem introduced in 0.8.6.
## 0.8.6 - 2021-05-12
### Changed
- Use inner ID and Type for Telegrams with CI 0x72 (repeaters)
- Update nrf9160 HAL
## 0.8.5 - 2021-04-26
### Changed
- Internal changes on how band lock is executed.
## 0.8.4 - 2021-03-26 (unreleased)
### Changed
- Internal changes on how band lock is executed.
## 0.8.0 - 2021-02-25 (prerelease)
### Added
- Full support for LoRaWAN as in dedicated lorawan wmbus bridge. Device can run
in two different modes: `lte` to connect either via NB-IoT or LTE-M, `lorawan`
to connect via LoRaWAN.
- New Config Parameter `WAN` with values `lte` and `lorawan` to change between modes.
- New Config Parameters for LoRaWAN: `OTAA`, `DevEUI`, `JoinEUI`, `AppKey`,
`NwkKey`, `TimeSync`, `RndDelay`, `LostReboot`, `PayloadFormat`.
- `time` information in LTE Status Message.
### Fixed
- Filter list for Sensus-RF now supports IDs with prefixes other than `10`.
### Changed
- Sensus-RF IDs for Filter list must now be given full as 11 digits (without dashes `-`).
### Removed
- Drop support for Hardware Revision HW1.
## 0.7.2 - 2021-01-27
### Added
- Support for Xylem Sensus RF Bubbel Up Telegrams (X-Mode)
- New Config Parameter: `xmodeDurSec`
### Changed
- Config Parameter `devFilter` now also accepts Sensus RF Meter IDs (9 or 11 digits, no dashes.
First two digits of ID are optional and will be ignored).
- Add value `mode` to telegram upload indicating mode used during reception. Values: `C`, `T`, `S`, `X`
- Add value `type` to telegram upload indicating telegram's type. Values: `A`, `B`, `X`
## 0.7.1 - unreleased
### Added
- Include diagnostic information about time syncing.
## 0.7.0 - 2021-01-14
### Changed
- Only support Bands 8 and 20.
### Added
- New config parameter `PIN` to support SIM cards that require a PIN (no support for entering PUK).
- Support for LoRaWAN as alternative upload technology on HW revision 2 (OTAA only) -- activated on special request only!.
## 0.6.10 - 2020-12-17
### Fixed
- Fix filtering of telegrams by manufacturer ID for telegrams that use a non
globally unique address (highest bit in M-Field set to 1).
## 0.6.9 - 2020-10-27
### Added
- Include new information in status message: `collected` indicates if telegrams have just been
collected on this activation, `telegrams` says how many telegrams have been collected on last
collection, `uploading` indicates how many telegrams will be uploaded following this status
message (this helps in diagnosing connection lost during upload of telegrams and continuation
of transmission on next status upload).
### Changed
- Set default config value for `listenCron` to `0 0 12 * * *` to have a value that does not drain
your battery too but gives you the ability to queue a downlink for the current day during your
office hours. Also collecting during day, because some meters do not send during night hours.
- When uploading telegrams, always send status message first as well.
### Fixed
- Fix a bug that prevented the reception of certain wMBus-Telegrams C-Mode Class-A
(valid telegrams of a certain length where falsely rejected as having an invalid CRC).
- Fix an issue triggered by certain unusual bytes in the air that could lead to temporary problems
on wMBus reception (that could result in receivable telegrams not being received).
- Continuation of failed uploads on next status activation was losing the telegram that failed
to upload. Now it will be retransmitted.
## 0.6.8 - 2020-09-25
### Fixed
- Fix handling of Type B Telegrams.
## 0.6.7 - 2020-09-17
### Changed
- Failed data uploads will be retried to upload along with status messages. There
will be no new collection for this; telegrams are only collected on data cron (and
after boot). On upload failure, collected data is kept until it is uploaded during
status or until data cron activates again (if there is still pending data from
last activation, that is dropped).
### Fixed
- Also evaluate server requests after Status Message only uploads.
## 0.6.6 - 2020-09-09
### Changed
- Enhance timing on handling of incoming wMBus telegrams, so we are less likely to miss any.
## 0.6.5 - 2020-09-08
### Added
- Support CoAP blockwise to enable up-/downloading huge device configs.
- Human readable logging of CoAP options
### Changed
- Evaluate downlink after every uplink during telegram upload.
- Only output printable chars in log during CoAP communication
## 0.6.4 - 2020-08-27
### Changed
- Increased size for CoAP buffer to enable upload of config in max size.
## 0.6.1 - 2020-08-25
### Added
- Evaluate downlinks on bootup (after all initial uplinks are sent).
## 0.6.0 - 2020-08-24
### Added
- Daily status uplink to CoAP backend, independent of configuration.
- Initial status uplink to CoAP backend after boot, before initial collection.
- Parsable meta information like connection quality etc (CBOR).
### Fixed
- Validate all config values before operation starts (cron was missing in validation)
## 0.5.6 - 2020-07-14
### Changed
- Revert too restrict 3of6 decoding size check
- Use task notification again in virq for more efficiency since it did not affect HF problem
## 0.5.5 - 2020-07-13
### Changed
- Use Newlib allocator for freeRTOS
- Set stack and heap sizes in cmake file of app
- Use queue for sx1272 irq to task synchronisation instead of task notifications before
## 0.5.4 - 2020-07-08
### Changed
- Start lobcom frame counter at 1, not at 0
- Remove diagnostic logs, change version number for release.
## 0.5.3 - 2020-07-07
### Added
- Support new dedicated hardware HW2
- Reboot when losing connection to network (in case modem is stuck)
- Add optional upload per raw UDP (without coap) to alternate address
### Changed
- Support only LTE-M/NB-IoT in firmware as supported by current hardware
- Increase config size, up to 175 device IDs
- Disable modem on initial wMBus collection to enhance reception quality
## 0.4.0 - 2020-05-15
### Added
- Start changelog.
### Fixed
- Make Firmware work with nrf-Board 1.4 (fix power on logic for module).
### Changed
- Removed learning mode.
|