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

722 Commits

Author SHA1 Message Date
zbeacon
353b6d9184 RPC processing improvements 2020-04-24 13:19:17 +03:00
zbeacon
18afe4e02f [Modbus Connector] Fix for WriteSingleCoilFunction #292 2020-04-23 15:07:41 +03:00
zbeacon
1743292720 Changed installation parameters to get more compatibility with Windows (BETA) #293 2020-04-23 12:50:13 +03:00
zbeacon
38e251f024 Improvements remote logging configuration processing 2020-04-23 12:47:40 +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
94763d5994 Merge branch 'develop/2.4-python' of https://github.com/thingsboard/thingsboard-gateway into develop/2.4-python 2020-04-23 08:16:41 +03:00
zbeacon
be797aeb86 Added RPC reply on success 2020-04-23 08:15:42 +03:00
zbeacon
6ba2f41093 Changed functions to write single coil/register #292 2020-04-23 07:23:54 +03:00
zbeacon
ffd5c6a373 For release 2.2.5 2020-04-21 18:32:15 +03:00
zbeacon
5ba1888d76 Merge from develop branch 2020-04-21 14:40:09 +03:00
zbeacon
aa8757c494 Fix for file storage #284 2020-04-21 14:04:04 +03:00
zbeacon
3330e5fa77 Improvement into Modbus connector, to process remote configuration request properly 2020-04-15 10:36:14 +03:00
zbeacon
93e1995995 Refactored Modbus RPC requests processing and Modbus RPC configuration 2020-04-15 09:34:41 +03:00
zbeacon
44f4150f9b Changed service messages processing 2020-04-15 09:21:34 +03:00
Ilya Barkov
135fa9199e Merge pull request #287 from agtokty/log-conf-fix
fix logger_converter to log into converter.log file
2020-04-15 08:35:04 +03:00
agtokty
bce4e85120 fix logger_converter to log into converter.log file 2020-04-15 00:35:46 +03:00
zbeacon
9d390c2b42 #284 Storage bug fix 2020-04-14 14:40:20 +03:00
zbeacon
adfb3e87b0 #284 Storage bug fix 2020-04-14 14:37:02 +03:00
zbeacon
820ce76733 Improvements TBLogger 2020-04-13 15:15:08 +03:00
zbeacon
cef63e22f8 If no connectors are found, remote configuration is forcibly turned on 2020-04-13 11:51:02 +03:00
zbeacon
d60e9d124d Changed Modbus uplink converter decoder order 2020-04-13 10:44:02 +03:00
zbeacon
a24dff354d Fix "cannot find converter" #285 . Thanks @skangmy for investigations. Also added buffer for loaded extensions in TBUtility 2020-04-13 09:09:14 +03:00
zbeacon
6c4492b280 Fix for auto reconnect #284 2020-04-10 12:38:35 +03:00
zbeacon
3d3e3c051a Adding access to serial port to gateway user after installation from debian package 2020-04-08 14:49:09 +03:00
zbeacon
a31738217f Merge branch 'master' of https://github.com/thingsboard/thingsboard-gateway into develop/2.4-python 2020-04-08 13:30:48 +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
a098172c70 Added verbose parsing of mqtt configuration
Signed-off-by: Simone Libutti <simone.libutti@gmail.com>
2020-04-08 12:19:44 +02:00
zbeacon
a047e66568 Removed orjson 2020-04-08 10:24:27 +03:00
Simone Libutti
1af809c48f Code cleanup + simplify + comments
Signed-off-by: Simone Libutti <simone.libutti@gmail.com>
2020-04-07 15:42:31 +02: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 2.2.4.2 2020-04-07 09:56:48 +03:00
Simone Libutti
55c8c47c37 Merge remote-tracking branch 'origin/master' into slibutti-mqtt 2020-04-06 17:52:42 +02:00
Simone Libutti
6af556d3cf Added shared attributes retrival capabilities
Signed-off-by: Simone Libutti <simone.libutti@gmail.com>
2020-04-06 17:51:59 +02:00
Simone Libutti
14158d78e7 Uniformed regexp handling between mappings and connect/disconnect requests
connect/disconnect requests now use subtopic structure search as
done in mappings. This makes message handling faster; moreover,
code is now more uniform.

Signed-off-by: Simone Libutti <simone.libutti@gmail.com>
2020-04-06 17:51:41 +02: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
5c3dac3f29 Fix for decoding 2020-04-03 14:53:08 +03:00
zbeacon
42de25e2d3 Merge branch 'master' of https://github.com/thingsboard/thingsboard-gateway into develop/2.4-python 2020-04-03 13:55:12 +03:00
zbeacon
cb303ee39b Multiplier #277 2020-04-03 13:54:10 +03:00
Ilya Barkov
923e37e312 Update README.md 2020-04-03 13:40:39 +03:00
Ilya Barkov
050c2f079e Update README.md 2020-04-03 13:37:14 +03:00
zbeacon
f802715db5 Improvements to installation 2020-04-03 13:01:11 +03:00
zbeacon
0a4b8260d1 For release 2.2.4.1 2020-04-03 11:46:51 +03:00
zbeacon
8791cf693c Adding "divider" and "multiplier" parameters in Modbus Uplink converter, decoded data from Modbus server will be divided/multiplied to parameter from configuration #277 2020-04-03 11:31:26 +03:00
zbeacon
e9198209c1 Merge branch 'master' of https://github.com/thingsboard/thingsboard-gateway into develop/2.4-python 2020-04-03 09:51:33 +03:00
Ilya Barkov
5a1cf13eae Merge pull request #275 from slibutti/slibutti-mqtt
Fixed bugs in MQTT connector (connect/disconnect requests)
2020-04-03 09:51:16 +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
Ilya Barkov
e6ba95cf56 Merge pull request #276 from agtokty/extension-load-fix
fix - can not load extension from /var/lib/thingsboard_gateway/extensions/
2020-04-03 08:23:11 +03:00
zbeacon
a7005694ab Fix for installation (extension folder) #276 2020-04-02 23:17:08 +03:00
zbeacon
bd391db4c3 Merge branch 'master' of https://github.com/thingsboard/thingsboard-gateway into develop/2.4-python 2020-04-02 23:15:14 +03:00