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

54 Commits

Author SHA1 Message Date
zbeacon
95c1c0c2af Added ability to use timestamp from devices message (if "ts" found in converter output dictionary.)
To use this feature, converted data structure must be like:
{
  "deviceName": "Device",
  "deviceType": "default",
  "attributes": [],
  "telemetry": {
    "ts": 1580214207748,
    "values": {
      "telemetry1": 400,
      "telemetry2": 200
    }
  }
}
2020-01-28 14:30:44 +02:00
zbeacon
d4a6cdb65e Reformatting current configuration in client attribute on ThingsBoard 2020-01-28 10:51:44 +02:00
zbeacon
0218a672e7 Configuration parse for current configuration 2020-01-27 16:50:41 +02:00
zbeacon
f7fbbc805d Improvements for applying remote configuration 2020-01-27 13:54:07 +02:00
zbeacon
d76b7976e5 Improvement for loading connectors from remote configuration request 2020-01-27 11:37:21 +02:00
zbeacon
57871ae9b5 Improvements 2020-01-24 14:46:16 +02:00
zbeacon
92cdf75d45 Added sending current logs configuration to the ThingsBoard instance. 2020-01-24 13:11:51 +02:00
zbeacon
d5f9eb1536 Added remote configuration for logs.conf file 2020-01-24 12:36:55 +02:00
zbeacon
6702f47396 Fix for feature "sendDataOnlyOnChange" #237 2020-01-22 15:07:31 +02:00
zbeacon
3fe5430897 Added more logging and improvements for OPC-UA Connector and improvements for remote configuration 2020-01-22 10:35:34 +02:00
zbeacon
1aa5bf115a Improvements for remote TBClient and remoteConfiguration feature 2020-01-21 14:47:17 +02:00
zbeacon
7913a1ed9c Remote configuration improvement 2020-01-20 13:13:03 +02:00
zbeacon
fba022fea4 Fix for RemoteLogging error 2020-01-20 11:54:10 +02:00
zbeacon
e0675821ba Fix for RemoteLogging error 2020-01-20 11:50:48 +02:00
zbeacon
8cb19223c8 Improvements for Remote Logging and OPC-UA 2020-01-20 09:51:58 +02:00
zbeacon
8656e40d35 Improvements for saving files after remote configuration received 2020-01-19 12:19:22 +02:00
zbeacon
7938457cb8 Improvements for remote logging and fix for #236 (You can put only caCert intosecurity section of MQTT connector config) 2020-01-19 10:37:25 +02:00
zbeacon
aa1b8758cb Improvements for remote logging 2020-01-17 15:26:46 +02:00
zbeacon
76c30ea0ef Refactored logging for received remote configuration 2020-01-17 11:47:20 +02:00
zbeacon
5f6676c307 Added check remote configuration after connection/reconnection to ThingsBoard 2020-01-17 11:00:09 +02:00
zbeacon
8ef33c7263 Changed logging and improved remote configuration 2020-01-16 16:59:36 +02:00
zbeacon
d4a9efaa96 Added applying for remote storage configuration 2020-01-15 12:50:07 +02:00
zbeacon
72a1b2e343 Copyright updated 2020-01-15 08:52:46 +02:00
zbeacon
149ae417d7 Added checking for remote configuration in shared attributes of the gateway and template for uploading current configuration 2020-01-14 17:13:59 +02:00
zbeacon
e151ced29b Added remote configurator for connectors 2020-01-10 14:51:43 +02:00
Andrew Shvayka
4c414def86 Code cleanup 2019-12-26 15:52:03 +02:00
zbeacon
a8a3a39cb6 Fix for CPU usage. 2019-12-26 11:19:09 +02:00
zbeacon
9ffd57d366 Some improvement for connection to TB and catching errors in OPC-UA connector. 2019-12-24 11:22:06 +02:00
zbeacon
dd65732015 Refactoring and improvements. 2019-12-19 10:03:05 +02:00
zbeacon
7de4424042 Added dynamic import for default connectors. 2019-12-19 09:47:56 +02:00
zbeacon
aa7486303c Configs for docker. 2019-12-18 15:27:50 +02:00
zbeacon
31d03a51e7 Fix for requirements and improvements for installation. 2019-12-17 13:26:22 +02:00
zbeacon
805fc37e86 Improvements for transferring data package size. 2019-12-16 10:44:24 +02:00
zbeacon
e93d9b3e99 Some improvements for performance and guaranteed delivering of messages. 2019-12-13 18:22:39 +02:00
zbeacon
d60b0329a8 Improvements for performance. 2019-12-12 16:31:36 +02:00
zbeacon
dada6430bb Improvents for storage - if broken line found in storage, it will be ignored. 2019-12-11 16:46:46 +02:00
zbeacon
2934690040 Improvements for performance 2019-12-10 16:28:48 +02:00
zbeacon
4fc1ec11a3 Some improvements for performance 2019-12-10 13:17:47 +02:00
zbeacon
400e1813e1 Improvements for performance 2019-12-09 16:43:40 +02:00
zbeacon
4501b57713 Some improvements for performence of mqtt connector, converter and storage. 2019-12-06 16:15:15 +02:00
zbeacon
71cc91da10 Some fixes for file storage. 2019-12-05 14:01:17 +02:00
zbeacon
18c92731d6 Some improvements and fixes for file storage. 2019-12-04 15:08:06 +02:00
zbeacon
c7252b4c1c Improvements for installation and logs. 2019-12-03 16:40:28 +02:00
zbeacon
4f5325e08d Connection to ThingsBoard moved to separate thread. 2019-11-29 12:59:30 +02:00
zbeacon
40925c452e Added template for custom connectors and code refactored 2019-11-25 12:19:22 +02:00
zbeacon
33fcef3231 Added converter for BLE connector, some improvements and processing of attributeUpdates requests 2019-11-21 15:43:47 +02:00
zbeacon
b6b2e1a5d1 Added building map of device to BLEConnector and processing of the READ characteristics. 2019-11-19 15:53:36 +02:00
zbeacon
fad8a4c19d Rewritten processing data to ThingsBoard, when telemetry or attributes in array. 2019-11-14 13:25:23 +02:00
zbeacon
3d85985a86 Added logging as telemetry and configuration for this logging from shared attribute RemoteLoggingLevel of gateway in ThingsBoard platform instance. 2019-11-11 17:59:16 +02:00
zbeacon
60e902d7cd Added statistic about received and messages sent. 2019-11-08 16:28:31 +02:00