azure-iot-explorer
azure-iot-explorer copied to clipboard
Cross-platform UI for interacting with devices attached to Azure IoT Hub. This tool is meant for learning and testing, not for production environment.
**Describe the bug** After installing the MacOS prebuilt release of IoT Explorer it crashes with an Error "Azure IoT Explorer Preview quit unexpectedly ". **To Reproduce** Steps to reproduce the...
**Describe the bug** When getting telemetry messages from an IoT Edge device using the IoT Hub Explorer, the system properties are represented like this: ``` "systemProperties": { "iothub-connection-device-id": "xxx-dev-edge-001", "iothub-connection-auth-method":...
Using new feature added from #446 doesn't seem to result in any subscriptions showing up for us. I've logged into the app, which works fine, but once I'm logged in,...
Why monitoring the device telemetry data is not builtin feature but rather it is another application called `azure-iot-explorer` ? . It would be much great if this application(azure-iot-explorer) could be...
**Describe the bug** A clear and concise description of what the bug is. Installed [Azure.IoT.Explorer.Preview.0.15.0.msi](https://github.com/Azure/azure-iot-explorer/releases/download/v0.15.0/Azure.IoT.Explorer.Preview.0.15.0.msi) Connect via AAD after entering login details is blank. **To Reproduce** Steps to reproduce the...
The DeviceTwin viewer, or the DTDL viewer, do not auto-resize to the available screen size, seems like an incorrect padding. 
Since 0.15.0 all commands fail with ```text Failed to invoke the IoT Plug and Play command 'getRuntimeStats' on device 'hub-device-65c5f7498f-bfk6f': Error: ``` ```json { "errorCode":500001, "trackingId":"09aedd7fbf2c4b7f8ae4183c5f2d6d03-G:0-TimeStamp:09/15/2022 13:35:06", "message":"InternalServerError", "timestampUtc":"2022-09-15T13:35:06.9897024Z" }...
Bumps the npm_and_yarn group group with 2 updates: [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) and [app-builder-lib](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib). Updates `electron-builder` from 22.10.3 to 24.13.3 Release notes Sourced from electron-builder's releases. v24.13.3 What's Changed chore(deps): update actions/setup-node digest...
---  Remove connection strings saved in local storage. Now the string is saved in the global context and will be automatically cleared out whenever the app gets closed. As...
**Describe the bug** I'm trying to add a connection to an existing IoT Hub by adding it as an IoT Hub Connection String. When I click view devices, I automatically...