Minor release of ThingsBoard IoT Gateway.
What’s new
Features:
- KNX Connector - Initial implementation for connector, that allows you to retrieve a data and control devices connected to KNX bus.
- Shared attributes logic changed - starting from this release - on device connecting - gateway requests shared attributes for this device from the platform and send their as updates to the connected device to synchronise states between the device and platform.
This functionality is enabled by default, but can be disabled by setting attributesyncDevicesSharedAttributesOnConnect
to false inthingsboard
section of general configuration.
For this release shared attributes state synchronisation added only for Modbus connector, for other connectors - it will be implemented in future releases. - Added service GET/SET methods for SNMP and BLE connectors.
Fixes:
- Fixes for BACnet connector by @samson0v in #1650, @samson0v in #1656
- Fixed issue with logger on Windows by @tGallimberti-Kerberos in #1667
- Minor fixes in service and connectors.
New Contributors
- @tGallimberti-Kerberos made their first contribution in #1667
Full Changelog: 3.6.3...3.7.0