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

428 Commits

Author SHA1 Message Date
imbeacon
b89c4b97e2 Fix for unintialized gateway main loop messages processing 2024-08-17 20:09:05 +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
3a476292f8 Hardcoded queue parameters 2024-08-15 17:09:09 +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
7d433cd4e5 Refactored OPC-UA connector 2024-08-14 15:28:55 +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
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
2994c64865 Added saving for updated connector 2024-07-31 14:07:50 +03:00
imbeacon
fa183a0002 Refactored backward compatibility adapter for MQTT and Modbus connectors 2024-07-31 11:08:09 +03:00
samson0v
4dbb58116e Changed default statistics sending period 2024-07-18 13:57:57 +03:00
samson0v
2f48e3ec26 Added collection of additional statistics 2024-07-18 13:11:37 +03:00
samson0v
68a4ef5928 Fixed device deleting method 2024-07-12 09:18:21 +03:00
imbeacon
95b80d59cd Merge branch 'master' of github.com:thingsboard/thingsboard-gateway 2024-07-12 09:16:05 +03:00
imbeacon
8771260276 Fix for initial connection to TB if TB is down on start 2024-07-12 09:15:27 +03:00
samson0v
ac1141240d Added handling rpc methods to connectors on the new UI 2024-07-08 12:23:30 +03:00
imbeacon
41b31667c9 Removed useless parameters in configuration file 2024-07-04 13:32:17 +03:00
imbeacon
041513efb1 Fix for bad reconnection in case of changing credentials type from mqtt basic to accessToken 2024-07-04 11:58:14 +03:00
imbeacon
0b47aa5ffc Fix for OPC-UA and asyncio processing 2024-07-02 11:58:50 +03:00
imbeacon
a981f3070c Fix for #1442 2024-07-01 08:08:00 +03:00
imbeacon
39c8784f8a Added not connected error handling 2024-06-25 08:27:40 +03:00
imbeacon
94c398d827 Refactored getting env variables and remote shell creation 2024-06-24 09:55:34 +03:00
imbeacon
893fa707f5 Added forced stop for OPCUA connector, made manager optional and fix for not saving tb_gateway json on connector configuration update 2024-06-18 09:39:26 +03:00
imbeacon
b0623b138d Minor improvements 2024-06-14 12:56:07 +03:00
imbeacon
69286b69d6 Reverted some logic for testing purposes 2024-06-11 07:46:48 +03:00
imbeacon
b199d2cf2a Adopted to new library response on error during reading/writing to device and add lock for RPC processing 2024-06-10 15:32:03 +03:00
imbeacon
09edec0582 Moved RPC to devicesprocessing to separated thread, to avoid hidden locking and refactored device connector addition 2024-06-10 14:50:20 +03:00
imbeacon
f13e4665d5 Avoid using limitation for device connection for tests 2024-06-10 12:04:48 +03:00
imbeacon
4fa3e35aa9 Added check is device connected for adding device 2024-06-10 10:39:06 +03:00
imbeacon
6d70e63874 General improvements for logging and device connection message, to avoid sending device connected messages less then each minute 2024-06-10 09:28:00 +03:00
imbeacon
d53fcc1700 Changed logging for failed sending to TB 2024-06-06 15:34:49 +03:00
imbeacon
a186613697 Refactoring 2024-06-06 10:35:28 +03:00
imbeacon
9b322b185a Fix for process deleted gateway device rpc in case of duplicate detector is disabled 2024-06-03 11:41:42 +03:00
samson0v
d7ba7b1e1f Deleted deprecated OPC-UA connector and made OPC-UA async default connector 2024-06-03 09:44:31 +03:00
imbeacon
1bfaece135 Updated init 2024-05-29 10:44:25 +03:00
imbeacon
d2ed04e8bc Moved variables initialization to the beggining of gateway init, refactoring 2024-05-29 09:50:10 +03:00
imbeacon
81e3eb62d5 Improvement for stopping in case of first connection failed 2024-05-29 08:58:04 +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
d01defe02d Added log message on connection refused to TB 2024-05-14 15:42:18 +03:00
imbeacon
48874ec0d0 Changed device update 2024-05-14 12:16:22 +03:00
samson0v
c4acd3aa2f Added device connector name updating when connector name changed 2024-05-13 12:38:38 +03:00
samson0v
2ea3235a82 Fixed handling active connectors 2024-05-01 16:22:20 +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
3fd9821bca Fixed sending device details 2024-04-11 12:57:54 +03:00
samson0v
8986a5f99f Fixed OPC-UA connector type resolving 2024-03-22 11:58:21 +02:00