Help with Azure Plug and Play Geospatial schema

Willess, Brian 451 Reputation points
2021-04-12T10:47:49.043+00:00

I'm working on creating a new Azure Plug and Play model. I like to use the Azure IoT Explorer application to test/validate my PnP implementation.

I've defined a entry in my model for GPS data, however when I send the data, the Azure IoT Explorer application does not resolve my telemetry data to the model entry. I found a DTDLv2 reference showing details for Gelspatial data here. This looks pretty straight forward.

86820-image.png

Here's where I am . . .

86895-image.png
86923-image.png

  • My application is sending up proper JSON telemetry
    86934-image.png
  • However, if I select the Azure IoT Explorer option to "Show modeled events" the telemetry is not resolved to the model

86874-image.png

Any idea what I'm doing wrong?

Thanks for the help!

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
156 questions
Azure IoT Plug and Play
Azure IoT Plug and Play
A Microsoft technology based on an open modeling language that enables developers to connect internet of things (IoT) devices to the cloud without having to write any code.
15 questions
Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
334 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
204 questions
0 comments No comments
{count} votes

2 additional answers

Sort by: Most helpful
  1. matsujirushi 636 Reputation points MVP
    2021-04-12T11:48:01.863+00:00

  2. Willess, Brian 451 Reputation points
    2021-04-12T12:46:37.45+00:00

    Thanks for your time, I'll create a bug report in that repo and also on the documentation page that specifies the capital "P"oint string.

    I thought about just trying this with an IoTCentral application to see if it works correctly, but I don't see a way to configure IoTCentral to resolve my PnP model without submitting it to the public PnP repo. Is there a way to have IoTCentral resolve my model from a different repo where I can make changes to my model?

    Thanks