Lines Matching +full:pressure +full:- +full:sensors

1 .. SPDX-License-Identifier: GPL-2.0-or-later
3 Kernel driver aquacomputer-d5next
25 -----------
27 This driver exposes hardware sensors of listed Aquacomputer devices, which
31 virtual temperature sensors, as well as two flow sensors. The fans expose their
35 For the D5 Next pump, available sensors are pump and fan speed, power, voltage
36 and current, as well as coolant temperature and eight virtual temp sensors. Also
37 available through debugfs are the serial number, firmware version and power-on
39 temperature curves directly from the pump. If it's not connected, the fan-related
40 sensors will report zeroes.
48 The Octo exposes four physical and sixteen virtual temperature sensors, a flow sensor
52 The Quadro exposes four physical and sixteen virtual temperature sensors, a flow
56 The Farbwerk and Farbwerk 360 expose four temperature sensors. Additionally,
57 sixteen virtual temperature sensors of the Farbwerk 360 are exposed.
63 The Leakshield exposes two temperature sensors and coolant pressure (current, min, max and
65 filled with coolant. Pump RPM and flow can be set to enhance on-device calculations,
74 It also exposes pressure and flow speed readings.
81 the same USB product ID and report sensors equivalently.
84 Writing to virtual temperature sensors is not currently supported.
87 -----------
93 -------------
96 temp[1-20]_input Physical/virtual temperature sensors (in millidegrees Celsius)
97 temp[1-8]_offset Temperature sensor correction offset (in millidegrees Celsius)
98 fan[1-9]_input Pump/fan speed (in RPM) / Flow speed (in dL/h)
104 power[1-8]_input Pump/fan power (in micro Watts)
105 in[0-7]_input Pump/fan voltage (in milli Volts)
106 curr[1-8]_input Pump/fan current (in milli Amperes)
107 pwm[1-8] Fan PWM (0 - 255)
111 ---------------