Hi,
Wifi signal strength status would be a nice feature in the web UI.
Thank you
(https://github.com/mongoose-os-libs/wifi/pull/14/files)
If the RSSI Value is implemented, I could try to add an icon for that...
@rojer while your doing update to webUI, I this some that could be added ?
ok, this one didn't make the cut for 2.2, but it's easy to add - an extra field to the Shelly.GetInfo RPC, and a UI change.
if anyone feels like it, feel free to take this one up.
added, will be in the next release
one for @schemhad 馃槃
yeah, for now i'm showing RSSI. i don't necessarily agree with signal strength calculation in the PR mentioned above, i'd like to know more about it.
i mean, i know > -50 is great, < -90 is really bad, but what is -70?
from Unifi UI

-30 -> -66 Very Good
-67 -> -70 Good
-71 -> -79 Okay
-80 -> -90 Bad
And then only a few lines pure CSS. Would Look like iOS signal strength...

@schemhad feel free to send a pull request!