Unmodeled data in IOT Central

james y 1 Reputation point
2021-04-08T02:31:57.907+00:00

Hi,

I am using MangOH yellow to post the data to IoT Central, and following this documentation for the configuration, but the data is showing in unmodeled data even after set up the Device templates, in the guide, it asks to select IoT Device in the Device template, but this option cannot migrate to the device in later steps. In the Azure IOT Edge device option, it asks manifest, how do I create manifest for MangOH yellow, and how do I model the data correctly.

Thanks,

James

85469-image.png
85523-image.png
85551-image.png

Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
353 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde 29,286 Reputation points MVP
    2021-04-08T19:41:46.74+00:00

    Hello @james y ,

    I have no MangOH Yellow device but I looked it up and it seems to be advertised as edge device.

    Still, running it as an Azure IoT Edge device and ingesting the data in IoT Central differs from the IoT Central bridge as seen in the link provided.

    Regarding the Azure IoT Edge deployment manifest, this is a concept seen in Azure IoT Edge for populating the Edge device with docker containers.

    You need to deploy the Azure IoT Edge runtime on your device (is that possible?) before you can switch over to that way of communication.

    Check out the MS Learn introduction.

    Regarding the template mismatch, I suggest checking the template you created with the data passing through the bridge. The associated github page shows how telemetry is ingested from the bridge for various platforms.