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

1287 Commits

Author SHA1 Message Date
samson0v
5dc80247ca Added Socket Connector 2022-01-12 16:04:07 +02:00
Illia Barkov
c284dcf64b Update help_wanted.md 2022-01-11 12:23:40 +02:00
Illia Barkov
5595c47295 Merge pull request #693 from samson0v/master
Fixed modbus slave address error
2022-01-11 12:01:15 +02:00
samson0v
70d2fe2662 Fixed modbus config 2022-01-11 11:57:38 +02:00
samson0v
cf9f2b0c1e Fixed modbus slave address error 2022-01-11 11:56:13 +02:00
zbeacon
f9dc19796f Merge branch 'master' of https://github.com/thingsboard/thingsboard-gateway 2022-01-10 14:04:50 +02:00
zbeacon
2bccddea1d Updated copyright 2022-01-10 14:04:34 +02:00
zbeacon
ac0bcaf26e Merge branch 'master' of https://github.com/thingsboard/thingsboard-gateway into release/3.0.1 2022-01-10 13:54:21 +02:00
zbeacon
46b06e7d55 Updated for grpc 2022-01-10 13:28:30 +02:00
zbeacon
47794e31e7 Returned installation as a module 3.0.1 2022-01-10 10:07:36 +02:00
zbeacon
943b368e59 For release, fix for docker image 2022-01-10 08:52:18 +02:00
Illia Barkov
1d1b1fc245 Merge pull request #681 from ysimonx/patch-1
issue with __search_attribute_update_variables
2022-01-06 10:24:43 +02:00
ysimonx
a7e4945b5d issue with __search_attribute_update_variables
please take a look at

https://github.com/thingsboard/thingsboard-gateway/issues/680
2022-01-06 00:24:52 +01:00
zbeacon
f535369864 Updated requirements list, updated configurable parameter "handleDeviceRenaming" 2022-01-05 19:42:13 +02:00
Illia Barkov
246c6c9595 Merge pull request #677 from ysimonx/patch-1
typo error
3.0
2022-01-05 08:55:07 +02:00
ysimonx
ecb51cdded typo error
''2022-01-05 00:12:55' - ERROR - tb_gateway_service - 1007 - '>' not supported between instances of 'list' and 'int''
Traceback (most recent call last):
  File "/Users/ysimonx/Developpement/tb-gateway/env/lib/python3.9/site-packages/thingsboard_gateway/gateway/tb_gateway_service.py", line 1001, in __load_persistent_devices
    if len(devices[device_name] > 2) and device_name not in self.__renamed_devices:
