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
Parameter | Notes |
---|---|
session_id | A valid session ID. See Session Management for details. |
num_readings | Minimum number of readings for evaluation. |
bad_chip_health_threshold | Performance threshold to consider when a chip is bad. |