TasmoAdmin icon indicating copy to clipboard operation
TasmoAdmin copied to clipboard

Wifi signal status (RSSI) seems to be incorrect

Open joka222 opened this issue 4 years ago • 1 comments

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 image

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. image

Tasmoadmin seems to choose a value out of the list randomly.

joka222 avatar Feb 06 '21 10:02 joka222

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

inverse avatar May 29 '22 20:05 inverse

Closing as stale

inverse avatar Nov 14 '22 21:11 inverse