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

error parsing fibocom fm350 data #106

Open
SuperKali opened this issue Nov 22, 2024 · 5 comments
Open

error parsing fibocom fm350 data #106

SuperKali opened this issue Nov 22, 2024 · 5 comments

Comments

@SuperKali
Copy link
Contributor

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:

"csq":"-",
"signal":"0",
+ awk '-F[, ]' '/^\+CSQ/ {print $2}'
+ CSQ=99
+ '[' x99 '=' x ]
+ '[' 99 -ge 0 -a 99 -le 31 ]
+ CSQ=-
+ CSQ_PER=0
+ '[' -z - ]
+ '[' -z 0 ]
image

Is there a way to solve it?

Thank you

@4IceG
Copy link
Owner

4IceG commented 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
Copy link
Contributor Author

Find another command to get CSQ

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
Copy link

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
Copy link

sjjcyn commented Jan 4, 2025

原因是fm350的at命令无法获取csq的值,只要修改一下/usr/share/3ginfo-lite/3ginfo.sh这个脚本就可以使用。
3ginfo.sh.txt

@sjjcyn
Copy link

sjjcyn commented Jan 4, 2025

原因是fm350的at命令无法获取csq的值,只要修改一下/usr/share/3ginfo-lite/3ginfo.sh这个脚本就可以使用。 3ginfo.sh.txt

openwrt 需要安装bc软件包 opkg install bc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants