Using the features
3.3 Battery monitoring
Linux Support Package
8
Installation Manual, 01/2021, A5E50719672-AA
3.3
Battery monitoring
Technical information
The battery monitoring is available through the sysfs interface. The path
is: "/sys/class/hwmon/hwmon*"
Configuration
No further configuration needed.
Testing
For reading the battery state, a tool like "lm-sensors" is recommended. Once installed, use the
following command to read the status:
$ sensors
CMOSBattery-isa-0000
Adapter: ISA adapter
in0: 3.00 V (crit min = +2.50 V)
You can also check the status by reading the in0_input attribute for the corresponding
hwmon. For example:
$ cat /sys/class/hwmon/hwmon3/in0_input
3000
The battery can be in one of the following states:
•
3.00V - Full: CMOS battery capacity is still sufficient.
•
2.55V - Exhausted: CMOS battery capacity is exhausted, please replace as soon as
possible.
•
0.00V - Empty/Critical: CMOS battery is empty, please replace immediately.
Note
There is a built-in timeout of 24 hour for updating the values because checking the remaining
voltage does drain the battery a little bit.