Firmware/API Documentation/LUXminer commands
psuset
Sets PSU configuration
psuset
Description
Sets the PSU (Power Supply Unit) configuration. The parameters are the session_id, followed by a comma-separated list of key-value pairs, in the format key=value. The available keys are:
- bypass_enabled: either
trueorfalseto enable or disable PSU bypass mode. - bypass_voltage: the bypass voltage value. See limits for the allowed range (
BypassVoltageMintoBypassVoltageMax).
You can specify only the keys you want to change, and it can be done in any order.
The current PSU configuration can be seen on the psuget command.
Note: After changing the bypass_enabled, the setting will only be applied after a system reboot.
Note: If autosave is disabled, the changes will be lost after a reboot.
Command
Examples
In this example, we enable bypass mode and set a bypass voltage of 13.5:
In the example below, we disable bypass mode:
Parameters
| Parameter | Notes |
|---|---|
session_id | A valid session ID. See Session Management for details. |
params | List of key-value parameters to change. |