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 |
|
samson0v
|
5759176d6b
|
Fixed handling logs configuration update
|
2024-06-03 13:29:13 +03:00 |
|
samson0v
|
7e06c8a767
|
Fixed TimedRotatingFileHandler
|
2024-06-03 12:47:03 +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 |
|
Illia Barkov
|
48fa3af23e
|
Merge pull request #1419 from samson0v/issues/iotgw-184
Deleted deprecated OPC-UA connector and made OPC-UA async default connector
|
2024-06-03 10:26:51 +03:00 |
|
samson0v
|
d7ba7b1e1f
|
Deleted deprecated OPC-UA connector and made OPC-UA async default connector
|
2024-06-03 09:44:31 +03:00 |
|
Illia Barkov
|
e6044fedaf
|
Merge pull request #1418 from samson0v/master
Fixed errors resetting
|
2024-06-03 09:28:46 +03:00 |
|
samson0v
|
b83d08f80a
|
Fixed errors resetting
|
2024-06-03 09:19:38 +03:00 |
|