You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
first, thanks for this great project. The raspberry stats are very useful in Signalk.
However the path "environment.rpi.sd.utilisation" shows just NaN.
First analysis when executing the stored command
df / | grep -v Used | awk '{print $5}' |awk 'gsub("%","")' (after removing the escaping character "")
in Terminal, the following output is shown:
Verw
71
This might be connected to the 'de_DE.UTF-8' locale I'm using, but it seems like the title column is not removed and therefore a type casting from string to int fails.
Hi,
first, thanks for this great project. The raspberry stats are very useful in Signalk.
However the path "environment.rpi.sd.utilisation" shows just NaN.
First analysis when executing the stored command
df / | grep -v Used | awk '{print $5}' |awk 'gsub("%","")'
(after removing the escaping character "")in Terminal, the following output is shown:
This might be connected to the 'de_DE.UTF-8' locale I'm using, but it seems like the title column is not removed and therefore a type casting from string to int fails.
Raspbian stats (cat /etc/os-release):
Best regards
hailigsbleche
The text was updated successfully, but these errors were encountered: