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

1775 Commits

Author SHA1 Message Date
imbeacon
edeb999dbd Revert "Small fix"
This reverts commit d11c2e37c9.
2023-05-17 14:13:00 +03:00
imbeacon
d11c2e37c9 Small fix 2023-05-17 14:10:04 +03:00
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
Illia Barkov
f48fa71a76 Merge pull request #1114 from CouncilRockProducts/fix/sqlite-race
Fix a race condition in the Sqlite storage which caused all data to stop
2023-05-06 20:10:38 +03:00
Drew Young
169ff0817c Fix a race condition in the Sqlite storage which caused all data to stop
If `Database.process` called from `SQLiteEventStorage.put` handled the
request everything worked. If the `Database.process` running in the
`Database` thread handled it then the `Database.process` called from
`SQLiteEventStorage.put` would stall waiting for a request to handle.
2023-05-05 10:47:35 -04: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
Illia Barkov
7979299401 Merge pull request #1112 from samson0v/master
Added synchronizing method for converters config
2023-05-03 11:06:18 +03:00
samson0v
7b1d93959d Added synchronizing method for converters config 2023-05-03 11:03:48 +03:00
Illia Barkov
ded7ae7e04 Merge pull request #1110 from mircopz/feature/fix-convert-return
Changed the default converters to use local instead of class variables
2023-05-03 10:08:28 +03:00
Illia Barkov
89a79d2457 Merge pull request #1111 from devaskim/patch-2
Fixed KeyError for some edge cases.
2023-05-03 10:08:00 +03:00
devaskim
2a4d7cef61 Fixed KeyError for some edge cases. 2023-05-03 10:08:41 +05:00
Mirco Pizzichini
c82214cf5c Changed the default converters to use local instead of class variables 2023-05-02 14:39:53 +02:00
Illia Barkov
d1195578c8 Merge pull request #1109 from samson0v/master
Fixed statistics sending period
2023-05-02 15:22:05 +03:00
samson0v
40a4a7858d Fixed statistics sending period 2023-05-02 15:20:54 +03:00
Illia Barkov
a8d9e312cb Merge pull request #1107 from samson0v/master 2023-05-02 13:56:58 +03:00
samson0v
cc89caed09 Fixed FTP Converter 2023-05-02 13:54:21 +03:00
Illia Barkov
bd7f539961 Merge pull request #1104 from samson0v/master
Updated converter update request for MQTT Connector
2023-04-28 07:47:21 +03:00
imbeacon
9450d4ccc7 Updated check of response 2023-04-27 12:44:47 +03:00
samson0v
3bfa151db2 Updated converter update request for MQTT Connector 2023-04-24 14:35:47 +03:00
Illia Barkov
50a60ab0de Merge pull request #1099 from engix-ltd/mqtt_converters_with_shared_id
[FEATURE] Add sharing id instead of global converter cache for MQTT connector.
2023-04-17 12:11:20 +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
Illia Barkov
963f2c216a Merge pull request #1101 from samson0v/master
Fixed process_remote_converter_configuration_update method
2023-04-17 11:27:26 +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
devaskim
7eb7690893 Add sharing id instead of global converter cache for MQTT connector. 2023-04-15 12:03:29 +05:00
Illia Barkov
46d6cebfe0 Merge pull request #1095 from samson0v/master
Changed queries using for REST Connector
2023-04-14 10:45:55 +03:00
samson0v
60ae9c6a4e Changed queries using for REST Connector 2023-04-14 10:44:43 +03:00
Illia Barkov
bede5b788d Merge pull request #1086 from CouncilRockProducts/load-pyc
Load .pyc modules
2023-04-08 15:10:50 +03:00
Illia Barkov
d58423a5de Merge pull request #1090 from engix-ltd/cached_mqtt_converters 2023-04-04 17:59:00 +03:00
devaskim
4ddcf7889b Added on demand caching of custom MQTT converters. 2023-04-02 11:30:46 +05:00
Vitalii Bidochka
24bfc23459 Updated generate_certificate method (#1088)
* Updated generate_certificate method

* Updated generate_certificate method
2023-03-31 13:17:15 +03:00
Illia Barkov
fc89d830d8 Merge pull request #1087 from samson0v/master
Added converter update from shared attr for Connectors
2023-03-30 15:53:52 +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
Illia Barkov
6da1204a46 Merge pull request #1085 from samson0v/master
Updated submodule
2023-03-28 16:09:49 +03:00
samson0v
466a0b6661 Updated submodule 2023-03-28 16:09:08 +03:00
Illia Barkov
928db24126 Merge pull request #1084 from samson0v/master
Added Gateway Provisioning
2023-03-28 16:03:30 +03:00
samson0v
7433888cfc Added Gateway Provisioning 2023-03-28 15:44:06 +03:00
Illia Barkov
4e807699d5 Merge pull request #1083 from samson0v/master 2023-03-24 11:40:56 +02:00
samson0v
11712ad527 Added TLS support for Modbus TCP Connection 2023-03-24 11:24:37 +02:00
Illia Barkov
bdfb701e2b Merge pull request #1082 from samson0v/master
Updated submodule
2023-03-24 11:23:06 +02:00
samson0v
66427b8f1e Updated submodule 2023-03-23 15:35:18 +02:00
Illia Barkov
88b7c4cf5a Merge pull request #1081 from samson0v/master
Updated requires
2023-03-23 15:30:49 +02:00
samson0v
a07c046dfe Updated requires 2023-03-23 15:24:02 +02:00
Drew Young
4d91f0381c Load .pyc modules 2023-03-22 08:21:02 -04:00
Illia Barkov
ae7b981887 Merge pull request #1078 from samson0v/master
Updated submodule
2023-03-21 18:12:56 +02:00
samson0v
cce400c98a Updated submodule 2023-03-21 15:05:02 +02:00