[GH-ISSUE #4] luci-app-Modemdata issue #2

Closed
opened 2026-03-04 12:06:49 +03:00 by kerem · 2 comments
Owner

Originally created by @johnpaultads on GitHub (Aug 29, 2025).
Original GitHub issue: https://github.com/4IceG/luci-app-modemdata/issues/4

No value pop up displayed for RSSI and RSRQ indicators when the device is connected to a 5G NSA network. Despite this UI issue, the underlying software remains robust and functional.

Image

Originally created by @johnpaultads on GitHub (Aug 29, 2025). Original GitHub issue: https://github.com/4IceG/luci-app-modemdata/issues/4 No value pop up displayed for RSSI and RSRQ indicators when the device is connected to a 5G NSA network. Despite this UI issue, the underlying software remains robust and functional. ![Image](https://github.com/user-attachments/assets/e11a312b-3e87-42cf-b7ed-6e500f433d58)
kerem closed this issue 2026-03-04 12:06:49 +03:00
Author
Owner

@4IceG commented on GitHub (Aug 30, 2025):

The LuCI package shows this if a given parameter has no value, so it is not an error. Do you know that at commands do not return all data for 5G?

There is an error, but in the script it should also show RSRQ.
[ -n "$T6" ] && [ "$T6" != "-" ] && addon $((POS + 7)) "(S${IDX}) RSRP" "$T6 dB"
RSRQ line

<!-- gh-comment-id:3238890710 --> @4IceG commented on GitHub (Aug 30, 2025): The LuCI package shows this if a given parameter has no value, so it is not an error. Do you know that at commands do not return all data for 5G? There is an error, but in the script it should also show RSRQ. `[ -n "$T6" ] && [ "$T6" != "-" ] && addon $((POS + 7)) "(S${IDX}) RSRP" "$T6 dB"` [RSRQ line](https://github.com/obsy/modemdata/blob/10ed989b2955e3ab444d35a32e5b734b4e92ed9f/files/usr/share/modemdata/addon/usb/2c7c0800#L470)
Author
Owner

@johnpaultads commented on GitHub (Aug 30, 2025):

Thanks for clarification.

<!-- gh-comment-id:3239237399 --> @johnpaultads commented on GitHub (Aug 30, 2025): Thanks for clarification.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/luci-app-modemdata#2
No description provided.