Daniel

Results 2 comments of Daniel

I faced with the similar issue. Thingsboard doesn't process telemetry with timestamps. If I remove the ts from the telemetry message, it works. Any news on this?

Wow, I spent a lot of time resolving this. @zsamora Thank you, this is the solution. Array of dictionaries has to be used: ` sensor_data = [{"ts": 1714591946064, "values":{"node_rx_RSSI": 1,...