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

908 Commits

Author SHA1 Message Date
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
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
samson0v
d15deab1b8 Added authorization for OCPP Connector 2022-10-11 16:01:18 +03:00
devaskim
2521e93507 Fix data repack algorithm. 2022-10-08 19:12:02 +05:00
devaskim
f30694b372 Explicitly set maxPayloadSizeBytes in gateway configuration. 2022-10-08 01:00:52 +05:00
samson0v
cbb1adaa43 Fixed disconnecting ChargePoints in OCPP Connector 2022-10-06 11:20:01 +03:00
samson0v
34924774b3 Added security section for OCPP Connector 2022-10-06 10:41:27 +03:00
samson0v
ad9c725789 Added OCPP Connector 2022-10-05 14:59:02 +03:00
samson0v
33e45421a2 Fixed regex in get_values method 2022-10-05 11:38:05 +03:00
Robert Wilterdink
5db05aa86c Remove left-over tb_client + remove direct dependency on paho-mqtt (so it doesn't end up in the package dependencies) 2022-10-04 21:57:29 +02:00
Vitalii Bidochka
07156028bf Merge pull request #933 from wilterdinkrobert/feature/fix-opcua-asyncio
Feature/fix opcua asyncio
2022-09-29 12:48:37 +00:00
Robert Wilterdink
f41d9b50f0 opcua_asyncio: fixes transmission and data conversion delays 2022-09-28 15:44:10 +02:00
Robert Wilterdink
a9475d06a9 opcua_asyncio: fixes node paths in devices, restores relative node paths functionality, improved reconnects and uses device.values again. 2022-09-28 15:32:15 +02:00