samson0v
|
1317a7b603
|
Revert "Revert "Fixes for PR #880""
This reverts commit 53628473e1.
|
2022-07-15 14:49:40 +03:00 |
|
samson0v
|
53628473e1
|
Revert "Fixes for PR #880"
This reverts commit cdc532d9cf.
|
2022-07-15 14:47:51 +03:00 |
|
samson0v
|
4ad52750b1
|
Changed generation method
|
2022-07-15 14:25:47 +03:00 |
|
samson0v
|
cdc532d9cf
|
Fixes for PR #880
|
2022-07-15 14:02:38 +03:00 |
|
samson0v
|
558032e625
|
Added certificates end date checking
|
2022-07-15 12:19:44 +03:00 |
|
samson0v
|
c79e300979
|
Fixed wildcard path use for OPC-UA Connector
|
2022-07-11 15:26:19 +03:00 |
|
Illia Barkov
|
a9b0d168b0
|
Revert "Revert "Serial connector: Load device config from device array ""
|
2022-07-11 11:58:15 +03:00 |
|
Illia Barkov
|
4e7f9f3b15
|
Revert "Serial connector: Load device config from device array "
|
2022-07-11 10:47:40 +03:00 |
|
Anirudh Mehta
|
d73d05ba4b
|
Serial Connector - Install pyserial
|
2022-07-06 12:42:35 +05:30 |
|
Anirudh Mehta
|
bc26367466
|
Serial Connecter: Delete device from connector
|
2022-07-05 15:55:11 +05:30 |
|
Anirudh Mehta
|
1aa3590eb8
|
Serial Connector: Fetch the device config from device array
|
2022-07-05 15:55:05 +05:30 |
|
samson0v
|
cb584366a5
|
Fixed backwards compatibility for OPC-UA AsyncIO Connector
|
2022-06-30 13:46:12 +03:00 |
|
samson0v
|
9e9c9ccd59
|
Added exception log if connector not implemented
|
2022-06-30 12:52:34 +03:00 |
|
Zhu Feng
|
1265be0358
|
resolve modbus_uplink_converter format
|
2022-06-30 10:41:18 +08:00 |
|
Zhu Feng
|
e1bd20196f
|
fix discrete_inputs & fix read coils bit * 8 & fix modbus decode coils
|
2022-06-23 18:34:13 +08:00 |
|
samson0v
|
7f6d91753c
|
Added Modbus GRPC Connector
|
2022-06-20 11:39:33 +03:00 |
|
samson0v
|
74d101e66d
|
Added OPC-UA GRPC Connector
|
2022-06-20 11:39:33 +03:00 |
|
samson0v
|
97f886fef0
|
Added MQTT GRPC Connector
|
2022-06-16 13:17:11 +03:00 |
|
samson0v
|
aade6b72d7
|
Changed adding deviceType in ODBC Connector
|
2022-06-16 10:58:03 +03:00 |
|
Vitalii Bidochka
|
1d43cf2d71
|
Merge branch 'thingsboard:master' into master
|
2022-06-16 07:57:56 +00:00 |
|
zbeacon
|
deebadb970
|
Added ability to request shared attributes for GRPC based connectors
|
2022-06-15 18:20:47 +03:00 |
|
samson0v
|
7db0cdf157
|
Fixed adding device in ODBC Connector
|
2022-06-15 16:03:52 +03:00 |
|
samson0v
|
eb7c7851c5
|
Fixed gw_grpc_connector
|
2022-06-15 13:44:02 +03:00 |
|
samson0v
|
cfe3f7746b
|
Added new method for GPRC Connector
|
2022-06-15 13:24:58 +03:00 |
|
zbeacon
|
0a6e79b759
|
Added ability to get devices from gateway to grpc connectors
|
2022-06-15 11:39:42 +03:00 |
|
samson0v
|
765ce710a6
|
Fixed statistics service stopping
|
2022-06-14 16:16:55 +03:00 |
|
samson0v
|
207cdd4461
|
Added xmpp folder to extensions
|
2022-06-10 10:56:36 +03:00 |
|
samson0v
|
33a035dd07
|
Added license for XMPP Converter
|
2022-06-09 15:04:10 +03:00 |
|
samson0v
|
b14d5aa8cf
|
Updated XMPP Connector
|
2022-06-09 15:02:34 +03:00 |
|
samson0v
|
baf40b0633
|
XMPP Connector initial commit
|
2022-06-02 14:36:12 +03:00 |
|
Illia Barkov
|
b7f51b3323
|
Merge pull request #838 from KevinPoole/bug-fix
thingsboard-gateway was failing to call __send_data_pack_to_storage
|
2022-05-31 15:29:53 +03:00 |
|
Kevin Poole
|
8103fb6f76
|
Tweaks based on PR comments
|
2022-05-31 08:21:52 -04:00 |
|
samson0v
|
16c9f9f470
|
Fixed data processing for SNMP Connector
|
2022-05-31 11:41:55 +03:00 |
|
Kevin Poole
|
2bae7d7f63
|
thingsboard-gateway was failing to call __send_data_pack_to_storage in multiple scenarios
|
2022-05-27 15:47:47 -04:00 |
|
Javier Núñez
|
a15ea27672
|
Small bugfix. Add opcua_asyncio/__init__.py extension file to avoid error with setup.py
|
2022-05-24 17:03:56 +02:00 |
|
samson0v
|
d06e270682
|
Added HotReloader
|
2022-05-24 11:37:20 +03:00 |
|
Illia Barkov
|
b227c97680
|
Merge pull request #817 from devaskim/master
Fix ignoring more than one command configurations.
Thanks @devaskim for participating in the project life.
|
2022-05-23 09:06:36 +03:00 |
|
devaskim
|
a8c875944b
|
Added unit tests. Fixed PR review comments.
|
2022-05-20 17:30:17 +05:00 |
|
samson0v
|
b2c286d648
|
Added license and updated tb_gateway.yaml
|
2022-05-20 11:18:50 +03:00 |
|
samson0v
|
936635519a
|
Refactored OPC-UA AsyncIO Connector
|
2022-05-19 12:44:19 +03:00 |
|
samson0v
|
08996fdbac
|
Updated RPC proccessing for OPC-UA AsyncOI Connector
|
2022-05-18 13:30:30 +03:00 |
|
samson0v
|
cb8b71f360
|
Added auth methods for OPC-UA Async IO Connector
|
2022-05-18 13:30:30 +03:00 |
|
Vitalii Bidochka
|
c8d95a2a8b
|
Merge branch 'thingsboard:master' into dev/opcua-asyncio
|
2022-05-18 10:30:21 +00:00 |
|
samson0v
|
4d5de7d80b
|
Added timeout parameter
|
2022-05-17 16:53:54 +03:00 |
|
samson0v
|
ba3c4e3c03
|
Added Statistics Service
|
2022-05-17 16:40:07 +03:00 |
|
samson0v
|
babc84b0c5
|
Updated OPC-UA AsyncIO Connector
|
2022-05-17 12:43:53 +03:00 |
|
Vitalii Bidochka
|
29327cf581
|
Merge branch 'thingsboard:master' into dev/opcua-asyncio
|
2022-05-11 10:55:31 +00:00 |
|
samson0v
|
c2e7501039
|
Fixed processing RPC valueExpression for MQTT Connector
|
2022-05-09 15:48:23 +03:00 |
|
samson0v
|
3d274c57b2
|
Added OPC-UA AsyncIO Connector
|
2022-05-06 13:34:12 +03:00 |
|
devaskim
|
752ab69426
|
Fix ignoring more than one command configurations.
|
2022-05-04 18:11:30 +05:00 |
|