Gateway not initializing connectors due to empty remote config payload #1969
Unanswered
rahulrgd18
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Hi @rahulrgd18, thanks for your interest in ThingsBoard IoT Gateway! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
I'm running into an issue with ThingsBoard Gateway where one instance works correctly, but a second gateway fails to initialize any connectors. Both are configured similarly and connected to the same ThingsBoard platform.
✅ Working Gateway Logs (partial):
Despite these errors, the gateway continues to operate and push data.
❌ Failing Gateway Logs:
What I’ve Checked:
My Question:
Is there a known dependency between the ThingsBoard platform version and the gateway version that could cause remote configuration to fail silently like this? Could an outdated gateway misinterpret the config payload or ignore it entirely?
Any guidance or suggestions would be appreciated. I can share full logs or config files if needed.
Thanks in advance!
— Rahul
Gateway 3.7.6 logs (working):
UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
from pkg_resources import get_distribution, DistributionNotFound
2025-09-16 19:05:46.456 - |INFO| - [tb_gateway_service.py] - tb_gateway_service - init - 154 - Gateway starting...
2025-09-16 19:05:46.571 - |INFO| - [tb_gateway_service.py] - tb_gateway_service - init - 168 - ThingsBoard IoT gateway version: 3.7.6
2025-09-16 19:05:46.892 - |INFO| - [tb_loader.py] - tb_loader - import_module - 73 - Import AsyncModbusConnector from D:\CODES\Gateway\venv\Lib\site-packages\thingsboard_gateway\connectors\modbus.
2025-09-16 19:05:46.953 - |INFO| - [modbus_connector.py] - modbus_connector - init - 100 - Starting Modbus Connector...
2025-09-16 19:05:46.959 - |INFO| - [tb_gateway_service.py] - tb_gateway_service - __init_and_start_regular_connector - 1043 - Cannot find separated report strategy for connector 'MODBUS'. The main report strategy will be used as a connector report strategy.
2025-09-16 19:05:46.970 - |INFO| - [slave.py] - slave - connect - 211 - Connected to Registers
2025-09-16 19:05:46.974 - |ERROR| - [tb_gateway_service.py] - tb_gateway_service - __connect_with_connectors - 1014 - ['e3a48750-86a6-4ddc-bb80-70001d1f04f3'] Error on loading connector 'MODBUS 5': 'master'
2025-09-16 19:05:46.975 - |ERROR| - [tb_gateway_service.py] - tb_gateway_service - __connect_with_connectors - 1016 - Error on loading connector 'MODBUS 5': 'master'
2025-09-16 19:05:46.981 - |ERROR| - [tb_gateway_service.py] - tb_gateway_service - __connect_with_connectors - 1014 - ['fa57e4a8-d84f-40de-8e73-6d6b4aa7c095'] Error on loading connector 'MODBUS 2': 'master'
2025-09-16 19:05:46.982 - |ERROR| - [tb_gateway_service.py] - tb_gateway_service - __connect_with_connectors - 1016 - Error on loading connector 'MODBUS 2': 'master'
2025-09-16 19:05:47.115 - |INFO| - [tb_client.py] - tb_client - connect - 394 - Connecting to ThingsBoard...
2025-09-16 19:05:47.126 - |INFO| - [tb_client.py] - tb_client - __send_connect - 423 - Sending connect to localhost:1883
2025-09-16 19:05:47.155 - |WARNING| - [tb_client.py] - tb_client - connect - 407 - Cannot use TLS connection on this port. Client will try to connect without TLS.
2025-09-16 19:05:47.156 - |INFO| - [tb_client.py] - tb_client - __send_connect - 423 - Sending connect to localhost:1883
2025-09-16 19:05:47.217 - |INFO| - [tb_client.py] - tb_client - _on_connect - 314 - MQTT client connected to platform localhost: 1883
2025-09-16 19:05:47.218 - |INFO| - [tb_device_mqtt.py] - tb_device_mqtt - _on_connect - 600 - MQTT client <paho.mqtt.client.Client object at 0x000001D9959DEA50> - Connected!
2025-09-16 19:05:47.261 - |INFO| - [tb_device_mqtt.py] - tb_device_mqtt - on_service_configuration - 927 - Service configuration was successfully retrieved and applied.
2025-09-16 19:05:47.262 - |INFO| - [tb_device_mqtt.py] - tb_device_mqtt - on_service_configuration - 928 - Current device limits: {'rateLimits': {'messages': None, 'telemetryMessages': None, 'telemetryDataPoints': None}, 'maxPayloadSize': 65536, 'maxInflightMessages': 100}
2025-09-16 19:05:47.263 - |INFO| - [tb_gateway_mqtt.py] - tb_gateway_mqtt - __on_service_configuration - 345 - Current limits for devices connected through the gateway: {'messages': None, 'telemetryMessages': None, 'telemetryDataPoints': None}
2025-09-16 19:05:47.578 - |INFO| - [tb_updater.py] - tb_updater - check_for_new_version - 83 - 3.7.7
2025-09-16 19:05:47.579 - |INFO| - [tb_updater.py] - tb_updater - check_for_new_version - 85 -
[===UPDATE===]
New version 3.7.7 is available!
[===UPDATE===]
2025-09-16 19:05:49.280 - |INFO| - [tb_gateway_service.py] - tb_gateway_service - init - 240 - Gateway core started.
2025-09-16 19:05:49.288 - |INFO| - [statistics_service.py] - statistics_service - __send_statistics - 234 - Collected regular statistics: {'machineStats': {'totalCpuUsage': 0.0, 'diskUsage': 64.1, 'freeMemory': 86.4, 'freeDisk': '43.4G', 'gwProcessCpuUsage': 0.0, 'gwMemory': 0.8, 'gwProcessMemoryFullInfo': {'rss': 70938624, 'vms': 104480768, 'num_page_faults': 28391, 'peak_wset': 73420800, 'wset': 70938624, 'peak_paged_pool': 401608, 'paged_pool': 370160, 'peak_nonpaged_pool': 40252, 'nonpaged_pool': 38808, 'pagefile': 104480768, 'peak_pagefile': 107134976, 'private': 104480768, 'uss': 46804992}, 'msgsSentToPlatform': 2, 'msgsReceivedFromPlatform': 0}, 'serviceStats': {'storageMsgPulled': 2, 'storageMsgCount': 0, 'platformMsgPushed': 0, 'platformAttrProduced': 0, 'platformTsProduced': 0}, 'connectorsStats': {'MODBUS': {'connectorMsgsReceived': 1, 'connectorBytesReceived': 73}}}
2025-09-16 19:05:49.289 - |INFO| - [tb_gateway_mqtt.py] - tb_gateway_mqtt - gw_subscribe_to_attribute - 267 - Subscribed to | with id 1 for device *
2025-09-16 19:05:49.325 - |INFO| - [tb_gateway_remote_configurator.py] - tb_gateway_remote_configurator - init - 85 - Remote Configurator started
2025-09-16 19:05:49.329 - |INFO| - [tb_gateway_service.py] - tb_gateway_service - init - 257 - Gateway connectors initialized.
2025-09-16 19:05:49.335 - |INFO| - [tb_gateway_service.py] - tb_gateway_service - init - 261 - Persistent devices loaded.
2025-09-16 19:05:49.336 - |INFO| - [tb_gateway_service.py] - tb_gateway_service - init - 285 - Gateway started.
2025-09-16 19:05:49.830 - |INFO| - [tb_gateway_remote_configurator.py] - tb_gateway_remote_configurator - _process_config_request - 253 - Requested remote configuration received, keys: ['MODBUS 5', 'active_connectors', 'MODBUS 2', 'mode', 'name', 'type', 'logLevel', 'configuration', 'configurationJson', 'configVersion', 'ts', 'MODBUS']
2025-09-16 19:05:49.854 - |WARNING| - [tb_gateway_remote_configurator.py] - tb_gateway_remote_configurator - _handle_connector_configuration_update - 738 - Connector with id 69621eda-d754-44ce-a98b-4609a0401a63 not found in available connectors
2025-09-16 19:05:49.856 - |WARNING| - [tb_gateway_remote_configurator.py] - tb_gateway_remote_configurator - _handle_connector_configuration_update - 747 - Connector with id 69621eda-d754-44ce-a98b-4609a0401a63 not found in available connectors
2025-09-16 19:05:49.899 - |INFO| - [tb_gateway_service.py] - tb_gateway_service - __init_and_start_regular_connector - 1059 - Cannot find separated report strategy for connector 'MODBUS'. The main report strategy will be used as a connector report strategy.
2025-09-16 19:05:49.905 - |ERROR| - [tb_gateway_service.py] - tb_gateway_service - __connect_with_connectors - 1014 - ['69621eda-d754-44ce-a98b-4609a0401a63'] Error on loading connector 'MODBUS 5': 'master'
2025-09-16 19:05:49.906 - |ERROR| - [tb_gateway_service.py] - tb_gateway_service - __connect_with_connectors - 1016 - Error on loading connector 'MODBUS 5': 'master'
2025-09-16 19:05:49.911 - |ERROR| - [tb_gateway_service.py] - tb_gateway_service - __connect_with_connectors - 1014 - ['fa57e4a8-d84f-40de-8e73-6d6b4aa7c095'] Error on loading connector 'MODBUS 2': 'master'
2025-09-16 19:05:49.912 - |ERROR| - [tb_gateway_service.py] - tb_gateway_service - __connect_with_connectors - 1016 - Error on loading connector 'MODBUS 2': 'master'
2025-09-16 19:05:49.937 - |WARNING| - [tb_gateway_remote_configurator.py] - tb_gateway_remote_configurator - _handle_connector_configuration_update - 738 - Connector with id df4b940c-10e6-4e18-ac66-38589ce8227a not found in available connectors
2025-09-16 19:05:49.938 - |WARNING| - [tb_gateway_remote_configurator.py] - tb_gateway_remote_configurator - _handle_connector_configuration_update - 747 - Connector with id df4b940c-10e6-4e18-ac66-38589ce8227a not found in available connectors
2025-09-16 19:05:49.976 - |INFO| - [tb_gateway_service.py] - tb_gateway_service - __init_and_start_regular_connector - 1059 - Cannot find separated report strategy for connector 'MODBUS'. The main report strategy will be used as a connector report strategy.
2025-09-16 19:05:49.983 - |ERROR| - [tb_gateway_service.py] - tb_gateway_service - __connect_with_connectors - 1014 - ['69621eda-d754-44ce-a98b-4609a0401a63'] Error on loading connector 'MODBUS 5': 'master'
2025-09-16 19:05:49.984 - |ERROR| - [tb_gateway_service.py] - tb_gateway_service - __connect_with_connectors - 1016 - Error on loading connector 'MODBUS 5': 'master'
2025-09-16 19:05:49.990 - |ERROR| - [tb_gateway_service.py] - tb_gateway_service - __connect_with_connectors - 1014 - ['df4b940c-10e6-4e18-ac66-38589ce8227a'] Error on loading connector 'MODBUS 2': 'master'
2025-09-16 19:05:49.991 - |ERROR| - [tb_gateway_service.py] - tb_gateway_service - __connect_with_connectors - 1016 - Error on loading connector 'MODBUS 2': 'master'
2025-09-16 19:05:50.002 - |ERROR| - [tb_logger.py] - tb_logger - exception - 182 - Exception on connector configuration update occurred:
Traceback (most recent call last):
File "D:\CODES\Gateway\venv\Lib\site-packages\thingsboard_gateway\tb_utility\tb_gateway_remote_configurator.py", line 560, in _handle_connector_configuration_update
connector_type = config['type']
~~~~~~^^^^^^^^
KeyError: 'type'
2025-09-16 19:05:50.064 - |INFO| - [tb_gateway_remote_configurator.py] - tb_gateway_remote_configurator - _process_config_request - 255 - Remote configuration received, key: ['MODBUS']
2025-09-16 19:05:50.066 - |INFO| - [tb_gateway_remote_configurator.py] - tb_gateway_remote_configurator - _process_config_request - 255 - Remote configuration received, key: ['MODBUS 2']
2025-09-16 19:05:50.076 - |WARNING| - [tb_gateway_remote_configurator.py] - tb_gateway_remote_configurator - _handle_connector_configuration_update - 738 - Connector with id 4bdc4dc1-6831-4596-9843-bf664772b3ae not found in available connectors
2025-09-16 19:05:50.077 - |WARNING| - [tb_gateway_remote_configurator.py] - tb_gateway_remote_configurator - _handle_connector_configuration_update - 747 - Connector with id 4bdc4dc1-6831-4596-9843-bf664772b3ae not found in available connectors
2025-09-16 19:05:50.117 - |INFO| - [tb_gateway_service.py] - tb_gateway_service - __init_and_start_regular_connector - 1059 - Cannot find separated report strategy for connector 'MODBUS'. The main report strategy will be used as a connector report strategy.
2025-09-16 19:05:50.124 - |ERROR| - [tb_gateway_service.py] - tb_gateway_service - __connect_with_connectors - 1014 - ['69621eda-d754-44ce-a98b-4609a0401a63'] Error on loading connector 'MODBUS 5': 'master'
2025-09-16 19:05:50.125 - |ERROR| - [tb_gateway_service.py] - tb_gateway_service - __connect_with_connectors - 1016 - Error on loading connector 'MODBUS 5': 'master'
2025-09-16 19:05:50.132 - |ERROR| - [tb_gateway_service.py] - tb_gateway_service - __connect_with_connectors - 1014 - ['4bdc4dc1-6831-4596-9843-bf664772b3ae'] Error on loading connector 'MODBUS 2': 'master'
2025-09-16 19:05:50.133 - |ERROR| - [tb_gateway_service.py] - tb_gateway_service - __connect_with_connectors - 1016 - Error on loading connector 'MODBUS 2': 'master'
2025-09-16 19:05:50.141 - |INFO| - [tb_gateway_remote_configurator.py] - tb_gateway_remote_configurator - _process_config_request - 255 - Remote configuration received, key: ['MODBUS 5']
2025-09-16 19:05:50.151 - |WARNING| - [tb_gateway_remote_configurator.py] - tb_gateway_remote_configurator - _handle_connector_configuration_update - 738 - Connector with id 20924c74-b8dc-4904-b406-25c5bc21aeae not found in available connectors
2025-09-16 19:05:50.152 - |WARNING| - [tb_gateway_remote_configurator.py] - tb_gateway_remote_configurator - _handle_connector_configuration_update - 747 - Connector with id 20924c74-b8dc-4904-b406-25c5bc21aeae not found in available connectors
2025-09-16 19:05:50.190 - |INFO| - [tb_gateway_service.py] - tb_gateway_service - __init_and_start_regular_connector - 1059 - Cannot find separated report strategy for connector 'MODBUS'. The main report strategy will be used as a connector report strategy.
2025-09-16 19:05:50.197 - |ERROR| - [tb_gateway_service.py] - tb_gateway_service - __connect_with_connectors - 1014 - ['20924c74-b8dc-4904-b406-25c5bc21aeae'] Error on loading connector 'MODBUS 5': 'master'
2025-09-16 19:05:50.199 - |ERROR| - [tb_gateway_service.py] - tb_gateway_service - __connect_with_connectors - 1016 - Error on loading connector 'MODBUS 5': 'master'
2025-09-16 19:05:50.205 - |ERROR| - [tb_gateway_service.py] - tb_gateway_service - __connect_with_connectors - 1014 - ['4bdc4dc1-6831-4596-9843-bf664772b3ae'] Error on loading connector 'MODBUS 2': 'master'
2025-09-16 19:05:50.206 - |ERROR| - [tb_gateway_service.py] - tb_gateway_service - __connect_with_connectors - 1016 - Error on loading connector 'MODBUS 2': 'master'
2025-09-16 19:06:48.306 - |INFO| - [statistics_service.py] - statistics_service - __send_statistics - 234 - Collected regular statistics: {'machineStats': {'totalCpuUsage': 0.0, 'diskUsage': 64.1, 'freeMemory': 88.0, 'freeDisk': '43.4G', 'gwProcessCpuUsage': 13.0, 'gwMemory': 0.9, 'gwProcessMemoryFullInfo': {'rss': 72196096, 'vms': 105259008, 'num_page_faults': 28716, 'peak_wset': 73420800, 'wset': 72196096, 'peak_paged_pool': 401608, 'paged_pool': 370160, 'peak_nonpaged_pool': 40840, 'nonpaged_pool': 39632, 'pagefile': 105259008, 'peak_pagefile': 107134976, 'private': 105259008, 'uss': 47775744}, 'msgsSentToPlatform': 73, 'msgsReceivedFromPlatform': 7}, 'serviceStats': {'storageMsgPulled': 62, 'storageMsgCount': 0, 'platformMsgPushed': 62, 'platformAttrProduced': 0, 'platformTsProduced': 62}, 'connectorsStats': {'MODBUS': {'storageMsgPushed': 121, 'connectorMsgsReceived': 58, 'connectorBytesReceived': 4234}, 'MODBUS_converter': {'convertersMsgProcessed': 59, 'convertersAttrProduced': 0, 'convertersTsProduced': 59}}}
Gateway 3.7.7 (Not Working)
UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
from pkg_resources import get_distribution, DistributionNotFound
2025-09-16 19:05:09.128 - |INFO| - [tb_gateway_service.py] - tb_gateway_service - init - 155 - Gateway starting...
2025-09-16 19:05:09.267 - |INFO| - [tb_gateway_service.py] - tb_gateway_service - init - 169 - ThingsBoard IoT gateway version: 3.7.7
2025-09-16 19:05:09.270 - |INFO| - [tb_gateway_service.py] - tb_gateway_service - _load_connectors - 980 - Connectors - not found, waiting for remote configuration.
2025-09-16 19:05:09.466 - |INFO| - [tb_client.py] - tb_client - connect - 416 - Connecting to ThingsBoard...
2025-09-16 19:05:09.468 - |INFO| - [tb_client.py] - tb_client - __send_connect - 445 - Sending connect to localhost:1883
2025-09-16 19:05:09.549 - |WARNING| - [tb_client.py] - tb_client - connect - 429 - Cannot use TLS connection on this port. Client will try to connect without TLS.
2025-09-16 19:05:09.549 - |INFO| - [tb_client.py] - tb_client - __send_connect - 445 - Sending connect to localhost:1883
2025-09-16 19:05:09.715 - |INFO| - [tb_client.py] - tb_client - _on_connect - 336 - MQTT client connected to platform localhost: 1883
2025-09-16 19:05:09.716 - |INFO| - [tb_device_mqtt.py] - tb_device_mqtt - _on_connect - 600 - MQTT client <paho.mqtt.client.Client object at 0x000002063342BA10> - Connected!
2025-09-16 19:05:09.806 - |INFO| - [tb_device_mqtt.py] - tb_device_mqtt - on_service_configuration - 927 - Service configuration was successfully retrieved and applied.
2025-09-16 19:05:09.807 - |INFO| - [tb_device_mqtt.py] - tb_device_mqtt - on_service_configuration - 928 - Current device limits: {'rateLimits': {'messages': None, 'telemetryMessages': None, 'telemetryDataPoints': None}, 'maxPayloadSize': 65536, 'maxInflightMessages': 100}
2025-09-16 19:05:09.808 - |INFO| - [tb_gateway_mqtt.py] - tb_gateway_mqtt - __on_service_configuration - 345 - Current limits for devices connected through the gateway: {}
2025-09-16 19:05:13.586 - |INFO| - [tb_gateway_service.py] - tb_gateway_service - init - 242 - Gateway core started.
2025-09-16 19:05:13.587 - |INFO| - [tb_gateway_mqtt.py] - tb_gateway_mqtt - gw_subscribe_to_attribute - 267 - Subscribed to | with id 1 for device *
2025-09-16 19:05:13.591 - |INFO| - [statistics_service.py] - statistics_service - __send_statistics - 234 - Collected regular statistics: {'machineStats': {'totalCpuUsage': 0.0, 'diskUsage': 64.1, 'freeMemory': 90.1, 'freeDisk': '43.4G', 'gwProcessCpuUsage': 0.0, 'gwMemory': 0.9, 'gwProcessMemoryFullInfo': {'rss': 72253440, 'vms': 106016768, 'num_page_faults': 27966, 'peak_wset': 72253440, 'wset': 72253440, 'peak_paged_pool': 401792, 'paged_pool': 370344, 'peak_nonpaged_pool': 36664, 'nonpaged_pool': 36392, 'pagefile': 106016768, 'peak_pagefile': 106024960, 'private': 106016768, 'uss': 48001024}, 'msgsSentToPlatform': 1, 'msgsReceivedFromPlatform': 0}, 'serviceStats': {'storageMsgPulled': 0, 'storageMsgCount': 0, 'platformMsgPushed': 0, 'platformAttrProduced': 0, 'platformTsProduced': 0}, 'connectorsStats': {}}
2025-09-16 19:05:13.596 - |INFO| - [tb_gateway_remote_configurator.py] - tb_gateway_remote_configurator - init - 85 - Remote Configurator started
2025-09-16 19:05:13.601 - |INFO| - [tb_gateway_service.py] - tb_gateway_service - _load_connectors - 980 - Connectors - not found, waiting for remote configuration.
2025-09-16 19:05:13.603 - |INFO| - [tb_gateway_service.py] - tb_gateway_service - init - 259 - Gateway connectors initialized.
2025-09-16 19:05:13.604 - |INFO| - [tb_gateway_service.py] - tb_gateway_service - init - 263 - Persistent devices loaded.
2025-09-16 19:05:13.605 - |INFO| - [tb_gateway_service.py] - tb_gateway_service - init - 287 - Gateway started.
2025-09-16 19:05:14.106 - |INFO| - [tb_gateway_remote_configurator.py] - tb_gateway_remote_configurator - _process_config_request - 255 - Remote configuration received, key: []
2025-09-16 19:05:48.119 - |WARNING| - [tb_device_mqtt.py] - tb_device_mqtt - _on_disconnect - 588 - MQTT client was disconnected by server with reason code 0 (Normal disconnection)
2025-09-16 19:05:53.169 - |INFO| - [tb_client.py] - tb_client - _on_connect - 336 - MQTT client connected to platform localhost: 1883
2025-09-16 19:05:53.171 - |INFO| - [tb_device_mqtt.py] - tb_device_mqtt - _on_connect - 600 - MQTT client <paho.mqtt.client.Client object at 0x000002063342BA10> - Connected!
2025-09-16 19:05:53.176 - |INFO| - [tb_gateway_mqtt.py] - tb_gateway_mqtt - gw_subscribe_to_attribute - 267 - Subscribed to | with id 2 for device *
2025-09-16 19:05:53.218 - |INFO| - [tb_device_mqtt.py] - tb_device_mqtt - on_service_configuration - 927 - Service configuration was successfully retrieved and applied.
2025-09-16 19:05:53.218 - |INFO| - [tb_device_mqtt.py] - tb_device_mqtt - on_service_configuration - 928 - Current device limits: {'rateLimits': {'messages': None, 'telemetryMessages': None, 'telemetryDataPoints': None}, 'maxPayloadSize': 65536, 'maxInflightMessages': 100}
2025-09-16 19:05:53.219 - |INFO| - [tb_gateway_mqtt.py] - tb_gateway_mqtt - __on_service_configuration - 345 - Current limits for devices connected through the gateway: {}
2025-09-16 19:05:54.186 - |WARNING| - [tb_device_mqtt.py] - tb_device_mqtt - _on_disconnect - 588 - MQTT client was disconnected by server with reason code 0 (Normal disconnection)
2025-09-16 19:05:59.228 - |INFO| - [tb_client.py] - tb_client - _on_connect - 336 - MQTT client connected to platform localhost: 1883
2025-09-16 19:05:59.229 - |INFO| - [tb_device_mqtt.py] - tb_device_mqtt - _on_connect - 600 - MQTT client <paho.mqtt.client.Client object at 0x000002063342BA10> - Connected!
2025-09-16 19:05:59.232 - |INFO| - [tb_gateway_mqtt.py] - tb_gateway_mqtt - gw_subscribe_to_attribute - 267 - Subscribed to | with id 3 for device *
2025-09-16 19:05:59.289 - |INFO| - [tb_device_mqtt.py] - tb_device_mqtt - on_service_configuration - 927 - Service configuration was successfully retrieved and applied.
2025-09-16 19:05:59.290 - |INFO| - [tb_device_mqtt.py] - tb_device_mqtt - on_service_configuration - 928 - Current device limits: {'rateLimits': {'messages': None, 'telemetryMessages': None, 'telemetryDataPoints': None}, 'maxPayloadSize': 65536, 'maxInflightMessages': 100}
2025-09-16 19:05:59.291 - |INFO| - [tb_gateway_mqtt.py] - tb_gateway_mqtt - __on_service_configuration - 345 - Current limits for devices connected through the gateway: {}
Beta Was this translation helpful? Give feedback.
All reactions