D-Link DWR-921 LTE Signal Strength Values

Hi all,
I have a D-link DWR-921 LTE router, I would like to monitor LTE Signal Strength Values ( RSRP, RSRQ, RSSI) from the web Luci interface.
I was not found a module or script in database to do this, my goal is to get an interface like LTEwatch.
This command line below do the job, but how to modify the web page to get it in Luci ?

root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --get-signal-info
{
        "type": "lte",
        "rssi": -71,
        "rsrq": -9,
        "rsrp": -94,
        "snr": 70
}

Thanks for reading

1 Like

me too, i have this problem.

Unfortunately i dont find web plugin for show signal info and configuration wizard on web panel.