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

919 Commits

Author SHA1 Message Date
devaskim
12201978fc Configuration parameter mistype 2022-12-16 17:34:44 +05:00
Vitalii Bidochka
903da7c66f Merge pull request #1019 from engix-ltd/ttl_for_duplicate_service
[Core] Support of TTL in duplicate filtering.
2022-12-12 12:17:50 +02:00
xunyu.wang
2f4a451078 Revert "Update tb_gateway_service.py"
This reverts commit 19de138d8c.
2022-12-11 22:13:31 +08:00
devaskim
5800c8b40f Support of TTL in duplicate filtering. 2022-12-07 19:46:19 +05:00
Vitalii Bidochka
cca2d24f90 Merge pull request #1000 from engix-ltd/duplicate_detector
[Core] Data duplicate detector feature.
2022-12-01 08:59:30 +02:00
Illia Barkov
201bde31b5 Merge pull request #1009 from xunyuw/master
fix statistics service thread is blocking on rasperberry pi
2022-11-28 10:01:38 +02:00
Xunyu Wang
19de138d8c Update tb_gateway_service.py
Fix statistics threading is blocking on rasperberry pi
2022-11-26 11:39:00 +08:00
devaskim
3384ecf1d8 Support device deletion and renaming. 2022-11-25 17:28:18 +05:00
ahmed deria
0eaa4dd59a Updated commands in linux statistics file 2022-11-24 18:32:36 +02:00
devaskim
5c42f97c8a Made changes according to review comments. 2022-11-22 14:41:48 +05:00
samson0v
c5a3ea2e73 Added parameter minEventsProcess 2022-11-21 13:16:52 +02:00
samson0v
c3fe8308b6 Added parameter minEventsProcess 2022-11-21 13:12:30 +02:00
samson0v
85caed47cf Fixed RPC for Request Connector 2022-11-21 12:32:47 +02:00
samson0v
088a504f8f Updated SNMP Connector 2022-11-20 09:55:21 +02:00
samson0v
84d00ea784 Change ERROR to WARNING in statistics service log 2022-11-18 12:00:42 +02:00
samson0v
f43e9960cf Added statistics file examples for different OS 2022-11-18 11:43:30 +02:00
devaskim
5819ba258d Data duplicate detector feature. 2022-11-17 18:28:30 +05:00
samson0v
016163c779 Added shared subscriptions support for MQTT Connector 2022-11-16 17:10:47 +02:00
samson0v
67ce038d3e Fixed data misplaced for OPC-UA AsyncIO Connector 2022-11-16 11:59:05 +02:00
samson0v
9f18264c4c Fixed data-sending delay 2022-11-15 09:52:58 +02:00
samson0v
8567b007d6 Added sendDataOnlyOnChange parameter for MQTT Connector 2022-11-14 12:15:26 +02:00
samson0v
367b29f66d Updated GRPC Modbus Connector 2022-11-02 10:58:14 +02:00
samson0v
600bd6254e Updated GRPC MQTT Connector 2022-11-02 10:48:35 +02:00
samson0v
2f086c97b8 Added converter config error for MQTT Connector 2022-11-01 11:05:44 +02:00
Illia Barkov
162ce1ed53 Revert "Fixed getting custom converter" 2022-10-31 10:05:51 +00:00
samson0v
76c278c66b Fixed getting custom converter 2022-10-31 12:02:16 +02:00
samson0v
b46ad4725d Fixed getting converter type 2022-10-31 11:30:50 +02:00
imbeacon
c279f40e19 Added installation for new modbus library 2022-10-27 16:46:46 +03:00
imbeacon
26cb831bd5 Changed modbus library version 2022-10-27 16:24:52 +03:00
samson0v
417e128446 Fixed logs for Docker 2022-10-27 13:51:06 +03:00
Robert Wilterdink
715f837780 opcua_asyncio: use NodeId.to_string 2022-10-26 12:57:16 +02:00
samson0v
70750dcb10 Added cert config params to tb_gateway.yaml 2022-10-24 11:44:46 +03:00
samson0v
1ebe16327b Added MQTT version 5 support for MQTT Connector 2022-10-20 11:30:10 +03:00
samson0v
0068078d62 Fixed RTU multiple device connection bug for Modbus Connector 2022-10-19 15:24:47 +03:00
samson0v
fcb35c31e2 Fixed RTU multiple device connection bug for Modbus Connector 2022-10-19 15:10:23 +03:00
samson0v
62c2529426 Added raw data converter for MQTT Connector 2022-10-19 11:53:09 +03:00
Vitalii Bidochka
0ddedc5ff0 Merge pull request #954 from wilterdinkrobert/feature/opcua-asyncio-structs
opcua-asyncio: Support ExtensionObject / struct, LocalizedText and DateTime
2022-10-18 09:58:08 +00:00
Robert Wilterdink
5eccd76128 opcua_asyncio: Fixes node regex + improved log messages
Most NodeId types are very loose (especially Opaque/ByteString), hence the regex should be very inclusive as well.
2022-10-17 23:42:51 +02:00
Robert Wilterdink
37b1371247 opcua_asyncio: Encode VariantType.DateTime in isoformat 2022-10-17 23:40:12 +02:00
Robert Wilterdink
d7cdc35620 opcua-asyncio:
* Catch more exceptions that indicate a node is unavailable / does not exit
* Load ExtensionObject / struct type definitions from the server
* Unwrap LocalizedText objects
* Send ExtensionObjects as string
2022-10-17 16:34:46 +02:00
Illia Barkov
3dc3d0ef3f Merge pull request #938 from samson0v/connectors/ocpp
Added OCPP Connector
2022-10-17 11:18:39 +03:00
Vitalii Bidochka
7fda35728d Merge pull request #951 from bcl-dev/master
Fix: define pymodbus packages dependency version
2022-10-14 07:34:27 +00:00
Rocky
13228ec182 Fix: define pymodbus packages dependency version 2022-10-14 10:49:19 +08:00
Robert Wilterdink
e626f992de opcua_asyncio: Use 1 subscription object per connection + improved feedback & reset on node problems 2022-10-13 23:57:58 +02:00
samson0v
16d85a3053 Fixed getting config params MQTT Connector 2022-10-13 13:16:42 +03:00
Vitalii Bidochka
53172a99eb Merge pull request #944 from devaskim/gateway_mqtt_utils
Move device name and type extracting method to utility class.
2022-10-12 12:58:26 +00:00
devaskim
cde7f8bea8 Make static device name and type extracting method to re-use them in custom json converters. 2022-10-12 17:48:06 +05:00
Illia Barkov
278f97209b Merge pull request #940 from devaskim/max_payload_size_in_config
Explicitly set maxPayloadSizeBytes in gateway configuration.
2022-10-12 13:19:50 +03:00
devaskim
7557db20af Increased maxPayloadSizeBytes to 1024 bytes. 2022-10-12 14:20:29 +05:00
devaskim
13a53f5fae Fixed out of range exception. 2022-10-12 14:18:33 +05:00