16 lines
397 B
Markdown
16 lines
397 B
Markdown
# Power Watch
|
|
|
|
Telegram notifier for your laptop homelabs.
|
|
|
|
Sends a Telegram message when your system switches between AC and battery, perfect for power sensitive deployments.
|
|
|
|
## Install (Configure before installation)
|
|
```bash
|
|
git clone https://git.krolyxon.xyz/krolyxon/power-watch.git
|
|
cd power-watch
|
|
./install.sh
|
|
```
|
|
|
|
## Configuration
|
|
- Edit `./power-watch.sh`, and set `BOT_TOKEN` & `CHAT_ID`
|