mirror of
https://github.com/4IceG/luci-app-3ginfo-lite.git
synced 2026-04-25 11:25:50 +03:00
[GH-ISSUE #106] error parsing fibocom fm350 data #216
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/luci-app-3ginfo-lite#216
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SuperKali on GitHub (Nov 22, 2024).
Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo-lite/issues/106
Hi,
I noticed that very often the fibocom returns as CSQ value 99, 99, this problem implies the entire dashboard of 3ginfo not showing the data:
Is there a way to solve it?
Thank you
@4IceG commented on GitHub (Nov 22, 2024):
Hi,
How to fix this?
Find another command to get CSQ from when the modem shows "unusual value". I'm almost afraid to look at the manual for this modem.
@SuperKali commented on GitHub (Nov 23, 2024):
The problem that there is no other way to get the data, the only way is via AT commands, which is causing this problem, I had to put the value 1 on both variables to keep it from looping, this however will report 1% signal when the value is invalid, but it doesn't trigger the 3ginfo interface loop. I don't understand if it's a module problem or a firmware problem, I updated it but nothing changed
@greg33331 commented on GitHub (Jan 2, 2025):
Same,
with Fibocom FM350-GL module sporadically the connection is interrupted and it is not possible to view the metrics.
Instead through AT commands it is possible to request the information continuously.
It is possible to fix the problem?
Thanks!
@sjjcyn commented on GitHub (Jan 4, 2025):
原因是fm350的at命令无法获取csq的值,只要修改一下/usr/share/3ginfo-lite/3ginfo.sh这个脚本就可以使用。
3ginfo.sh.txt
@sjjcyn commented on GitHub (Jan 4, 2025):
openwrt 需要安装bc软件包 opkg install bc
@kowi4 commented on GitHub (Feb 28, 2025):
I also got this one with my modem. I quickly fixed that by putting 1 if CSQ is out of range. I think the proper fix would be to allow undefined value and just let the user see all the rest of parameters even if signal is empty.