FirmwareAPI DocumentationCGminer commands
tempctrl
Displays temperature control parameters
tempctrl
Description
Displays temperature control parameters.
Command
$ echo '{"command": "tempctrl"}' | nc $MINER_IP 4028 | jqExamples
$ echo '{"command": "tempctrl"}' | nc $MINER_IP 4028 | jq
{
"STATUS": [
{
"Code": 200,
"Description": "LUXminer 2024.2.19.131822-ef17c0c4",
"Msg": "Temperature control",
"STATUS": "S",
"When": 1672770090
}
],
"TEMPCTRL": [
{
"ChipDangerous": 100.0,
"ChipHot": 93.0,
"ChipTarget": 83.0,
"Dangerous": 70.0,
"Hot": 65.0,
"Mode": "Automatic",
"Target": 45.0,
"WaterInletDangerous": 50.0,
"WaterInletHot": 40.0,
"WaterInletStartup": 15.0
}
],
"id": 1
}Field details
| Field | Notes |
|---|---|
ChipDangerous | The threshold on chip temperature in which luxminer will shutdown to prevent hardware damage due to high temperatures. |
ChipHot | The threshold on chip temperature where the miner is considered hot. |
ChipTarget | The target chip die temperature. The default is machine-dependent (see limits). |
Dangerous | The threshold on board temperature in which luxminer will shutdown to prevent hardware damage due to high temperatures. |
Hot | The threshold on board temperature where the miner is considered hot. |
Mode | Either Automatic (luxminer will adjust the fan speed by itself) or Manual (user-provided value). |
Target | The threshold in which luxminer will set fans to 100% to reduce the temperature. |
WaterInletDangerous | The threshold water temperature in which luxminer will shutdown to prevent hardware damage due to high temperatures. |
WaterInletHot | The threshold water temperature above which the inlet is considered hot, used by ATM water inlet protection. |
WaterInletStartup | The minimum water inlet temperature required for the system to start up. |