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

583 Commits

Author SHA1 Message Date
samson0v
889271703e Added delay time for sending data packs 2021-10-13 11:52:18 +03:00
samson0v
d6a3f3d7c0 Fixed Gateway reconnection to TB 2021-10-13 10:46:29 +03:00
samson0v
8eda912686 Changed rest.json connector config 2021-10-08 14:23:41 +03:00
samson0v
0f4163fe89 Added SSL support for REST connector 2021-10-08 14:18:31 +03:00
zbeacon
758db25a9c Added ability to configure parameter maxPayloadSizeBytes in order to limit size from the gateway to ThingsBoard 2021-09-30 12:35:53 +03:00
zbeacon
e75abde701 Fix for checking size of outgoing message 2021-09-30 12:27:56 +03:00
samson0v
a5160eaad3 Renamed sqlite storage file 2021-09-29 19:37:29 +03:00
samson0v
eb8388ca0f Deleted files 2021-09-28 16:36:16 +03:00
samson0v
5b021029a2 Fixed sqlite storage 2021-09-28 16:22:49 +03:00
Vitalii
daa865d644 Merge branch 'thingsboard:feature/sql-lite-storage' into feature/sql-lite-storage 2021-09-28 15:49:04 +03:00
samson0v
01ea636969 Changed tb_gateway.yaml 2021-09-28 15:42:50 +03:00
samson0v
f926a23e2c Refactored sqlite storage 2021-09-28 15:36:46 +03:00
zbeacon
b400ef44f0 Particular fix for merge 2021-09-27 10:57:30 +03:00
samson0v
959cb3e071 Merge branch 'feature/sqlite-storage' of https://github.com/samson0v/thingsboard-gateway into pr/572
# Conflicts:
#	for_build/etc/systemd/system/thingsboard-gateway.service
#	for_build/etc/thingsboard-gateway/config/tb_gateway.yaml
#	for_build/etc/thingsboard-gateway/extensions/bacnet/__init__.py
#	for_build/etc/thingsboard-gateway/extensions/request/__init__.py
#	for_build/etc/thingsboard-gateway/extensions/rest/__init__.py
#	for_build/etc/thingsboard-gateway/extensions/serial/__init__.py
#	for_build/etc/thingsboard-gateway/extensions/serial/custom_serial_connector.py
#	for_build/etc/thingsboard-gateway/extensions/snmp/__init__.py
#	thingsboard_gateway/config/tb_gateway.yaml
#	thingsboard_gateway/gateway/configuration_wizard.py
#	thingsboard_gateway/gateway/tb_gateway_service.py
#	thingsboard_gateway/storage/file/event_storage_reader.py
#	thingsboard_gateway/storage/file/event_storage_writer.py
#	thingsboard_gateway/storage/file/file_event_storage.py
#	thingsboard_gateway/storage/sqlite/database.py
#	thingsboard_gateway/storage/sqlite/database_action_type.py
#	thingsboard_gateway/storage/sqlite/database_connector.py
#	thingsboard_gateway/storage/sqlite/database_request.py
#	thingsboard_gateway/storage/sqlite/storage_handler.py
#	thingsboard_gateway/storage/sqlite/storage_settings.py
2021-09-23 14:34:38 +03:00
samson0v
5e5a13b2a8 Added new config properties 2021-09-23 14:14:47 +03:00
samson0v
435413cbac Added SQLite storage 2021-09-23 13:27:40 +03:00
samson0v
ff536dde20 Fixed font and color for the configuration wizard 2021-09-22 14:07:57 +03:00
samuel
d9d44cfd24 PR Ready 2021-09-19 23:36:27 +02:00
samuel
f4797bddcb Pr ready 2021-09-19 23:32:48 +02:00
samuel
b97bd190b1 Deleteing stuff that should not be in PR 2021-09-16 01:37:34 +02:00
samuel
88c454568d Forgot to add imports to gateway service 2021-09-15 21:41:22 +02:00
samuel
e346071bd4 Ready for test 2021-09-15 21:10:32 +02:00
zbeacon
4d74282f15 Added import for constants 2021-09-14 12:20:24 +03:00
Samuel Ružek
141b3a947c Folder clean up 2021-09-14 09:02:48 +02:00
samuel
39914f37fb Fixing after merge 2021-09-11 22:16:46 +02:00
Samuel Ružek
31975076b9 Sqlite Storage implementation 2021-09-11 20:04:30 +00:00
samson0v
46c388ff40 Fixed basic handler for REST connector 2021-09-09 09:58:52 +03:00
samson0v
e4ee21aa12 Changed web server from Flask to AIOHTTP 2021-09-08 16:25:58 +03:00
zbeacon
838617f8aa Fix for log import 2021-09-08 12:45:55 +03:00
zbeacon
7d755c1fb3 Applied autoformat 2021-09-07 15:37:33 +03:00
zbeacon
4662c3e147 Merge branch 'master' of https://github.com/thingsboard/thingsboard-gateway 2021-09-06 16:26:24 +03:00
zbeacon
64c3cfbfea Moved saving data to storage to separated thread 2021-09-06 16:26:11 +03:00
Vitalii
bd6030aa0f Fixed converter for FTP and MQTT Connectors (#564)
* Fixed converter for FTP Connector

* Fixed convertor for MQTT Connector

* Fixed converters

* Revert "Fixed convertor for MQTT Connector"

This reverts commit 8ee872ba

* Revert "Fixed converter for FTP Connector"

This reverts commit 177042a8

* Revert "Fixed convertor for REST Connector"

This reverts commit ebe36489
2021-09-06 13:13:09 +03:00
samson0v
ebe3648922 Fixed convertor for REST Connector 2021-09-02 16:17:33 +03:00
zbeacon
85a3184c70 Refactoring 2021-08-31 17:39:05 +03:00
zbeacon
6f093b720e Changed font for configuration wizard 2021-08-31 17:18:34 +03:00
zbeacon
e76186c4e4 Moved call for main function 2021-08-31 16:55:07 +03:00
samson0v
f6acad46de Fixed config file path resolving 2021-08-31 16:43:28 +03:00
samson0v
8af801df91 Added default values 2021-08-31 16:26:08 +03:00
Vitalii
011118588f Merge branch 'thingsboard:master' into feature/setup-wizard 2021-08-31 15:48:29 +03:00
samson0v
b64cb3b583 Added validators to setup-wizard and added entry point to setup.py 2021-08-31 15:47:39 +03:00
samson0v
e21f84c6f1 Added setup wizard and updated setup.py 2021-08-31 15:06:07 +03:00
samson0v
855494c476 Fixed mqtt config file 2021-08-30 16:30:06 +03:00
Samuel Ružek
2e118b354b 2.7 update 2021-08-30 15:29:06 +02:00
samson0v
8bf417e96d Added multithreading converting data for bacnet connector 2021-08-30 15:18:07 +03:00
samson0v
8e7be4bdf8 Added multithreading converting data for modbus connector 2021-08-30 13:34:11 +03:00
samson0v
9c5d3d3a47 Added multithreading converting data for mqtt connector 2021-08-27 15:50:28 +03:00
samson0v
33b8c3918a Fixed path resolving for opcua connector 2021-08-26 15:46:31 +03:00
samson0v
44642e4ef9 Added multithreading converting data for request connector 2021-08-26 12:44:37 +03:00
zbeacon
21b896caa5 Fix for modbus connector in case of connecting to several devices over serial port 2021-08-25 13:08:28 +03:00