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

2414 Commits

Author SHA1 Message Date
imbeacon
b89c4b97e2 Fix for unintialized gateway main loop messages processing 2024-08-17 20:09:05 +03:00
imbeacon
33b8ca2b56 Changed configuration conversion, fix for opcua canncelled error handling (removed disconnection if connector is not stopped), minor fixes in logger 2024-08-17 16:02:55 +03:00
imbeacon
267128d3d7 Added conversion for scan period 2024-08-17 13:39:54 +03:00
imbeacon
2f79b611f0 Added session timeout for OCPUA client 2024-08-17 12:38:34 +03:00
imbeacon
983d5704cc Reduced sleeping and refactored max payload size processing configuration parameter, hardcoded for now to be 1MB 2024-08-16 18:13:14 +03:00
imbeacon
4ed867e8b1 Fix for loosing mapping array 2024-08-16 18:10:43 +03:00
imbeacon
58fbf711f0 Fix for asyncua library installation at runtime 2024-08-16 14:18:27 +03:00
samson0v
ef8acad527 Updated default values in tb_gateway.json 2024-08-16 10:56:44 +03:00
samson0v
05dfc5bed5 Added pollPeriodInMillis parameter, renamed scanPeriodInSec parameter, optimized polling and scanning methods calling 2024-08-16 10:19:25 +03:00
imbeacon
d61788dbb4 Changed polling delay logic 2024-08-15 17:26:12 +03:00
imbeacon
3a476292f8 Hardcoded queue parameters 2024-08-15 17:09:09 +03:00
samson0v
ca4b0aeed9 Fixed BadNothingToDo error 2024-08-15 14:19:12 +03:00
samson0v
27772d2767 Fixed list data converting 2024-08-15 13:45:50 +03:00
samson0v
1442a2ae87 Added error handling 2024-08-15 13:14:57 +03:00
samson0v
ed0fe1ea7d Added additional log 2024-08-15 11:38:41 +03:00
samson0v
84a6d029ac Added processing primitive types 2024-08-15 10:55:06 +03:00
Vitalii Bidochka
1d2db9452e Merge branch 'master' into connectors/opcua/high-load 2024-08-15 10:41:39 +03:00
samson0v
7ccf44517d Fixed attribute error 2024-08-15 10:40:11 +03:00
samson0v
db7cc12c71 Fixed passing arguments 2024-08-15 10:30:37 +03:00
Illia Barkov
917860e8e7 Merge pull request #1503 from smatvienko-tb/docker-python12-and-cleanup
docker python12 and cleanup
2024-08-15 10:23:06 +03:00
Sergey Matvienko
fe972e4c06 docker python12 and cleanup 2024-08-15 09:19:17 +02:00
samson0v
4f8b1f404c Adjusted batch reading, changed method of reading to get correct processing of non primitive types 2024-08-15 10:09:27 +03:00
Illia Barkov
896bf26a87 Merge pull request #1499 from ashdam/Ensure-sessions-release
OPC-UA release sessions when close
2024-08-15 09:24:18 +03:00
Illia Barkov
23c3fc4e49 Merge pull request #1502 from smatvienko-tb/connectors/opcua/high-load
build docker script added. requirement for asyncua added
2024-08-15 08:50:37 +03:00
Sergey Matvienko
9d18a0ae40 build docker script added. requirement for asyncua added 2024-08-15 07:48:39 +02:00
imbeacon
2fd84ed319 Adjusted non-primitive parsing 2024-08-15 08:41:27 +03:00
imbeacon
91cb991993 Fix for getting connector configuration from main configuration file 2024-08-15 07:20:55 +03:00
imbeacon
e9683a0a74 Added handling for non primitive types 2024-08-14 17:35:48 +03:00
Vitalii Bidochka
ef3ce44c1d Merge pull request #1500 from samson0v/connectors/opcua/optimization
Refactored OPC-UA connector
2024-08-14 15:30:01 +03:00
samson0v
7d433cd4e5 Refactored OPC-UA connector 2024-08-14 15:28:55 +03:00
Ashdam
0ebf0e2349 * Added samson0v tweaks 2024-08-14 14:00:30 +02:00
Ashdam
fd9a7676d5 * Ensure client disconnects and therefore the session when closing connector 2024-08-14 08:48:46 +02:00
Illia Barkov
30e55579e4 Merge pull request #1492 from samson0v/master
Fixed coils writing
2024-08-09 10:04:10 +03:00
samson0v
6621fa6827 Fixed coils writing 2024-08-09 09:43:02 +03:00
Illia Barkov
bf8eb9036f Merge pull request #1491 from samson0v/master
Fixed coils writing
2024-08-09 09:26:39 +03:00
samson0v
95c7b63340 Fixed coils writing 2024-08-09 09:25:50 +03:00
Illia Barkov
cbd683b077 Merge pull request #1490 from samson0v/master
Added new finding place for sendDataOnlyOnChange parameter
2024-08-08 15:40:05 +03:00
samson0v
c78c039a8f Added new finding place for sendDataOnlyOnChange parameter 2024-08-08 15:39:06 +03:00
Illia Barkov
13e0a41f5e Merge pull request #1487 from samson0v/master
Fixed error handling for OPC-UA connector
2024-08-07 10:46:09 +03:00
samson0v
cbe453bde8 Fixed error handling for OPC-UA connector 2024-08-07 10:44:48 +03:00
imbeacon
2030c90ae9 Updated values converstion for special datatypes 2024-08-06 11:32:49 +03:00
imbeacon
ce6471de76 Moved cryptography installation for docker 2024-08-05 15:49:25 +03:00
imbeacon
191b4ce1bc Optimized docker image size 2024-08-05 15:46:09 +03:00
imbeacon
79ced2b6a1 Added tb client init variable 2024-08-05 12:49:43 +03:00
imbeacon
32b96087e7 Disabled force enabling remote configuration if the gateway is not connected to TB 2024-08-05 11:38:37 +03:00
imbeacon
68cda02455 Fixed connection check in tests 2024-08-05 11:04:25 +03:00
imbeacon
544fcc199d Added waiting for connection to logs handler before sending logs batch to SDK client 2024-08-05 08:38:04 +03:00
imbeacon
ff7f11550c Moved connectors start before connection to TB 2024-08-05 08:33:16 +03:00
imbeacon
b370c5492c Changed active connectors handle update logic and removed sending for converted config to server 2024-08-02 15:15:51 +03:00
imbeacon
57c20e8cbf Fix for remote logging in OPC-UA 2024-08-02 11:48:08 +03:00