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

511 Commits

Author SHA1 Message Date
zbeacon
1398615edf Fix for remote configuration 2020-01-29 16:46:49 +02:00
zbeacon
0990422e0a Added threads termination after remote configuration received 2020-01-29 15:49:02 +02:00
zbeacon
2fb6dd3fb0 Fix for "Device is offline" message on RPC request to MQTT connector 2020-01-29 14:15:53 +02:00
zbeacon
8b79a75e31 Improvements for RPC requests processing 2020-01-29 14:13:45 +02:00
zbeacon
bdb908b979 Added ssl server side cetificate check 2020-01-29 12:07:29 +02:00
zbeacon
d298bcd33b File path unification 2020-01-29 11:58:52 +02:00
zbeacon
d1934ded9f Refactoring 2020-01-29 11:49:58 +02:00
zbeacon
e810bb6f9a Refactored 2020-01-28 16:54:19 +02:00
zbeacon
0eb1346039 Improvements for connectors/converters import 2020-01-28 16:13:40 +02:00
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
e25bd18b8b For pre-release 2.0.0.9 2020-01-27 09:35:55 +02:00
zbeacon
3fe3f5642b Fix for deviceNameTopicExpression and deviceTypeTopicExpression. #239 2020-01-27 09:31:43 +02:00
zbeacon
1c634ac458 Added checking and parsing for RegEx in the mqtt json uplink converter #239 2020-01-25 09:35:20 +02:00
zbeacon
0bc0f94de2 Attributes fix for sendOnlyOnChange feature 2020-01-24 15:56:13 +02:00
zbeacon
57871ae9b5 Improvements 2020-01-24 14:46:16 +02:00
zbeacon
92cdf75d45 Added sending current logs configuration to the ThingsBoard instance. 2.0.0.8 2020-01-24 13:11:51 +02:00
zbeacon
74b01906fb For pre release 2020-01-24 13:04:50 +02:00
zbeacon
d5f9eb1536 Added remote configuration for logs.conf file 2020-01-24 12:36:55 +02:00
zbeacon
68fea12bbb Fix for zero value in Modbus tag 2020-01-23 22:26:50 +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
f23aef0d7f For pre-release 2.0.0.7 2020-01-20 13:37:27 +02:00
zbeacon
7913a1ed9c Remote configuration improvement 2020-01-20 13:13:03 +02:00
zbeacon
6581394a2f Added logging after device name in OPC-UA server is being found 2020-01-20 11:58:39 +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
8907ffafd1 For pre-release 2020-01-19 14:44:23 +02:00
zbeacon
3189766a76 Added ability to connect without ca cert from server 2020-01-19 13:07:53 +02:00
zbeacon
8656e40d35 Improvements for saving files after remote configuration received 2020-01-19 12:19:22 +02:00
zbeacon
c03b862e0b For pre-release 2.0.0.5 2020-01-19 10:39:11 +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
5539d30160 For pre-release 2.0.0.4 2020-01-17 15:32:32 +02:00
zbeacon
aa1b8758cb Improvements for remote logging 2020-01-17 15:26:46 +02:00
zbeacon
9129ac2933 Fix for the issue #235 2020-01-17 14:17:57 +02:00
zbeacon
76c30ea0ef Refactored logging for received remote configuration 2020-01-17 11:47:20 +02:00
zbeacon
38a91c24c4 Added saving for processed subscriptions 2020-01-17 11:19:40 +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
d8734a2944 Merge branch 'master' of https://github.com/thingsboard/thingsboard-gateway into develop/2.4-python 2020-01-15 12:50:35 +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
m-krasikov
c72a84a050 Changed Docker file to download latest release of gw 2020-01-10 18:36:34 +02:00
zbeacon
e151ced29b Added remote configurator for connectors 2020-01-10 14:51:43 +02:00