Questions tagged [azure-iot-central]

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.

175 questions
0
votes
1 answer

Add a specific name to a device when registering and provisioning the device to IoT central

I am trying to register and provision the devices(using Azure python sdk) on IoT central using the example : Github- Iot_Central_Python_Sample This sample code also has an option to assign a template to a device during the registration and it is…
Nikhil
  • 101
  • 2
  • 13
0
votes
1 answer

Azure IoT Central Device Template for Raspberry Pi 4

I was just following this document, and I see that there is no device template for Raspberry Pi 4 but for devices like MXChip it has, is it intended? Or is there any way to get the device template for Raspberry Pi 4?
0
votes
1 answer

Azure IoT Device Offline Commands Issue

I have an Azure IoT Device in an IoT Central application. We don't want it to execute offline commands. Is there any way to switch off this offline commands execution capability.
0
votes
1 answer

Connect real device to Azure IoT Central using MQTT

I'm fiddling around with Azure IoT central and I configured a device. Now I want to send data using MQTT from a real device (no code). I can't seemed to find information if this is possible for IoT central. For IoT hub I found: Azure Iot Hub MQTT I…
Sebastian S
  • 285
  • 2
  • 16
0
votes
2 answers

How to differentiate the data in IoT Central coming from multiple similar sensors(Philips hue bulbs) to a gateway device connected to IoT Central

We have a Gateway device which is registered in IoT central application. This gateway device is connected to multiple similar Sensor devices such as Philips hue bulbs via ZigBee. We are sending telemetry from sensors to IoT central via simple…
0
votes
1 answer

Azure IoT Edge Module Identity Translation for virtual Downstream Devices

I have the following setup: Multiple modbus sensors 1 Gateway connected to these sensors via ModbusTCP. On this gateway, one Azure IoT Edge module is running (using the NodeJS SDK), that reads all values of each connected sensor Azure IoT Central…
Flo
  • 31
  • 4
0
votes
1 answer

Azure IoT Central - cannot export to event hub - "Starting..."

I am trying to export device telemetry from my IoT Central app to an Event Hub. When I create a 'Data Export' and point it to my (existing) Event Hub, I see message Starting (this may take a few minutes) for about 10 minutes and then eventually I…
pathrider
  • 844
  • 2
  • 12
  • 27
0
votes
1 answer

Where to find the module name of device in azure IoT central

GET https://{subdomain}.{centralDnsSuffixInPath}/api/preview/devices/{device_id}/modules/{module_name}/components/{component_name}/telemetry/{telemetry_name} in this api where can i find a module name in azure iot central
0
votes
2 answers

How to move IoT Central application from one subscription to another

I created one IoT Central app form https://apps.azureiotcentral.com/ in my own subscription for a PoC. Now my customer wants me to move it to their own subscription. Question, is it possible to move the whole app? Or do I need to create a new app…
0
votes
1 answer

Use a custom angular client application with Azure IoT Central

I am exploring the Azure IoT central rest APIs to create a custom Angular client. Is this possible or does it have any limitations? IoT Central is attractive due to its pricing. Specifically, I found that retrieving multiple telemetry values isn't…
Subbu
  • 588
  • 1
  • 7
  • 18
0
votes
1 answer

IoT Edge telemetry does not show up in IoT Central

I've created a device template for my IoT Edge in Iot Central. I'm able to see the modules running on my device through (Devices-> Group of my device-> My Device -> Modules) and confirm it connecting to my IoT Edge and running sudo iotedge list. I…
adrianols
  • 1
  • 1
0
votes
1 answer

How to send writable property data in Azure IoT Central

I'm developing small IoT app using IoT Central. below is my device DCM I'm sending telemetry & property data using .Net simulator, but I cannot see TelemetryInterval property data in Azure IoT Central. (Telemetry data visible properly) Simulator…
Pankaj Rawat
  • 4,037
  • 6
  • 41
  • 73
0
votes
1 answer

Azure IOT Central - REST API - This API cannot be called for the application Error

I am trying explore on Azure IOT Central rest apis. IOT Central REST Ref But when i try to invoke any api, it throws below error, { "error": { "code": "InvalidRequest", "message": "This API cannot be called for the application…
Raj
  • 735
  • 1
  • 7
  • 24
0
votes
1 answer

Filtering telemetry from devices with multiple users in Azure IoT Central

Suppose that I have a device with multiple users. User 1 will start a session with the device, send some telemetry data over a period of time and eventually end their session. Next, User 2 will start a session and also send some telemetry data from…
0
votes
2 answers

Device telemetry: enum as schema.. How to use value/display value

We have a device template with an interface definition that contains a capability with Enum as schema... with possible values 0, 1, 2. For each of the values, I've defined a display name as shown in the image here. I've expected this display names…
MatejS
  • 1