Wifi signal status (RSSI) seems to be incorrect
I'm on tasmota 9.2.
If I compare the RSSI value of a device in tasmoadmin with the possible wifi options in the device webui itself, tasmoadmin shows a wrong RSSI % value.
example:
it shows 20% here

in comparison to the options in the device webui at the same time, the first value is the right value 50% but 20% is shown as RSSI in tasmoadmin which is the last value in list.

Tasmoadmin seems to choose a value out of the list randomly.
We take the RSSI exposed from the device from the API.
e.g. http://<ip>/cm?user=<user>&password=<password>&cmnd=status+0
from the StatusSTS.Wifi.RSSI element from looking at the code.
Are you still noticing differences? between what's served from the API vs webUI? if so it may be something in Tasmota itself
Closing as stale