KiwiBryn / AzureIoTTheThingsNetworkIntegration

A sample integration of The Things Network and Azure IoT Hubs/Central
2 stars 0 forks source link

Arrival time of payload at TTN and Azure IoT central Timestamp don't match #1

Open KiwiBryn opened 4 years ago

KiwiBryn commented 4 years ago

I was checking why a graph didn't quite look right and noticed the timestamp of the message in Azure IoT Central device "raw view" and TTN Application Device Data view were upto 4 minutes different. Need to look at the payload field used as timestamp on TelemetryEvent payloads. AzureIoTCTimingV2 AzureIoTTTNTimingV2

Confirmed by checking the counter...

KiwiBryn commented 4 years ago

This was the post I based my approach on

https://stackoverflow.com/questions/55243977/provide-timestamp-in-message-to-iot-central

But something is not quite right