Raspi Plugin
This plugin provides data about the internal sensors of the raspberry pi.
NOTE: This plugin is disabled by default, and must be explicitly enabled in /etc/lcd4linux.conf:
Plugin raspi { enabled 1 }
Functions
raspi::cpufreq() | get the actual cpu frequency in MHz as float value |
raspi::cputemp() | get the actual cpu temperature in degree Celsius as float value |
If one of the sensors is not readable it is disabled. The value for cpu frequence normally can only be read by root.