[GH-ISSUE #104] No RSSI with Huawei E3372 #79

Open
opened 2026-03-04 11:58:28 +03:00 by kerem · 1 comment
Owner

Originally created by @achimbo on GitHub (Nov 12, 2024).
Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo-lite/issues/104

I have the following LTE stick:

Modem type | Huawei e3372
Revision / Firmware | 21.180.01.00.00
IP adress / Communication Port | /dev/ttyUSB1
Protocol | ncm

All quality metrics like CSQ, RSRQ or RSRP are available, but RSSI is missing.

Originally created by @achimbo on GitHub (Nov 12, 2024). Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo-lite/issues/104 I have the following LTE stick: Modem type | Huawei e3372 Revision / Firmware | 21.180.01.00.00 IP adress / Communication Port | /dev/ttyUSB1 Protocol | ncm All quality metrics like CSQ, RSRQ or RSRP are available, but RSSI is missing.
Author
Owner

@Inlifeuser commented on GitHub (Feb 12, 2025):

I have the same modem and also don't have RSSI displayed, but I solved it by adding this to /usr/share/3ginfo-lite/modem/usb/12d11506 after the first line:

if [ -n "$CSQ" ]; then
	RSSI=$(awk 'BEGIN {print -113 + '$CSQ'*2}')
	#[ -n "$ADDON" ] && ADDON="$ADDON,"
	#ADDON="$ADDON"'{"RSSI":"'$RSSI' dBm"}'
fi
<!-- gh-comment-id:2654766227 --> @Inlifeuser commented on GitHub (Feb 12, 2025): I have the same modem and also don't have RSSI displayed, but I solved it by adding this to `/usr/share/3ginfo-lite/modem/usb/12d11506` after the first line: ``` if [ -n "$CSQ" ]; then RSSI=$(awk 'BEGIN {print -113 + '$CSQ'*2}') #[ -n "$ADDON" ] && ADDON="$ADDON," #ADDON="$ADDON"'{"RSSI":"'$RSSI' dBm"}' fi ```
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#79
No description provided.