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

2361 Commits

Author SHA1 Message Date
imbeacon
2994c64865 Added saving for updated connector 2024-07-31 14:07:50 +03:00
imbeacon
f8f7b4e917 Changed QoS for current connector configuration send 2024-07-31 13:04:26 +03:00
imbeacon
fa183a0002 Refactored backward compatibility adapter for MQTT and Modbus connectors 2024-07-31 11:08:09 +03:00
imbeacon
60047039e4 Updated logger 2024-07-30 09:02:51 +03:00
imbeacon
78f82bc311 Adjusted logger to send errors count in some interval 2024-07-30 08:16:19 +03:00
Illia Barkov
99e2fc8fde Merge pull request #1472 from samson0v/issues/iotgw-314
Changed Modbus config due to new UI
2024-07-29 08:11:39 +03:00
Illia Barkov
b7178220f9 Merge pull request #1405 from samson0v/issues/iotgw-284
Updated OPC-UA Connector
2024-07-29 08:11:27 +03:00
Illia Barkov
a52bdd2021 Merge pull request #1468 from samson0v/issues/prod-3444
Added collection of additional statistics
2024-07-29 08:06:35 +03:00
Vitalii Bidochka
15ad122346 Merge branch 'thingsboard:master' into issues/iotgw-314 2024-07-23 14:00:14 +03:00
samson0v
e862c813c9 Changed Modbus config due to new UI 2024-07-23 11:09:21 +03:00
samson0v
4dbb58116e Changed default statistics sending period 2024-07-18 13:57:57 +03:00
Illia Barkov
840ddf5e97 Merge pull request #1463 from samson0v/issues/iotgw-223
Adapted RPC handling for FTP connector
2024-07-18 13:22:49 +03:00
Illia Barkov
c9df1cba44 Merge pull request #1465 from palexandridis/mqtt-buffering
MQTT connector buffering
2024-07-18 13:22:24 +03:00
samson0v
2f48e3ec26 Added collection of additional statistics 2024-07-18 13:11:37 +03:00
Petros
5d59fd29f4 Added support for clean_session and clean_start
in order to be able to receive retained messages
2024-07-17 15:51:41 +00:00
samson0v
b841980a55 Adapted RPC handling for FTP connector 2024-07-16 12:42:46 +03:00
Vitalii Bidochka
f329373918 Merge branch 'thingsboard:master' into issues/iotgw-284 2024-07-12 15:42:53 +03:00
Illia Barkov
b684e46cc2 Merge pull request #1458 from samson0v/master
Reduced general remote logs number
2024-07-12 13:03:58 +03:00
samson0v
00634b66de Reduced general remote logs number 2024-07-12 12:45:32 +03:00
Illia Barkov
07c239d77d Merge pull request #1457 from samson0v/master
Fixed device deleting method
2024-07-12 09:46:02 +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
Vitalii Bidochka
064be3a51c Merge branch 'thingsboard:master' into issues/iotgw-284 2024-07-11 10:37:51 +03:00
Illia Barkov
71dce6343e Merge pull request #1455 from samson0v/master
Fixed connectors finding
2024-07-11 09:28:44 +03:00
samson0v
33aac2944d Fixed connectors finding 2024-07-11 09:27:25 +03:00
Vitalii Bidochka
53e95b89c2 Merge branch 'thingsboard:master' into issues/iotgw-284 2024-07-08 14:16:58 +03:00
Illia Barkov
68de3a9628 Merge pull request #1452 from samson0v/master
Added handling rpc methods to connectors on the new UI
2024-07-08 13:46:54 +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
5bb8e8bded Fix for case when existing connector has no identifier 2024-07-04 10:25:26 +03:00
imbeacon
35f2cc2afa Added reconnect to OPCUA server in case if UaStatusCodeError raised 2024-07-02 15:33:07 +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
3d76d857ed Added error handling if no current event loop found in OPCUA 2024-06-27 10:36:36 +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
d5bf1e7126 Refactored logging for remote shell 2024-06-24 09:54:01 +03:00
imbeacon
5ee6ba04e6 Fix for tasks stopping during connector recreation 2024-06-24 09:53:02 +03:00
imbeacon
73971afcab Fix for bash exec format 2024-06-19 11:54:01 +03:00
imbeacon
f75981c615 For release 3.5.1 2024-06-18 14:48:32 +03:00
imbeacon
28ec563e03 Updated requirements 2024-06-18 14:46:43 +03:00
Vitalii Bidochka
1da0d85c23 Fixed stoping OPC-UA connector (#1429)
* Fixed stoping OPC-UA connector

* Fix
2024-06-18 13:28:49 +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
samson0v
b108d9b679 Updated requirements 2024-06-17 12:46:47 +03:00
imbeacon
3045d4201e Updated requirements and minor improvements 2024-06-14 15:27:15 +03:00
imbeacon
b0623b138d Minor improvements 2024-06-14 12:56:07 +03:00
samson0v
5cf3c56193 Updated service files, required for build and release 2024-06-14 10:04:44 +03:00
samson0v
b795476799 Updated example of custom mqtt converter to match new configuration structure 2024-06-14 10:00:08 +03:00