Skip to main content

TPX-IoT-Flow 1.8.X

1.8.0

Release Goals

This major release is mainly a technical upgrade.
The framework and SDK have been upgraded, and the application now uses Java 17.
We have worked to fix all critical and high CVEs, improved internal mechanisms, reworked the code for optimization, and enhanced monitoring.

A new message counter named "Lost uplinks" has been introduced to track uplinks intentionally skipped due to a filter or an exclusion rule.


Processors

Chirpstack V4 format

In the Output Stream Processors panel of your connection, you can now automatically transform Actility uplinks into the Chirpstack V4 uplink format.

img
img

Example of a generated Chirpstack V4 uplink:

{
"devEUI": "JOEkclwSEEA=",
"fPort": 85,
"deviceName": "Milesight - AM103",
"fCnt": 11527,
"adr": true,
"applicationName": "msight:am100-series:1",
"rxInfo": [
{
"rssi": -50,
"loRaSNR": 9.5,
"rfChain": 1,
"gatewayID": "EAAxsw==",
"time": "2025-08-14T08:38:40.821Z"
},
{
"rssi": -105,
"loRaSNR": 8.75,
"rfChain": 0,
"gatewayID": "EAAJqQ=="
},
{
"rssi": -72,
"loRaSNR": 8.25,
"rfChain": 0,
"gatewayID": "EAAANQ=="
}
],
"data": "AXUmA2fuAARodQd9jwI=",
"objectJSON": "{\"battery\":38,\"temperature\":23.8,\"humidity\":58.5,\"co2\":655}",
"txInfo": {
"frequency": 867700000,
"modulation": "LORA",
"loRaModulationInfo": {
"spreadingFactor": 7
}
}
}

Connectors

In the Advanced settings panel of each connection, you can now choose to disable automatic payload decoding.
By default, decoding remains enabled.

img


New Features Released

JIRA TicketDescription
TXIF-2293Major framework and SDK upgrade.
TXIF-2993Migration to Java 17.
TXIF-3389Fix for all critical and major CVEs.
TXIF-2294New processor – Chirpstack V4.
TXIF-3084Azure Event-Hub Connector – Support for TLS 1.3.
TXIF-2798Cumulocity Connector – Support for custom CA certificates.
TXIF-2924All Connectors – DriverEnabled option to disable uplink decoding (enabled by default).

Major Bugs Resolved

JIRA TicketDescription
TXIF-3104Azure IoT-Central Connector – Support for multiple hubs.
TXIF-3364Fixed downlink failure counter issue when a downlink failed via REST API.
TXIF-3239Modbus connectors – Dashes in DeviceEUI are now automatically removed.
TXIF-2635Thingworx connectors – Internal cache synchronized when a Thing is removed on the Thingworx side.