Firmware (LuxOS)
API Docs
LUXMiner commands
power

power

Description

For older generation PSUs (i.e. APW12), this field returns an estimated power usage, in watts.

For newer generation PSUs (i.e. APW17, APW11 3-phase), this field returns a highly accurate power usage reported by the PSU, in watts.

Command

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

Examples

$ echo '{"command": "power"}' | nc $MINER_IP 4028 | jq
{
  "POWER": [
    {
      "Watts": 1302
    }
  ],
  "STATUS": [
    {
      "Code": 311,
      "Description": "LUXminer 0.1.0-15436f7140",
      "Msg": "Power usage",
      "STATUS": "S",
      "When": 1667917088
    }
  ],
  "id": 1
}

Field details

FieldNotes
WattsThe estimated or PSU reported power consumption, in watts.