Firmware (LuxOS)
API Docs
LUXMiner commands
tempsensor

tempsensor

Description

Displays the options defined for temperature sensors control. Use tempsensorset to change those values.

Command

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

Examples

$ echo '{"command": "tempsensor"}' | nc $MINER_IP 4028 | jq
{
  "STATUS": [
    {
      "Code": 347,
      "Description": "LUXminer 2023.12.13.205218-54b9ac9b",
      "Msg": "Temperature sensor",
      "STATUS": "S",
      "When": 1702591891
    }
  ],
  "TEMPSENSOR": [
    {
      "BadAverageThreshold": 2,
      "MaxBadReadings": 10,
      "MinPerBoard": 1
    }
  ],
  "id": 1
}

Field details

FieldNotes
BadAverageThresholdAvg temp threshold to consider the temp reading as valid or not
MaxBadReadingsMaximum number of consecutive reading errors until considering the sensor as broken.
MinPerBoardDefines what is the minimum number of working temperature sensors required, per board.