Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Remove "Connection State" and "Last status update" columns #2958

Open
Metal-Mighty opened this issue Apr 23, 2024 · 1 comment
Open
Labels
Milestone

Comments

@Metal-Mighty
Copy link

Is your feature request related to a problem? Please describe.
Connection State only shows a "Connected" status when there is an open connection between the edgeHub and the IoT Hub, which is usually only the case for a few minutes. Therefore the sensor will be shown as disconnected most of the time if it only sends data every now and then (every 30min, 1h, ...). It creates confusion for the users who think the devices aren't working anymore.

Last status update is only updated when the Device Twin is updated, which isn't very helpful and creates more confusion among users.

Describe the solution you'd like
Remove the columns.

Describe alternatives you've considered
We tried making the timeouts longer before a connection is closed but it has side effects on their stability and isn't reliable.

Additional context
We are working with LoRaWAN which means that we only send data every few minutes, up to once every day, so most of our sensors are always shown as offline, which confuses non-technical users and ask us for unneeded support.

@Metal-Mighty Metal-Mighty added enhancement New feature or request refinement labels Apr 23, 2024
@Metal-Mighty Metal-Mighty added this to the v6.0 milestone May 24, 2024
@Metal-Mighty
Copy link
Author

@kbeaugrand As discussed before, would you want to update the data from another source rather than just deleting it altogether? Since we have the ability to subscribe to incoming payloads from Azure IoT Hub, and linking them to devices (RSSI/LSNR signal quality), we could use that timestamp to update these columns.

I don't know if AWS would provide us the same ability though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 📝 Todo
Development

No branches or pull requests

1 participant