Hello,
I use the systeminfo binding in my openhab configuration.
Number Memory_Available "RAM frei [%.1f MB]" <ram> (gOHpi) { channel="systeminfo:computer:openHABianPi:memory#available" }
Number Memory_Used "RAM belegt [%.1f MB]" <ram> (gOHpi) { channel="systeminfo:computer:openHABianPi:memory#used" }
Number Memory_Total "RAM gesamt [%.1f MB]" <ram> (gOHpi) { channel="systeminfo:computer:openHABianPi:memory#total" }
What surprised me a little that the values in the binding provide the following values:
and in the ssh console I get the following values:
Does anyone know what the difference in the values, or what value is the right one?
I use openhabian on a raspberry 3 with build # 1133.
I already had these value differences in earlier builds.
thanks
Stefan
EDIT:
I found more informations about memory:
https://www.elektronik-kompendium.de/sites/raspberry-pi/1911251.htm
The value used memory in ssh console include also the allocated memory.
I think in the systeminfo used memory is the “actual used memory”?!