Luxor Documentation Hub Logo
Firmware/API Documentation/LUXminer commands

psuget

Gets PSU configuration

psuget

Description

Displays the current PSU (Power Supply Unit) configuration values. Use psuset to change these values.

Command

$ echo '{"command": "psuget"}' | nc $MINER_IP 4028 | jq

Examples

$ echo '{"command": "psuget"}' | nc $MINER_IP 4028 | jq
{
  "PSU": [
    {
      "BypassEnabled": false,
      "BypassVoltage": 12.0
    }
  ],
  "STATUS": [
    {
      "Code": 361,
      "Description": "LUXminer 2026.2.2.200326-61240a682",
      "Msg": "PSU configuration values",
      "STATUS": "S",
      "When": 1770063400
    }
  ],
  "id": 1
}

Field details

FieldNotes
BypassEnabledWhether the PSU bypass mode is enabled (true) or disabled (false).
BypassVoltageThe configured bypass voltage value. See limits for allowed range.

On this page