I haven’t been able to find where in the BalenaOS code, these values are being sourced and shipped, but it would be awesome if perhaps they could be amended to add WiFi RSSI / signal quality.
My hacky workaround has been calling cat /proc/net/wireless | awk 'END { print $4 }'| sed 's/\.$//'
in a shell script and capturing in logs.
But I’m assuming lots of users would find it useful to see along with CPU, temp, mem, etc. in one view. Perhaps even adding the currently connected WiFi SSID?