Skip to content

ThingsBoard IoT Gateway

Compare
Choose a tag to compare
@imbeacon imbeacon released this 04 Mar 12:11

Minor release of ThingsBoard IoT gateway.

This release contains:

Improvements:

  1. General service improvements for remote configuration and general performance.
  2. Added rate limits, they are required to avoid issues with online ThingsBoard servers. In case of using the gateway with ThingsBoard on premise installation - rate limits can be changed using TB_GW_RATE_LIMITS environment variable. You can set the value for this variable to 1000:1; 60000:60 (Number before ":" - amount of the messages, Number after ":" - time in seconds), if you are using rate limits on ThingsBoard. Otherwise you can set the value of TB_GW_RATE_LIMITS to 10000:1. Rate limits will be received automatically in future releases

Fixes:

  1. Modbus connector fixes
  2. OPC-UA connector fixes
  3. MQTT connector fixes
  4. General service fixes

List of PRs:

Full Changelog: 3.4.4...3.4.5