Minor release of ThingsBoard IoT Gateway.
Improvements:
-
Remastered BACnet connector, migrated to bacpypes3 library by @samson0v in #1607
Major features, like reading/writing, works. We have tested it with YABE.
At the moment some objects readings/writings may be unstable, please try and feel free to write issues, we are going to make it stable in nearest version.
Also, we have added two new parameters to configuration:altResponsesAddresses
- for devices (on the same level with address) it may be useful in case of usage in docker, when data may arrive not from address that set as main address for device. Expected value foraltResponsesAddresses
is an array of alternative ip addresses e.g.[“172.12.1.1”]
devicesDiscoverPeriodSeconds
- in general/application section, may be useful to periodically rescan devices from devices list, default is 30 seconds.
-
Added additional information to regular statistics.
-
Environmental variables have priority over even received configuration, so it is not recommended to change credentials, after connecting the gateway, to avoid issues with connection. If you want to change credentials - you will need to update credentials in environmental variables.
Fixes:
- Fixed issue with remote logging for connectors.
- Fixes for ModBus connector - #1605, #1608
- Fixes for RPC processing.
- Other minor fixes.
Full Changelog: 3.6.1...3.6.2