[GH-ISSUE #13] error parsing data on fibocom fm350 #10

Closed
opened 2026-03-04 14:27:05 +03:00 by kerem · 0 comments
Owner

Originally created by @SuperKali on GitHub (Nov 22, 2024).
Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo/issues/13

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

Originally created by @SuperKali on GitHub (Nov 22, 2024). Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo/issues/13 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: ```json "csq":"-", "signal":"0", ``` ```bash + awk '-F[, ]' '/^\+CSQ/ {print $2}' + CSQ=99 + '[' x99 '=' x ] + '[' 99 -ge 0 -a 99 -le 31 ] + CSQ=- + CSQ_PER=0 + '[' -z - ] + '[' -z 0 ] ``` <img width="1152" alt="image" src="https://github.com/user-attachments/assets/0c2c5f7f-059e-4d2e-a224-b25379874c8d"> Is there a way to solve it? Thank you
kerem closed this issue 2026-03-04 14:27:06 +03:00
kerem changed title from [GH-ISSUE #13] error parsing data on fibocom fm350 to [GH-ISSUE #13] error parsing data on fibocom fm350 2026-03-04 14:27:35 +03:00
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#10
No description provided.