Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.18 KB

README.md

File metadata and controls

50 lines (29 loc) · 1.18 KB

APC Power Usage

Introduction

APC Power Usage is an application which shows power consuption overtime for UPS units manufactured by APC.

Screenshoots

APC Power Usage

Getting Started

Dependencies

Note: For more accurate data make sure to add POLLTIME 1 to the apcupsd configuration file.

Installation

APC Power Usage comes as single python package.

python3 -m venv ~/.apc-power-usage/venv
~/.apc-power-usage/venv/bin/pip install APC-Power-Usage

Executing program

~/.apc-power-usage/venv/bin/python -m apc

APC Power Usage stores the data using SQLite. Located in ~/.apc-power-usage/main.db.

Supported devices

  • APC Back-UPS XS 950VA

Help

Feel free to report any issues you may have while using APC Power Usage.

License

This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details