thingsboard / thingsboard-client-sdk

Client SDK to connect with ThingsBoard IoT Platform from IoT devices (Arduino, Espressif, etc.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sending telemetry data sucessfull but they are not in visible in thingsboard

radontec opened this issue · comments

WhatsApp Bild 2024-02-14 um 15 28 52_f7caecf6

[02/16/24 03:52:06:787] tb.connected()
[02/16/24 03:52:06:787] Sending telemetry...
[02/16/24 03:52:06:787] sendTelemetryJson responce = 1
[02/16/24 03:52:06:797] app_tb_send_telemetry ret = success
[02/16/24 03:52:06:797] telemetry sent to thingsboard

but I can´t find this data in thingsboard.
we are sending data every 10mins -> 144times a day an it works ~142 times but 2-4times it´s not working. but we are getting responce = 1

we are using an older version of this libary 0.7.0

When is tb.loop() called. Because we normally need to call that method in the main loop and ensure it is normally called around twice for every telemetry send.