Firmware (LuxOS)
API Docs
LUXMiner commands
fanset

fanset

Description

Sets the fan percentage. A value in the 0-100 range will set the power sent to the fans to that specific value. Sending a -1 will let luxminer adjust the fan speed automatically.

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

Command

$ echo '{"command": "fanset", "parameter":"yJN2nlj1,-1,1"}' | nc $MINER_IP 4028 | jq

Examples

$ echo '{"command": "fanset", "parameter":"yJN2nlj1,-1,1"}' | nc $MINER_IP 4028 | jq
{
  "STATUS": [
    {
      "Code": 300,
      "Description": "LUXminer 0.1.0-15436f7140",
      "Msg": "Fan Speed Set",
      "STATUS": "S",
      "When": 1667917473
    }
  ],
  "id": 1
}

Parameters

ParameterNotes
session_idA valid session ID. See Session Management for details.
speedA 0-100 value for a fixed speed, or -1 to let luxminer control the fan speed.
min_fansOptional. A zero or positive value indicating the minimum required number of fans.