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

1319 Commits

Author SHA1 Message Date
samson0v
81718e3102 Deleted redundant method in tb_gateway_service 2022-01-26 10:11:02 +02:00
Illia Barkov
0965b9c43b Merge pull request #711 from samson0v/master
Fixed path resolving for Modbus Compability Adapter
2022-01-25 14:42:12 +02:00
samson0v
e6c007fe7e Fixed path resolving for Modbus Compability Adapter 2022-01-25 14:36:14 +02:00
Illia Barkov
9fe55df2e4 Merge pull request #710 from samson0v/master
Fixed reconnection error for BLE Device
2022-01-25 13:29:23 +02:00
samson0v
556e399a1c Fixed error handling for BLE connector 2022-01-25 12:14:14 +02:00
samson0v
36f821a5cd Fixed reconnection error for BLE Device 2022-01-25 11:21:30 +02:00
samson0v
6fb012fe75 Fixed twisted import error 2022-01-25 10:41:43 +02:00
Illia Barkov
0de0cd9149 Create README.md 2022-01-24 12:15:22 +02:00
Illia Barkov
286c3add08 Merge pull request #705 from samson0v/master
Fixed providing credentials on reconnect for OPC-UA
2022-01-20 10:52:33 +02:00
samson0v
7b4c92bc29 Fixed providing credentials on reconnect 2022-01-20 10:50:00 +02:00
zbeacon
eb4e71fa69 Fix for #692 2022-01-20 09:05:22 +02:00
Illia Barkov
64a0fa6d5c Merge pull request #704 from samson0v/master
Added reconnecting functionality for BLE Device
2022-01-20 08:53:01 +02:00
samson0v
5369062c62 Added waitAfterConnectRetries for BLE config file 2022-01-19 16:37:45 +02:00
samson0v
c4b341fdeb Added connectRetryInSeconds for BLE config file 2022-01-19 15:26:49 +02:00
samson0v
e7a720bb4b Added connectRetry to BLE config file 2022-01-19 12:08:36 +02:00
samson0v
46296c1eb5 Added reconnecting functionality for BLE Device 2022-01-19 11:23:13 +02:00
zbeacon
b4c9274c3b Added error handler 2022-01-18 14:32:39 +02:00
zbeacon
ef06f1acb3 Merge branch 'master' of https://github.com/thingsboard/thingsboard-gateway 2022-01-18 14:19:12 +02:00
zbeacon
5d66511b84 Fix for Status not found error 2022-01-18 14:19:00 +02:00
Illia Barkov
9006a3b9bc Merge pull request #703 from samson0v/master
Fixed processing slave's attributeUpdates
2022-01-18 12:02:17 +02:00
samson0v
24bb49df78 Renamed __process_rpc_request function for Modbus Connector 2022-01-18 11:56:46 +02:00
samson0v
3dbd495af5 Fixed processing slave's attributeUpdates 2022-01-18 11:56:46 +02:00
zbeacon
5b6f4ee4b7 Refactoring for cache 2022-01-17 08:34:53 +02:00
zbeacon
af968fee9d Set grpc to not required in code 2022-01-17 08:28:10 +02:00
zbeacon
b49b2df871 Updated import 2022-01-17 08:10:26 +02:00
zbeacon
1e7502c8b2 Added dependeny to cachetools 2022-01-17 08:09:21 +02:00
Illia Barkov
1ef4e2c277 Merge pull request #699 from ysimonx/patch-1
Update for performance improvement when mapping OPCUA nodes
2022-01-17 08:08:26 +02:00
ysimonx
a4bba63823 Update for performance improvement when mapping nodes
based on https://github.com/thingsboard/thingsboard-gateway/issues/698
when I start tb-gateway, with only 15 mapping elements on a remote opcua server, it takes 3 minutes before being ready
the get_node_path is done several times, is slow, is called many times for the same node : let's cache it

with this improvement, on my computer, instead of 3 minutes, the tb gateway is ready in 30 secondes
2022-01-14 22:46:03 +01:00
Illia Barkov
ea3139c961 Merge pull request #697 from samson0v/master
Fixed BLE Process Data thread generating
2022-01-14 14:32:53 +02:00
samson0v
0a73a1c0d2 Fixed BLE Process Data thread generating 2022-01-14 14:03:33 +02:00
Illia Barkov
f4f8a00495 Merge pull request #694 from samson0v/master
Added Socket Connector
2022-01-14 14:01:40 +02:00
samson0v
dda691e110 Added encoding to Socket config file 2022-01-13 14:07:37 +02:00
samson0v
5dc80247ca Added Socket Connector 2022-01-12 16:04:07 +02:00
Illia Barkov
c284dcf64b Update help_wanted.md 2022-01-11 12:23:40 +02:00
Illia Barkov
5595c47295 Merge pull request #693 from samson0v/master
Fixed modbus slave address error
2022-01-11 12:01:15 +02:00
samson0v
70d2fe2662 Fixed modbus config 2022-01-11 11:57:38 +02:00
samson0v
cf9f2b0c1e Fixed modbus slave address error 2022-01-11 11:56:13 +02:00
zbeacon
f9dc19796f Merge branch 'master' of https://github.com/thingsboard/thingsboard-gateway 2022-01-10 14:04:50 +02:00
zbeacon
2bccddea1d Updated copyright 2022-01-10 14:04:34 +02:00
zbeacon
ac0bcaf26e Merge branch 'master' of https://github.com/thingsboard/thingsboard-gateway into release/3.0.1 2022-01-10 13:54:21 +02:00
zbeacon
46b06e7d55 Updated for grpc 2022-01-10 13:28:30 +02:00
zbeacon
47794e31e7 Returned installation as a module 3.0.1 2022-01-10 10:07:36 +02:00
zbeacon
943b368e59 For release, fix for docker image 2022-01-10 08:52:18 +02:00
Illia Barkov
1d1b1fc245 Merge pull request #681 from ysimonx/patch-1
issue with __search_attribute_update_variables
2022-01-06 10:24:43 +02:00
ysimonx
a7e4945b5d issue with __search_attribute_update_variables
please take a look at

https://github.com/thingsboard/thingsboard-gateway/issues/680
2022-01-06 00:24:52 +01:00
zbeacon
f535369864 Updated requirements list, updated configurable parameter "handleDeviceRenaming" 2022-01-05 19:42:13 +02:00
Illia Barkov
246c6c9595 Merge pull request #677 from ysimonx/patch-1
typo error
3.0
2022-01-05 08:55:07 +02:00
ysimonx
ecb51cdded typo error
''2022-01-05 00:12:55' - ERROR - tb_gateway_service - 1007 - '>' not supported between instances of 'list' and 'int''
Traceback (most recent call last):
  File "/Users/ysimonx/Developpement/tb-gateway/env/lib/python3.9/site-packages/thingsboard_gateway/gateway/tb_gateway_service.py", line 1001, in __load_persistent_devices
    if len(devices[device_name] > 2) and device_name not in self.__renamed_devices:
TypeError: '>' not supported between instances of 'list' and 'int'

) seems to be at a wrong place
2022-01-05 00:21:23 +01:00
zbeacon
3f18273a65 Changed basic version for docker image 2022-01-04 15:39:17 +02:00
zbeacon
e00d57c3aa For release 2022-01-04 14:43:23 +02:00