PowerBoard

Interact with the PowerBoard

Overview

You can control and monitor the Power Board from the command line using the pocs power command.

For example:

# Display the status for each power channel (relay)
pocs power status

# Turn off the fans.
pocs power off fans

# Turn on fans by relay index.
pocs power on RELAY_2

# See the current readings for all power channels.
pocs power readings

Commands

status

Get the status of the relays.

off/on

Turn on or off the relay.

control

A different way to control the relays.

readings

Shows a simple bar plot of the most recent power usage statistics for each relay. Probably not actually useful.

restart

Restart the power (supervisorctrl) service. Use if getting errors with the other commands.

Configuration

The configuration for the power board is stored under the environment.power key:

Last updated