Questions tagged [azure-iot-central]
The azure-iot-central tag has no usage guidance, but it has a tag wiki.
61
questions
0
votes
1answer
16 views
Using a geopoint property in Azure IOT Central
I'm using the IOTC firmware (through python).I have been able to upload location data as telemetry. However I have not been able to upload location data as a basic property. Is this possible?
Since ...
0
votes
0answers
14 views
Upgrade IOT central application
Anyone knows how to upgrade/update my existing IOT central application to the new features? Example under roles I do only have the old ones same goes for API and so on.
0
votes
1answer
69 views
How do I connect Minew BLE Gateway with Azure Iot Central?
I am trying to connect a Minew BLE Gateway Device (https://en.minewtech.com/gateway.html) to azure IOT Central. The device template has a prebuilt for this device named as FM 201 BLE and I just went ...
0
votes
1answer
38 views
IoT Central - State values error: Another instance with the same id already exists
I just don't get it.
If I want to define a status, I must be able to refer to a value several times, right?
Sensor value is occupancy with value 0 (Free) or 1 (Occupied). So I have 2 states, but I ...
1
vote
1answer
51 views
How to add a struct to Azure IoT Central custom application
I have a custom application in Azure IoT Central. I have my device created and can send data up with basic data types (bool, float, int).
From the C api it looks like there is a mechanism to declare ...
1
vote
1answer
55 views
Iot Central to Blob Storage Data encrypted telemetry data body
i have got a problem regarding saving telemetry data/json into a blob storage.
The problem is that the saved data has sort of encrypted my valuable telemetry data.
{"EnqueuedTimeUtc":"2019-11-25T15:...
1
vote
2answers
128 views
How to connect a gateway in Azure iot Central
recently MS has released a new feature regarding IoT-Central.
One of these features is about connecting an Iot-Node/Device to Iot-Central as Gateway.
Since I haven't found any documentation about it, ...
1
vote
3answers
86 views
Invalid URL error is raised when running azure iotc.connect() from within a Python:3.7 base image docker container
My script runs correctly and can connect to IOT central when ran on the host RaspberryPi, Python3.7 and also from my Windows10 laptop. However, it raises an InvalidURL(f"URL can't contain control ...
0
votes
1answer
60 views
Can't connect to IoT Central using X509 certificates
Using the sample code from this article, I've been able to connect to IoT Hub using DPS with a Group Enrollment based on X509 certs. However, using the same code and certs to connect to Central, the ...
0
votes
0answers
38 views
Authentication failures
I am trying to use the out of the box Microsoft Flow template to trigger a command in Azure IoT Central . When I execute the flow I get a 502 Bad gateway error . Error details are below .
{
"error"...
1
vote
1answer
72 views
Raspberry pi sensor data monitoring in cloud
I'm building my first project which is related with cloud & raspberry Pi GPIO pins (or sensors for that matter) but I got a bit stuck and hope that someone could help me by pointing to the right ...
1
vote
1answer
52 views
How long does Azure IoT Central Store telemetric data?
I would like to know how long my telemetry data will be stored by IoT Central.
Thanks for every answer in advanced!
0
votes
0answers
53 views
How to export data from Azure Blob Storage to Azure Table Storage
I want to be run a Azure Data Factory Pipeline reading data from a Blob Storage to another data sink. The data in the blob storage is produced by Continuous Data Export from IoT Central.
I tried to ...
0
votes
0answers
46 views
Whats the right approach to send TEXT telemetry to Azure IOTCENTRAL?
I'm trying to make a car parking type of application and I need to send the following data to IOTCENTRE
Checkin-Time:timestampl
CheckOut-Time:timestamp
Car-Registration-Number:TEXT/alphanumeric
The ...
2
votes
1answer
263 views
Azure: How to connect to IOT-Central directly, via API or Webhook?
I would like to to know if there is a way to directly connect to IOT-Centrals Rest-API, I would like to create a web-application from the telemetry data which are displayed there.
As far as my ...
0
votes
0answers
40 views
Secure data ingestion to IoT Central through the IoT Central Bridge
To enable MQTT-ingestion into IoT Central I´ve deployed the IoT Central Bridge.
It provides a simple way of posting inbound messages through a simple HTTP POST call (it inherently stores required ...
0
votes
1answer
65 views
Send device twin property from azure iot central to device
I'm trying to connect an Stm32 discovery kit IoT Node with Azure IoT Central.
I created a device template and device in IoT Central and have created a connection string.
With a virtual device I ...
0
votes
1answer
139 views
How can I configure Python iotc to use WebSockets over port 443 instead of MQTT over port 8883
I am creating an IoT application with Azure IoT Central. The client is written in python and I am using the iotc library (https://pypi.org/project/iotc/) to send / receive messages.
The firewall here ...
1
vote
1answer
125 views
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 ...
0
votes
0answers
122 views
Digital Twin Definition Language (DTDL), IoT Plug and Play and field gateways
I just saw the new Iot Plug and Play description here:
https://github.com/Azure/IoTPlugandPlay
As far as I can see a device is described as interfaces, and interfaces are composed of capabilities.
...
1
vote
1answer
79 views
Iot central and TPM provisioning
Can a Device with a TPM Chip be connected to Iot central using a TPM Chip?
If so how? I can not find any docu. I only see SAS and certificate.
It should be also possible to add an enrollment in the ...
1
vote
0answers
28 views
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 ...
1
vote
2answers
89 views
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 ...
0
votes
1answer
66 views
Provisioning successful(?) but returns error
The call to register a device to IoTCentral returns an exception, but the device does become visible in the web app (under Unassociated Devices).
Googled, couldn't find anything. Ran with DEBUG=*, ...
0
votes
1answer
127 views
Azure Sphere Doesn't send telemetry to Iot central IOTHUB_CLIENT_CONNECTION_NO_NETWORK
Hello I'm trying to run the MT3620 AzureIot sample to send data from my azure sphere MT3620 (Mini-devboard) to my Azure Iot Central.
I followed all the steps of the tutorial: https://github.com/Azure/...
5
votes
3answers
3k views
What is the difference between Azure IoT Hub and Azure IoT Central?
I used Azure IoT Hub earlier and now I found a new topic Azure IoT Central which looks as same as the Azure IoT Hub.
I am confused with the difference between these IoT Services, Can anyone explain ...
1
vote
2answers
98 views
Rule to check when device stops sending messages to IoT Central
I want to create a rule to check when my device stops sending messages to IoT Central.
For example, when I have a power outage and my device stops working I want to be able to fire an action: send ...
0
votes
1answer
131 views
Connectivity via a Field Gateway with IoT Central
I am building an IoT Solution based on non programmable devices. I can just configure a host where they can connect to send data and receive commands.
Now, supposed that I know the messaging protocol ...
0
votes
2answers
175 views
Sending data top IoT Central from Node-Red, not requiring dps-keygen
I am using Node-Red to acquire MQTT data from a SCADA system. The data is ingested by subscribing to topics on an external MQTT broker, it contains both telemetry and error/events from specific assets....
0
votes
0answers
69 views
Azure IoT Central - Device Property [Toggle] values on UI
My Template contains evice Property, type: Toggle.
I have set Property value = true
I see toggle in ON mode on the device properties page, but on Device Set Greeds this value is always OFF.
How to fix ...
0
votes
0answers
106 views
Data type of reported properties for syncing IotCentral device properties of type toggle
I am writing a device client for Azure IotCentral in Java. I have problems getting device twin properties to show as "synced" in IotCentral.
Specifically, I have a "toggle" property named "test".
I ...
0
votes
1answer
263 views
Azure IoT Central - Display Command execution results
how to display Commands results in IoT Central - Commands page?
Flow:
Command sent to Device
Device received the command and returns Payload:
{
"status": 200,
"payload": {
"command": "ping"...
0
votes
1answer
224 views
Azure IoT Central - Get “Device ID” by “Device Connection ID”
I have a real Use Cace with Azure IoT Central:
Device manufactured, serial number printed on the device case:
S/N = "08-00-27-04-77-77"
Device registered in IoT Central:
Device ID = S/N (08-00-27-...
1
vote
2answers
333 views
Provide timestamp in message to IoT central
I want to connect a 'real device' with Azure IoT Central and connect a local source application to it using MQTT. I use this code for the connection and replace.
However, I cannot find any ...
0
votes
1answer
71 views
See real telemetry values second to second on iot central
I have used iot central of microsoft azure for two days but I haven't managed to graph the data that arrives second to second without an aggregate function (Average, minimum, maximum, sum, count), ...
0
votes
1answer
108 views
Send reported properties to Azure IOT Central with IOS SDK
I'm struggling with the IOT Central SDK to send reported properties to my IOT Central but so far I haven't found any way to do it.
Have anyone managed to perform this very task? I have no problem ...
2
votes
2answers
202 views
What is the correct format for location that works with azure iot central's device property?
I updated a device property with location floating points like (11.111, -116.11) and in dms format but seems like the Azure map in dashboard doesn't get updated. Does anyone have any ideas ?
1
vote
1answer
480 views
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
0
votes
1answer
170 views
Querying device's telemetry/status/event from Azure IoT Central
I've created an Azure IoT Central solution, where I successfully registered an IoT device. I'm able to save telemetry/status/event data for the device, however I could not find an option to query the ...
0
votes
1answer
70 views
Getting data from IoT Central but seperate email by using logic app
we have data at IoT Central and send it to Event hub and then by using logic app we are sending those data to our email(JSON). but the thing is we are getting 2 emails one has information about '...
0
votes
1answer
258 views
Is there a Azure IOT Central C API?
I am trying to interface with Azure IoT Central - I already have a subscription and whatnot. Does this exist? I am intending to get data from my Raspberry Pi and post it to Azure Iot Central.
I found ...
1
vote
1answer
110 views
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-...
2
votes
1answer
845 views
How to use MQTT.fx to connect to IOT central?
I am trying to use MQTT directly to connect to IOT central.
I just followed below documentation,
https://docs.microsoft.com/en-us/azure/iot-central/concepts-connectivity#connect-a-single-device
https:...
1
vote
3answers
2k views
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 equipment.
https://docs....
0
votes
1answer
110 views
Azure IOT Central Complex Rules
I have to create some rules on Azure IOTCentral with some complexity. These device sensors have connectivity issues so some metrics need to be calculated in a time window using statistical methods to ...
2
votes
2answers
502 views
IoT Hub Device Provisioning Service (DPS) for Azure IoT Central (SaaS)
How to provision devices into IoT Central using DPS?
Documentation says that there is an advanced option available to provision device directly to IoT central.
But when i check in DPS application, ...
0
votes
1answer
201 views
KepServerEx connection to Azure IoT Central
I am working on a proof of concept for a monitoring solution and have been able to use the Gateway(Kepserverex) > IoT hub > Power BI model to view my data. The solution works but not scalable so I ...
-1
votes
1answer
448 views
Error CS1061 'DeviceClient' does not contain a definition for 'SetInputMessageHandlerAsync'
I try to build IoT Edge module termo sensor from the Microsoft sources. When I build project, I got the error:
"Error CS1061 'DeviceClient' does not contain a definition for
'...
0
votes
1answer
133 views
IOT Central - Reported properties issue
I'm having an issue getting Reported properties to update/display properly when sending from the device. I'm using the starter code provided in the IOT Central/ IOT Hub docs. Code below. When the ...
0
votes
1answer
127 views
What is the correct JSON format to report “DateTime” property to IoT Central?
Question 1:
As titled. I was able to report Location property using Device Property library in the Property tab in Azure IoT Central, but cannot find the correct json format to report a DateTime ...