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

201 Commits

Author SHA1 Message Date
zbeacon
8d133d2e49 Adding CAN Connector. Thanks to anonymous contributor :) 2020-03-23 15:21:39 +02:00
zbeacon
387f270acf Improvements in connection to the ThingsBoard 2020-03-23 14:56:28 +02:00
zbeacon
a732c95feb Handling errors and fix for #264 2020-03-23 14:55:24 +02:00
zbeacon
a318ce9989 Adding request uplink converter test. 2020-03-18 14:06:24 +02:00
zbeacon
1f098c5166 Adding ability into Request Connector to parse array with values 2020-03-18 12:44:53 +02:00
zbeacon
ca43caff95 Fix #261 2020-03-17 14:09:50 +02:00
zbeacon
b3c64bdc71 Fix for lock on telemetry update 2020-03-17 08:09:35 +02:00
zbeacon
65e43afbac Correction to connectors, to use configuration without RPC configuration section and attributeUpdates section 2020-03-16 11:39:22 +02:00
zbeacon
eba86171d9 Improvements for Request connector 2020-03-16 09:22:30 +02:00
zbeacon
bea2f3f1af Adding tests for converters 2020-03-13 16:13:02 +02:00
zbeacon
d1dedc1909 Improvements for Modbus converter 2020-03-13 15:23:59 +02:00
zbeacon
17f5719ee7 16bit float added to the Modbus Uplink converter 2020-03-13 14:18:16 +02:00
zbeacon
355212daf8 Fix for #262 Bug was with subscriptions behavior model 2020-03-13 13:13:12 +02:00
zbeacon
757061afca Possible fix for #261 2020-03-13 12:25:46 +02:00
zbeacon
7c4535da13 Refactoring 2020-03-12 16:41:50 +02:00
zbeacon
f7ed608416 Refactoring 2020-03-12 15:06:37 +02:00
zbeacon
6b47a6b843 Refactoring 2020-03-12 13:29:19 +02:00
zbeacon
ff91cc70b2 Fix for "device disconnect method" 2020-03-11 15:54:48 +02:00
zbeacon
944f0fd1c6 Refactoring and improvements for Modbus connector 2020-03-11 15:47:21 +02:00
zbeacon
3d0e7e1045 Fix conevrter test 2020-03-11 11:32:51 +02:00
zbeacon
dd6c20b2d7 TBUtility improvements and refactoring 2020-03-11 11:22:10 +02:00
zbeacon
d60e65fc78 MQTT Uplink converter refactoring 2020-03-11 11:21:06 +02:00
zbeacon
39cd9106d4 Little fix for the Modbus uplink converter 2020-03-06 16:18:06 +02:00
zbeacon
bcc3a739de Adding compatibility with some versions of pymodbus library #256 2020-03-06 14:23:08 +02:00
zbeacon
b61ebbe661 Fix for #255 2020-03-06 09:51:45 +02:00
zbeacon
2335b7d542 Improvements to file storage 2020-03-03 11:29:01 +02:00
zbeacon
02315f9361 Fix for Regex and JSON Path 2020-03-02 16:20:37 +02:00
zbeacon
3c4ed1fc40 Fix for #251. Thanks to @david114 2020-03-02 15:39:11 +02:00
zbeacon
7836063952 Improvements for RPC to the gateway. Added functions:
gateway_devices - returns object with keys - device names and values - connector names
gateway_stats - returns information about count of the processed messages of 5 last seconds
2020-03-02 15:06:09 +02:00
zbeacon
7135d2b08b Added ability to use standard search by namespace id, node id/string/base64 #241
Example of config:
...
path: "${ns=4;i=7001}",
...

You can use following flags instead (i):
i	NUMERIC (UInteger)
s	STRING (String)
g	GUID (Guid)
b	OPAQUE (ByteString)
2020-03-02 12:04:42 +02:00
zbeacon
f48038892a Improvements for data convertation in the OPC-UA uplink converter 2020-03-02 09:52:22 +02:00
zbeacon
a80cbf54c9 Improvements for the tb_client and RPC method for restarting the gateway (gateway_restart) and rebooting the device with gateway (gateway_reboot) 2020-02-28 16:08:22 +02:00
zbeacon
7e466e8c56 Added OPC-UA Connector features:
- disableSubscriptions - true will disable subscriptions and activates read values in nodes only on scanning/re-scanning.
 - subCheckPeriodInMillis - interval in milliseconds to check information in nodes from subscription.
2020-02-26 11:55:01 +02:00
zbeacon
f2f67f4721 improvements for run after installation from sources 2020-02-25 16:29:27 +02:00
zbeacon
08356cfdc3 Changed default level of the tb_logger 2020-02-25 15:04:09 +02:00
zbeacon
a07d6d7da1 Fix for "None type has no in_progress attribute #249" 2020-02-25 08:11:31 +02:00
zbeacon
dc05231036 Some improvements 2020-02-24 19:21:19 +02:00
zbeacon
f70acef4a2 Improvement for remote logging feature 2020-02-24 14:35:11 +02:00
zbeacon
c0a454c8f0 Added auto reconnect to OPC-UA server 2020-02-24 14:34:44 +02:00
zbeacon
57a08a2161 Added ability to rescan the OPCUA server every X seconds, improvements for REGex search (few devices by one regex, attributes for them, telemetry, etc.) 2020-02-24 11:58:25 +02:00
zbeacon
b5025141ae Improvements for remote logging 2020-02-24 11:10:37 +02:00
zbeacon
8750b2b7b3 Improvements for remote configurator 2020-02-24 09:31:26 +02:00
zbeacon
fb91fa7041 Improvements for statistic 2020-02-21 12:21:09 +02:00
zbeacon
a0a9f2b603 Improvements for statistic collecting 2020-02-20 12:35:41 +02:00
zbeacon
9804ecf00a Sepaated statistic per connector 2020-02-20 12:06:37 +02:00
zbeacon
4ac4b5a265 Statistic from connectors improvements 2020-02-20 11:37:23 +02:00
zbeacon
4eeff1f0c3 Fix for loosing the connection after dns name has not been resolved. 2020-02-20 11:36:28 +02:00
zbeacon
0ae22cbf59 Fix for statistic collecting in BLE Connector 2020-02-20 11:30:27 +02:00
zbeacon
0a130886ff Mix for collecting statistic in BLE Connector. 2020-02-20 11:27:06 +02:00
zbeacon
b6bcd77fcf Improvements for statistic collect and remote configuration. 2020-02-19 16:49:44 +02:00