imbeacon
|
8771260276
|
Fix for initial connection to TB if TB is down on start
|
2024-07-12 09:15:27 +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
|
f75981c615
|
For release
|
2024-06-18 14:48:32 +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 |
|
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
|
b795476799
|
Updated example of custom mqtt converter to match new configuration structure
|
2024-06-14 10:00:08 +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 |
|
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 |
|
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 |
|
samson0v
|
d7ba7b1e1f
|
Deleted deprecated OPC-UA connector and made OPC-UA async default connector
|
2024-06-03 09:44:31 +03:00 |
|
samson0v
|
b83d08f80a
|
Fixed errors resetting
|
2024-06-03 09:19:38 +03:00 |
|
imbeacon
|
56a9a7b6a8
|
Added creation for directories in SQLite storage if they are not exist
|
2024-06-03 08:36:10 +03:00 |
|
imbeacon
|
c70e2a45cd
|
Fix for #1411, thanks @YuanqZh
|
2024-05-30 11:39:44 +03:00 |
|
Vitalii Bidochka
|
91d16d7679
|
Merge branch 'thingsboard:master' into tests-improvement-pr
|
2024-05-29 10:45:07 +03:00 |
|
imbeacon
|
1bfaece135
|
Updated init
|
2024-05-29 10:44:25 +03:00 |
|
samson0v
|
c7ac0c3ad9
|
Merge remote-tracking branch 'upstream/master' into tests-improvement-pr
# Conflicts:
# tests/blackbox/connectors/modbus/test_modbus_attributes_updates.py
# tests/test_utils/gateway_device_util.py
# thingsboard_gateway/connectors/opcua_asyncio/opcua_connector.py
# thingsboard_gateway/gateway/tb_gateway_service.py
|
2024-05-29 09:56:34 +03:00 |
|
imbeacon
|
6bce24f5ff
|
Merge branch 'master' of github.com:thingsboard/thingsboard-gateway
|
2024-05-29 09:50:23 +03:00 |
|
imbeacon
|
d2ed04e8bc
|
Moved variables initialization to the beggining of gateway init, refactoring
|
2024-05-29 09:50:10 +03:00 |
|
Vitalii Bidochka
|
10f62b8f1a
|
Merge branch 'thingsboard:master' into master
|
2024-05-29 09:31:50 +03:00 |
|
samson0v
|
dfe0724d11
|
Fixed getting device type in OPC-UA connector
|
2024-05-29 09:31:35 +03:00 |
|
imbeacon
|
b4c9ce06f3
|
Improvement to avoid issues with timezones
|
2024-05-29 08:58:51 +03:00 |
|