A simple bash script that converts the LOADPCT value from apcupsd to Watts. An easy way to know the energy consumption in watts of a Desktop PC.
Find a file
2024-04-18 00:24:27 +00:00
percent_load_2_watts-short_ups_fix.sh first commit 2023-12-01 19:36:31 -04:00
README.md Update README.md 2024-04-18 00:24:27 +00:00
ups wattmeter showcase.gif added showcase gif 2024-04-17 20:13:17 -04:00

![Alt text]("/ups wattmeter showcase.gif?raw=true")

Power Comsumtion in Watts using apcupsd

Show how much power your linux desktop/workstation uses in Watts.

This is a small bash script I made for getting the current energy consumption of your PC in Watts, using your APC UPS battery to get the data.

Usage

Install APCUPSD the way your distro recommends, then just give it executable permission and run the script. You can also use "watch" to keep refreshing the script.

License