Firmware (LuxOS)
API Docs
LUXMiner commands
healthctrlset

healthctrlset

Description

Changes the healthcheck configuration. This will reset the current health status of all chips. See Healthcheck Configuration for details.

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

Command

$ echo '{"command": "healthctrlset", "parameter":"yJN2nlj1,3,0.1"}' | nc $MINER_IP 4028 | jq

Examples

$ echo '{"command": "healthctrlset", "parameter":"yJN2nlj1,3,0.1"}' | nc $MINER_IP 4028 | jq
{
  "STATUS": [
    {
      "Code": 313,
      "Description": "LUXminer 0.1.0-15436f7140",
      "Msg": "Health config set",
      "STATUS": "S",
      "When": 1667917911
    }
  ],
  "id": 1
}

Parameters

ParameterNotes
session_idA valid session ID. See Session Management for details.
num_readingsMinimum number of readings for evaluation.
bad_chip_health_thresholdPerformance threshold to consider when a chip is bad.