Skip to content

Releases: thingsboard/thingsboard-gateway

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

ThingsBoard IoT gateway

16 Jun 12:30
Compare
Choose a tag to compare

Minor release with the following improvements.

Main features:

  • [REST Connector] Added REST Connector to create your own endpoints and process the HTTP messages.

Improvements:

  • [ODBC Connector] Improvements and tests.
  • [CAN connector] Improvements and tests.
  • [TB Utility] Installation improvements.

Bug fixes:

  • [ODBC Connector] Fixes.
  • [CAN Connector] Fixes.
  • [TB Gateway Service] RPC command processing fixes.

ThingsBoard IoT gateway

21 May 04:46
Compare
Choose a tag to compare
Pre-release

Minor release with the following improvements.

Improvements:

  • [OPC-UA Connector] Minor improvements

ThingsBoard IoT gateway

19 May 12:19
Compare
Choose a tag to compare

Minor release with the following improvements.

Additional features:

  • [Auto-update notifier] Checking for new version is included in the gateway. If the new version will be available, you will know about it from logs.
  • [RPC update request] To update your gateway just send RPC requests "gateway_update" and "gateway_restart" from TB to the gateway

Improvements:

  • [MQTT Connector] Added ability to use JSON-Path Expressions as attribute/telemetry key. Found value will be used as a key on ThingsBoard.

Bug fixes:

  • [Storage] Major fix in the storage.
  • Some fixes.

ThingsBoard IoT gateway

06 May 13:33
Compare
Choose a tag to compare

Minor release with the following improvements.

Main features:

  • [ODBC Connector] Added ODBC connector, to get information from different databases using ODBC drivers.

Improvements:

  • [Modbus Connector] Refactored configuration file.

Bug fixes:

  • [Modbus Connector] Attribute Updates and RPC calls bug fixes.

ThingsBoard IoT Gateway

21 Apr 16:22
Compare
Choose a tag to compare

Minor release with the following improvements.

Main features:

  • [BACnet Connector] Adding BACnet connector (Some basic services (analogValue, binaryValue, etc.
    ));

Improvements:

  • [Modbus Connector] Added new fromat for Modbus RPC request;
  • [TB Client] Imrovements for a re-connection to the ThingsBoard;

Bug fixes:

  • [File Storage] Fix for #284 ;

ThingsBoard IoT Gateway

07 Apr 07:16
Compare
Choose a tag to compare

Minor release with the following improvements.

Improvements:

  • [Modbus Connector] Adding ability to use parameters from RPC instead of value from configuration #280;

Bug fixes:

  • [TB sevice] Fix for installation #279;

ThingsBoard IoT Gateway

03 Apr 08:58
Compare
Choose a tag to compare

Minor release with the following improvements.

Improvements:

  • [Modbus Converter] Improvements in processing data;
  • [Modbus Connector] Added more configuration parameters in the configuration file "divider", "multiplier" ;
  • [TB gateway service] Improvements in processing data speed;

Bug fixes:

  • [Modbus Connector] Fix for #271 ;
  • [Installation] Fix for #276, Thanks to @agtokty ;
  • [MQTT Connector] Improvements in MQTT Connector #275 #273 thanks to @slibutti ;

ThingsBoard IoT Gateway

30 Mar 07:33
Compare
Choose a tag to compare

Minor release with the following improvements.

Main features:

  • [CAN Connector] Adding CAN bus connector, thanks to anonymous contributor;

Improvements:

  • [Modbus Converter] Improvements in processing data;
  • [Modbus Connector] Added more configuration parameters in the configuration file to increase flexibility (parity, bytesize, stopbits, strict mode activation (Use Inter char timeout for baudrates <= 19200)) #266 ;
  • [TB Client] Imrovements in connection to the ThingsBoard;
  • [Request Connector] Added feature of processing array in response(If response is an array of objects, each element will be processed as an independent object);

Bug fixes:

  • [Modbus Connector] Fix for #266 ;
  • [Installation] Fix for #265, Thanks for investigations to @pehedima;
  • [TB Gateway Service] Fix for deadlock on telemetry uploading;