Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maximousblk/upsmon
- Owner: maximousblk
- License: mit
- Created: 2024-01-16T14:16:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-16T14:28:35.000Z (about 1 year ago)
- Last Synced: 2024-12-11T15:50:36.455Z (2 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).