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

170 Commits

Author SHA1 Message Date
Vitalii
daa865d644 Merge branch 'thingsboard:feature/sql-lite-storage' into feature/sql-lite-storage 2021-09-28 15:49:04 +03:00
samson0v
f926a23e2c Refactored sqlite storage 2021-09-28 15:36:46 +03:00
zbeacon
b400ef44f0 Particular fix for merge 2021-09-27 10:57:30 +03:00
samson0v
435413cbac Added SQLite storage 2021-09-23 13:27:40 +03:00
samson0v
ff536dde20 Fixed font and color for the configuration wizard 2021-09-22 14:07:57 +03:00
zbeacon
7d755c1fb3 Applied autoformat 2021-09-07 15:37:33 +03:00
zbeacon
64c3cfbfea Moved saving data to storage to separated thread 2021-09-06 16:26:11 +03:00
zbeacon
85a3184c70 Refactoring 2021-08-31 17:39:05 +03:00
zbeacon
6f093b720e Changed font for configuration wizard 2021-08-31 17:18:34 +03:00
zbeacon
e76186c4e4 Moved call for main function 2021-08-31 16:55:07 +03:00
samson0v
f6acad46de Fixed config file path resolving 2021-08-31 16:43:28 +03:00
samson0v
8af801df91 Added default values 2021-08-31 16:26:08 +03:00
samson0v
b64cb3b583 Added validators to setup-wizard and added entry point to setup.py 2021-08-31 15:47:39 +03:00
samson0v
e21f84c6f1 Added setup wizard and updated setup.py 2021-08-31 15:06:07 +03:00
samson0v
0c68e77880 Fixed duplicate send on_attributes_update callback 2021-08-12 11:20:36 +03:00
vitalii.bidochka
02b3d4a327 Added ftp connector 2021-08-03 10:23:58 +03:00
zbeacon
52494dc39a Added passing config folder path to client. 2021-05-14 10:43:51 +03:00
Simone Libutti
4c77227746 [mqtt_conn][bugfix] __rpc_requests_in_progress not available to connector
Signed-off-by: Simone Libutti <simone.libutti@ibtsystems.it>
2021-05-12 17:25:15 +02:00
Simone Libutti
f2880556df [gate] Dead code elimination
Using __rpc_register_queue makes unnecessary any old reference to
__rpc_requests_in_progress, which makes all more confusing.

Signed-off-by: Simone Libutti <simone.libutti@ibtsystems.it>
2021-05-12 17:25:15 +02:00
Simone Libutti
aa4d29176f [gate][bugfix] Removed cancel_rpc_request invocation after reply
cancel_rpc_request actually sends a nack back to thingsboard.
Not be invoked after a successful response!

Signed-off-by: Simone Libutti <simone.libutti@ibtsystems.it>
2021-05-12 17:25:15 +02:00
Simone Libutti
95871af2be [mqtt_conn][gate] Added some logging into RPC handling
Signed-off-by: Simone Libutti <simone.libutti@ibtsystems.it>
2021-05-12 17:25:00 +02:00
zbeacon
afce307e96 Added auto-reloading of connector configuration file 2021-05-11 16:01:55 +03:00
zbeacon
f897c65a9e Changed device connecting logic when connection to TB is lost 2021-04-26 13:55:01 +03:00
zbeacon
4e1c603718 Added ability to change statistics pushing period #506 using statsSendPeriodInSeconds parameter 2021-04-26 13:06:01 +03:00
zbeacon
12a88a9693 Refactoring in Modbus Connector 2021-04-13 11:37:24 +03:00
zbeacon
cfa6d02a27 Updated copyright 2021-04-09 09:15:51 +03:00
zbeacon
64a1eb870a Changed structure for utilities 2021-04-09 09:00:39 +03:00
zbeacon
f751aec1da Added ability to set insecure parameter in tb_gateway.yaml 2021-03-01 16:15:29 +02:00
zbeacon
5dd5e36d24 Improvements 2020-10-22 13:38:57 +03:00
zbeacon
2809c99977 Increased default keepalive to avoid continious reconnection 2020-10-21 14:01:59 +03:00
agtokty
bd4a4c2ce9 don't call constrcutor of if connector is not loaded, log a warning instead 2020-10-15 18:23:52 +03:00
zbeacon
223f0e9c5a Added forcible remoteConfiguration feature activation on no connectors found in general configuration file 2020-09-14 12:37:52 +03:00
zbeacon
737094b09a Improvements 2020-09-01 15:25:18 +03:00
zbeacon
3c5e47050d Added quality of service(qos) parameter in tb_gateway.yaml qos can be 0 or 1 2020-09-01 15:17:23 +03:00
zbeacon
84ad860740 Refactoring TLS for tb_client 2020-08-21 09:33:30 +03:00
zbeacon
b39bb10560 Fix for #382 Added connection error handler 2020-08-21 08:17:21 +03:00
zbeacon
09b0bc4819 Fix for TLS/SSL connection issue #383 2020-08-21 08:03:37 +03:00
zbeacon
eb3504cfda Added ability to change the Quality of the service in the gateway 2020-07-27 13:48:32 +03:00
zbeacon
0b0f336b24 Optimized dependencies 2020-07-20 11:11:48 +03:00
zbeacon
dcd24a35f7 Remote shell activation added 2020-07-20 08:20:48 +03:00
zbeacon
cf155a155f Added Remote shell 2020-07-16 11:57:49 +03:00
zbeacon
6195da6d2b Added Remote shell 2020-07-16 11:56:38 +03:00
zbeacon
7b0a18f748 Merge branch 'develop/2.4-python' of https://github.com/thingsboard/thingsboard-gateway into develop/2.4-python 2020-07-14 09:50:00 +03:00
zbeacon
bf4d4fe7d9 Added gateway RPC request "gateway_version" to check current and the latest version of the gateway 2020-07-14 09:34:59 +03:00
zbeacon
8d7ac5e76d Improvements for SNMP connector 2020-07-01 14:37:50 +03:00
zbeacon
7809140600 Major fix for device reconnection to the ThingsBoard after connection lost and RPC processing 2020-06-29 12:19:25 +03:00
zbeacon
559974f808 Fix for #315 2020-06-16 14:03:32 +03:00
zbeacon
20a038e496 Improvements 2020-06-01 16:07:51 +03:00
zbeacon
10084d2298 Merge branch 'develop/2.4-python' of https://github.com/thingsboard/thingsboard-gateway into feature/http-connector 2020-05-21 08:51:24 +03:00
zbeacon
71b39e0382 Improvements 2020-05-21 08:33:48 +03:00