Hello i'm not able to send values to Thingsboard from node red using mqtt.
Broker = demo.thingsboard.io
port = 1883
topic = v1/devices/me/telemetry
copied the correct access token multiple times.
have tried sending this
{
"value" : 25
}
in template node, inject node, and also tried json node. no luck.
Have seen this issue here before, but not a good solution that actuall worked for me.