FirmwareAPI DocumentationLUXminer commands
power
Estimated power usage
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 | jqExamples
$ echo '{"command": "power"}' | nc $MINER_IP 4028 | jq
{
"POWER": [
{
"PSU": True,
"Watts": 1302
}
],
"STATUS": [
{
"Code": 311,
"Description": "LUXminer 0.1.0-15436f7140",
"Msg": "Power usage",
"STATUS": "S",
"When": 1667917088
}
],
"id": 1
}Field details
| Field | Notes |
|---|---|
PSU | If True, the miner is reporting actual power consumption from the PSU; if False, the value is an estimation. |
Watts | The estimated or PSU reported power consumption, in watts. |