azure-iot-sdk-python icon indicating copy to clipboard operation
azure-iot-sdk-python copied to clipboard

A Python SDK for connecting devices to Microsoft Azure IoT services

Results 34 azure-iot-sdk-python issues
Sort by recently updated
recently updated
newest added

# Context - **OS and version used:** Windows 10 - **Python version:** 3.9.11 - **pip version:** 22.2 - **list of installed packages:** azure-iot-device==2.11.0 - **cloned repo:** azure-iot-sdk-python (60535b5554f9da409fc26c162b54a3d230004e4e) ## Description...

bug
IoTSDK

I was trying to check a device connection in IoT hub where I followed following steps, 1. created resource group and hub name, created device and set the IOTHUB_DEVICE_CONNECTION_STRING as...

question
IoTSDK
waiting-on-reply

# Context - **macOS Big Sur 11.2.2 - **Python 3.8.2 - **pip 22.2.2 - **azure-storage-blob 12.13.1 - **azure-iothub-provisioningserviceclient 1.2.0 - **azure-iot-device 2.11.0 - **azure-core 1.24.2 ## Description of the issue...

bug
investigation-required
IoTSDK
waiting-on-reply

# Context - OS : Raspbian 5.15.32-v7+ on PiZero2W - Python 3.9.2 - pip 20.3.4 from /usr/lib/python3/dist-packages/pip (python 3.9) - packages installed: Package Version ----------------------------------- --------- azure-core 1.21.1 azure-iot-device 2.9.0...

bug
investigation-required
IoTSDK

- **OS and version used:** Windows 11, 21H2 (OS Build 22000.493) - **Python version:** Python 3.10.2 - **pip version:** pip 22.0.4 - **list of installed packages:** ``` Package Version --------------------------...

bug
investigation-required
blocked
IoTSDK
IoTEdge

# Thank you for helping us improve the Azure IoT Python SDK! ## Need Support - **Have a feature request for SDKs?** Please post it on [User Voice](https://feedback.azure.com/forums/321918-azure-iot) to help...

enhancement

* Removed `RetryStage` and associated tests * API calls that enable/disable a feature can now fail if the enable/disable fails * Added tests for enable/disable failure

* Removed `AutoConnectStage` from the pipeline * Removed `auto_connect` kwarg from factory methods * Updated DPS `.register()` to manually do a connect in lieu of auto-connect functionality * Updated tests...

Installing python paho-mqtt version 2.0.0 caused a conflict with the latest (current date: 05032024) azure-iot-device version 2.13.0. ```shell ERROR: Cannot install azure-iot-device==2.13.0, testenv because these package versions have conflicting dependencies....

bug