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

408 Commits

Author SHA1 Message Date
imbeacon
5e4d830c1a Refactoring for main service, added check is outgoing mqtt client queue is almost full and waiting for processing new events pack 2023-05-17 12:49:42 +03:00
Illia Barkov
eaabfb8114 Merge pull request #1113 from CouncilRockProducts/fix/slow-push
Remove sleep per data point pushed
2023-05-06 20:11:02 +03:00
Drew Young
77a5df3f73 Remove sleep per data point pushed 2023-05-05 10:45:56 -04:00
imbeacon
f7eaeba07d Updated delays 2023-05-03 11:43:49 +03:00
samson0v
7b1d93959d Added synchronizing method for converters config 2023-05-03 11:03:48 +03:00
devaskim
2a4d7cef61 Fixed KeyError for some edge cases. 2023-05-03 10:08:41 +05:00
samson0v
40a4a7858d Fixed statistics sending period 2023-05-02 15:20:54 +03:00
samson0v
cc89caed09 Fixed FTP Converter 2023-05-02 13:54:21 +03:00
samson0v
0ca12e6125 Refactored Remote Configurator 2023-04-24 13:46:31 +03:00
Vitalii Bidochka
375be1ac73 Merge pull request #1100 from engix-ltd/connector_set_name_warning
Get rid of warning while setting connector name.
2023-04-17 11:29:45 +03:00
samson0v
6565d0bcc8 Fixed process_remote_converter_configuration_update method 2023-04-17 11:22:09 +03:00
samson0v
83fc6c24bd Fixed process_remote_converter_configuration_update method 2023-04-17 11:08:41 +03:00
devaskim
fe498e14f6 Get rid of warning while setting connector name. 2023-04-15 12:08:12 +05:00
samson0v
2b87e82d0b Changed Remote Configurator due to Widget Update 2023-04-14 13:32:46 +03:00
samson0v
dde57ab3b1 Added converter update request for MQTT, Modbus, OPC-UA Connectors 2023-03-30 15:47:06 +03:00
samson0v
41aa9c7d11 Added converter update from shared attr for MQTT Connector 2023-03-29 22:39:38 +03:00
samson0v
7433888cfc Added Gateway Provisioning 2023-03-28 15:44:06 +03:00
samson0v
93b77279e0 Fixed TB Gateway Service reconnect 2023-03-14 16:31:21 +02:00
samson0v
d077944422 Fixed Shell connection for Windows 2023-03-06 10:42:10 +02:00
samson0v
bc26dafa45 Fixed starting Gateway with incorrectly closed manager 2023-02-16 12:06:59 +02:00
zbeacon
d3d3956717 Fix for getting sendOnlyOnChange parameter value 2023-02-09 08:52:29 +02:00
samson0v
08a68abef7 Added entrypoint for Gateway Shell 2023-01-24 18:35:05 +02:00
Illia Barkov
584a705c2b Merge pull request #1017 from samson0v/feature/shell
Added Gateway Shell
2023-01-10 10:47:32 +02:00
samson0v
f2bbe4e353 Fixed version resolving 2023-01-05 11:19:42 +02:00
samson0v
5fdab962ff Added device filtering 2023-01-03 13:18:27 +02:00
samson0v
04d2eaf898 Fixed AutoProxy and Manager 2022-12-19 11:36:21 +02:00
Vitalii Bidochka
c4c8e6eef8 Merge branch 'thingsboard:master' into feature/shell 2022-12-19 11:35:19 +02:00
devaskim
933eb34a20 Add documentation comment. 2022-12-16 17:37:58 +05:00
devaskim
12201978fc Configuration parameter mistype 2022-12-16 17:34:44 +05:00
Vitalii Bidochka
a9dd56a64c Merge branch 'master' into feature/shell 2022-12-14 11:45:21 +02:00
samson0v
425dabaab4 Updated Shell 2022-12-14 11:37:32 +02:00
Vitalii Bidochka
903da7c66f Merge pull request #1019 from engix-ltd/ttl_for_duplicate_service
[Core] Support of TTL in duplicate filtering.
2022-12-12 12:17:50 +02:00
xunyu.wang
2f4a451078 Revert "Update tb_gateway_service.py"
This reverts commit 19de138d8c.
2022-12-11 22:13:31 +08:00
devaskim
5800c8b40f Support of TTL in duplicate filtering. 2022-12-07 19:46:19 +05:00
samson0v
733e98a1ff Added Gateway Shell 2022-12-05 14:36:55 +02:00
Vitalii Bidochka
cca2d24f90 Merge pull request #1000 from engix-ltd/duplicate_detector
[Core] Data duplicate detector feature.
2022-12-01 08:59:30 +02:00
Xunyu Wang
19de138d8c Update tb_gateway_service.py
Fix statistics threading is blocking on rasperberry pi
2022-11-26 11:39:00 +08:00
devaskim
3384ecf1d8 Support device deletion and renaming. 2022-11-25 17:28:18 +05:00
devaskim
5c42f97c8a Made changes according to review comments. 2022-11-22 14:41:48 +05:00
samson0v
c5a3ea2e73 Added parameter minEventsProcess 2022-11-21 13:16:52 +02:00
samson0v
c3fe8308b6 Added parameter minEventsProcess 2022-11-21 13:12:30 +02:00
samson0v
85caed47cf Fixed RPC for Request Connector 2022-11-21 12:32:47 +02:00
samson0v
84d00ea784 Change ERROR to WARNING in statistics service log 2022-11-18 12:00:42 +02:00
samson0v
f43e9960cf Added statistics file examples for different OS 2022-11-18 11:43:30 +02:00
devaskim
5819ba258d Data duplicate detector feature. 2022-11-17 18:28:30 +05:00
samson0v
9f18264c4c Fixed data-sending delay 2022-11-15 09:52:58 +02:00
samson0v
70750dcb10 Added cert config params to tb_gateway.yaml 2022-10-24 11:44:46 +03:00
Illia Barkov
3dc3d0ef3f Merge pull request #938 from samson0v/connectors/ocpp
Added OCPP Connector
2022-10-17 11:18:39 +03:00
devaskim
13a53f5fae Fixed out of range exception. 2022-10-12 14:18:33 +05:00
devaskim
2521e93507 Fix data repack algorithm. 2022-10-08 19:12:02 +05:00