Widged not showing all telemetry from ThingsBoard

I'm new with this platform (ThingsBoard) and I'm finding dificulties to understand the mechanics..

My problem is: I am sending, from my NodeMCU, data with this format:
image
Where the date is a string and the value is a int.

        tb.sendTelemetryString("data_completa", data.c_str());
        delay(100);
        tb.sendTelemetryInt("potencia", potencia);
        tb.loop();
        Serial.print(data.c_str());
        Serial.print("\t");
        Serial.println(potencia);

But when the data are received on ThingsBoard, the dashboard don't show all the data..
image
The weirdest thing is: doing debug in the Rule Chains, everything seems ok!


(I checked, each topic is a parameter from the Telemetry. There are 20 on total, resulting in the 10 lines showed on Serial)

I can't work with this, even because I will proccess the messages to interpretate and generate results...

Any tips?

Dear @Marcos_Alexandre_de_Jesus_Gomes ,
This is a problem that may be better off discussed on the ThingsBoard forum. We will try and fix your problem, but it seems that you are not using an Arduino software or hardware so it may be harder to find an answer here.

Oh I didn't know they had a forum, I looked for it and didn't find. I will search for my problem there.

Thanks @1noahb1 :heart:

1 Like

Glad I could help. :slight_smile:

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.