[GH-ISSUE #134] wrong signal bar value #108

Open
opened 2026-03-04 11:58:40 +03:00 by kerem · 3 comments
Owner

Originally created by @Gimenz on GitHub (Oct 23, 2025).
Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo-lite/issues/134

this signal bar was different from the modemmanager page

  • 3ginfo
Image
  • modemmanager
Image
Originally created by @Gimenz on GitHub (Oct 23, 2025). Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo-lite/issues/134 this signal bar was different from the modemmanager page - 3ginfo <img width="1012" height="448" alt="Image" src="https://github.com/user-attachments/assets/68488d3d-7ff2-44a9-8a54-b1c659a4a213" /> - modemmanager <img width="1595" height="751" alt="Image" src="https://github.com/user-attachments/assets/9c369538-bc37-4639-b11d-a53085379e8b" />
Author
Owner

@4IceG commented on GitHub (Oct 23, 2025):

I don't know where MM gets the signal value from.

github.com/4IceG/luci-app-3ginfo-lite@11ecd699c2/luci-app-3ginfo-lite/root/usr/share/3ginfo-lite/modem/usb/2cb70007 (L86C1-L98C3)

Another thing is that this package will no longer be updated.

<!-- gh-comment-id:3437570687 --> @4IceG commented on GitHub (Oct 23, 2025): I don't know where MM gets the signal value from. https://github.com/4IceG/luci-app-3ginfo-lite/blob/11ecd699c27600df176b32a2dc385016e1a8fd6a/luci-app-3ginfo-lite/root/usr/share/3ginfo-lite/modem/usb/2cb70007#L86C1-L98C3 Another thing is that this package will no longer be updated.
Author
Owner

@Gimenz commented on GitHub (Oct 24, 2025):

hmm, should i use another proto? instead of using mm, e.g ATCommands?

<!-- gh-comment-id:3440160770 --> @Gimenz commented on GitHub (Oct 24, 2025): hmm, should i use another proto? instead of using mm, e.g ATCommands?
Author
Owner

@4IceG commented on GitHub (Oct 24, 2025):

hmm, should i use another proto? instead of using mm, e.g ATCommands?

Use whatever you want, whatever works better.

Serial - recommended for most routers/modems, reads data quickly and does not overload the router.

MM - overloads the router and requires powerful hardware, but supports the modem comprehensively (connection, text messages, AT commands, USSD codes, connection parameters).

<!-- gh-comment-id:3443869512 --> @4IceG commented on GitHub (Oct 24, 2025): > hmm, should i use another proto? instead of using mm, e.g ATCommands? Use whatever you want, whatever works better. Serial - recommended for most routers/modems, reads data quickly and does not overload the router. MM - overloads the router and requires powerful hardware, but supports the modem comprehensively (connection, text messages, AT commands, USSD codes, connection parameters).
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-3ginfo-lite#108
No description provided.