https://github.com/maximousblk/upsmon
A simple UPS monitor for Raspberry Pi
https://github.com/maximousblk/upsmon
i2c raspberry-pi zig
Last synced: about 1 month ago
JSON representation
A simple UPS monitor for Raspberry Pi
- Host: GitHub
- URL: https://github.com/maximousblk/upsmon
- Owner: maximousblk
- License: mit
- Created: 2024-01-16T14:16:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T14:28:35.000Z (over 2 years ago)
- Last Synced: 2025-09-16T18:21:26.871Z (9 months ago)
- Topics: i2c, raspberry-pi, zig
- Language: Zig
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).