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

977 Commits

Author SHA1 Message Date
zbeacon
f897c65a9e Changed device connecting logic when connection to TB is lost 2021-04-26 13:55:01 +03:00
zbeacon
4e1c603718 Added ability to change statistics pushing period #506 using statsSendPeriodInSeconds parameter 2021-04-26 13:06:01 +03:00
zbeacon
12a88a9693 Refactoring in Modbus Connector 2021-04-13 11:37:24 +03:00
zbeacon
514e5380f3 Added check for connection attempts 2021-04-13 11:35:33 +03:00
zbeacon
b5ebde46c6 Set default value for config RPC value to zero (Required for RPC's) #498 2021-04-13 09:52:04 +03:00
zbeacon
8bb7404f41 Removed useless changes 2021-04-09 09:53:00 +03:00
zbeacon
cfa6d02a27 Updated copyright 2021-04-09 09:15:51 +03:00
zbeacon
64a1eb870a Changed structure for utilities 2021-04-09 09:00:39 +03:00
zbeacon
2739966d17 Changed default host 2021-04-07 08:58:10 +03:00
zbeacon
ae66e6bf98 Changed file cleaning. 2021-04-07 08:56:00 +03:00
zbeacon
675a64d2db TBUtility improvements 2021-04-06 16:06:27 +03:00
zbeacon
49910b42c3 For release 2.6 2021-03-22 12:55:11 +02:00
zbeacon
5b7070e262 Added ability to use multiple ODBC connectors for different tables in the same database #466. Thanks @murp-C2D2 2021-03-22 10:37:24 +02:00
zbeacon
d4ee89640f Fix #489 2021-03-19 20:22:39 +02:00
zbeacon
e8dc141c3a Added ability to pass raw binary data for MQTT connector, according to #490 2021-03-19 20:09:17 +02:00
zbeacon
fd24937f18 Fix for #464 2021-03-01 16:35:26 +02:00
zbeacon
dd0218eccc Added ability to set parameter insecure in security section for MQTT connector configuration to remove hostname validation 2021-03-01 16:20:28 +02:00
zbeacon
f751aec1da Added ability to set insecure parameter in tb_gateway.yaml 2021-03-01 16:15:29 +02:00
zbeacon
acb528e268 Refactoring 2021-02-22 14:51:09 +02:00
zbeacon
88c30247c0 Fix for SendDataOnlyOnChange 2021-02-16 11:03:15 +02:00
zbeacon
df153fde30 Added bit processiong as int values in response 2021-02-09 15:40:14 +02:00
Illia Barkov
4c2128ebb6 Merge pull request #475 from arezola/arezola-patch-2
Update modbus_connector.py to solve the issue related with "missing 1 required positional argument: 'values'"
2021-02-09 10:25:32 +02:00
Illia Barkov
69121a28b6 Merge branch 'master' into arezola-patch-2 2021-02-09 10:24:40 +02:00
Alberto
7ad073ff97 Update modbus_connector.py
Added extra call to __available_functions so that when changing multiple registers using modbus function_code 15 or 16, the code uses "values" (line 301)  instead of "value" (line 297)
2021-02-08 12:44:38 +01:00
zbeacon
e742bf4611 Changed device characteristics data processing in case of "notify" method. 2021-01-29 09:58:00 +02:00
zbeacon
444123e1cc Merge branch 'master' of https://github.com/thingsboard/thingsboard-gateway into develop/2.4-python 2021-01-28 12:19:38 +02:00
zbeacon
f8ccdf8161 Refactored bytes uplink converter in Modbus to correcty handle bytes payload 2021-01-28 12:18:57 +02:00
Illia Barkov
0c6b2ef4d4 Merge pull request #461 from joerg555/master_jsm
OPCUA new syntax for "${$DisplayName}", ... optimise OPCUA scan
2021-01-18 10:19:45 +02:00
Jörg Schüler-Maroldt
6ffc50180b new syntax for "{$DisplayName}", ${$BrowseName}", "${$NodeId.Identifier}" to get devicename from current node without searching for opcua variable
optimize scanning of nodes with new function get_node_path(self, node).
2021-01-14 18:52:05 +01:00
zbeacon
fe0192df77 Fix for lowercase uuid in config 2021-01-14 08:47:57 +02:00
zbeacon
bec67286ed Fix #409 2021-01-08 15:38:02 +02:00
zbeacon
d6d0bd3b43 Improvements for Modbus connector. 2021-01-05 15:27:06 +02:00
zbeacon
e1688b882c #458 Fix for Modbus connector, when it stucks on connection to disconnected device. 2021-01-05 14:13:02 +02:00
zbeacon
c8674bf7f0 Merge branch 'master' of https://github.com/thingsboard/thingsboard-gateway into develop/2.4-python 2021-01-05 14:05:44 +02:00
Illia Barkov
bc173de972 Merge pull request #446 from iqihao/master
batch sub opc ua node
2020-12-21 09:33:03 +02:00
qihao
2f6f569aaa batch sub opc ua node 2020-12-19 14:37:55 +08:00
zbeacon
6d54926442 For release 2020-12-07 09:49:36 +02:00
Illia Barkov
dd8220a5b9 Merge pull request #436 from arezola/arezola-patch-1
Update bytes_modbus_downlink_converter.py
2020-12-06 09:08:39 +02:00
Alberto
8407d45f40 Update bytes_modbus_downlink_converter.py
3 bug fixing added:
1. byte_order logic in line 30
2. variable size calculation in line 55 (change 8with a 16)
3. Fix line 99 with the logic needed for saving more than one register (32 and 64 bit variables)
2020-12-04 08:32:48 +01:00
zbeacon
8ef653da59 Fix for RPC requests. Thanks @chenaiyuan #435 2020-12-04 08:20:17 +02:00
zbeacon
3fec991dd2 Refactoring 2020-11-25 10:22:49 +02:00
zbeacon
0bca893ac9 Modbus downlink processing refactored 2020-11-25 10:22:24 +02:00
zbeacon
c89085dce8 Updated Dockerfile 2020-11-24 11:52:24 +02:00
zbeacon
62d4ae8bab Improvements 2020-11-23 10:13:42 +02:00
zbeacon
41016250cc Added ability to use yaml files as configuration files 2020-11-23 10:12:50 +02:00
zbeacon
17218aa5b9 For release 2.5.4 2020-11-20 14:34:33 +02:00
zbeacon
f3907d7b4e Hotfix 2020-11-20 14:31:58 +02:00
zbeacon
e851fae17d For release 2020-11-20 11:02:41 +02:00
zbeacon
1a084a6380 Fix according to #429, thanks @ZHYZhanghaiyan 2020-11-16 12:56:26 +02:00
zbeacon
fd37ec5ea8 Added check for extension path 2020-11-16 11:53:01 +02:00