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.
Command
$ echo '{"command": "fanset", "parameter":"yJN2nlj1,-1,1"}' | nc $MINER_IP 4028 | jq
Example
$ 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
Parameter | Notes |
---|---|
session_id | A valid session ID. See Session Management for details. |
speed | A 0-100 value for a fixed speed, or -1 to let luxminer control the fan speed. |
min_fans | Optional. A zero or positive value indicating the minimum required number of fans. |