thingsboard / thingsboard-gateway

Open-source IoT Gateway - integrates devices connected to legacy and third-party systems with ThingsBoard IoT Platform using Modbus, CAN bus, BACnet, BLE, OPC-UA, MQTT, ODBC and REST protocols
https://thingsboard.io/docs/iot-gateway/what-is-iot-gateway/
Apache License 2.0
1.72k stars 829 forks source link

Gateway does not connect with ThingsBoard #1128

Open letsbtw opened 1 year ago

letsbtw commented 1 year ago

Hello, my problem is pretty simple: I can't seem to connect my gateway with ThingsBoard. No error is showed when I run the gateway, but also nothing happens on ThingsBoard. What I am trying to do is to send telemetry with MQTT from an external device to ThingsBoard. So I have a modbus simulator sending data to this external device, and I want the same data to be sent with MQTT to ThingsBoard.

Configuration files mqtt.txt tb_gateway.yaml.txt custom_mqtt_uplink_converter.py.txt service.log storage.log tb_connection.log connector.log

Connector name MQTT Connector

samson0v commented 1 year ago

Hi @leitinhakk, thanks for your interest in ThingsBoard IoT Gateway! Please, replace all INFO with DEBUG levels in logs.conf and send them here, we need more logs to understand your problem.

letsbtw commented 1 year ago

here they are

service.log tb_connection.log connector.log