Skip to content

ThingsBoard IoT gateway

Compare
Choose a tag to compare
@imbeacon imbeacon released this 05 Jan 07:00
246c6c9

Major release of ThingsBoard IoT gateway.

In this release:

Features:

  • [Service] GRPC API - ThingsBoard IoT gateway will start GRPC server and listen for client connections, clients can work as a connectors. Using this feature you can create your own connectors on any programming language.
  • [Modbus Connector] Refactored Modbus Connector. Added ability to use it as a Modbus slave and Modbus master device. Improved downlink converter.
  • [Service] Added ability to handle device removing/renaming on Thingsboard (Works with ThingsBoard 3.3.3 or above).
  • [OPC-UA Connector] Added service RPC methods get and set for nodes on OPC-UA server.
  • [BLE Connector] Remastered. Changed library for connecting and processing.
  • [SQLite Storage] Improvements and added additional configuration parameters.
  • [Configuration wizard] Added additional configuration parameters.

Fixes:

  • [Service] Fix for reconnecting on sending big message.
  • [Service] Fixed high CPU usage by connectors.
  • [Service] Changed logic for persistent device saving, to keep device type.
  • [REST Connector] Fixed aiohttp loop error.