Skip to content

Releases: thingsboard/thingsboard-gateway

ThingsBoard IoT gateway

01 Nov 07:02
Compare
Choose a tag to compare

Gateway:

  • Fixed reconnection Gateway to ThingsBoard bug
  • Added minPackSendDelayMS to config file
  • Fixed certificate loading
  • Fixed remote logging feature
  • Fix for RPC calls to connectors. Thanks @mjbernet3

MQTT Connector:

  • Added JSONPath parsing to RPC valueExpression config section
  • Added attributeRequests config section
  • Added retain flag for attributeUpdates, attributeRequests
  • Added opportunity to combine values in attributes, telemetry and serverSideRpc config sections

Modbus Connector:

Added configuration parameters:

  • retries - Count of retries if polling was failed (default 3)
  • retryOnError - Retry to get data if server returns an error (default true)
  • retryOnInvalid - Retry to get data if server returns invalid data (default true)

REST Connector:

  • Added SSL Support
  • Added JSONPath parsing to RPC valueExpression config section
  • Added opportunity to combine values in attributes, telemetry and serverSideRpc config sections

BACNet Connector:

  • General improvements

Request Connector:

  • General improvements
  • Added JSONPath parsing to RPC valueExpression config section
  • Added opportunity to combine values in attributes, telemetry and serverSideRpc config sections

ODBC Connector:

  • Bugs fixed (adding timestamp to telemetry)

FTP Connector:

  • Added opportunity to combine values in attributes, telemetry config section for JSON files

ThingsBoard IoT gateway

30 Sep 09:55
Compare
Choose a tag to compare

Minor release of ThingsBoard IoT gateway.
This release contains:

  1. Fix for checking message size to send to ThingsBoard. Added parameter "maxPayloadSizebytes" for messages from the gateway to ThingsBoard, default value is 4096 bytes.
  2. Added new storage type - SQLite.
  3. Fixes for minor bugs in connectors.
  4. Added multi-threading processing in connectors.
  5. Minimal version of Python changed to 3.7

ThingsBoard IoT gateway

13 Aug 09:26
Compare
Choose a tag to compare

ThingsBoard IoT gateway minor release contains:

  • FTP connector - allows to connect to FTP servers, find files by paths and process data from them.

Includes fixes and improvements for:

  • MQTT connector;
  • Modbus Connector;
  • Gateway service fixes and improvements;

ThingsBoard IoT gateway

22 Mar 10:59
Compare
Choose a tag to compare

ThingsBoard IoT gateway minor release, includes fixes and improvements for:

  • MQTT connector;
  • Modbus Connector;
  • Request Connector;
  • ODBC Connector;
  • TB Gateway service fixes and improvements;

ThingsBoard IoT gateway

07 Dec 07:51
Compare
Choose a tag to compare

Minor release of ThingsBoard IoT gateway.

Contains fixes and improvements.

Additional hotfix for #432 .

ThingsBoard IoT gateway

20 Nov 12:38
Compare
Choose a tag to compare

Minor release.
Contains fixes for Modbus Connector, BACnet connector and improvements for the gateway service.

ThingsBoard IoT gateway

22 Oct 10:50
Compare
Choose a tag to compare

Minor release of ThingsBoard IoT Gateway.

Contains fixes.

ThingsBoard IoT gateway

14 Sep 11:08
Compare
Choose a tag to compare

ThingsBoard IoT gateway minor release, includes fixes and improvements for:

  • MQTT connector;
  • Modbus Connector;
  • OPC-UA connector (Thanks @joerg555);
  • TB updater fixes;
  • TB Gateway service fixes and improvements;

Additional features:

  • If no connectors in connectors section in tb_gateway.yaml file - the gateway automatically turns on remote configuration and you are able to configure it from Gateways dashboard on ThingsBoard.
  • qos parameter in general configuration (Quality of service for connection between the gateway and ThingsBoard instance, supported values - at most once 0 or at least once 1)

ThingsBoard IoT gateway

20 Jul 09:34
Compare
Choose a tag to compare

Main features

  • [SNMP Connector] Add ability to get information from SNMP manager.
  • [Remote shell] Add ability to get access to the device shell from ThingsBoard UI.

Additional features:

  • Optimized dependencies.

Bug fixes:

  • Fix for RPC
  • Fix for REST Connector
  • Fix for Modbus Connector
  • Some minor fixes.

ThingsBoard IoT gateway

02 Jul 13:00
Compare
Choose a tag to compare

Additional features:

  • [BLE Connector] Added address type configuration parameter #334

Bug fixes:

  • Fix for RPC calls after auto-reconnect to ThingsBoard
  • Fix for auto-reconnect to MQTT broker
  • Fix #320
  • Fix for #318
  • Fix for Docker image
  • Fix for package generation script