Azure IoT Central (formerly Microsoft IoT Central) is a fully managed IoT SaaS (software-as-a-service) solution that makes it easy to connect, monitor and manage IoT assets at scale.
Questions tagged [azure-iot-central]
175 questions
1
vote
1 answer
How to send basic "Event" Measurement IOT Central (C#)
I am struggling to get "Event" type measurements into the IOT central app. I have successfully gotten Telemetry, State, and Location working as far as measurements go. However, when I call SendEventAsync() from my C# app and pass in my event…

Ben Lemond
- 13
- 3
1
vote
0 answers
Where is the pick list setting type?
According to the documentation, when creating a device template in the IOT Central application portal, there should be a setting type of pick list. I am not seeing this option.
I have tried reloading the window and I have checked in all three…

Jason Shuler
- 382
- 3
- 7
1
vote
2 answers
How to report telemetry to IOTCentral?
I can't figure out how to report telemetry to IOTCentral.
I created a Device Template, added a Telemetry measurement, Field Name "freeDiskSpace", Maximum Value 999999999999. Got a device associated with the template. Fired up the device code, but…

lordbah
- 313
- 1
- 2
- 12
1
vote
1 answer
How to connect arduino uno to Azure IoT Central
We want to connect Arduino uno to Microsoft Azure IoT Central. Is there any Step by Step guide or demo?
best regards
Ingo

Ingo
- 13
- 4
1
vote
1 answer
Support for pushing complete data to webhook in IOT central Rules
I want to get complete data when condition is met,
For example,
In below data, if type is equal to "Unknown", i want to push whole json data to webhook service in rules,
{
"timestamp": " 2017-04-28T08:16:14Z",
"type": "Unknown",
"mac":…

Raj
- 735
- 1
- 7
- 24
1
vote
4 answers
Sending Cloud-To-Device message for devices provisoned through IoT-central
I have been reading the documentation of this new SaaS offering, but I do not see any mention about being able to send a message to the device, eg: to switch ON/OFF an…

saikumar
- 98
- 1
- 8
1
vote
0 answers
Regarding Raspberry Version Support in Azure IoT Central
I am was trying to connect Raspberry Pi Model B+ to IoT Central. I configured the sample python app from 1 accordingly.
However the status page shows no message send even though device is working normally.
Would the sample app work only for…

user228226
- 29
- 2
1
vote
1 answer
Complex telemetry visualization and processing
I have several IoT devices (code is Java) that are in turn connected to several units locally. Each of these units reports data to the IoT device, and the IoT device publishes all the data in a variable array of nested objects, which also have…

Emil
- 384
- 2
- 11
1
vote
1 answer
Visualization in azure iot central
In azure IoT central, there are 3 modes of visualization:
1) Stacked
2) Unstacked
3) Shared
I understood stacked but what is the use for Unstacked and Shared?
What is meant by this "A graph for every measure is plotted against one Y-axis, but the…

user228226
- 29
- 2
1
vote
2 answers
Sample C code for Azure IOT Central device
I'm trying to develop a device suing Azure SDK C. I'm able to send telemetry messages (using the "iothub_ll_telemetry_sample" sample) but I'm NOT able to receive settings (I define a setting, FanSpeed, but when I change the value on IOT Central then…

Peter2018
- 11
- 1
1
vote
1 answer
Best method to send data to Microsoft Azure IoT central from multiple devices
I am looking for advice as to the best way to send data from multiple devices to IoT central.
To explain, I will be deploying 3-6 IoT connected microprocessors that will send data from multiple attached sensors to IoT central.
I will be doing this…

zferrie
- 11
- 1
1
vote
1 answer
Manually Triggering Alerts for Simulated Devices
is there anyway we can manually trigger an alert for a simulated device instead of waiting for its value to trigger it? e.g. manually setting the value of the device.

CompilationError
- 15
- 4
1
vote
1 answer
Does Microsoft IoT Central send data through an Azure IoT Hub...?
I am just reading up on the new IoT Central, currently in preview.
Our customers seldom let their devices connect to cloud by themselves,
but are rather connected to some kind of management system that in turn connects to Azure.
We however consider…

Tobias Persson
- 11
- 2
0
votes
2 answers
How can I view a hierarchical folder structure in Azure IoT Central device Files list?
Our devices upload daily files and we need them organised in a YYYY/YYYY-MM/YYYY-MM-DD folder structure but the devices Files page list in IoT Central only seems to display files and does not display folders.
The folder structure is created in…

Duncan Groenewald
- 8,496
- 6
- 41
- 76
0
votes
1 answer
Is it possible to access a .net6 dll from .net framework 4.7 or alternately build a .net4.7 dll from the sources of the .net6 framework?
I need to access IoT Central app APIs from a WPF/C# .Net 4.7 Framework application. I found this C# SDK that is created from the REST APIs. using autorest.
https://github.com/Azure-Samples/azure-iot-central-samples-csharp
Should it be possible to…

Duncan Groenewald
- 8,496
- 6
- 41
- 76