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

118 Commits

Author SHA1 Message Date
zbeacon
64c3cfbfea Moved saving data to storage to separated thread 2021-09-06 16:26:11 +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
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
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
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
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
f943c053ed Merge from master 2020-05-20 20:59:00 +03:00
zbeacon
f2edcff689 Updater improvements 2020-05-18 18:33:12 +03:00
zbeacon
88820a03c9 Auto update improvements 2020-05-15 19:04:28 +03:00
zbeacon
1a4786d3b4 Added auto update notifier 2020-05-15 17:59:27 +03:00
zbeacon
f0bc7e7265 Gateway auto-updates improvements 2020-05-15 10:24:35 +03:00
zbeacon
59923c2fc9 Auto update feature 2020-05-11 17:24:12 +03:00
zbeacon
b0edada918 Basic implementation of request to get new version 2020-05-08 15:12:18 +03:00
zbeacon
6fcf7def65 ~Fix for pyrsistent module installation 2020-05-06 16:24:35 +03:00
zbeacon
3625a220e4 Merge branch 'develop/2.4-python' of https://github.com/thingsboard/thingsboard-gateway into feature/ODBC-connector 2020-05-05 12:55:40 +03:00
zbeacon
a5425a72bc Added required library installation into connectors instead of installing during general installation. To decrease traffic and module size. 2020-05-04 13:32:33 +03:00
zbeacon
06aff8826b ODBC Connector 2020-04-29 09:36:55 +03:00
zbeacon
9452d05fea Adding handling error on loading saved devices 2020-04-24 16:36:22 +03:00
zbeacon
353b6d9184 RPC processing improvements 2020-04-24 13:19:17 +03:00
zbeacon
6d9adee8d8 Improvements in Remote Configuration feature.
And if logging configured wrong, logs will be pushed to the ThingsBoard and only prints into console.
2020-04-23 08:31:22 +03:00
zbeacon
5ba1888d76 Merge from develop branch 2020-04-21 14:40:09 +03:00
zbeacon
44f4150f9b Changed service messages processing 2020-04-15 09:21:34 +03:00
zbeacon
cef63e22f8 If no connectors are found, remote configuration is forcibly turned on 2020-04-13 11:51:02 +03:00
Ilya Barkov
b2631ecfa4 Merge pull request #282 from slibutti/slibutti-mqtt
Slibutti mqtt

Improvements in MQTT connector.
2020-04-08 13:30:14 +03:00
Simone Libutti
ebef2f7a73 Bug correction in MQTT device disconnect
Device disconnect didn't remove devices from the saved devices list
=> connections did not work after a disconnection

Signed-off-by: Simone Libutti <simone.libutti@gmail.com>
2020-04-07 15:36:18 +02:00
zbeacon
9da60f3815 Added RPC params processing for Modbus and removed orjson from packages #280 #279 2020-04-07 09:56:48 +03:00
zbeacon
2ddf770fa4 Improvements for Modbus RPC processing ("rpc" section in modbus.json has been changed) 2020-04-06 15:44:09 +03:00
zbeacon
9254bd5c20 Added version logging 2020-04-03 09:28:41 +03:00
zbeacon
89d5bcff29 Data dumps improvements 2020-04-03 08:29:45 +03:00
zbeacon
eae8a899f8 Improvements for processing speed 2020-04-02 15:00:13 +03:00