Firmware (LuxOS)
API Docs
LUXMiner commands
Tunerstatus

tunerstatus

Description

Returns the current autotuner status.

⚠️

Deprecated. Instead, consider using the autotunerget command.

Command

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

Examples

$ echo '{"command": "tunerstatus"}' | nc $MINER_IP 4028 | jq
{
  "STATUS": [
    {
      "Code": 310,
      "Description": "LUXminer 0.1.0-15436f7140",
      "Msg": "Tuner Status",
      "STATUS": "S",
      "When": 1667917088
    }
  ],
  "TUNERSTATUS": [
    {
      "HasSession": false,
      "TunerRunning": false
    }
  ],
  "id": 1
}

Field details

FieldNotes
HasSessiontrue if there is an active session. See Session Management for details.
TunnerRunningtrue if the autotuner is enabled.