Azure / azure-iot-explorer

Cross-platform UI for interacting with devices attached to Azure IoT Hub. This tool is meant for learning and testing, not for production environment.
MIT License
224 stars 73 forks source link

[BUG] Cannot monitor F1 tier IoT Hub device telemetry data #481

Closed renakim closed 2 years ago

renakim commented 3 years ago

Describe the bug F1 tier IoT Hub device telemetry is not monitored (S1 tier is work) I checked issue #218 and removed the old F1 tier hub and created a new one, but the problem is the same.

But, I can monitor with az cli for same hub/device. (az iot hub monitor-events -n ) I tested with MQTT Client tool (MQTT.fx) and Azure IoT Samples for Node.js.

While checking for differences F1 and S1, I found that the Event Hub-compatible name was different. The Event Hub-compatible name of S1 is same with IoT hub name, but F1 is not. (iothub-ehub--...)

Could this be related? Or if there is another cause, please check.

Screenshots

Desktop (please complete the following information):

themegaphoenix commented 3 years ago

Hi, Please try version 0.14.5

477

renakim commented 3 years ago

Hi @themegaphoenix, I tried version 0.14.5, it works. Thanks. But it still doesn't work in version 0.14.7. needs check.

YingXue commented 2 years ago

Please check if the issue still happens in https://github.com/Azure/azure-iot-explorer/releases/tag/v0.14.8 We are not able repro the issue on our side.

YingXue commented 2 years ago

Release 0.4.10 should have this issue addressed.

renakim commented 2 years ago

Hi, I tested the function (monitor telemetry on F1 tier IoT Hub device) with Release 0.14.10, and the issue doesn't happen. Thank you.