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

https://github.com/shaeberling/pistate

Command line interface to check the status of your Raspberry PI
https://github.com/shaeberling/pistate

golang-application raspberry-pi

Last synced: 2 months ago
JSON representation

Command line interface to check the status of your Raspberry PI

Awesome Lists containing this project

README

          

# pistate
![Build Status](https://github.com/shaeberling/pistate/actions/workflows/go.yml/badge.svg)

A simple tool to print the state of your Raspberry Pi.

Currently, only supports the throttled state of `vcgencmd`

Example:

```
$ ./pistate
┌─────────────────┬──────┬──────┐
│ CATEGORY │ CURR │ PAST │
├─────────────────┼──────┼──────┤
│ Under-voltage │ ⚠️ │ ⚠️ │
│ Arm freq capped │ ✔️ │ ✔️ │
│ Throttled │ ⚠️ │ ⚠️ │
│ Soft temp limit │ ✔️ │ ⚠️ │
└─────────────────┴──────┴──────┘
Throttled status [throttled=0xd0005]

```