Firmware (LuxOS)
API Docs
LUXMiner commands
Tunerswitch

tunerswitch

Description

Turn the autotuner on or off.

Note: If autosave is disabled, the changes will be lost after a reboot.

⚠️

Deprecated. Instead, consider using the autotunerset command.

Command

$ echo '{"command": "tunerswitch", "parameter":"yJN2nlj1,on"}' | nc $MINER_IP 4028 | jq

Examples

$ echo '{"command": "tunerswitch", "parameter":"yJN2nlj1,on"}' | nc $MINER_IP 4028 | jq
{
  "STATUS": [
    {
      "Code": 309,
      "Description": "LUXminer 0.1.0-15436f7140",
      "Msg": "Tuner switch",
      "STATUS": "S",
      "When": 1667918173
    }
  ],
  "TUNER": [
    {
      "Profile": "on"
    }
  ],
  "id": 1
}

Parameters

ParameterNotes
session_idA valid session ID. See Session Management for details.
on_offEither "on" or "off" to enable/disable the autotuner.

Field details

FieldNotes
ProfileIf the autotuner is enabled, "on", otherwise "off".