Latency of receiving data in IoT central device

Choi Wenbin 0 Reputation points
2024-08-20T05:36:26.7933333+00:00

Currently, i am using a Python script to send simulated data to my IoT central device. The script works perfectly fine but the only problem I have is the latency. It takes 3~10 mins to actually appear in the Device's raw data. How can I fix this latency??

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
397 questions
Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
362 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde | MVP 32,011 Reputation points MVP
    2024-08-20T15:24:58.6933333+00:00

    Hello @Choi Wenbin ,

    welcome to this moderated Azure community forum.

    Better questions with more information lead to better answers from our community members.

    Please provide information about the steps you have taken, the guide you follow, and any errors you receive so fellow members can understand your question better.

    This latency of the raw messages you experience is a bit uncommon although it's not clear what code you are using.

    IoT Central uses an Azure IoT Hub underneath the covers and the response time is usually 'sub-second'.

    It could be you user interface of Azure IoT Central is causing the delays.

    Please check the raw data pages of your device instead of the dashboards.

    Please test with the example seen in this blog post. It is referencing the IoT Hub but it also contains a DPS example in GitHub so it should work for IoT Central too.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.