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

301 Commits

Author SHA1 Message Date
zbeacon
7f0c085e5b Added new version installation 2020-05-08 19:08:01 +03:00
zbeacon
e4467481b6 Added new version installation 2020-05-08 17:39:12 +03:00
zbeacon
b0edada918 Basic implementation of request to get new version 2020-05-08 15:12:18 +03:00
zbeacon
3a5c810227 Auto updater initial commit 2020-05-08 08:37:48 +03:00
zbeacon
78deef16c8 Added Unicode error handling and data processing for bytes payload 2020-05-07 16:11:54 +03:00
zbeacon
6083355e6c Added Unicode error handling and data processing for bytes payload #302 2020-05-07 16:01:55 +03:00
zbeacon
eb50b4ea4e [OPC-UA]Fix for subscribing after reconnect 2020-05-07 15:27:35 +03:00
zbeacon
8a7cd76ac6 Fix for message decoding #299 2020-05-07 12:59:49 +03:00
zbeacon
6fcf7def65 ~Fix for pyrsistent module installation 2020-05-06 16:24:35 +03:00
zbeacon
07ab4ec3f3 Fix for Modbus converter test #296 2020-05-06 15:10:17 +03:00
zbeacon
184254ae0c Added ODBC library installation on connector start. 2020-05-06 09:53:06 +03:00
zbeacon
3625a220e4 Merge branch 'develop/2.4-python' of https://github.com/thingsboard/thingsboard-gateway into feature/ODBC-connector 2020-05-05 12:55:40 +03:00
zbeacon
352b51e8fd File count checking added 2020-05-05 11:10:49 +03:00
zbeacon
a5425a72bc Added required library installation into connectors instead of installing during general installation. To decrease traffic and module size. 2020-05-04 13:32:33 +03:00
zbeacon
dcdda512d2 ByteOrder fix and RPC reply fix 2020-05-04 09:19:51 +03:00
zbeacon
0273fa1e6a #284 Fix for attribute error 2020-05-01 12:57:49 +03:00
zbeacon
4b17837f84 Modbus Connector type "bit" will be deprecated, please use "bits" 2020-04-29 10:02:14 +03:00
zbeacon
a2f80b2db3 MQTT Connector improvements on connection refused 2020-04-29 09:40:18 +03:00
zbeacon
fbef042ece Modbus connector improvements 2020-04-29 09:39:50 +03:00
zbeacon
06aff8826b ODBC Connector 2020-04-29 09:36:55 +03:00
zbeacon
fb281ddc54 Improvements Modbus configuration 2020-04-28 15:31:34 +03:00
zbeacon
160d25bae0 Changed "bit" RPC request processing #292 2020-04-27 16:00:33 +03:00
zbeacon
d6dedde2a0 Fix #292 "state" parameter always True 2020-04-27 10:03:00 +03:00
zbeacon
9452d05fea Adding handling error on loading saved devices 2020-04-24 16:36:22 +03:00
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
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
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
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
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
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 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