Skip to content

MQTT -> IoTHub -> TimeSeriesInsights #25

@git2sunder

Description

@git2sunder

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [x] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

We are pushing data via mosquitto_pub with the following command

mosquitto_pub -d -h TestHub.azure-devices.net -p 8883 -i 16225 -u "TestHub.azure-devices.net/16225/?api-version=2018-06-30" -P "SharedAccessSignature sr=TestHub.azure-devices.net%2Fdevices%2F16225&sig=m%someRandomKey3" -t "devices/16225/messages/events/" -m "{"deviceId":16225,"data":[{"Actweight[4]":233,"RecipeValue":69450}}]" -V mqttv311 --cafile /tmp/IoTHubRootCA_Baltimore.pem -q 1

DeviceId is the timeseries ID defined when creating the instance

The data is received OK in IoTHub explorer but shows up as null in IoT Time Series insights. Any suggestions?
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions