Yadoms / yadoms

Yadoms is open source, simple, powerfull, flexible and multiplatforms domotic solution.
https://www.yadoms.com
Other
63 stars 17 forks source link

WebConnectionQuality - units and display #485

Closed jano42 closed 6 years ago

jano42 commented 6 years ago

The units "bitsPerSeconds" are too long and are not displayed fully. image

Maybe we should have another way to display it (another widget; or another unit management). Values are acutally too longs (too many digits) to be understandable quickly. image

I think the historization units are good; but display should adapt itself. I've used some simple algorithm which convert data amount or data speed into human readable text by self choosing the unit (128 kB/s, 12,4 MB/s,...)

A simple "computer Data" widget may fix all that

sgallou commented 6 years ago

It will not solved the issue, but in 1.0.1 version of plugin, unit will be renamed to "bit/s".

jmberhault commented 6 years ago

I could add this feature in the #466 that I have done for Wh/KWh, A/mA, m3/liter. It's exactly the same. I think, it would be easy to add this.

jmberhault commented 6 years ago

implemented with this commit 5f9d3fc6d0644610d0908a95941ba8f59db255d0