Firmware (LuxOS)
API Docs
LUXMiner commands
power

power

Description

Returns the estimated power usage, 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 power consumption, in watts.