zbeacon
2e10a44876
Adding information about disconnected and current MQTT client to logging.
2020-03-30 10:02:09 +03:00
zbeacon
332fd8132d
Refactored information about connection to saved devices from persistent device storage.
2020-03-30 09:58:12 +03:00
zbeacon
b001f71331
Added more configurations into Modbus connector (parity, stopbits, bytesize, strict mode) #266
2020-03-30 09:33:49 +03:00
zbeacon
d81458237c
Adding template for CAN Connector into general configuration file
2020-03-23 15:27:37 +02:00
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
5dc6441f6c
Adding shebang in preinst script #265 . Thanks @pehedima
2020-03-23 12:18:46 +02:00
zbeacon
a318ce9989
Adding request uplink converter test.
2020-03-18 14:06:24 +02:00
zbeacon
14f5536444
For pre-release
2.2.3.2
2020-03-18 13:12:36 +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
953da2cbc4
Hotfix for lock on telemtry upload
2.2.3.1
2020-03-17 08:11:51 +02:00
zbeacon
b3c64bdc71
Fix for lock on telemetry update
2020-03-17 08:09:35 +02:00
zbeacon
c9aac5bf04
For release
2.2.3
2020-03-16 11:41:39 +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
55f15f6fc4
For pre-release
2.2.2.1
2020-03-11 11:33:13 +02:00
zbeacon
3d0e7e1045
Fix conevrter test
2020-03-11 11:32:51 +02:00
zbeacon
3e25add9aa
For pre-release
2020-03-11 11:25:03 +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
ec639942de
For pre-release
2.2.2
2020-03-06 10:01:42 +02:00
zbeacon
b61ebbe661
Fix for #255
2020-03-06 09:51:45 +02:00
zbeacon
19b80dde8e
For release
2.2.1
2020-03-03 11:42:55 +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
d2345134ec
Merge branch 'master' of https://github.com/thingsboard/thingsboard-gateway into develop/2.4-python
2020-03-02 16:08:05 +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
Ilya Barkov
16e51c6c66
Update README.md
2020-03-02 13:00:32 +02:00
Ilya Barkov
fc5f0cf471
Update README.md
2020-03-02 12:57:17 +02:00
zbeacon
0a6d2a6a29
Added dependencies
2020-03-02 12:14:49 +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
cdf0d1b498
For release
2.2
2020-02-26 12:01:44 +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