imbeacon
81e3eb62d5
Improvement for stopping in case of first connection failed
2024-05-29 08:58:04 +03:00
imbeacon
27f5852388
Replaced time with monotonic in OPCUA async to avoid issues with timezones
2024-05-28 08:47:44 +03:00
imbeacon
6de5868c9c
Added ability to request client attributes in MQTT connector, using parameter "scope" in configuration or in the incoming message from device. Expected values - "shared" and "client"
2024-05-28 08:34:29 +03:00
imbeacon
5a2ac46189
Improved usage of conflicting env variable on Windows
2024-05-28 08:06:47 +03:00
imbeacon
c84c1767b3
Removed conflicting env variables (username and password)
2024-05-28 07:53:27 +03:00
samson0v
8bc323e3ea
Fixes
2024-05-27 15:58:09 +03:00
samson0v
eec4f3b2ad
Added node browser name format support for OPC-UA
2024-05-27 15:34:08 +03:00
imbeacon
5e64f36d0b
For release
2024-05-14 15:52:14 +03:00
samson0v
d01defe02d
Added log message on connection refused to TB
2024-05-14 15:42:18 +03:00
samson0v
affad5db2d
Fixed device connector name updating
2024-05-14 14:51:15 +03:00
Vitalii Bidochka
e32aac914e
Fixed remote configs handle blocking ( #1399 )
...
* Fixed remote configs handle blocking
2024-05-14 14:21:21 +03:00
imbeacon
48874ec0d0
Changed device update
2024-05-14 12:16:22 +03:00
samson0v
9056bf9a1c
Added errors count resetting every 60 sec
2024-05-14 08:33:45 +03:00
samson0v
c4acd3aa2f
Added device connector name updating when connector name changed
2024-05-13 12:38:38 +03:00
samson0v
00c0724bc4
Added MessageSecurityMode param for OPC-UA Async
2024-05-13 08:33:08 +03:00
samson0v
f6f5b910c8
Fixed stopping gateway modbus slave thread
2024-05-10 14:07:43 +03:00
Vitalii Bidochka
3e33810f92
Merge branch 'thingsboard:master' into master
2024-05-09 15:16:36 +03:00
samson0v
883ed79e82
Fixed getting connector id/name from remote config
2024-05-09 15:16:17 +03:00
samson0v
b212d0933c
Fixed BLE connector stopping
2024-05-09 14:02:12 +03:00
samson0v
9659a167ac
Fixed BLE connector stopping
2024-05-09 13:53:46 +03:00
samson0v
ccf54197eb
Fixed sending remote logging level
2024-05-02 14:41:25 +03:00
samson0v
2ea3235a82
Fixed handling active connectors
2024-05-01 16:22:20 +03:00
imbeacon
783c7e1efe
Refactoring
2024-04-29 12:38:24 +03:00
imbeacon
90d10a718c
Added wait for stop for connectors
2024-04-29 12:12:38 +03:00
imbeacon
8e0c15576a
Added connector renaming handling
2024-04-29 10:56:46 +03:00
samson0v
10f251c3ad
Fixed getting connector id
2024-04-26 11:20:21 +03:00
imbeacon
03c5a8fd6c
Merge branch 'proper_version' of github.com:engix-ltd/thingsboard-gateway into engix-ltd-proper_version
2024-04-25 12:05:55 +03:00
samson0v
da5bed99fb
Deleted sending default connectors config feature
2024-04-22 16:34:08 +03:00
samson0v
0fc675bea6
Fixed creating logs handler files
2024-04-22 12:08:38 +03:00
samson0v
7c3f553485
Added enableRemoteLogging param for connectors
2024-04-17 16:03:07 +03:00
imbeacon
48c9426bb4
Added handling for ssl error in connection to avoid stucking and have ability to reconnect after it
2024-04-17 10:29:52 +03:00
samson0v
3fd9821bca
Fixed sending device details
2024-04-11 12:57:54 +03:00
Illia Barkov
8cce9fce67
Merge pull request #1327 from zwoabier/master
...
Fix issue 1316 and 1326
2024-04-10 09:52:35 +03:00
samson0v
51901664ff
Added try/except block
2024-04-09 14:42:55 +03:00
samson0v
bac8e737fa
Fixed logger init
2024-04-09 14:12:20 +03:00
samson0v
4766def534
Added tests for mqtt backward compatibility adapter
2024-04-02 15:28:48 +03:00
samson0v
4597580f5c
Fixed mqtt connector
2024-04-02 12:00:59 +03:00
samson0v
7e86349019
Fixed mqtt json uplink converter
2024-04-02 11:59:12 +03:00
Vitalii Bidochka
67e2a10cdc
Merge branch 'thingsboard:master' into master
2024-04-02 11:56:14 +03:00
imbeacon
d1cff077e2
Updated libraries
2024-04-01 11:50:14 +03:00
samson0v
6793bf377f
Updated MQTT connector (new config format)
2024-03-29 16:47:19 +02:00
samson0v
8986a5f99f
Fixed OPC-UA connector type resolving
2024-03-22 11:58:21 +02:00
samson0v
54f9832e03
Added missed getter for connector ID
2024-03-22 10:59:57 +02:00
Illia Barkov
b38112d53d
Merge pull request #1349 from lgw666/master
...
Fix
2024-03-22 10:56:03 +02:00
samson0v
56c361ccd4
Added warning for OPC-UA Connector
2024-03-22 10:47:05 +02:00
samson0v
da2356867b
Added sleep for 1 sec if connection failed for OPC-UA AsyncOI
2024-03-22 10:40:30 +02:00
LGW666
70719adeb0
### fix
...
- Address the issue where the 'class' attribute of connectors within the 'connectors' section of the file tb_gateway.json is inadvertently removed upon starting the gateway
2024-03-22 16:38:56 +08:00
samson0v
f8aef3e525
Replaced OPC-UA as deprecated connector with OPC-UA AsyncIO
2024-03-22 10:24:14 +02:00
LGW666
a57e5e35bc
### fix
...
- Address the issue where the 'class' attribute of connectors within the 'connectors' section of the file tb_gateway.json is inadvertently removed upon starting the gateway
2024-03-22 16:21:01 +08:00
imbeacon
9d42c4178c
Merge remote-tracking branch 'origin/master'
2024-03-21 11:45:55 +02:00