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

1012 Commits

Author SHA1 Message Date
samson0v
9f98173b5a Fixed gateway stopping 2023-09-12 09:31:50 +03:00
samson0v
9b49056e25 Added connectors RPC 2023-09-06 11:58:35 +03:00
samson0v
d57021857e Merge remote-tracking branch 'upstream/master' into feature/new-remote-configurator 2023-08-18 10:01:26 +03:00
samson0v
7c9e3b6833 Added new config files 2023-08-18 08:38:53 +03:00
samson0v
fcd13b5254 Fixed modbus version 2023-08-10 15:08:20 +03:00
samson0v
1e348c289e Added new logger for Custom Serial Connector 2023-08-10 14:46:26 +03:00
samson0v
6277756197 Added basic auth env vars 2023-08-03 16:00:40 +03:00
samson0v
108856945b Added custom logger 2023-08-03 14:49:47 +03:00
samson0v
70e16a5411 Added default log level for connectors 2023-07-27 13:12:49 +03:00
samson0v
551306e06d Fixed sync general configuration 2023-07-25 14:47:57 +03:00
samson0v
843b9bb2b6 Changed updating remote configuration algorithm 2023-07-25 12:10:27 +03:00
samson0v
22293c803c Added ts format check 2023-07-20 10:32:37 +03:00
samson0v
173555281c Added backward compatibility for main configuration 2023-07-20 10:32:02 +03:00
samson0v
f76c650f31 Fixed uplink converter for Modbus Connector 2023-07-07 08:26:28 +03:00
samson0v
171997cccd Fixed RPC processing for Modbus Connector 2023-07-06 10:39:20 +03:00
imbeacon
7e80e2cea2 Updated tb mqtt client version 2023-06-28 12:41:31 +03:00
samson0v
c785f67ac3 Updated tests 2023-06-26 14:29:47 +03:00
samson0v
7a2ac38d51 Update Remote Configurator 2023-06-26 12:19:43 +03:00
zhangzhx
0193532bd7 bug 2023-05-27 19:02:59 +08:00
imbeacon
6d3d71d4f5 Fixed debian and rpm package building 2023-05-26 13:07:38 +03:00
imbeacon
65e756786a Revert "Fixed version resolving"
This reverts commit f2bbe4e353.
2023-05-26 11:57:02 +03:00
imbeacon
b7b5cbf7e3 improment requires additional architecture session 2023-05-18 08:17:03 +03:00
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
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
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
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
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
samson0v
0ca12e6125 Refactored Remote Configurator 2023-04-24 13:46:31 +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
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
samson0v
2b87e82d0b Changed Remote Configurator due to Widget Update 2023-04-14 13:32:46 +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
devaskim
4ddcf7889b Added on demand caching of custom MQTT converters. 2023-04-02 11:30:46 +05:00