C.H.I.P. battery functions library in bash. Also automatic shutdown stuff. Based on someone else's work.
Go to file
Bryan 1a3c50dc18 cleanup. add gotify notifications 2021-01-02 15:17:01 -06:00
README.md edit README.md 2021-01-02 10:50:28 -06:00
chipmonk cleanup. add gotify notifications 2021-01-02 15:17:01 -06:00
chipmonk.cfg add some echos for testing 2021-01-02 14:33:28 -06:00
chipmonk.service update README.md, rename blonk to chipmonk 2021-01-02 10:38:34 -06:00

README.md

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

  1. clone repository to your C.H.I.P. device

  2. copy

    cp ./chipmonk /usr/local/bin/
    cp ./chipmonk.service /etc/systemd/system/
  1. 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.