TypeError: '>' not supported between instances of 'list' and 'int'

) seems to be at a wrong place
2022-01-05 00:21:23 +01:00
zbeacon
3f18273a65 Changed basic version for docker image 2022-01-04 15:39:17 +02:00
zbeacon
e00d57c3aa For release 2022-01-04 14:43:23 +02:00
zbeacon
5bdf668806 Refactored configuration wizard 2022-01-04 14:04:32 +02:00
zbeacon
1fe53d0b7e Refactoring 2022-01-04 12:55:50 +02:00
zbeacon
47b06a2908 Merge branch 'master' of https://github.com/thingsboard/thingsboard-gateway into feature/grpc-api 2022-01-04 12:48:51 +02:00
Illia Barkov
fe9241b41c Merge pull request #671 from samson0v/master
Added opportunity to load custom converter for BLE devices
2022-01-04 10:25:57 +02:00
samson0v
d1c5fb1ee9 Fixed forwarding connector type to BLE device 2021-12-31 11:20:23 +02:00
samson0v
5056f913d9 Added opportunity to load custom converter for BLE devices 2021-12-31 11:09:37 +02:00
Illia Barkov
1ff3ffd891 Merge pull request #669 from samson0v/master
Fixed data converting for BLE Connector
2021-12-30 16:22:53 +02:00
samson0v
9b3638abe2 Fixed config file for BLE Connector 2021-12-30 16:00:51 +02:00
samson0v
ce525f893b Fixed data converting for BLE Connector 2021-12-30 15:59:15 +02:00
zbeacon
01321d5056 Changed method for deliviring renamed device and deleted device notification from shared attributes update to RPC 2021-12-30 11:41:41 +02:00
zbeacon
f6fb504345 Changed default wordOrder for Modbus connector to little-endian, changed default byteOrder for downlink modbus converter to little-endian 2021-12-29 14:28:37 +02:00
Illia Barkov
6072f96503 Merge pull request #667 from samson0v/master
Fixed attributeUpdates processing for Modbus Connector
2021-12-29 14:22:47 +02:00
samson0v
5538b6890e Fixed imports 2021-12-29 14:17:51 +02:00
samson0v
8883357327 Fixed attributeUpdates processing for Modbus Connector 2021-12-29 14:16:49 +02:00
zbeacon
9901d6c1b5 Added RPC reply processing for GRPC API 2021-12-29 13:07:33 +02:00
Vitalii
4891bb39b7 Fixes of REST Connector (#665)
* Set SSL to false in REST Connector config file

* Fixed body section processing for REST Connector RPC

* Fixed REST Connector reloading error when changing config file

* Fixed body section processing for REST Connector RPC

* Fixed data section for REST RPC
2021-12-29 12:25:24 +02:00
zbeacon
d25e746ba0 Merge branch 'master' of https://github.com/thingsboard/thingsboard-gateway into feature/grpc-api 2021-12-29 11:21:58 +02:00
Illia Barkov
b05fca0ef0 Merge pull request #664 from samson0v/master
Fixed REST connector RPC processing
2021-12-28 12:52:15 +02:00
samson0v
f7f9e5d0d0 Optimize imports in REST Connector 2021-12-28 12:46:26 +02:00
samson0v
ce0fee2f3c Fixed REST connector RPC processing 2021-12-28 12:43:49 +02:00
Illia Barkov
8a47a1011f Merge pull request #656 from samson0v/master
Fixed AIOHTTP loop error
2021-12-28 09:50:33 +02:00
samson0v
fd5b57eb75 Added debug mode in config file for REST Connector 2021-12-20 14:29:47 +02:00
samson0v
ff241a71c7 Fixed AIOHTTP loop error 2021-12-20 13:41:32 +02:00
zbeacon
ced094db3d Merge branch 'master' of https://github.com/thingsboard/thingsboard-gateway 2021-12-17 15:24:27 +02:00
zbeacon
72f8f10f01 Added handling for device renaming/removing on ThingsBoard 2021-12-17 15:24:16 +02:00
Vitalii
1039a272d3 Fixed naming and saving config files for Modbus Adapter (#654)
* Fixed naming and saving config files for Modbus Adapter
2021-12-17 13:55:41 +02:00
Vitalii
859e6f2e80 BLE Connector Remastered (#653)
* Fixed stopping SQLite storage

* Changed the way of data reading and writing in SQLite Storage

* Changed stopping way for SQLite Storage

* Added Modbus Master Connector

* Created Modbus Server Connector

* Refactored Modbus connector

* Added backward compability adapter for modbus connector

* Fixed adapter

* Added license

* Added ASCII Framer support

* Added Modbus as a slave

* Added sub configuration to modbus slave

* Fixed modbus config file

* Fixed rpc and attributeUpdates for modbus slave

* Changed modbus config file

* Changed modbus config file

* Changed modbus config file

* Changed modbus config file

* Fixed modbus slave and config file

* Remake of BLE Connector

* Fixed logging

* Fixed imports

* Added passive scan mode for BLE Connector

* Optimized BLE Device
2021-12-16 16:07:24 +02:00
zbeacon
a7f99c0b9e Refactored shared attributes processing 2021-12-16 10:00:23 +02:00
zbeacon
19c72a6f32 Fix for default SSL value in REST Connector 2021-12-16 09:00:03 +02:00
zbeacon
66dbd12f68 Improved sending data in packs to TB 2021-12-13 16:04:24 +02:00
zbeacon
453dae38f7 Fix for wrong data for remote logging telemetry datapoint 2021-12-10 10:54:24 +02:00
zbeacon
c55927c0e7 Added statistics collecting in GRPC connector 2021-12-09 14:32:48 +02:00