1
0
mirror of https://github.com/thingsboard/thingsboard-gateway synced 2025-10-26 22:31:42 +08:00
Commit Graph

1134 Commits

Author SHA1 Message Date
imbeacon
82b9a0b0c2 Merge remote-tracking branch 'origin/master' into tests-improvement 2024-02-13 16:03:43 +02:00
imbeacon
0800a26359 Small fixes 2024-02-13 16:01:43 +02:00
imbeacon
0021af2821 Refactored package installation process to avoid using --user option in virtual environment 2024-02-12 11:14:33 +02:00
imbeacon
bda8f12840 Fixed check for remote configuration 2024-02-12 10:21:19 +02:00
imbeacon
c844839afa Fixed bad check of _TBGatewayService__statistics_service #1298 2024-02-12 08:10:15 +02:00
imbeacon
2ef6cfd526 Changed shutdown for manager from it's method to exit, to avoid issues in case of manager not started 2024-02-12 08:07:21 +02:00
imbeacon
bdbf180736 Updated copyright 2024-02-12 07:37:18 +02:00
imbeacon
776c570e53 Fix for backup creating when no previous configuration found. 2024-02-09 08:54:13 +02:00
imbeacon
4629ed1b09 Updated default configuration 2024-02-09 08:25:21 +02:00
samson0v
17ee72ae48 Merge remote-tracking branch 'upstream/tests-improvement' into tests-improvement 2024-02-05 15:34:43 +02:00
imbeacon
7b98a635e8 Merge remote-tracking branch 'origin/master' into tests-improvement 2024-01-30 15:32:32 +02:00
imbeacon
fbdfe7ec98 Updated env assignment 2024-01-30 14:29:03 +02:00
imbeacon
671515682a Added additional env variables to avoid matching with default for systems, issue #1255 2024-01-30 14:25:25 +02:00
samson0v
a4d00f93f3 Added blackbox tests for Modbus RPC 2024-01-30 13:08:28 +02:00
imbeacon
c57624d566 Fix for #1267, fixed starting already started thread 2024-01-30 12:27:33 +02:00
imbeacon
308ef9a419 Fix for saved device, with not found connector by id 2024-01-30 12:26:36 +02:00
imbeacon
29658ab1da Fix for issue described in #1195 2024-01-26 14:09:37 +02:00
imbeacon
b07e2b59a5 Updated connector saving due to issue #1268 2024-01-26 13:52:32 +02:00
Illia Barkov
d0c9a18315 Merge pull request #1242 from donghbcn/master
fixbug:the rpc request in progress got replaced by the new rpc request
2024-01-26 08:58:47 +02:00
samson0v
def00d72b6 Fixed modbus downlink converter 2024-01-25 10:32:35 +02:00
samson0v
5eb7e4f7b9 Fixes 2024-01-24 11:29:54 +02:00
imbeacon
ffdc9895ea Adapted tests to batch run
changed deprecated methods for service and connectors
2024-01-23 12:54:37 +02:00
imbeacon
34d081f290 Merge remote-tracking branch 'origin/master' into tests-improvement 2024-01-19 10:51:38 +02:00
imbeacon
d34fffba78 Fix for gateway reboot command #1237 2024-01-19 10:46:43 +02:00
samson0v
c10ecedf5b Fixed modbus uplink converter 2024-01-17 14:03:59 +02:00
imbeacon
c7382f93d1 Adjusted connection method to work with ids 2024-01-12 08:53:44 +02:00
imbeacon
cace714a48 Removed rarely used types from example configuration 2024-01-12 08:50:17 +02:00
imbeacon
1a70320577 Fix for RPC after remote configuration update 2024-01-11 15:48:17 +02:00
imbeacon
5576a4115e Changed identification to use id instead of name for connectors 2024-01-10 07:22:10 +02:00
Robert Wilterdink
70c68ab171 opcua: Log warning when device node is not found for deviceNodePattern expression 2024-01-05 16:49:59 +01:00
Robert Wilterdink
ad4e01506b opcua_asyncio: Support \ in browse_name and nodeid 2024-01-05 16:48:27 +01:00
imbeacon
2158cc132c Fix for naming 2024-01-04 10:56:21 +02:00
imbeacon
59f5ce568c Device state handle improvement 2024-01-04 10:49:24 +02:00
imbeacon
96df7e424a Added check to socket connection is socket open 2024-01-04 08:27:23 +02:00
imbeacon
87644a5b70 Added additional shutdown for socket 2024-01-04 08:11:05 +02:00
imbeacon
9f981b4b28 Socket connection close improvement 2024-01-03 15:52:52 +02:00
samson0v
aa7f8319b1 Implemented reusing Socket connector address 2024-01-03 15:27:28 +02:00
samson0v
e0cf1b26bc Implemented reusing Socket connector address 2024-01-03 15:24:41 +02:00
samson0v
2cf1aa9154 Fixed argument type for run_app in REST Connector 2024-01-03 15:22:19 +02:00
imbeacon
f93c50dcfe Fix for not updated slave configuration during remote configuration update 2024-01-03 14:42:46 +02:00
imbeacon
b431d41a86 Changed initialization check, added extra logging 2024-01-03 10:51:27 +02:00
imbeacon
8e0b6d3639 Merge remote-tracking branch 'origin' 2024-01-02 14:40:05 +02:00
imbeacon
8fa83bbd38 Fix for default port in REST connector and one way RPC response 2024-01-02 14:37:34 +02:00
Robert Wilterdink
489e1bb4c7 opcua: Removed unnecessary code 2023-12-29 13:23:10 +01:00
Robert Wilterdink
8f67463efd opcua: Fixes inconsistencies in _check_path implementation 2023-12-28 12:19:12 +01:00
Robert Wilterdink
433501d821 Fixes issues with computing "information" based on path (a.o. fullmatch having a re.error bad escape) 2023-12-27 16:26:03 +01:00
samson0v
1db9274340 Fixed FTP RPCs processing 2023-12-12 12:22:25 +02:00
samson0v
1b8a92e5b5 Fixed FTP RPCs processing 2023-12-12 12:17:34 +02:00
samson0v
8b669db85d Fixed REST Connector stopping 2023-12-11 15:30:12 +02:00
Illia Barkov
3b4d3f480d Merge pull request #1251 from samy4sam/Include-sub-variables
Include sub variables
2023-12-07 17:44:30 +02:00