528 B
528 B
Description
This script monitors the battery voltage, battery charge current.
- Can send an alert if battery is not charging or is low.
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.