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

2334 Commits

Author SHA1 Message Date
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
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
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
imbeacon
17dbc9c75a Updated requirement for ThingsBoard client SDK 2024-06-14 09:31:12 +03:00
imbeacon
9c5187def8 Updated requirements 2024-06-12 14:21:00 +03:00
Illia Barkov
63ffd232d2 Merge pull request #1424 from samson0v/master
Fixed Socket connector data processing
2024-06-11 13:11:24 +03:00
samson0v
2dde76be1b Rollback to fullmatch 2024-06-11 13:10:53 +03:00
samson0v
386654ea80 Fixed Socket connector data processing 2024-06-11 12:55:05 +03:00
Illia Barkov
8478384534 Merge pull request #1423 from samson0v/master
Fixed SNMP data converting
2024-06-11 11:15:19 +03:00
samson0v
f3df4b5a68 Refactored SNMP uplink converter 2024-06-11 11:13:13 +03:00
samson0v
c32ac48cf3 Fixed SNMP data converting 2024-06-11 10:35:57 +03:00
imbeacon
fc17b33bef Returned reconnect on first configuration update receiving 2024-06-11 07:48:47 +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
bdfa87a745 Added handle for bad string encoding error, data will be send in HEX instead of not sending at all 2024-06-10 10:12:57 +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
89395e197b Added disconnecting device on TB in case if connection to device was lost 2024-06-06 15:10:45 +03:00
imbeacon
28f1d387d9 Added additional logging for incoming configuration update processing in case of processing failed 2024-06-06 10:36:09 +03:00
imbeacon
a186613697 Refactoring 2024-06-06 10:35:28 +03:00
imbeacon
38492a94fb Added caching for connections, to avoid several connections to the same master 2024-06-06 10:35:05 +03:00
Illia Barkov
c93866e92b Merge pull request #1420 from samson0v/issues/iotgw-290
Fixed handling logs configuration update
2024-06-03 14:24:20 +03:00
imbeacon
5f48f9b0cc Skipped flacky tests 2024-06-03 14:21:42 +03:00