605 B
605 B
Description
This script monitors the battery voltage, battery charge current.
- Can send an alert if battery is not charging or is low.
- May be run as a forground utility also, to display system stats.
Installation
-
clone repository to your C.H.I.P. device
-
copy
cp ./chipmonk /usr/local/bin/
cp ./chipmonk.service /etc/systemd/system/
-
automatically start it using systemd
systemctl enable chipmonk.service
systemctl start chipmonk.service
Use as utility
You may also run script chipmonk without the -d flag to display system stats.