Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maximousblk/upsmon

A simple UPS monitor for Raspberry Pi
https://github.com/maximousblk/upsmon

i2c raspberry-pi zig

Last synced: 5 days ago
JSON representation

A simple UPS monitor for Raspberry Pi

Awesome Lists containing this project

README

        

# UPSmon

A simple UPS monitor for [UPS HAT (B) for Raspberry Pi](https://www.waveshare.com/product/ups-hat-b.htm).

## Installation

You can download the latest release from the [releases page](https://github.com/maximousblk/upsmon/releases) or build it yourself™️.

### Requirements

- [Zig](https://ziglang.org/)
- Make sure you have I2C enabled on your Raspberry Pi

### Clone this repository

```bash
git clone https://github.com/maximousblk/upsmon.git
```

### Install

```bash
cd upsmon
zig build install -Doptimize=ReleaseSafe -p ~/.local # will install to ~/.local/bin/upsmon
```

## License

This project is licensed under the [MIT License](LICENSE).